Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't login as normal user

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
denise
Posts: 34
Joined: 2004-02-17 13:39

Can't login as normal user

#1 Post by denise »

I've got everthing up and working again. But when I want to login as a normal user (in gdm) I'm send back to the login screen.
When I want to log in as root I dont get this problem.

Please help. I don't want to login as root when I want to use my system for normal things.

User avatar
MarkvD
Posts: 77
Joined: 2004-02-15 21:36
Location: Rhoon, Holland

#2 Post by MarkvD »

This sounds like a permission problem to me try:

Code: Select all

# chown -R <username>.<groupname>
in the home directory of the normal user.

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#3 Post by lacek »

Also, check if the file /etc/nologin is not present. It will prevent regular users from logging in if it is there.

User avatar
MarkvD
Posts: 77
Joined: 2004-02-15 21:36
Location: Rhoon, Holland

#4 Post by MarkvD »

lacek wrote:Also, check if the file /etc/nologin is not present. It will prevent regular users from logging in if it is there.
I never heart about this file what is the purpose of it?
And do you have an example of how it looks?

denise
Posts: 34
Joined: 2004-02-17 13:39

#5 Post by denise »

Thank you for the fast replies.

The /etc/nologin file is not present on my system.
It was a permisions problem,
# chown -R <username>.<groupname>.
Solved the problem

Thanks again

lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#6 Post by lacek »

root wrote:
lacek wrote:Also, check if the file /etc/nologin is not present. It will prevent regular users from logging in if it is there.
I never heart about this file what is the purpose of it?
And do you have an example of how it looks?
The /etc/nologin file is used to indicate that the system bootup is in process. While this file is present only root can login to the system.
This rule is enforced by the pam_nologin.so library required by 'auth' in pam.d/login.
Anyway, it is a simple file removed by the 'rmnologin' startup script.

Post Reply