- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unable to login to linux maches using xmanager
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 06:59 PM
тАО09-20-2005 06:59 PM
Unable to login to linux maches using xmanager
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 08:57 PM
тАО09-20-2005 08:57 PM
Re: Unable to login to linux maches using xmanager
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 10:42 PM
тАО09-20-2005 10:42 PM
Re: Unable to login to linux maches using xmanager
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 11:06 PM
тАО09-20-2005 11:06 PM
Re: Unable to login to linux maches using xmanager
check the /var/log/XFree86.log file it should have the error message if at all any.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2005 02:28 PM
тАО09-21-2005 02:28 PM
Re: Unable to login to linux maches using xmanager
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2005 07:10 PM
тАО09-21-2005 07:10 PM
Re: Unable to login to linux maches using xmanager
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