Re: Can't login



It's a user identifier. You have a username, but Linux works with
UIDs. /etc/passwd is a way to map usernames to UIDs so you don't need
to care what your UID is.

Try this. You're at a terminal to use elinks, so exit elinks and give
this command, entering your password when prompted:
sudo chown -R <username>:<username> /home/<username>

Replace <username> with your username, then see if you can log in normally.

On 7/17/07, Matthew Voss <matthew.lns1@xxxxxxxxx> wrote:
Thanks, but what is a uid?
Goo

On 7/17/07, Smoot Carl-Mitchell <smoot@xxxxxxx> wrote:
On Tue, 2007-07-17 at 08:45 -0700, Matthew Voss wrote:
I can't login using the gui. Right now I am very glad for elinks
termial web browser. The error message is something like this: GDM did
not write your authorizaition file. I any event you can not log in.
Please contact your sever administrator.

Sounds like a permissions problem with your home directory or you do not
have a home directory for the login account. Check the home directory
entry in /etc/passwd and be sure it is owned by the correct uid and
allows that uid to create files in the directory.

The authorization file is called .Xauthority and lives in your home
directory. You might check its permissions as well.
--
Smoot Carl-Mitchell
System/Network Architect
email: smoot@xxxxxxx
cell: +1 602 421 9005
home: +1 480 922 7313

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users




--
Joel Goguen
http://jgoguen.net/

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Finding currently logged in users
    ... >Each user on the system should have a unique userid UID. ... username -> uid is a one-way map. ... places to record UIDs of logged-in users anyway. ... "lordhighmasteroftheuniverseanddns" is logged in and listed by who ...
    (comp.unix.programmer)
  • Re: username/uid restrictions
    ... > I see from my new RHEL4 sysadmin guide that uid's up to 500 are ... Just claim UID 100 onwards as yours! ... echo "package $package added user using this line" ... > duplicates the username of one of the directors, ...
    (Fedora)
  • Re: username/uid restrictions
    ... When I first began setting up my Unix userbase some 15 years ago, I unfortunately chose to start at uid 100, so I now have to change the uid's of some 400 users, 36 million files, on a hundred or so boxes. ... There seems to be no rule to distinguish a reserved username (presumably the list in the RHEL sysadmin guide is going to grow) and its only a matter of time before some newly allocated name collides with one which has been given to a user. ... then echo "package $package added user using this line" echo $ ...
    (Fedora)
  • Re: User Information (Easy Questions!)
    ... which will tell you the users' UID and what groups they are a member of. ... the password file can lock you out of the machine. ... No -- file and program ownership is recorded in the filesystem using ... from username to UID. ...
    (freebsd-questions)
  • Re: deleting user account: disposition of users files?
    ... that, like ls, won't be able to, and will just report the uid. ... The username is NOT stored in the inode. ... > automatically inherit the files of the defunct user. ... > sounded like some systems prevent this by preventing userids from being ...
    (comp.unix.solaris)