<?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: Starting a VNC server at boot problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432445#M205932</link>
    <description>I believe that the xstartup is configured correctly since when started from the command prompt everything works perfectly. Only when started at boot in the init process, only then, this weird behaviour occurs: the twm is not starting for some reason leaving me with a grey desktop.&lt;BR /&gt;&lt;BR /&gt;After logging in (either remote or local) and re-launching the vnc server manually, everything works like magic.&lt;BR /&gt;&lt;BR /&gt;What could be different between starting the service at boot-up and starting it manually at console? I looked at paths, env vars. No other ideas so far :( Please help if you have any ideas.</description>
    <pubDate>Tue, 30 Nov 2004 10:37:33 GMT</pubDate>
    <dc:creator>C Ross</dc:creator>
    <dc:date>2004-11-30T10:37:33Z</dc:date>
    <item>
      <title>Starting a VNC server at boot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432441#M205928</link>
      <description>I'm having this weird problem when booting my 11i workstation: I have a vnc server installed (Xvnc based) and all the scripts in place. The system starts up fine, shows the service as started and when trying to log in via a remote VNC client all I get is the "grey desktop".&lt;BR /&gt;There are no errors in vnc's log file whatsoever. I am using the absolute paths in xstartup script.&lt;BR /&gt;What is weird is that after I log into the system and restart the service from console (using my script in /sbin/init.d) everything works!&lt;BR /&gt;It seems like twm is not executed from my xstartup script but I have no idea why. I looked at environment variables, paths. Everything looks fine.&lt;BR /&gt;Is there a more indepth way to debug/verbose display of what happens with other X sessions (my VNC display is :1)?&lt;BR /&gt;Any help would be greately appreciated. Thanks in advance!</description>
      <pubDate>Mon, 29 Nov 2004 15:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432441#M205928</guid>
      <dc:creator>C Ross</dc:creator>
      <dc:date>2004-11-29T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Starting a VNC server at boot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432442#M205929</link>
      <description>What about setting set -x in the start script in /sbin/init.d directory.&lt;BR /&gt;&lt;BR /&gt;This will give more verbose output to /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;If this has been suggested perviously, please ignore.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Mon, 29 Nov 2004 16:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432442#M205929</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-29T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Starting a VNC server at boot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432443#M205930</link>
      <description>Thank you for your reply!&lt;BR /&gt;With the set -x and the extra information I have got did not help me unfortunately. All I see is that the start command is executed successfully. The VNC server starts but the problem is that no window manager is running and I am still getting the grey desktop.&lt;BR /&gt;I am using absolute paths in the xstartup file which is supposed to be ran after the vnc service starts. I don't have any errors in either log file vnc or rc.log... :(</description>
      <pubDate>Mon, 29 Nov 2004 16:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432443#M205930</guid>
      <dc:creator>C Ross</dc:creator>
      <dc:date>2004-11-29T16:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Starting a VNC server at boot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432444#M205931</link>
      <description>I have seen this in the past. You need to change the $HOME/.vnc/xstartup file to match your normal cde startup. The default xstartup from VNC starts twm with a grey backround, and one xterm.&lt;BR /&gt;&lt;BR /&gt;Jim Krol&lt;BR /&gt;james.krol@boeing.com</description>
      <pubDate>Tue, 30 Nov 2004 09:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432444#M205931</guid>
      <dc:creator>Jim Krol</dc:creator>
      <dc:date>2004-11-30T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Starting a VNC server at boot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432445#M205932</link>
      <description>I believe that the xstartup is configured correctly since when started from the command prompt everything works perfectly. Only when started at boot in the init process, only then, this weird behaviour occurs: the twm is not starting for some reason leaving me with a grey desktop.&lt;BR /&gt;&lt;BR /&gt;After logging in (either remote or local) and re-launching the vnc server manually, everything works like magic.&lt;BR /&gt;&lt;BR /&gt;What could be different between starting the service at boot-up and starting it manually at console? I looked at paths, env vars. No other ideas so far :( Please help if you have any ideas.</description>
      <pubDate>Tue, 30 Nov 2004 10:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432445#M205932</guid>
      <dc:creator>C Ross</dc:creator>
      <dc:date>2004-11-30T10:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Starting a VNC server at boot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432446#M205933</link>
      <description>Hi,&lt;BR /&gt;At what level do you start it?&lt;BR /&gt;try in /sbin/rc4.d with Kxxx in rc3.d&lt;BR /&gt;but leave initdefault to 3 in /etc/inittab&lt;BR /&gt;and give it a try: init 4&lt;BR /&gt;then init 3 and again init 4, success?&lt;BR /&gt;I always doublecheck: Reboot and again init 4...&lt;BR /&gt;Still fine? Now try changing initdefault...&lt;BR /&gt;(I suspect a conflict with the respawn of the console...)&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 30 Nov 2004 17:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starting-a-vnc-server-at-boot-problem/m-p/3432446#M205933</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-11-30T17:29:16Z</dc:date>
    </item>
  </channel>
</rss>

