<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /usr/bin/X11/xrdb error help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441497#M7629</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Again, your help is very appreciated.</description>
    <pubDate>Tue, 05 Sep 2000 14:16:48 GMT</pubDate>
    <dc:creator>Steven Chen_1</dc:creator>
    <dc:date>2000-09-05T14:16:48Z</dc:date>
    <item>
      <title>/usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441486#M7618</link>
      <description>The following messages are constantly occuring on my rc.log of HPUX 10.20 server.    It is the left-over problem from last Oracle installation. &lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;cannot connect to X server '111.222.333.444:0.0'&lt;BR /&gt;Set the DISPLAY environment variable and/or&lt;BR /&gt;use xhost to allow access control to the display&lt;BR /&gt;/usr/bin/X11/xrdb: Interrupted system call&lt;BR /&gt;/usr/bin/X11/xrdb: Can't open display '111.222.333.444:0.0'&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;&lt;BR /&gt;The IP refers to a workstation, but no graphical application other than glance is on the server.&lt;BR /&gt;&lt;BR /&gt;My question is:   how can I disable the messages?   Should I keep X server for glance purpose?    &lt;BR /&gt;&lt;BR /&gt;Please help.  By the way, this forums is the world #1 IT resource and help center, even better than Microsoft help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 19:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441486#M7618</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2000-08-30T19:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441487#M7619</link>
      <description>Hi Steven&lt;BR /&gt;&lt;BR /&gt;You are trying to start some kind of service from rc that needs to show something on that DISPLAY ( 111.222.333.444:0 ).&lt;BR /&gt;&lt;BR /&gt;The script that starts the service i placed in /sbin/init.d&lt;BR /&gt;There might be a configuration-file for that service in /etc/rc.config.d where you shuld be able to disable the service.&lt;BR /&gt;Try to:&lt;BR /&gt;cd /sbin/init.d&lt;BR /&gt;grep 111.222.333.444 *&lt;BR /&gt;or do the same in /etc/rc.config.d, then you should be able to locate the script.&lt;BR /&gt;&lt;BR /&gt;God luck&lt;BR /&gt;Jesper&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 20:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441487#M7619</guid>
      <dc:creator>Jesper Sivertsen</dc:creator>
      <dc:date>2000-08-30T20:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441488#M7620</link>
      <description>Jesper is correct the X resource database 9xrdb), is used to save / utilise application resource settings such as fonts, colours etcand sounds as if its being invoked by something at a non-graphics run level ... I suspect 1 or 2 :&lt;BR /&gt;&lt;BR /&gt;The most likely cause or application i have seen inthe past &amp;amp;  especially if this is an ignited / pre-installed system is : &lt;BR /&gt;&lt;BR /&gt;UIS Electronic Product Registration from July 97 app CD&lt;BR /&gt;&lt;BR /&gt;Check with swlist to see if it's installed ; if yes =&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Since you don't want that daemon running, set UIS=0 in&lt;BR /&gt;/etc/rc.config.d/uis, which will disable UIS and solveyour problem.&lt;BR /&gt;/opt/uissys/uis/misc/uisrun tries to set the display even&lt;BR /&gt;if it doesn't have access to the Xserver. This is not a safe&lt;BR /&gt;thing to do; it is better to disable the daemon, and run&lt;BR /&gt;the application after logging in through VUE/CDE.</description>
      <pubDate>Thu, 31 Aug 2000 07:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441488#M7620</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-31T07:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441489#M7621</link>
      <description>Thanks Jesper and Alex's help.   Using grep, I couild not find IP related process.   But /etc/rc.config.d/uis does have something uncommon and I would need your help here:&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/uis is &lt;BR /&gt;"-rw-r--r-- 1 4636  users &lt;BR /&gt;          111 Aug 26  1996 uis"&lt;BR /&gt;&lt;BR /&gt;1) I don't know what 4636 user is.&lt;BR /&gt;2) /etc/group users does have 4636&lt;BR /&gt;3) I don't know what uis?&lt;BR /&gt;4) more uis, uis=1&lt;BR /&gt;&lt;BR /&gt;I am using Glance, that is the only graphic application being used(plus top).&lt;BR /&gt;&lt;BR /&gt;If I change uis =0, what impact would that be?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2000 13:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441489#M7621</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2000-09-05T13:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441490#M7622</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look in /sbin/init.d and search for a file that contains uis:&lt;BR /&gt;cd /sbin/init.d&lt;BR /&gt;grep -il uis *&lt;BR /&gt;If you found some have a view at that file what it is doing at the start case.&lt;BR /&gt;The uid 4636 is not in your /etc/passwd but that's not critical. Perhaps the uid was set by a tar restore.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 05 Sep 2000 13:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441490#M7622</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T13:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441491#M7623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look in /sbin/init.d and search for a file that contains uis:&lt;BR /&gt;cd /sbin/init.d&lt;BR /&gt;grep -il uis *&lt;BR /&gt;If you found some have a view at that file what it is doing at the start case.&lt;BR /&gt;The uid 4636 is not in your /etc/passwd but that's not critical. Perhaps the uid was set by a tar restore.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 05 Sep 2000 13:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441491#M7623</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T13:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441492#M7624</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look in /sbin/init.d and search for a file that contains uis:&lt;BR /&gt;cd /sbin/init.d&lt;BR /&gt;grep -il uis *&lt;BR /&gt;If you found some have a view at that file what it is doing at the start case.&lt;BR /&gt;The uid 4636 is not in your /etc/passwd but that's not critical. Perhaps the uid was set by a tar restore.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 05 Sep 2000 13:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441492#M7624</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441493#M7625</link>
      <description>Sorry for the duplicated replies but i think there are some problems at the ITRC server, i got several error messages when submitting the reply.</description>
      <pubDate>Tue, 05 Sep 2000 13:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441493#M7625</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441494#M7626</link>
      <description>Steven .... not at lot seems like your not using UIS , and I've never known a customer complain when we've disabled it in the past .... still there's always a first time. Give it a go and see what happens ;), can always put it back but i think this is the cause !</description>
      <pubDate>Tue, 05 Sep 2000 13:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441494#M7626</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-05T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441495#M7627</link>
      <description>Thanks for all the help from Jesper and Alex.   Using "grep -il uis *", I found iforls and uis.    Iforls='Gradient License Server Deamon', which is not known to me.&lt;BR /&gt;iforls is using bin/bin, 1996, uis is using 4636/users, 1996.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 05 Sep 2000 13:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441495#M7627</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2000-09-05T13:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441496#M7628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the correspond file for the Gradient License Server is /etc/rc.config.d/iforls&lt;BR /&gt;I don't know what uis is.&lt;BR /&gt;Can you post the contents of /sbin/init.d/uis to the forum ?&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 05 Sep 2000 13:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441496#M7628</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441497#M7629</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Again, your help is very appreciated.</description>
      <pubDate>Tue, 05 Sep 2000 14:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441497#M7629</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2000-09-05T14:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441498#M7630</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please post the uis file - that is the interresting thing.&lt;BR /&gt;Iforls is for licensing software products.</description>
      <pubDate>Tue, 05 Sep 2000 14:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441498#M7630</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T14:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441499#M7631</link>
      <description>Found something for iforls:&lt;BR /&gt;&lt;BR /&gt;with /opt/ifor/ls/bin/i4tv&lt;BR /&gt;&lt;BR /&gt;you can check if there are running license servers.&lt;BR /&gt;&lt;BR /&gt;have a look at:&lt;BR /&gt;man i4tv</description>
      <pubDate>Tue, 05 Sep 2000 14:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441499#M7631</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-05T14:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441500#M7632</link>
      <description>Steven, I beleive i4admin is the tool that requires an X windows environment.  It appears that someone may have wanted to automatically display the i4 admin screen on this particular server at some point (maybe for an operator to view) and is setting the display variable then running the i4admin process.  Grep for i4admin in any possible admin directory such as /sbin/init.d, /etc/rc.config.d/, /usr/local/bin or any other possible directory where admins may keep admin scripts.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Tue, 05 Sep 2000 14:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441500#M7632</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-09-05T14:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441501#M7633</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Again, your help is very appreciated.</description>
      <pubDate>Tue, 05 Sep 2000 16:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441501#M7633</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2000-09-05T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441502#M7634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you please post the /sbin/init.d/uis file ?&lt;BR /&gt;I think iforls is not the file that has to do with your error because the grep finds a line:&lt;BR /&gt;# checking for reqUISite processes.&lt;BR /&gt;which is a comment.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 06 Sep 2000 05:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441502#M7634</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-06T05:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441503#M7635</link>
      <description>Out of interest have you tried disabling uis yet and checked the results ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2000 06:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441503#M7635</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-06T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441504#M7636</link>
      <description>I have had difficult time to go into this forums in the last few days and I guess HP server is in trouble.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Thanks for all.</description>
      <pubDate>Wed, 06 Sep 2000 16:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441504#M7636</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2000-09-06T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: /usr/bin/X11/xrdb error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441505#M7637</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what about the /etc/rc.log itself ?&lt;BR /&gt;Can you post it to the forum please.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 11 Sep 2000 09:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usr-bin-x11-xrdb-error-help/m-p/2441505#M7637</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-11T09:52:33Z</dc:date>
    </item>
  </channel>
</rss>

