Weird Problems with User Home Directory , Asking for help

Aaron Lewis aaron.lewis1989 at gmail.com
Mon Mar 22 12:45:40 UTC 2010


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 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
>> ============================================
>>     
>
> What are the settings for
>
>     ChallengeResponseAuthentication
>     UsePam
>
> in your /etc/ssh/sshd_config?
>   
Nothing found , or commented out.
> What are the contents of /etc/pam.d/login and /etc/pam.d/sshd ?
>   
# grep -v -e "^#" /etc/pam.d/sshd | sed '/^$/d'
auth        sufficient    pam_opie.so        no_warn no_fake_prompts
auth        requisite    pam_opieaccess.so    no_warn allow_local
auth        required    pam_unix.so        no_warn try_first_pass
account        required    pam_nologin.so
account        required    pam_login_access.so
account        required    pam_unix.so
session        required    pam_permit.so
password    required    pam_unix.so        no_warn try_first_pass

# grep -v -e "^#" /etc/pam.d/login  | sed '/^$/d'
auth        sufficient    pam_self.so        no_warn
auth        include        system
account        requisite    pam_securetty.so
account        required    pam_nologin.so
account        include        system
session        include        system
password    include        system

It's all fresh install , did i do something wrong ? It's really strange 
.. never met before.
> 	Cheers,
>
> 	Matthew
>
>   


-- 
Best Regards,
Aaron Lewis - PGP: 0x4A6D32A0
FingerPrint EA63 26B2 6C52 72EA A4A5 EB6B BDFE 35B0 4A6D 32A0
irc: A4r0n on freenode



More information about the freebsd-questions mailing list