hello!
i'm trying to get an update of Base System sources of my freshly installed FreeBSD 8.0 bootonly i386 distribution which i'm using from a VMware Workstation.
The thing is that I choose to do it using a SSH session from my host station which is running Windows.
I used a minimal installation with no ports or packages, and a CVSup.
In /usr/share/examples/cvsup/standard-supfile, I changed
to
then i issued the
I changed the mirror servers,and get the same thing.
Another problem is that i'm behind a proxy firewall and do not have access to all ports, so I believe this is the reason why I can get my data synchronized..
is there any solution to this? or maybe I did something wrong..
Thanks!
i'm trying to get an update of Base System sources of my freshly installed FreeBSD 8.0 bootonly i386 distribution which i'm using from a VMware Workstation.
The thing is that I choose to do it using a SSH session from my host station which is running Windows.
I used a minimal installation with no ports or packages, and a CVSup.
In /usr/share/examples/cvsup/standard-supfile, I changed
Code:
*default host=CHANGE_THIS.FreeBSD.org
Code:
*default host=cvsup7.de.FreeBSD.org
then i issued the
# csup /usr/share/examples/cvsup/standard-supfile
command, but after a couple of seconds I receive the
Code:
Name lookup failure for "cvsup7.de.FreeBSD.org": hostname nor servername provided,or not known
Another problem is that i'm behind a proxy firewall and do not have access to all ports, so I believe this is the reason why I can get my data synchronized..
is there any solution to this? or maybe I did something wrong..

Thanks!