From owner-freebsd-isp@FreeBSD.ORG Thu Jul 13 23:19:45 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB78E16A4DD for ; Thu, 13 Jul 2006 23:19:45 +0000 (UTC) (envelope-from kwoody@citytel.net) Received: from mail.citytel.net (mail.citytel.net [209.145.111.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7764843D46 for ; Thu, 13 Jul 2006 23:19:45 +0000 (GMT) (envelope-from kwoody@citytel.net) Received: from pop.citytel.net (pop.citytel.net [204.244.98.50]) by mail.citytel.net (Postfix) with ESMTP id 9D28867EC7 for ; Thu, 13 Jul 2006 16:19:44 -0700 (PDT) Date: Thu, 13 Jul 2006 16:19:44 -0700 (PDT) From: Keith Woodworth To: freebsd-isp@freebsd.org Message-ID: <20060713160509.Y59264@pop.citytel.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Password file X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 23:19:45 -0000 Ok, Ive done something dumb. I did this on another server and its been working fine for over a year. A copy of the master.passwd file is copied from server1 to server2. A new master.passwd file is built from this copy on server2, so the files are identical between machines. This happens twice every hour. Server2 is a mail machine running postfix for outgoing mail only and nothing has ever had a problem with this building of password files. FreeBSD 4.10 on both machines. I setup a 4.11 machine a while back and its been acting as a master nameserver. Now I wanted this to be setup as a secondary mail server for outgoing mail as a kind of back up machine. So I built Postfix, same version as the current one running, setup root to ssh in with no passwd. I copied the master.passwd and passwd files to backup copies, copied the master.passwd from server1 and built a new passwd file using pwd_mkdb just as I do on the mail machine. Now Ive got problems. 1) I can not login via ssh, though root can still login, as its setup via key login. 2) Postfix gives me errors now about permission denied over its spool. 3) I'm afraid to restart named as I'm afraid it will be hosed now too. I copied the original files back but still get the same errors. Am I hosed or is there a way to fix this? Ive been doing this on various systems for a while now, but this is the first time its buggered on me. Any ideas? Thanks, Keith