From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 09:41:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF14B16A4CF for ; Tue, 9 Mar 2004 09:41:17 -0800 (PST) Received: from mx01.cybersurf.com (mx01.cybersurf.com [209.197.145.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E87943D1D for ; Tue, 9 Mar 2004 09:41:17 -0800 (PST) (envelope-from plecavalier@cyberus.ca) Received: from mail.cyberus.ca ([209.197.145.21]) by mx01.cybersurf.com with esmtp (Exim 4.20) id 1B0lED-0002rl-17 for questions@freebsd.org; Tue, 09 Mar 2004 12:41:17 -0500 Received: from moseisley.cyberus.ca ([209.195.118.5] helo=oss) by mail.cyberus.ca with esmtp (Exim 4.20) id 1B0lEC-0003dR-KJ for questions@freebsd.org; Tue, 09 Mar 2004 12:41:16 -0500 From: "Philippe LeCavalier" To: Date: Tue, 9 Mar 2004 12:38:17 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcQCLrFXYeWp8MNXQpiD75DT6NM77A== Message-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: user accounts corrupting? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 17:41:18 -0000 Hi everyone, I've had my FreeBSD 4.9 server running for quite some time now and just recently I've been having problems with user accounts. The problem first appeared as I was trying to log into my domain via samba and found the log entry stating `no such user 'user_name_here'`. Now Proftpd is doing the same thing. I can access the box via SSH with the same account. I've been able to correct my samba logon problem by changing my shell with vipw from sh to csh and then back to sh again. But Proftpd still refuses any login. I tried creating a fresh 'test' account and experienced the same issue. Again; SSH works under all circumstances but any other program authentication fails with the same log entry: Mar 4 16:03:07 telzar proftpd[68222]: telzar (hidden[hidden]) - no such user 'hidden' At around the same time I started getting the following log entry as well: [2004/03/04 16:00:27, 0] smbd/service.c:make_connection(599) arkain (192.168.0.12) Can't change directory to /tmp (Permission denied) Cheers, Phil P.S. I'd provide more info but I don't really understand the source of this problem so feel free to ask away!