- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Desktop Login being prompted at console
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
03-18-2004 10:39 AM
03-18-2004 10:39 AM
I connected my console via serial line to an old D-class. my tty is /dev/console. If I don't login to the console, it constantly display the following messages:
The X-server can not be sgtarted on display mybox.xyx.com:0.0. For details look into the file, Dtlogin.errorLogFile
Suspending Desktop Login...
Press [Enter] for a login prompt.
Desktop Login will resume shortly after you log out.
I was able to login amid the rolling messages. But as soon as I logout, the same messages appear again. I have a big /var/dt/Xerrors file which keep on saying:
Thu Mar 18 14:59:07 2004
error (pid 1624): Server for display mybox.xyz.com:0 terminated unexpectedl
y 1
Fatal server error:
Couldn't open X pointer device! Is one attached?
^[gXIO: fatal IO error 232 (Connection reset by peer) on X server "mybox.xyz.com:0.0"
after 0 requests (0 known processed) with 0 events remaining.
Well, my C1099A HP termial doesn't have a connector for a mouse.
My question is, how do I make the message go away? I won't be able to get a terminal that can plug in a mouse.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 11:48 AM
03-18-2004 11:48 AM
Solution/sbin/init.d/dtlogin.rc stop
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 04:36 PM
03-18-2004 04:36 PM
Re: Desktop Login being prompted at console
#/sbin/init.d/dtlogin.rc stop
#/usr/dt/bin/dtconfig -d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 09:09 PM
03-18-2004 09:09 PM
Re: Desktop Login being prompted at console
Try this to stop the CDE environment grabbing the console when it starts up:
In file /etc/dt/config/Xservers,
change the lineconatining "local@console" to read
"* Local local@none /usr/bin/X11/X :0" "
The "local@none" stops dtlogin from
grabbing /dev/console on the serial port.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:24 AM
03-23-2004 08:24 AM
Re: Desktop Login being prompted at console
Sorry for my ignorance....another newbie question:
why do I need to for stop and disable the dtlogin script?
I've configured to disable XWindow getting started at bootup by configuring DESKTOP=0 and rebooted the machine, according to Bill Hassell's advice. It fixed the problem. He did also mention about stopping the dtlogin script...but I am not sure why I need to do it....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 11:58 PM
03-23-2004 11:58 PM
Re: Desktop Login being prompted at console
Bill Hassell, sysadmin