Hi Bagwit,

These are the commands pCP uses to check for the repositories. If you
run these, they might throw up some error messages.


Code:
--------------------
    $ /bin/busybox wget --spider https://repo.picoreplayer.org/repo/repo.htm
  
  Connecting to repo.picoreplayer.org (172.67.157.97:443)
  remote file exists
  
  $ echo $?
  0
  
  $ /bin/busybox wget --spider 
http://picoreplayer.sourceforge.net/tcz_repo/repo.htm
  
  Connecting to picoreplayer.sourceforge.net (104.18.11.128:80)
  Connecting to picoreplayer.sourceforge.net (104.18.10.128:443)
  remote file exists
  
  $ echo $?
  0
--------------------


regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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

Reply via email to