From owner-freebsd-questions@FreeBSD.ORG Sun Feb 10 04:10:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 738FA16A41A for ; Sun, 10 Feb 2008 04:10:02 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from webhosting.internets.cz (webhosting.internets.cz [87.236.198.67]) by mx1.freebsd.org (Postfix) with ESMTP id 1D21713C45D for ; Sun, 10 Feb 2008 04:10:01 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from webhosting.internets.cz (localhost [127.0.0.1]) by webhosting.internets.cz (Postfix) with ESMTP id 69C112DE85 for ; Sun, 10 Feb 2008 04:54:32 +0100 (CET) Received: from gateway (unknown [78.136.148.130]) by webhosting.internets.cz (Postfix) with ESMTP id ABB542DE66 for ; Sun, 10 Feb 2008 04:54:30 +0100 (CET) From: "Lubomir Matousek" To: Date: Sun, 10 Feb 2008 04:53:48 +0100 Message-ID: <000401c86b98$90127970$b0376c50$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AchrmIdm3ASskoQkTvmBclB/XB68AA== Content-Language: cs X-Virus-Scanned: ClamAV using ClamSMTP Subject: rmuser problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 04:10:02 -0000 Dear list, I have the following problem when using rmuser (freebsd 6.2) ---------- rmuser -v hana Matching password entry: hana:*:1091:1092::0:0:/usr/home/hana:/usr/sbin/nologin Is this the entry you wish to remove? yes Remove user's home directory (/usr/home/hanka)? yes Removing crontab for (hana):. Removing at(1) jobs owned by (hana): 0 removed. Removing IPC mechanismsipcs: sysctlbyname: kern.ipc.shmmax: No such file or directory ipcs: sysctlbyname: kern.ipc.shmmax: No such file or directory ipcs: sysctlbyname: kern.ipc.shmmax: No such file or directory . Terminating all processes owned by (hana): -KILL signal sent to 0 processes. Removing files owned by (hana) in /tmp: 0 removed. Removing files owned by (hana) in /var/tmp: 0 removed. Removing mail spool(s) for (hana): /var/mail/hana. Removing user (hana) (including home directory) from the system: Done. ----------- The problem started, when I accidentaly deleted /usr/home directory and I had to create a new one. I checked /etc/password file and the direcory existed before using rmuser. Can anybody help please? Lubos