<?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: VNC log out how to log in in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054123#M29689</link>
    <description>Assuming it's installed as a service, then you should just be able to 'service vncserver restart'.&lt;BR /&gt;&lt;BR /&gt;'gnome-session' is your windows manager / desktop.&lt;BR /&gt;&lt;BR /&gt;When you Log Out, that's what you are exiting.</description>
    <pubDate>Tue, 14 Aug 2007 15:58:06 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2007-08-14T15:58:06Z</dc:date>
    <item>
      <title>VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054118#M29684</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I open a linux remote virtual desktop via VNC (version E4.2.9). Just now, I did a "Log Out" via main menu - log out - ok. But, I meet problem when I wanna log in. The VNC window no any log in prompt like real linux desktop. No available on mouse right/left only F8 key.&lt;BR /&gt;How can I re-login in this VNC window? ( I know, I could kill this process of VNC xxx:1 and startup another VNC process via command vncserver).&lt;BR /&gt;Any answers will be very appricate&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Aug 2007 15:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054118#M29684</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-08-13T15:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054119#M29685</link>
      <description>Yeah, this happens because the VNC session launches a single instance of the windows manager, and when you exit it, there's nothing left to do with the empty X server.&lt;BR /&gt;&lt;BR /&gt;Start by looking at the '~/.vnc/xstartup' routine.  The last line should be your windows manager.</description>
      <pubDate>Tue, 14 Aug 2007 01:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054119#M29685</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-08-14T01:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054120#M29686</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep vnc&lt;BR /&gt;&lt;BR /&gt;Lets get a handle on whether the process is dead or not. I'm not sture at this point.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Aug 2007 07:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054120#M29686</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-14T07:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054121#M29687</link>
      <description>Hi Stuart Browne and SEP&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;Have a great day.</description>
      <pubDate>Tue, 14 Aug 2007 08:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054121#M29687</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-08-14T08:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054122#M29688</link>
      <description>Hi Stuart Browne&lt;BR /&gt;&lt;BR /&gt;Below is my xstartup file&lt;BR /&gt;#cat .vnc/xstartup&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;# Uncomment the following two lines for normal desktop:&lt;BR /&gt;# unset SESSION_MANAGER&lt;BR /&gt;# exec /etc/X11/xinit/xinitrc&lt;BR /&gt;&lt;BR /&gt;[ -r $HOME/.Xresources ] &amp;amp;&amp;amp; xrdb $HOME/.Xresources&lt;BR /&gt;xsetroot -solid grey&lt;BR /&gt;vncconfig -iconic &amp;amp;&lt;BR /&gt;xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;amp;&lt;BR /&gt;exec gnome-session &amp;amp;&lt;BR /&gt;&lt;BR /&gt;the last line is execute "Gnome" desktop when startup VNC, right?  So, which one is my windows manager?&lt;BR /&gt;&lt;BR /&gt;I have a another way to fix it, kill -9 "server1:1" process and re-start "vncserver". But, when I kill server1:1 and restart the nmuber became server:2, when kill :2 restart, number becaume :3. So, how to let the system use the server1:1 "1" again? is there a configuration file and parameter that let vncserver re-use.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 14 Aug 2007 08:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054122#M29688</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-08-14T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054123#M29689</link>
      <description>Assuming it's installed as a service, then you should just be able to 'service vncserver restart'.&lt;BR /&gt;&lt;BR /&gt;'gnome-session' is your windows manager / desktop.&lt;BR /&gt;&lt;BR /&gt;When you Log Out, that's what you are exiting.</description>
      <pubDate>Tue, 14 Aug 2007 15:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054123#M29689</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-08-14T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054124#M29690</link>
      <description>To start the vnc on specific port - 1 for example (assuming this port isn't occupied by already running session) do:&lt;BR /&gt;vncserver :1&lt;BR /&gt;&lt;BR /&gt;to stop:&lt;BR /&gt;vncserver -kill :1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There's a file /etc/sysconfig/vncservers,&lt;BR /&gt;where you can configure the vnc to start on specific port(s) for specific user(s).Thus every time you'll reboot your system, the VNC will start listening on these ports.</description>
      <pubDate>Wed, 15 Aug 2007 02:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054124#M29690</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-08-15T02:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054125#M29691</link>
      <description>Hi Alexander and Stuart&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly help.&lt;BR /&gt;&lt;BR /&gt;I know, vncserver restart and vncserver:1 can fix it. But, I remember there is a Linux server of our company can automatic use the lowest number via "vncserver" when the VNC process of the lowest number be stopped. For example: server:1 for root, server:2 for oracle. kill the process of server:1. root run "vncserver" again. It still used server:1 not server:3. Probably, I should remove some files or change some configurations of VNC.&lt;BR /&gt;But, It doesnâ  t matter , I could use vncserver:1 to reuse the specific number.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054125#M29691</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-08-15T08:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: VNC log out how to log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054126#M29692</link>
      <description>I find a method could reuse the lowest number via "vncserver"&lt;BR /&gt;cd /tmp&lt;BR /&gt;&lt;BR /&gt;ll -al you will find some files like these: .X0-lock .... .X7-lock&lt;BR /&gt;&lt;BR /&gt;rm -r .X*&lt;BR /&gt;&lt;BR /&gt;vncserver&lt;BR /&gt;&lt;BR /&gt;reuse :1 not :8</description>
      <pubDate>Wed, 15 Aug 2007 09:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vnc-log-out-how-to-log-in/m-p/4054126#M29692</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-08-15T09:16:23Z</dc:date>
    </item>
  </channel>
</rss>

