LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 08-19-2010, 12:37 PM   #1
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Rep: Reputation: 19
New user account unable to load in Ubuntu ultimate?


I created new desktop account for my wife but it is not loading and I get an error message on log in that ICE.authority failed to load and than nautilus give an error message that nautilus unable to create folders in home directory. And then I get a blank desktop without any panels. Please help.

Last edited by mirchichamu; 08-19-2010 at 01:55 PM.
 
Old 08-19-2010, 01:14 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Does the user's home directory exist and is it writable by the user?
 
Old 08-19-2010, 01:58 PM   #3
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by AlucardZero View Post
Does the user's home directory exist and is it writable by the user?
thanks AlucardZero for reply. Yes, the home directory exist. But I cannot open from my side. From the user side, it cannot be seen as the desktop is blank and nothing can be browsed.
 
Old 08-19-2010, 02:14 PM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Hit ctrl+alt+f1 and log in there as your wife's user. Post the output of the following:
Code:
pwd
echo $HOME
ls -ld $HOME
 
Old 08-19-2010, 02:51 PM   #5
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by AlucardZero View Post
Hit ctrl+alt+f1 and log in there as your wife's user. Post the output of the following:
Code:
pwd
echo $HOME
ls -ld $HOME
Thanks once again for giving your precious time.
I hit ctrl+alt+f1, which took me to black screen. I logged in with my wife account. After putting the above commands. It gave result which showed the home folders but I am unable to remember. I cannot print the screen to post...sorry for my poor knowledge of linux.
 
Old 08-19-2010, 03:07 PM   #6
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
okay.. do this:
Code:
pwd > /tmp/data; echo $HOME >> /tmp/data; ls -ld $HOME >> /tmp/data
Then switch back to GUI (Ctrl+Alt+F7) and open up /tmp/data and you can copy and paste from there.
 
Old 08-19-2010, 03:27 PM   #7
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by AlucardZero View Post
okay.. do this:
Code:
pwd > /tmp/data; echo $HOME >> /tmp/data; ls -ld $HOME >> /tmp/data
Then switch back to GUI (Ctrl+Alt+F7) and open up /tmp/data and you can copy and paste from there.
Thanks once again.
I succeeded to log in in my wife's account by changing the account type to administrator in user accounts. I didn't want to give administrator rights because she is more lagging in linux knowledge as compared to me. I don't want that any mishap occur.

Can I change it back to desktop user and still log in to her account?
 
Old 08-19-2010, 03:40 PM   #8
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
If you give me the output that I asked you to provide I might be able to tell you.
 
Old 08-19-2010, 04:07 PM   #9
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by AlucardZero View Post
If you give me the output that I asked you to provide I might be able to tell you.
Thanks once again. I got the following result: Note that I edited the name and marked as xxxxx:

/home/xxxxx
/home/xxxxx
drwx------ 29 xxxxx xxxxx 4096 2010-08-19 23:19 /home/xxxxx
 
Old 08-19-2010, 04:33 PM   #10
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
If all those xxxxx's are the same username then my theory was wrong. We'd need more debugging information. Switch her account back to a regular user and try logging in again, then look in /var/log/syslog for any clues. Maybe /var/log/auth.log or /var/log/Xorg.0.log as well. Sorry for not being much help.
 
Old 08-20-2010, 04:56 AM   #11
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by AlucardZero View Post
If all those xxxxx's are the same username then my theory was wrong. We'd need more debugging information. Switch her account back to a regular user and try logging in again, then look in /var/log/syslog for any clues. Maybe /var/log/auth.log or /var/log/Xorg.0.log as well. Sorry for not being much help.
thanks
even with administrative rights, unable to log in any more. I get the same error messages. I cannot see the logs.
 
Old 08-20-2010, 08:34 AM   #12
mirchichamu
Member
 
Registered: Aug 2008
Distribution: Ubuntu ultimate edition 2.7
Posts: 59

Original Poster
Rep: Reputation: 19
Thanks alucardZero for your continuous support.

Apparently my problem solved. Before I opted to log in without asking for the password and that was the reason of failure. Then I changed the option to ask for password on log on in users and groups. And I succeeded to log in. I don't know why they have put this option when it is not working???
 
  


Reply

Tags
account, failed, ubuntu, user



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sound unable to play in user account in my sabayon linux wisdomvk Linux - Newbie 3 12-22-2007 01:34 AM
unable to run in user account wisdomvk Linux - Software 1 05-11-2007 07:21 PM
unable to open apps when 'su'ing to root from user account ganja_guru Linux - Software 3 06-03-2005 10:51 AM
Unable to mount cd under user account Hotfeet Debian 24 03-29-2005 09:51 AM
unable to log in to a user account cheema Mandriva 1 12-25-2004 09:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration