Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i wanted to add a couple more partitions to my HDD but i already filled up my partition table, so i coppied my /home partition to an extended partition and added the rest of my partitions but now i cant login,
this is my partition table, mtab output and error message
Code:
root@person1873-laptop:~# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xba9d1b9e
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1311 10530576 83 Linux
/dev/sda2 1312 8570 58307917+ 5 Extended
/dev/sda3 8571 9207 5116702+ 83 Linux
/dev/sda4 9208 9729 4192965 82 Linux swap / Solaris
/dev/sda5 1312 8570 58307886 83 Linux
/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=en_AU.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.
mkdtemp: private socket dir: Permission denied
could someone please tell me whats goin on?
Last edited by Person_1873; 07-19-2008 at 12:44 AM.
Is root able to log in? I am guessing that you obtained the information in your post by logging in to the root account. If that's the case then we know that the login process is fundamentally okay but normal users cannot log in.
There is a setting which enables/disables normal user login if the user account cannot access its $HOME directory. It is possible that the permissions on the /home directory prevent normal users to see through it to their $HOME directory. Check the ownership and permission settings at the top level of /home. They are typically root:root 755.
This failure to create an .Xauthority file may be due to file permissions on the $HOME directory. If the account name is "normal" then see if the ownership and permissions are okay for its home directory at /home/normal. They should be normal:users 750. The important number there is the 7 at the beginning of the permission string. The other two numbers can be different.
all the permissions are correct, everything is owned by the right users, could it be because it's on an extended partition rather than a primary partition? it's easy enough to fix if that is the case!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.