Portsnap

Evening, this is my first time running FreeBSD, and I'm trying to install pure-ftpd without success. Here is the ouput:

Code:
portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from portsnap2.FreeBSD.org... done.
Snapshot appears to have been created more than one day into the future!
(Is the system clock correct?)
Cowardly refusing to proceed any further.
cd /usr/ports/ftp/pure-ftpd
/usr/ports/ftp/pure-ftpd: No such file or directory.
cd /usr/ports
/usr/ports: No such file or directory.

I tried "sysinstall," "Configure," "Install pre-packaged software" and then install from ftp. Error returned is unable to find the '8.1-RELEASE.' Need help from here cause I looked on the ftp and the 8.1 pkg's are there.
 
Well, is the system clock correct?

And you should run a [cmd=]portsnap fetch extract[/cmd] to begin with. Seeing that you don't even have a /usr/ports directory suggests you haven't done that first. You can only run [cmd=]portsnap fetch update[/cmd] on an existing ports tree.
 
Well, this is a remote machine, and it turns out I'm running FreeBSD 8.1, not 8.2. I looked for a walk-through to update it but couldn't find one. Any suggestions?
Thanks in advance for your help.
 
Here is the output of the error I got by using the handbook:

Code:
# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 4 mirrors found.
Fetching metadata signature for 8.1-RELEASE from update5.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

The following files will be added as part of updating to 8.1-RELEASE-p7:
/usr/src/lib/libc/gen/libc_dlopen.c
108# freebsd-update install
Installing updates...install: ///usr/src/lib/libc/gen/libc_dlopen.c: No such file or directory
 
Why are we on freebsd-update all of a sudden? Your topic is about updating the ports tree, whereas freebsd-update is for updating the base operating system (FreeBSD itself). If you have problems with that, you really need to open a separate topic in the "Installing & Upgrading" section of the forums. Mixing topics leads to misunderstandings.
 
Well freebsd FreeBSD 8.1 is not supported on the ftp sites anymore, so I tried the logical thing, which was to upgrade to 8.2.
 
Back
Top