- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Xerror; /var/dt/Xerrors Xserver:Internal events qu...
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
11-02-2007 11:27 AM
11-02-2007 11:27 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 12:12 PM
11-03-2007 12:12 PM
Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full
Maybe this is a configuration event.
It's possible that a file is still making reference to the old IP address you changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2007 03:06 PM
11-03-2007 03:06 PM
Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 02:05 AM
11-04-2007 02:05 AM
Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full
Do a
#man Xserver
maybe there you can find some information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2007 06:56 PM
11-04-2007 06:56 PM
SolutionCheck 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 04:04 AM
11-06-2007 04:04 AM
Re: Xerror; /var/dt/Xerrors Xserver:Internal events queue full
Thanks again.
James