From owner-freebsd-current Wed Mar 8 9:42:56 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 43B9E37B8DB; Wed, 8 Mar 2000 09:42:54 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 411B72E8108; Wed, 8 Mar 2000 09:42:54 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Wed, 8 Mar 2000 09:42:54 -0800 (PST) From: Kris Kennaway To: Adriel Ickler Cc: freebsd-current@freebsd.org Subject: Re: howto for 3.4-STABLE -> 4.0-CURRENT? In-Reply-To: <20000308102625.M5199@adriel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 8 Mar 2000, Adriel Ickler wrote: > cvsup to current > make buildworld > make buildkernel > make installkernel > - change - I just rebooted normally, the network came up fine, if you > have any special kernel needs, make sure you have di lines in This may screw you because some device nodes (e.g. ATA drives) have changed from 3.x to 4.x. You really need to mergemaster and re-MAKEDEV before rebooting, which requires you to install mknod as described in UPDATING. You should also do the rest of the upgrade in single-user mode (e.g. I forgot and tried to boot multi-user, and the system paniced at boot trying to load the linux KLD from /etc/rc.). > ok, here is where I discovered something nobody told me about. > 4.0 moved me from DES to MD5. the effect was that none of the passwords > worked. This is because you presumably didn't install the crypto sources and/or build them. > luckily I was logged in as root already, and only had 4 accts, I > just ran the passwd command and reset them. if its a nightmare to move > your accounts, and/or you want to keep DES, I have been told that adding > the line "auth_default = des" in /etc/auth.conf will keep you on > DES. This won't do anything. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message