<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Installing VNC Remote Desktop on Ubuntu Linux VPS</title> <atom:link href="http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/feed/" rel="self" type="application/rss+xml" /><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/</link> <description>What&#039;s going on Internet?</description> <lastBuildDate>Mon, 06 Feb 2012 19:41:35 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Markus</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2766</link> <dc:creator>Markus</dc:creator> <pubDate>Mon, 06 Feb 2012 19:37:54 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2766</guid> <description>maybe it&#039;s because you already have vnc server running on :3 ?you can check whether there is another vnc server running by executing &#039;ps auxw&#039;</description> <content:encoded><![CDATA[<p>maybe it&#8217;s because you already have vnc server running on :3 ?</p><p>you can check whether there is another vnc server running by executing &#8216;ps auxw&#8217;</p> ]]></content:encoded> </item> <item><title>By: Frankie</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2762</link> <dc:creator>Frankie</dc:creator> <pubDate>Thu, 02 Feb 2012 08:45:55 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2762</guid> <description>Really useful, thanks a lot.however I found that Ubuntu crashes a lot for me and when i try to usevncserver :3 -geometry 1024x768 -depth 16 -pixelformat rgb565Warning: (MYVPSSERVERNAME):3 is taken because of /tmp/.X3-lock Remove this file if there is no X server (MYVPSSERVERNAME):3 A VNC server is already running as :3How do I get rid of this?</description> <content:encoded><![CDATA[<p>Really useful, thanks a lot.</p><p>however I found that Ubuntu crashes a lot for me and when i try to use</p><p>vncserver :3 -geometry 1024&#215;768 -depth 16 -pixelformat rgb565</p><p>Warning: (MYVPSSERVERNAME):3 is taken because of /tmp/.X3-lock<br /> Remove this file if there is no X server (MYVPSSERVERNAME):3<br /> A VNC server is already running as :3</p><p>How do I get rid of this?</p> ]]></content:encoded> </item> <item><title>By: nyuszika7h</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2678</link> <dc:creator>nyuszika7h</dc:creator> <pubDate>Sat, 24 Dec 2011 20:02:43 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2678</guid> <description>Another thing I&#039;d like to note is if what I said doesn&#039;t work, execute this: $ sudo service cron start [sudo] password for yourusername:Then it should work.</description> <content:encoded><![CDATA[<p>Another thing I&#8217;d like to note is if what I said doesn&#8217;t work, execute this:<br /> $ sudo service cron start<br /> [sudo] password for yourusername:</p><p>Then it should work.</p> ]]></content:encoded> </item> <item><title>By: nyuszika7h</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2677</link> <dc:creator>nyuszika7h</dc:creator> <pubDate>Sat, 24 Dec 2011 20:01:34 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2677</guid> <description>(1) Check where is vncserver located. Note the output, it will be needed later. $ which vncserver(2) Add the commands to autostart with crontab. When you are prompted for a password, enter your password. If that fails, try again with root&#039;s password. $ sudo EDITOR=nano VISUAL=nano crontab -e [sudo] password for yourusername:In the text editor, add the following three lines to the end (or simply add them if the file is empty):@reboot /usr/bin/sudo /etc/init.d/gdm start @reboot /usr/bin/sudo /usr/sbin/dpkg-reconfigure xserver-xorg @reboot /path/to/vncserver :1 -geometry 1024×768 -depth 16 -pixelformat rgb565Finally, press Ctrl-O and then Ctrl-X to save your changes and exit from nano. On the next reboot, those commands will hopefully be executed.</description> <content:encoded><![CDATA[<p>(1) Check where is vncserver located. Note the output, it will be needed later.<br /> $ which vncserver</p><p>(2) Add the commands to autostart with crontab. When you are prompted for a password, enter your password. If that fails, try again with root&#8217;s password.<br /> $ sudo EDITOR=nano VISUAL=nano crontab -e<br /> [sudo] password for yourusername:</p><p>In the text editor, add the following three lines to the end (or simply add them if the file is empty):</p><p>@reboot /usr/bin/sudo /etc/init.d/gdm start<br /> @reboot /usr/bin/sudo /usr/sbin/dpkg-reconfigure xserver-xorg<br /> @reboot /path/to/vncserver :1 -geometry 1024×768 -depth 16 -pixelformat rgb565</p><p>Finally, press Ctrl-O and then Ctrl-X to save your changes and exit from nano. On the next reboot, those commands will hopefully be executed.</p> ]]></content:encoded> </item> <item><title>By: Andy</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2414</link> <dc:creator>Andy</dc:creator> <pubDate>Sat, 26 Nov 2011 09:01:53 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2414</guid> <description>Thanks alot mate, your a life saver!This problem had had me against the ropes for two days. i had purchased a vps that only provided linux due it being a third of the cost of a windows vps and then my nightmare started. (i had never used linux before so all i knew is what some websites on google told me.I wanted to use the gnome desktop through ssh, but what i didn&#039;t understand was that &quot;x server&quot; (the thing that runs the gnome desktop) wont start on a headless computer/server (a computer without a monitor) and most vps providers are very unlikely to have there vps&#039;s hooked up to monitors (That would make them more expensive)So every time i tried &quot;startx&quot; (the command to start the gnome desktop) through ssh i wold get this error no matter what operating system i installed!X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian Current Operating System: Linux dot2635 2.6.32-238.19.1.el5.028stab092.2 #1 SMP Thu Jul 21 19:23:22 MSD 2011 i6 86 Kernel command line: quiet Build Date: 19 February 2011 02:37:36PM xorg-server 2:1.7.7-13 (Cyril Brulebois ) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: &quot;/var/log/Xorg.0.log&quot;, Time: Fri Nov 25 10:31:55 2011 (==) Using system config directory &quot;/usr/share/X11/xorg.conf.d&quot;Fatal server error: xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at &quot;/var/log/Xorg.0.log&quot; for additional information.giving up. xinit: No such file or directory (errno 2): unable to connect to X server xinit: No such process (errno 3): Server error.So anyone getting this error its because your trying to start the gnome desktop on a headless unit and it wont work. Anyway this fixes that and tells vnc to start the gnome desktop on connection and it will use your monitor as hardware.I had found many tutorials explaining this but they all missed something and didn&#039;t lay it out in absolute layman&#039;s terms for a complete newbie to linux like this guy did.Also i find whenever the ubuntu server has been shut down I have to use all three of these to get vnc to work everytime:sudo /etc/init.d/gdm start sudo dpkg-reconfigure xserver-xorg vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565Does the author know the exact command to add these three commands to auto start every time the computer boots?It would really help me out.Thanks again.</description> <content:encoded><![CDATA[<p>Thanks alot mate, your a life saver!</p><p>This problem had had me against the ropes for two days. i had purchased a vps that only provided linux due it being a third of the cost of a windows vps and then my nightmare started. (i had never used linux before so all i knew is what some websites on google told me.</p><p>I wanted to use the gnome desktop through ssh, but what i didn&#8217;t understand was that &#8220;x server&#8221; (the thing that runs the gnome desktop) wont start on a headless computer/server (a computer without a monitor) and most vps providers are very unlikely to have there vps&#8217;s hooked up to monitors (That would make them more expensive)</p><p>So every time i tried &#8220;startx&#8221; (the command to start the gnome desktop) through ssh i wold get this error no matter what operating system i installed!</p><p>X.Org X Server 1.7.7<br /> Release Date: 2010-05-04<br /> X Protocol Version 11, Revision 0<br /> Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian<br /> Current Operating System: Linux dot2635 2.6.32-238.19.1.el5.028stab092.2 #1 SMP Thu Jul 21 19:23:22 MSD 2011 i6<br /> 86<br /> Kernel command line: quiet<br /> Build Date: 19 February 2011 02:37:36PM<br /> xorg-server 2:1.7.7-13 (Cyril Brulebois )<br /> Current version of pixman: 0.16.4<br /> Before reporting problems, check <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a><br /> to make sure that you have the latest version.<br /> Markers: (&#8211;) probed, (**) from config file, (==) default setting,<br /> (++) from command line, (!!) notice, (II) informational,<br /> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br /> (==) Log file: &#8220;/var/log/Xorg.0.log&#8221;, Time: Fri Nov 25 10:31:55 2011<br /> (==) Using system config directory &#8220;/usr/share/X11/xorg.conf.d&#8221;</p><p>Fatal server error:<br /> xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)</p><p>Please consult the The X.Org Foundation support<br /> at <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a><br /> for help.<br /> Please also check the log file at &#8220;/var/log/Xorg.0.log&#8221; for additional information.</p><p>giving up.<br /> xinit: No such file or directory (errno 2): unable to connect to X server<br /> xinit: No such process (errno 3): Server error.</p><p>So anyone getting this error its because your trying to start the gnome desktop on a headless unit and it wont work. Anyway this fixes that and tells vnc to start the gnome desktop on connection and it will use your monitor as hardware.</p><p>I had found many tutorials explaining this but they all missed something and didn&#8217;t lay it out in absolute layman&#8217;s terms for a complete newbie to linux like this guy did.</p><p>Also i find whenever the ubuntu server has been shut down I have to use all three of these to get vnc to work everytime:</p><p>sudo /etc/init.d/gdm start<br /> sudo dpkg-reconfigure xserver-xorg<br /> vncserver :1 -geometry 1024&#215;768 -depth 16 -pixelformat rgb565</p><p>Does the author know the exact command to add these three commands to auto start every time the computer boots?</p><p>It would really help me out.</p><p>Thanks again.</p> ]]></content:encoded> </item> <item><title>By: Omar</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2151</link> <dc:creator>Omar</dc:creator> <pubDate>Wed, 17 Aug 2011 12:50:25 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2151</guid> <description>Wow this was a great guide.  It worked perfectly for me, and I am a first time VPS user.  I have a linode account with Ubuntu on there.  I learned all the command line stuff but wanted a &quot;remote desktop&quot;.  Thank you!</description> <content:encoded><![CDATA[<p>Wow this was a great guide.  It worked perfectly for me, and I am a first time VPS user.  I have a linode account with Ubuntu on there.  I learned all the command line stuff but wanted a &#8220;remote desktop&#8221;.  Thank you!</p> ]]></content:encoded> </item> <item><title>By: Markus</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-2130</link> <dc:creator>Markus</dc:creator> <pubDate>Mon, 25 Jul 2011 11:48:38 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-2130</guid> <description>write an article to do minimum install here: http://www.talk.web.id/2011/07/minimum-install-vnc-remote-desktop-server-on-centos/it&#039;s for Centos though :)</description> <content:encoded><![CDATA[<p>write an article to do minimum install here: <a href="http://www.talk.web.id/2011/07/minimum-install-vnc-remote-desktop-server-on-centos/" rel="nofollow">http://www.talk.web.id/2011/07/minimum-install-vnc-remote-desktop-server-on-centos/</a></p><p>it&#8217;s for Centos though <img src='http://markus.revti.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p> ]]></content:encoded> </item> <item><title>By: DJWeb</title><link>http://markus.revti.com/2009/08/installing-vnc-remote-desktop-on-ubuntu-linux-vps/comment-page-2/#comment-1771</link> <dc:creator>DJWeb</dc:creator> <pubDate>Sun, 20 Mar 2011 05:55:53 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=361#comment-1771</guid> <description>This a good guide overal but the &quot;ubuntu-desktop&quot; default package is way too bloated for a VPS. You should write a guide for a minimal install of ubuntu instead.</description> <content:encoded><![CDATA[<p>This a good guide overal but the &#8220;ubuntu-desktop&#8221; default package is way too bloated for a VPS. You should write a guide for a minimal install of ubuntu instead.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 6/21 queries in 0.068 seconds using disk: basic
Object Caching 525/534 objects using disk: basic

Served from: markus.revti.com @ 2012-02-12 05:36:30 -->
