Impossible to reach the url packages

stc said:
Finally i[red]I[/red] traced whe[red]the[/red] path of ftp://ftp.freebsd.org/ and i[red]I[/red] found this available path :

ftp://ftp.freebsd.org/pubs/FreeBSD/ports/i386/packages-9-stable/Latest/
It's still incorrect: change pubs into pub.

In order to have the PACKAGESITE environment variable set, put the following in /root/.cshrc:
Code:
setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/
If at all possible, instead of using the main FTP site, use a mirror near you.
 
Back
Top