- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/bin/X11/xrdb error help
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
08-30-2000 12:52 PM
08-30-2000 12:52 PM
/usr/bin/X11/xrdb error help
----------------------------------------
cannot connect to X server '111.222.333.444:0.0'
Set the DISPLAY environment variable and/or
use xhost to allow access control to the display
/usr/bin/X11/xrdb: Interrupted system call
/usr/bin/X11/xrdb: Can't open display '111.222.333.444:0.0'
-----------------------------------------
The IP refers to a workstation, but no graphical application other than glance is on the server.
My question is: how can I disable the messages? Should I keep X server for glance purpose?
Please help. By the way, this forums is the world #1 IT resource and help center, even better than Microsoft help.
Thanks,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:21 PM
08-30-2000 01:21 PM
Re: /usr/bin/X11/xrdb error help
You are trying to start some kind of service from rc that needs to show something on that DISPLAY ( 111.222.333.444:0 ).
The script that starts the service i placed in /sbin/init.d
There might be a configuration-file for that service in /etc/rc.config.d where you shuld be able to disable the service.
Try to:
cd /sbin/init.d
grep 111.222.333.444 *
or do the same in /etc/rc.config.d, then you should be able to locate the script.
God luck
Jesper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 12:16 AM
08-31-2000 12:16 AM
Re: /usr/bin/X11/xrdb error help
The most likely cause or application i have seen inthe past & especially if this is an ignited / pre-installed system is :
UIS Electronic Product Registration from July 97 app CD
Check with swlist to see if it's installed ; if yes =>
Since you don't want that daemon running, set UIS=0 in
/etc/rc.config.d/uis, which will disable UIS and solveyour problem.
/opt/uissys/uis/misc/uisrun tries to set the display even
if it doesn't have access to the Xserver. This is not a safe
thing to do; it is better to disable the daemon, and run
the application after logging in through VUE/CDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:12 AM
09-05-2000 06:12 AM
Re: /usr/bin/X11/xrdb error help
/etc/rc.config.d/uis is
"-rw-r--r-- 1 4636 users
111 Aug 26 1996 uis"
1) I don't know what 4636 user is.
2) /etc/group users does have 4636
3) I don't know what uis?
4) more uis, uis=1
I am using Glance, that is the only graphic application being used(plus top).
If I change uis =0, what impact would that be?
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:18 AM
09-05-2000 06:18 AM
Re: /usr/bin/X11/xrdb error help
have a look in /sbin/init.d and search for a file that contains uis:
cd /sbin/init.d
grep -il uis *
If you found some have a view at that file what it is doing at the start case.
The uid 4636 is not in your /etc/passwd but that's not critical. Perhaps the uid was set by a tar restore.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:19 AM
09-05-2000 06:19 AM
Re: /usr/bin/X11/xrdb error help
have a look in /sbin/init.d and search for a file that contains uis:
cd /sbin/init.d
grep -il uis *
If you found some have a view at that file what it is doing at the start case.
The uid 4636 is not in your /etc/passwd but that's not critical. Perhaps the uid was set by a tar restore.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:19 AM
09-05-2000 06:19 AM
Re: /usr/bin/X11/xrdb error help
have a look in /sbin/init.d and search for a file that contains uis:
cd /sbin/init.d
grep -il uis *
If you found some have a view at that file what it is doing at the start case.
The uid 4636 is not in your /etc/passwd but that's not critical. Perhaps the uid was set by a tar restore.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:21 AM
09-05-2000 06:21 AM
Re: /usr/bin/X11/xrdb error help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:30 AM
09-05-2000 06:30 AM
Re: /usr/bin/X11/xrdb error help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:50 AM
09-05-2000 06:50 AM
Re: /usr/bin/X11/xrdb error help
iforls is using bin/bin, 1996, uis is using 4636/users, 1996.
Please let me how could be done next. By the way, this error messages built up a lot on rc.log, so I have to trim it weekly.
Thanks,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 06:56 AM
09-05-2000 06:56 AM
Re: /usr/bin/X11/xrdb error help
the correspond file for the Gradient License Server is /etc/rc.config.d/iforls
I don't know what uis is.
Can you post the contents of /sbin/init.d/uis to the forum ?
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 07:16 AM
09-05-2000 07:16 AM
Re: /usr/bin/X11/xrdb error help
Enclosed please find /sbin/init.d/iforls file for reference. I can't post two files at the same time. Please let me know if you need to look at uis file.
Again, your help is very appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 07:21 AM
09-05-2000 07:21 AM
Re: /usr/bin/X11/xrdb error help
please post the uis file - that is the interresting thing.
Iforls is for licensing software products.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 07:26 AM
09-05-2000 07:26 AM
Re: /usr/bin/X11/xrdb error help
with /opt/ifor/ls/bin/i4tv
you can check if there are running license servers.
have a look at:
man i4tv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 07:41 AM
09-05-2000 07:41 AM
Re: /usr/bin/X11/xrdb error help
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 09:35 AM
09-05-2000 09:35 AM
Re: /usr/bin/X11/xrdb error help
Enclosed please find /sbin/init.d/iforls file for reference. I can't post two files at the same time. Please let me know if you need to look at uis file.
Again, your help is very appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 10:57 PM
09-05-2000 10:57 PM
Re: /usr/bin/X11/xrdb error help
can you please post the /sbin/init.d/uis file ?
I think iforls is not the file that has to do with your error because the grep finds a line:
# checking for reqUISite processes.
which is a comment.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2000 11:31 PM
09-05-2000 11:31 PM
Re: /usr/bin/X11/xrdb error help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 09:54 AM
09-06-2000 09:54 AM
Re: /usr/bin/X11/xrdb error help
Enclosed please find uis file. Also I change UIS from =1 to =0. I don't know if I need to stop/start uis process and how. What I need is to disable the wrong message in rc.log and do not generate problem next time I reboot.
Thanks for all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 02:52 AM
09-11-2000 02:52 AM
Re: /usr/bin/X11/xrdb error help
what about the /etc/rc.log itself ?
Can you post it to the forum please.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2000 10:44 AM
09-11-2000 10:44 AM
Re: /usr/bin/X11/xrdb error help
Regarding my first answer, try to resolv the ip-address to a hostname, and then search the hostname in sted of the ip-address.
nslookup 111.222.333.444
This should give you a hostname.
Try to search for the hostname in the priviusly mentiond directoryes.
Jesper