Are you getting any errors on ttyv0 when trying to cvsup the ports tree? At what point does it error out? What do you mean by "time out"? If possible, include the entire output you are getting from cvsup.
An alternative to cvsup is
portsnap, which downloads and installs a ports tree snapshot. It uses much less bandwidth than cvsup and may be a better alternative if your connection is timing out.
Quote:
|
Originally Posted by kern surely on a server though you wouldn't want it to compile once a month for updates or whatever - imagine the huge spike in resource usage for that day/days |
On a server, it's best to stick with a -RELEASE and use the tested, precompiled packages instead of compiling. A nice utility is
freebsd-update, which downloads and installs binary security updates for the base system.
Quote:
|
Originally Posted by kern if I successfully upgraded from my 5.3 CD's to 5.4 - can I now take out the 'src-all' (isnt that kernel too) from my SUPFILE? so that it just gets the ports |
Only keep the sources if you plan on rebuilding the system. If you're tracking -STABLE, you'll need to use cvsup to get the sources -- otherwise, you'll just have the 5.4-RELEASE sources.
If you only want the ports tree, use
/usr/share/examples/cvsup/ports-supfile. Copy it to a different location and read through the entire file.