Hello,
I have a new server w/ a fresh install of FreeBSD 8.0 and I decided I wanted to try (for the experience) installing the ports collection via csup instead of during the OS install. I have updated the ports collection on another FreeBSD server using csup no problem, but can't seem to install it via csup on my new one. I read the "Heads up ports unstable for the next 10 days" thread and wonder if that has anything to do with it?
My ports-supfile is fairly standard:
After I run:
The output is:
I then have files in /var/db/sup, but nothing in /usr/ports.
I have Googled for quite a while now and have turned up nothing. I have read all the comments in the ports-supfile as well as the man page for csup. I generally like to figure things out for myself, but am a little stuck here. :q
- Gavin
I have a new server w/ a fresh install of FreeBSD 8.0 and I decided I wanted to try (for the experience) installing the ports collection via csup instead of during the OS install. I have updated the ports collection on another FreeBSD server using csup no problem, but can't seem to install it via csup on my new one. I read the "Heads up ports unstable for the next 10 days" thread and wonder if that has anything to do with it?
My ports-supfile is fairly standard:
Code:
*default host=cvsup7.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_8_0
*default delete use-rel-suffix
*default compress
ports-all
After I run:
Code:
csup -L 2 ports-supfile
The output is:
Code:
Parsing supfile "ports-supfile"
Connecting to cvsup7.us.FreeBSD.org
Connected to 68.66.37.246
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection ports-all/cvs
Shutting down connection to server
Finished successfully
I then have files in /var/db/sup, but nothing in /usr/ports.

- Gavin