Date: Sun, 17 Feb 2008 12:39:30 -0300 From: luizbcampos@gmail.com To: freebsd-questions@freebsd.org Subject: unable to upgrade to 6.3-R Message-ID: <d534d2fe0802170739m44c8b75x4615625f2baed0f8@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Trying to upgrade my FreeBSD-6.1-R to 6.3-R, I followed the schema of Colin Percival at FreeBSD site. The matter is that when I type "sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade", as root I got "freebsd-update.sh: Directory does not exist or it is not writable: /var/db/freebsd-update" My FreeBSD-6.1-R runs some important libraries and just one interface is installed (X window system) I left out Gnome and KDE, i. e, not all the 0S is installed. Would it be necessary to install everything? Regards Luizexit [-- Attachment #2 --] # $FreeBSD: src/etc/freebsd-update.conf,v 1.1.2.1 2006/09/02 11:05:23 cperciva Exp $ # Trusted keyprint. Changing this is a Bad Idea unless you've received # a PGP-signed email from <security-officer@FreeBSD.org> telling you to # change it and explaining why. KeyPrint 800651ef4b4c71c27e60786d7b487188970f4b4169cc055784e21eb71d410cc5 # Server or server pool from which to fetch updates. You can change # this to point at a specific server if you want, but in most cases # using a "nearby" server won't provide a measurable improvement in # performance. ServerName update.FreeBSD.org # Components of the base system which should be kept updated. Components src world kernel # Example for updating the userland and the kernel source code only: # Components src/base src/sys world # Paths which start with anything matching an entry in an IgnorePaths # statement will be ignored. IgnorePaths # Paths which start with anything matching an entry in an UpdateIfUnmodified # statement will only be updated if the contents of the file have not been # modified by the user (unless changes are merged; see below). UpdateIfUnmodified /etc/ /var/ # When upgrading to a new FreeBSD release, files which match MergeChanges # will have any local changes merged into the version from the new release. MergeChanges /etc/ /var/named/etc/ ### Default configuration options: # Directory in which to store downloaded updates and temporary # files used by FreeBSD Update. # WorkDir /var/db/freebsd-update # Destination to send output of "freebsd-update cron" if an error # occurs or updates have been downloaded. # MailTo root # Is FreeBSD Update allowed to create new files? # AllowAdd yes # Is FreeBSD Update allowed to delete files? # AllowDelete yes # If the user has modified file ownership, permissions, or flags, should # FreeBSD Update retain this modified metadata when installing a new version # of that file? # KeepModifiedMetadata yes # When upgrading between releases, should the list of Components be # read strictly (StrictComponents yes) or merely as a list of components # which *might* be installed of which FreeBSD Update should figure out # which actually are installed and upgrade those (StrictComponents no)? # StrictComponents no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d534d2fe0802170739m44c8b75x4615625f2baed0f8>
