Operating System - HP-UX
1827278 Members
1991 Online
109717 Solutions
New Discussion

rx1600 when it's booting shows "*Suspending Desktop Login...."

 
KIM SEJIN
New Member

rx1600 when it's booting shows "*Suspending Desktop Login...."

Hi. experts.
I need your help.
I have a rx1600.
when I rebooted it doesn't boot regular Display.
I didn't find any document in HP home page and forums.


there is a message below.


*Suspending Desktop Login...
*Press[Enter] for a login prompt.
*Log in. Desktop login will resume shortly after you log out.
*The X-server can not be started on display eocheong:0...
*For details look into the file, Dtlogin.errorLogFile( default : /var/dt/Xerrors)
*Resuming Desktop Login....

=============================================

#dmesg


Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 513328 Kbytes, lockable: 152308 Kbytes, available: 286672 Kbytes

NOTICE: mod_openpath: Cannot open module gvid_info on path /stand/current/mod

MOD: mod_load_helper: error loading gvid_info

==============================================

#more /var/dt/Xerrors

Fatal server error:


gXIO: fatal IO error 232 (Connection reset by peer) on X server "eocheong:0.0"
after 0 requests (0 known processed) with 0 events remaining.
X server: Unable to open /etc/X11/X0screens file for read/write.
X server: Will try default "/dev/crt"
Failure to open default device file `/dev/crt`.
Please either specify the proper device filename in
your /etc/X11/X0screens file or fix `/dev/crt`. This filename is either
non-existent or is not a character special file.

Fatal server error:


gXIO: fatal IO error 232 (Connection reset by peer) on X server "eocheong:0.0"
after 0 requests (0 known processed) with 0 events remaining.

Tue Jun 27 15:17:22 2006
error (pid 2085): Server for display eocheong:0 can't be started.
X server: Unable to open /etc/X11/X0screens file for read/write.
X server: Will try default "/dev/crt"
Failure to open default device file `/dev/crt`.
Please either specify the proper device filename in
your /etc/X11/X0screens file or fix `/dev/crt`. This filename is either
non-existent or is not a character special file.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: rx1600 when it's booting shows "*Suspending Desktop Login...."

Shalom,

Your system permits X login. When you boot, it shuts down that daemon.

If it does so with open sessions, that tends to create error messages.

I don't see anything abnormal unless this service fails to resume after boot.

checklist,

vi /etc/rc.config.d/xfs
Make sure the start variable is set to 1.

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
Yogeeraj_1
Honored Contributor

Re: rx1600 when it's booting shows "*Suspending Desktop Login...."

Hi,

Verify your /etc/rc.log for more information on which process startup is generating these error messages.

tail -100 /etc/rc.log


kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Robert-Jan Goossens
Honored Contributor

Re: rx1600 when it's booting shows "*Suspending Desktop Login...."

Hi,

What kind of graphics card is installed in your server? The error message is a bit strange, gvid_info is used by a FireGL card, but this card does not use the /dev/crt device file.

# ioscan -fnC graphics

Regards,
Robert-Jan