- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- XServer: Internal events queue full! - Input data...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-22-2002 09:26 AM
тАО04-22-2002 09:26 AM
XServer: Internal events queue full! - Input data has been lost!
This is in continuation to the console-lockup problem I had earlier. The Xerrors file is filled with 7.8 million lines of this error :
XServer: Internal events queue full! - Input data has been lost!
And I think, since such a huge Xerrors file would eat-up all the /var directory, the console locks as the Xserver isn't able to write anymore to the /var directory.
So, under what all circumstances can we get this error ? Also, even if we do get the error, is it acceptable to let 7 million such error messages be entered in the error-file ?
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2002 09:51 AM
тАО04-22-2002 09:51 AM
Re: XServer: Internal events queue full! - Input data has been lost!
It's very urgent for me ... any HP engineer out there ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2002 10:14 AM
тАО04-22-2002 10:14 AM
Re: XServer: Internal events queue full! - Input data has been lost!
rm Xerrors
ln -s /dev/null Xerrors
Peace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2002 10:21 AM
тАО04-22-2002 10:21 AM
Re: XServer: Internal events queue full! - Input data has been lost!
Actually we are not yet sure about how to reproduce the problem either.
So, anyone there ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2002 10:35 AM
тАО04-22-2002 10:35 AM
Re: XServer: Internal events queue full! - Input data has been lost!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-22-2002 11:48 AM
тАО04-22-2002 11:48 AM
Re: XServer: Internal events queue full! - Input data has been lost!
Well, keeping the system running, I think would be more important. And if the log is filling that fast you'll have entries quickly enough to determine cause down the road.
So null out the error log & if it fills that fast AND you have OnLine JFS AND if you have space left in vg00 then lvextend the LV & extendfs the /var FS. That will give you time to diag & solve the problem.
And NO it's not good practice to let a log file grow that large. You have 2 options:
1) write a script to trim the log & run it via cron.
2) use SAM's log trimming capabilities
Routine Tasks -> System Log Files -> Actions -> Trim
If the file is not listed it can be added via Actions.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2002 12:25 AM
тАО04-24-2002 12:25 AM
Re: XServer: Internal events queue full! - Input data has been lost!
I'd suggest killing the applicaton, then clearing out the Xerros file ... do you still see errors ?
Patch levels ? O/S ? Graphics card ? appoogies but I was not about to see your previous post could you point us to it or add the details to this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2002 01:52 AM
тАО04-24-2002 01:52 AM
Re: XServer: Internal events queue full! - Input data has been lost!
You can attempt to avoid the error by increasing memory, and modifying kernel mem params, but it'll happen eventually again.
I don't think there is any config you can play around with in the Xserver that forces a buffer flush, although you can start the xserver with a no flush (synchronous) option so as Xbuffers are not used by apps, however, that's for app debugging.
Later,
Bill