From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 14:26:40 2010 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 E6536106564A for ; Mon, 22 Mar 2010 14:26:40 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A30B18FC25 for ; Mon, 22 Mar 2010 14:26:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o2MEQdAW045645; Mon, 22 Mar 2010 08:26:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o2MEQdX0045642; Mon, 22 Mar 2010 08:26:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 22 Mar 2010 08:26:39 -0600 (MDT) From: Warren Block To: Aaron Lewis In-Reply-To: <4BA7181B.7070708@gmail.com> Message-ID: References: <4BA7181B.7070708@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Mon, 22 Mar 2010 08:26:39 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Weird Problems with User Home Directory , Asking for help 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: Mon, 22 Mar 2010 14:26:41 -0000 On Mon, 22 Mar 2010, Aaron Lewis wrote: > Hello BSD hackers, > I have a strange problems with user's home directory , if i log in through > ssh , everything's fine. > But on virtual terminals , it tolds me: > > no home directory > Logging in with home dir "/" > > Does anyone has any ideas ? > > > Here's some debug information > ========================================= > %> grep aaron /etc/passwd > aaron:*:1001:1001:frozen:/home/aaron:/usr/local/bin/bash > > %> ls -ladh /home/aaron/ > drwxr-xr-x 3 aaron aaron 512B Mar 5 22:36 /home/aaron > ============================================ Have you set up a jail? The "no home directory" message appears in usr.sbin/jail/jail.c in 8-stable. -Warren Block * Rapid City, South Dakota USA