Page 1 of 1

Source code download with csup times out

Posted: 20 Feb 2013 05:45
by EasyStorin'
First-time NAS4Free and FreeBSD user here. (I have Linux experience, so I'm not ripping my hair out just yet.)

I have a fully-working FreeNAS installation and now I'm experimenting with FreeBSD jails. I followed the wiki documentation to get the jail fully functioning, but I'm trying to finish the steps and rebuild the jail filesystem with csup and it's failing. My supfile is set to use cvsup.us.freebsd.org, but I've tried every valid US server with the -h switch and gotten identical results.

This is what happens:

Code: Select all

root@nas4freehostname-proto:/usr/src # csup -z /etc/source-supfile 
Cannot connect to 72.233.193.64: Operation timed out
Will retry at 23:33:20
Retrying
Cannot connect to 72.233.193.64: Operation timed out
Will retry at 23:45:03
^C
My network configuration is working just fine. I can ping the CVS server from outside the jail.

Code: Select all

root@nas4freehostname-proto:/usr/src #	ifconfig
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=c019a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
	ether $myMACaddress
	inet 192.168.1.10 netmask 0xffffffff broadcast 192.168.1.10
	inet6 obfu:scat:edpr:efix::10 prefixlen 128 
	nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
	media: Ethernet autoselect (1000baseT <full-duplex,flowcontrol,rxpause,txpause>)
	status: active
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
	nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
	nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
root@nas4freehostname-proto:/usr/src #	host cvsup.us.freebsd.org
cvsup.us.freebsd.org is an alias for bsn0-0.edmz.cwu.edu.
bsn0-0.edmz.cwu.edu has address 72.233.193.64
And yes, I can reach the Internet.

Code: Select all

root@nas4freehostname-proto:/usr/src #	fetch http://google.com
fetch: http://google.com: size of remote file is not known
google.com                                              10 kB 1650 kBps
root@nas4freehostname-proto:/usr/src #	fetch http://ipv6.google.com
fetch: http://ipv6.google.com: size of remote file is not known
ipv6.google.com                                         10 kB 1577 kBps
Am I doing something wrong with the jail setup? I remember reading something about how I might have to use the SVN command instead of CVSup, but the jail doesn't seem to have /usr/bin/svn installed.

Re: Source code download with csup times out

Posted: 21 Feb 2013 17:42
by fsbruva
I will update the wiki this afternoon.

Re: Source code download with csup times out

Posted: 21 Feb 2013 21:10
by fsbruva
Wiki updated with svn howto.