You are not logged in.
Pages: 1
I have done 3 installs (net installs, all different mirrors).
And everytime when I login to the new system, add a new user, the user then dosent own their own home directory,
I have tried different filesystems as well, still same error.
Anyone else had this problem?
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Several other people have had this problem, I don't know how they fixed it, though.
I think it has something to do with a separate /home partition not mounting correctly, not sure, though.
Offline
the user own his directory but he has wrong permission
chmod 700 /home/user
Last edited by wonder (2009-04-19 12:52:09)
Give what you have. To someone, it may be better than you dare to think.
Offline
Have tried that, not working still.
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Why not chmod /home/$USER? Is your /home partition mounted also? Do df -T | grep home?
Offline
Pages: 1