jfo wrote: 
> I'm currently running 3.2. I've been unable to update using the insitu
> feature for several versions now and keep getting this
> message....Sourceforge not accessible!! I can't pinpoint what has
> changed to block the update.
> 
> I have no internet connection issues and can access sourceforge through
> my browser. I've asked about this before but I appear to be the only one
> with the problem! Can anyone suggest a solution or help diagnose?
> 
> Thanks!

Does your network provider block google?  We use 8.8.8.8  (Google dns
server) to check if there is internet access.

ssh into your device and run


Code:
--------------------
    
  tc@pCP:~$ ping -w5 -c3 8.8.8.8
  PING 8.8.8.8 (8.8.8.8): 56 data bytes
  64 bytes from 8.8.8.8: seq=0 ttl=44 time=41.175 ms
  64 bytes from 8.8.8.8: seq=1 ttl=44 time=39.349 ms
  64 bytes from 8.8.8.8: seq=2 ttl=44 time=39.429 ms
  
  --- 8.8.8.8 ping statistics ---
  3 packets transmitted, 3 packets received, 0% packet loss
  round-trip min/avg/max = 39.349/39.984/41.175 ms
  tc@pCP:~$
  
  tc@pCP:~$ wget -s http://picoreplayer.sourceforge.net/tcz_repo/repo.htm
  Connecting to picoreplayer.sourceforge.net (216.34.181.96:80)
  tc@pCP-Boss:~$ 
  
  
--------------------


------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to