- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE will not restart
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
04-13-2005 01:16 PM
04-13-2005 01:16 PM
CDE will not restart
I edited the /etc/dt/config/C/Xresources file to change the DTlogin*greeting.labelstring entry to change the dtlogin banner (from a telnet login). System was sitting at login on display. Did a dtlogin.rc reset - nothing happended. Then did a dtlogin.rc stop - wait 10 seconds and dtlogin.rc start. CDE will not start and the Xerrors file has:
Fatal server error:
Cannot establish listening sockets - Make sure an X server isn't already running
Server unexpectedly died
Server for display xxx:0 can't be started.
The only way I can get out of this is to reboot when CDE will comup normally. I have tried this on 4 other 11.11 workstartions and they all do the same thing. There are no X11 file in /tmp after the stop.
I tried this on an old 10.20 machine and it works fine.
What is going on??????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 01:51 PM
04-13-2005 01:51 PM
Re: CDE will not restart
If you have lsof, what does the following command return?
# lsof -i tcp:6000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 02:26 PM
04-13-2005 02:26 PM
Re: CDE will not restart
srwxrwxrwx 1 root daemon 0 Apr 14 10:02 0
-rw------- 1 daemon daemon 44 Apr 14 10:02 daemon:0
lsof shows:
pexd_init 3615 daemon 3u inet 0x4470e100 0t0 TCP *:6000 (LISTEN)
I kill process 3615 and did a dtlogin start and it works again.
So does this mean the X server did not stop fully??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 03:08 PM
04-13-2005 03:08 PM
Re: CDE will not restart
# grep -v -e ^# -e ^$ /etc/dt/config/Xservers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 03:18 PM
04-13-2005 03:18 PM
Re: CDE will not restart
* Local local@console /usr/bin/X11/X :0 -audit 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 03:48 PM
04-13-2005 03:48 PM
Re: CDE will not restart
X server is listening on port 6000+N, where N is display number (:0 from Xservers file). pexd_init is also using the same port, thus the conflict and startup error.
Now that you executed started dtlogin again, can you please post the output of the following two commands?
# UNIX95= ps -Hxfu daemon
# lsof -u daemon -a -i tcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 04:58 PM
04-13-2005 04:58 PM
Re: CDE will not restart
(as attachments)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 05:10 PM
04-13-2005 05:10 PM
Re: CDE will not restart
/sbin/init.d/dtlogin.rc stop
Again check for the pexd_init process whether they are running.
If they have got stopped start again using
/sbin/init.d/dtlogin.rc start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 05:31 PM
04-13-2005 05:31 PM
Re: CDE will not restart
Please try the following steps to disable it.
# cd /usr/lib/X11/extensions
# mv libXhpPEX.1 libXhpPEX.1.orig
# cp -p /usr/newconfig/usr/lib/X11/extensions/libXhpPEX.1 .
# chmod 555 libXhpPEX.1
# chown root:sys libXhpPEX.1
# /sbin/init.d/dtlogin.rc stop
# kill
# /sbin/init.d/dtlogin.rc start
You should not see pexd_init anymore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 05:37 PM
04-13-2005 05:37 PM
Re: CDE will not restart
Isn't PEX needed for 3D graphics?
These workstations actually display 3D graphics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 05:44 PM
04-13-2005 05:44 PM
Re: CDE will not restart
http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHSS_26651
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 07:06 PM
04-14-2005 07:06 PM
Re: CDE will not restart
You could try making a copy of the files in "/tmp" and then reboot and manually reinstating, and then see if X-starts.