Operating System - HP-UX
1827452 Members
3822 Online
109965 Solutions
New Discussion

Re: GUI not coming at startup

 
Arul Murugan_1
New Member

GUI not coming at startup

GUI is not coming at booting time, When i manually run the script
# ./S990dtlogin start
GUI is coming.

The errors in /var/dt/Xerrors
Unable to open the Graphics Resource Manager.

The error occurred during GRM initialization.

The X11 server must be able to communicate with the

Fatal server error:

GRM process.

gXIO: fatal IO error 232 (Connection reset by peer) on X server "hawk1:0.0"


after 0 requests (0 known processed) with 0 events remaining.


4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: GUI not coming at startup

Shalom Arul,

Probably a misconfiguration of gdm.conf

The machine you are trying to connect to is not permitting the transaction.

Could be firewall, more likely incorrect gdm.conf configuration.

If you have another system where this works, a quick trick is to copy in the working gdm.conf

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
Steven E. Protter
Exalted Contributor

Re: GUI not coming at startup

Shalom Arul,

/etc/rc.config.d/xfs
Change first variable to 1
/sbin/init.d/xfs start

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
Arul Murugan_1
New Member

Re: GUI not coming at startup

If you don't mind anybody what is the funda behind while running the script ./S990dtlogin.rc start Gui comes once restarted its not coming.
Alex Glennie
Honored Contributor

Re: GUI not coming at startup

I'd check permissions here on /tmp

drwxrwxrwx 7 bin bin 2048 Jan 20 13:47 tmp

I'd also use dr_dt to check on say /usr/lib/grmd and
/usr/spool/sockets permissions

if they check out OK it maybe worth upping semmnu.

fyi grm is part of the Xserver not Gnome's gdm (gnome display manager)