View Single Post
Old 2nd December 2016
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

There is are 2 errors in your PKG_PATH. It should be:
Code:
PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/6.0/All/"
"All is with a capital A and lower case L's. The 2nd instance of NetBSD is also case sensitive while the first instance (netbsd) is all lower case.

You can verify the correct path by using the builtin ftp client:
ftp -a ftp.netbsd.org.

If you are in Germany you might want to consider the pkgsrc repository in France (closer).

ftp -a ftp.fr.netbsd.org.

Last edited by shep; 2nd December 2016 at 03:25 AM.
Reply With Quote