<?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: start the service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187067#M9715</link>
    <description>Once you've started 'vncserver', you should see a few things, in particular:&lt;BR /&gt;&lt;BR /&gt;netstat -nap | grep vnc&lt;BR /&gt;tcp 0 0 0.0.0.0:5805 0.0.0.0:* LISTEN &lt;PID&gt;/Xvnc&lt;BR /&gt;tcp 0 0 0.0.0.0:5905 0.0.0.0:* LISTEN &lt;PID&gt;/Xvnc&lt;BR /&gt;tcp 0 0 0.0.0.0:6005 0.0.0.0:* LISTEN &lt;PID&gt;/Xvnc&lt;BR /&gt;&lt;BR /&gt;If these are all there, and you're using 'vncviewer' to attach to 'edp:5', then we'll need some error messages from your desktop to track it down further.&lt;/PID&gt;&lt;/PID&gt;&lt;/PID&gt;</description>
    <pubDate>Mon, 09 Feb 2004 22:39:07 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-02-09T22:39:07Z</dc:date>
    <item>
      <title>start the service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187066#M9714</link>
      <description>How can I start the vncserver , i tried to run the command "vncserver" , it pop the log :&lt;BR /&gt;&lt;BR /&gt;New 'X' desktop is edp:5&lt;BR /&gt;&lt;BR /&gt;Starting applications specified in /root/.vnc/xstartup&lt;BR /&gt;Log file is /root/.vnc/edp:5.log&lt;BR /&gt;&lt;BR /&gt;but I still can't run the vncviewer on desktop pc , what other setting I need to make ?thx.</description>
      <pubDate>Mon, 09 Feb 2004 22:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187066#M9714</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-02-09T22:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: start the service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187067#M9715</link>
      <description>Once you've started 'vncserver', you should see a few things, in particular:&lt;BR /&gt;&lt;BR /&gt;netstat -nap | grep vnc&lt;BR /&gt;tcp 0 0 0.0.0.0:5805 0.0.0.0:* LISTEN &lt;PID&gt;/Xvnc&lt;BR /&gt;tcp 0 0 0.0.0.0:5905 0.0.0.0:* LISTEN &lt;PID&gt;/Xvnc&lt;BR /&gt;tcp 0 0 0.0.0.0:6005 0.0.0.0:* LISTEN &lt;PID&gt;/Xvnc&lt;BR /&gt;&lt;BR /&gt;If these are all there, and you're using 'vncviewer' to attach to 'edp:5', then we'll need some error messages from your desktop to track it down further.&lt;/PID&gt;&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Mon, 09 Feb 2004 22:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187067#M9715</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-09T22:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: start the service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187068#M9716</link>
      <description>thx It is OK now , it ask for my password , I tried the root password , but it is not work, if I forget the password , how can I reset it ? thx.</description>
      <pubDate>Tue, 10 Feb 2004 02:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187068#M9716</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-02-10T02:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: start the service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187069#M9717</link>
      <description>I assumed you started vncserver as root? If so, the root passwd is not the same as the password you are being ask for.  To reset password for vnc, type vncpasswd. &lt;BR /&gt;&lt;BR /&gt;I would not suggest you use vnc as root. I suggest you use it as regular user and also use ssh tunnel on it.</description>
      <pubDate>Tue, 10 Feb 2004 12:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187069#M9717</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2004-02-10T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: start the service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187070#M9718</link>
      <description>After you start vncserver you get something like edp:5 5 is the session number.&lt;BR /&gt;&lt;BR /&gt;At client check if you are able to ping the ip of the system where you are running vncserver (basically check if its in network).&lt;BR /&gt;&lt;BR /&gt;from vncveiewer type ip:5 it would ask you for a password. to view the desktop. you should be runninng vncserver from root. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;sam</description>
      <pubDate>Thu, 12 Feb 2004 05:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187070#M9718</guid>
      <dc:creator>sam_111</dc:creator>
      <dc:date>2004-02-12T05:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: start the service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187071#M9719</link>
      <description>I think you'll find the password is blank.  Just hit return.  &lt;BR /&gt; &lt;BR /&gt;At least that worked for me on HPUX.</description>
      <pubDate>Thu, 12 Feb 2004 06:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/start-the-service/m-p/3187071#M9719</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-12T06:26:38Z</dc:date>
    </item>
  </channel>
</rss>

