From owner-freebsd-stable Fri Mar 19 13:18:43 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 839E214BC9 for ; Fri, 19 Mar 1999 13:18:40 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.2/8.9.1) id NAA75216; Fri, 19 Mar 1999 13:18:18 -0800 (PST) (envelope-from mph) Date: Fri, 19 Mar 1999 13:18:17 -0800 From: Matthew Hunt To: Brett Taylor Cc: freebsd-stable@FreeBSD.ORG Subject: Re: problems after upgrade/re-install Message-ID: <19990319131817.B75084@wopr.caltech.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Brett Taylor on Fri, Mar 19, 1999 at 01:53:26PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 19, 1999 at 01:53:26PM -0700, Brett Taylor wrote: > I clearly munged something by just moving the passwd and group files over > from their backups. How can I fix this so things like talk work again? This is just guesswork, but since you ran pwd_mkdb after restoring master.passwd, I would expect the password files to be in good shape. My guess is that your utmp and/or wtmp are causing problems, because their format changed to accomodate the longer usernames in 3.0, and talk is probably looking at utmp to see if you're logged in, and getting confused because the file format is wrong. I would copy /var/run/wtmp (if it is a custom among your people to keep them for recordkeeping) and then remove both utmp and wtmp, and "touch" them. Then log in again so that your presence is recorded in utmp, and see if talk works. Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message