- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X session not starting
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
Forums
Discussions
Discussions
Discussions
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
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
05-14-2009 01:59 AM
05-14-2009 01:59 AM
Thanks in advance
explo:/root# export DISPLAY=10.57.5.16:0.0
explo:/root# opc
explo:/root# Xlib: connection to "10.57.5.16:0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Error: Can't open display: 10.57.5.16:0.0
Error: Couldn't find per display information
explo:/root#
explo:/root# xhost +10.57.5.16
Xlib: connection to "10.57.5.16:0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
xhost: unable to open display "10.57.5.16:0.0"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 02:11 AM
05-14-2009 02:11 AM
Re: X session not starting
Check out that you local x window server is runing on your pc, and it's listening for incoming connections.
also you can try and run xhost + without any ip and try.
check the server access control directly on you xwindow server on your pc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 02:40 AM
05-14-2009 02:40 AM
Re: X session not starting
I did this already, and still nothing helps.
This is a known problem if Xauthentication through MIT-MAGIC-COOKIE is enabled on your system. By default, MIT-MAGIC-COOKIE-1 is set to 'True'; therefore, the following steps will allow you to disable this setting:
Copy the /usr/dt/config/Xconfig file to the /etc/dt/config directory:
cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig
NOTE: If the /etc/dt/config/Xconfig file already exists, the following modifications can be made to the end of the existing file.
Uncomment the following line in /etc/dt/config/Xconfig file:
Dtlogin*authorize: False
Execute the following command to tell the desktop (window-based) login process to re-read its configuration files and incorporate these changes:
/usr/dt/bin/dtconfig -reset
Run the process again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 02:42 AM
05-14-2009 02:42 AM
Re: X session not starting
From windows machin which software you are using to take X-session.
try with reflection or X-manager to catch the CDE of your HP SERVER.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 03:06 AM
05-14-2009 03:06 AM
Re: X session not starting
Someweeks ago, it worked just fine.
But I came back from holidays a few days ago and not worked anymore and I am not finding much more information on how to solve all this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 03:12 AM
05-14-2009 03:12 AM
Re: X session not starting
Did you check your /var/adm/syslog/syslog.log file any error messages are there.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 03:14 AM
05-14-2009 03:14 AM
SolutionCheck /etc/rc.config.d/xfs
see if the font server is set to start (set to 1).
If not, set it to 1 and then:
/sbin/init.d/xfs start
Also note: CDE is not part of the standard HP-UX install. That needs to be installed from the Core OS media to enable X windows.
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
05-14-2009 03:29 AM
05-14-2009 03:29 AM
Re: X session not starting
I restarted the xfs process and now it is running just fine.
I wonder why now it was working for other user, but not to me. It is strange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2009 05:32 AM
05-14-2009 05:32 AM
Re: X session not starting
Thanks for the tips and help.