I am trying to set up jails with ezjail in FreeBSD 8.1. It requires the CVSROOT for basejail installation. The link http://docs.freebsd.org/doc/7.0-RELEASE/usr/share/doc/handbook/anoncvs.html gives two:
and
However, it does not work. When I do
and the error is
I then try the other
and the error is
Are these cvs links changed?
Thanks.
Code:
freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs
and
Code:
anoncvs@anoncvs1.FreeBSD.org:/home/ncvs
However, it does not work. When I do
Code:
cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src
Code:
anoncvs.FreeBSD.org: Unknown host
cvs [checkout aborted]: end of file from server (consult above messages if any)
I then try the other
Code:
cvs -d anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co src
and the error is
Code:
freebsd-anoncvs.liquidneon.com: Connection timed out
cvs [checkout aborted]: end of file from server (consult above messages if any)
Are these cvs links changed?
Thanks.