Re: Weird Problems with User Home Directory , Asking for help

2010-03-23 Thread Aaron Lewis
$ sudo tail -f /var/log/auth.log login: _secure_path: cannot stat /home/frozen/.login_conf: Permission denied // Strange , pay attention to user permissions below This means that the ownership/permissions of one of the directories in the path up to /home/frozen is wrong. Implied is that

Re: Weird Problems with User Home Directory , Asking for help

2010-03-23 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/03/2010 23:47:44, Aaron Lewis wrote: > Looks like i found the problem , i thought i've made a mistake. > > I shouldn't use `pw user add aaron' right ? > That won't create user home directory , when i found i've got no home > directory. > So at t

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Aaron Lewis
Oh , thanks Adam , i shouldn't be so lazy , I'll check that page. Adam Vande More wrote: On Mon, Mar 22, 2010 at 6:47 PM, Aaron Lewis mailto:aaron.lewis1...@gmail.com>> wrote: Looks like i found the problem , i thought i've made a mistake. I shouldn't use `pw user add aaron' right ?

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Adam Vande More
On Mon, Mar 22, 2010 at 6:47 PM, Aaron Lewis wrote: > Looks like i found the problem , i thought i've made a mistake. > > I shouldn't use `pw user add aaron' right ? > That won't create user home directory , when i found i've got no home > directory. > So at that time , i created it and change the

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Aaron Lewis
Looks like i found the problem , i thought i've made a mistake. I shouldn't use `pw user add aaron' right ? That won't create user home directory , when i found i've got no home directory. So at that time , i created it and change the owner to my user. $ sudo tail -f /var/log/auth.log login: _

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/03/2010 12:46:06, Aaron Lewis wrote: > Matthew Seaman wrote: >> On 22/03/2010 07:11:23, 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.

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Warren Block
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

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Aaron Lewis
Matthew Seaman wrote: On 22/03/2010 07:11:23, 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

Re: Weird Problems with User Home Directory , Asking for help

2010-03-22 Thread Matthew Seaman
On 22/03/2010 07:11:23, 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