Una Raspberry Pi a través de la conexión Ethernet apt-get no funciona no se cuelga al 0% "en espera de encabezados" ¿Alguna idea?


1

Así que tengo una Raspberry Pi conectada a una PC host a través de Ethernet. El PC host está conectado a Internet, así como el Pi:

$ ping www.google.de -c 5
PING www.google.de (216.58.214.35) 56(84) bytes of data.
64 bytes from fra15s09-in-f35.1e100.net (216.58.214.35): icmp_seq=1 
ttl=53 time=42.6 ms

64 bytes from fra15s09-in-f35.1e100.net (216.58.214.35): icmp_seq=2 ttl=53 time=51.6 ms

64 bytes from fra15s09-in-f35.1e100.net (216.58.214.35): icmp_seq=3 ttl=53 time=224 ms

64 bytes from fra15s09-in-f35.1e100.net (216.58.214.35): icmp_seq=4 ttl=53 time=29.3 ms

64 bytes from fra15s09-in-f35.1e100.net (216.58.214.35): icmp_seq=5 ttl=53 time=38.1 ms


--- www.google.de ping statistics ---

5 packets transmitted, 5 received, 0% packet loss, time 4006ms

rtt min/avg/max/mdev = 29.360/77.286/224.621/74.017 ms

Pero cuando lo hago apt-get update Tengo esto:

$ sudo apt-get update
Hit http://archive.raspbian.org jessie InRelease                                                                                                               
Get:1 http://archive.raspberrypi.org jessie InRelease [22.9 kB]                                                                                            
Hit http://archive.raspbian.org jessie/main Sources                                                 
Hit http://archive.raspbian.org jessie/contrib Sources                                                         
Hit http://archive.raspbian.org jessie/non-free Sources                                                        
Hit http://archive.raspbian.org jessie/rpi Sources                                       
Hit http://mirrordirector.raspbian.org jessie InRelease                                      
Hit http://mirrordirector.raspbian.org jessie/main armhf Packages         
Hit http://mirrordirector.raspbian.org jessie/contrib armhf Packages
Hit http://mirrordirector.raspbian.org jessie/non-free armhf Packages
Hit http://mirrordirector.raspbian.org jessie/rpi armhf Packages
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en   
Ign http://mirrordirector.raspbian.org jessie/main Translation-en      
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Get:2 http://archive.raspberrypi.org jessie InRelease [22.9 kB]                                                                                                                                                    
Get:3 http://archive.raspberrypi.org jessie InRelease [22.9 kB]
100% [3 InRelease 0 B/22.9 kB 0%]

Y aquí se detiene o con apt-get install:

0% [Waiting for headers]

Lo divertido es que si uso vncserver/viewer y arranca una consola de esta manera, funciona.

¿Algunas ideas?


¿Qué usas si no? vnc?
AFH

solo el terminal con: ssh -Y
randomdude

¿Estás conectando el Pi con WiFi o Ethernet? Parece una mala conexión WiFi.
AFH

el pi está conectado a través de Ethernet a una PC y la PC está conectada a Internet con wifi.
randomdude

Intente verificar o desactivar los cortafuegos en RP. Bloquea diferentes puertos y puede bloquear uno usado para descargar. No he tenido ningún problema con esto, pero he ajustado mis firewalls.
Terry L Anderson
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.