Operating System - Linux
1754338 Members
3284 Online
108813 Solutions
New Discussion юеВ

Unable to login to linux maches using xmanager

 
Binu_5
Regular Advisor

Unable to login to linux maches using xmanager

HI All

Iam facing problem while logging to linux systems using nis users through Grahpic mode..(Xmanager)

Your session lasted less than 10 seconds .If you have not logged out yourself this could mean that there is some installation problem or that you may be out of diskspace. Try logging in with one of the failsafe sessions to see if you can can fix this problem

Can anybody please help

Thanks
Binu
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Unable to login to linux maches using xmanager

Always a good idea to follow the recommendations in the error message. Maybe 20% of the time, this will solve the problem.

Log onto the server via telnet or ssh.

df -H

Resolve any disk space issues. /var needs some free space for login to work, as does / (root).

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Morcos
Super Advisor

Re: Unable to login to linux maches using xmanager

Hi Binu,

I had the same message before when I tried to login using a user.
The problem was the login shell was set to /sbin/nologin.
To fix it change the shell for the user :
usermod -s /bin/bash user_name
or by using redhat-config-users

Hope this helps,
Regards,
Ziad
Gopi Sekar
Honored Contributor

Re: Unable to login to linux maches using xmanager

It looks like your X session failed to start, the reason could be out of space, or you dont have permission on certain config files, etc.

check the /var/log/XFree86.log file it should have the error message if at all any.

Regards,
Gopi
Never Never Never Giveup
Robert Walker_8
Valued Contributor

Re: Unable to login to linux maches using xmanager

Hi,

I had a similar problem have you played with PAM somewhere down the track?

/etc/pam_env.conf - setting REMOTEHOST variable and the DISPLAY variable can cause problems.

/etc/security/access.conf is another one - if you have set up restricted access to the console you will get similar messages.

Robert.
Morcos
Super Advisor

Re: Unable to login to linux maches using xmanager

Hi Binu,

To be sure this isn't an X session problem due to the size of /var or whatever, you can go to init 3 and there try to login, if you can't login this means the problem isn't related to x session.

Regards,
Ziad