Operating System - HP-UX
1834215 Members
2298 Online
110066 Solutions
New Discussion

Xerror; /var/dt/Xerrors Xserver:Internal events queue full

 
SOLVED
Go to solution
TechC
Regular Advisor

Xerror; /var/dt/Xerrors Xserver:Internal events queue full

Hello all,
Changed the ip address of a Visualize B2000.
The machine boots fine but when getting to the CDE login screen, the machine hangs with an X in the middle of the screen. The /var/dt/Xerrors file fills so rapidly with Xserver: Internal events queue full! -Input data has been lost! I have to kill the dtsession or the file fills up /var within seconds. Any clues why this is happening.
HPUX 11.0
Visualize B2000
Thanks
James CHavez
5 REPLIES 5
Fabian Briseño
Esteemed Contributor

Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full

Hello James.
Maybe this is a configuration event.

It's possible that a file is still making reference to the old IP address you changed.
Knowledge is power.
TechC
Regular Advisor

Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full

Thank you for the reply,
Would you happen to know where the file is that can point me to that configuration error. I can't see anything in the Xerrors file other than the error I posted.
Thank You
Fabian Briseño
Esteemed Contributor

Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full

Hello james.

Do a
#man Xserver

maybe there you can find some information

Knowledge is power.
Vijay Dsouza
Frequent Advisor
Solution

Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full

Hi James,



Check the following


1. /etc/rc.config.d/netconf ===> Check the values of Hostname and IP adress
2. do an nslookup hostname and check the values
3. ensure that the /etc/hosts has the FQDN name mentioned.

4. move the existing resolv.conf file ; create a new one
===========
5. check the nsswitch.conf file
==========

sample file
========
/etc/nsswitch.conf; it
# does not use any name services.
#
passwd: files
group: files
hosts: files
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files


check /etc/hosts
==============
/etc/hosts
The file should be
owner = bin, group = bin, and have permissions of
" -r--r--r--"


stop and restart the Xserver and check for the following files for latest errors.

/var/dt/Xerrors
/usr/contrib/bin/X11/dr_dt

Cheers

Vijay
TechC
Regular Advisor

Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full

Thanks guys for the suggestions. X is quite picky. I tried everything Vijay suggested and switched out the mouse, everything is working correctly now.
Thanks again.
James