我在Raspberry Pi上安装了raspbmc(Debian),似乎无法下载任何内容?
wget
似乎停滞了,但可以ping通!
同样的情况发生 apt-get
Resolving google.com... 173.194.41.160, 173.194.41.165, 173.194.41.163, ...
Connecting to google.com|173.194.41.160|:80... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
Retrying.
--1970-01-01 00:17:51-- (try: 2) http://google.com/
Connecting to google.com|173.194.41.160|:80... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
Retrying.
pi@raspbmc:~$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libcurl3 libssh2-1
The following NEW packages will be installed:
curl libcurl3 libssh2-1
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 578 kB of archives.
After this operation, 1065 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
0% [Waiting for headers]
有谁知道为什么会这样/如何解决?
您没有连接到互联网。
—
Jivings 2012年
为什么要迁移?这不是特定
—
user606723
@ user606723这是一个不寻常的问题,因此我认为也许足够具体。
—
吉文斯
是否有可能与最近发生在Raspbmc的DDoS攻击有关?stmlabs.com/2012/06/24/network-issues
—
Zoot
sudo ifconfig -a
吗?