<?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: Enabling XDMCP on Karmic Koala (Pt. I)</title>
	<atom:link href="http://www.peppertop.com/blog/?feed=rss2&#038;p=690" rel="self" type="application/rss+xml" />
	<link>http://www.peppertop.com/blog/?p=690</link>
	<description>Things I love, things I hate, and things I just don't understand</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:21:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-9299</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 25 May 2010 13:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-9299</guid>
		<description>Thank god!! saved me after a year of figuring out why i had to restart gdm to connect to my box every time.

DisplaysPerHost=2</description>
		<content:encoded><![CDATA[<p>Thank god!! saved me after a year of figuring out why i had to restart gdm to connect to my box every time.</p>
<p>DisplaysPerHost=2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Smith</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-9286</link>
		<dc:creator>Oliver Smith</dc:creator>
		<pubDate>Mon, 26 Apr 2010 10:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-9286</guid>
		<description>ARGH! I&#039;m trying to get this working in 10.4. I repeated the steps, gksudo gdm restart, and voila it worked. I wanted to change XMing from Window to Fullscreen mode, so I restarted XLaunch ... and no greeter. So I restarted GDM and XLaunch. No greeter. I restarted the Ubuntu machine and XLaunch. No greeter.

*$@*$&amp;$*!

However - I do appear to have found a likely cause.

netstat -an &#124; grep 177 shows only an ipv6 listener. ARGH.

I&#039;m trying to figure out how to coerce GDM into listening for IPv4 also.</description>
		<content:encoded><![CDATA[<p>ARGH! I&#8217;m trying to get this working in 10.4. I repeated the steps, gksudo gdm restart, and voila it worked. I wanted to change XMing from Window to Fullscreen mode, so I restarted XLaunch &#8230; and no greeter. So I restarted GDM and XLaunch. No greeter. I restarted the Ubuntu machine and XLaunch. No greeter.</p>
<p>*$@*$&amp;$*!</p>
<p>However &#8211; I do appear to have found a likely cause.</p>
<p>netstat -an | grep 177 shows only an ipv6 listener. ARGH.</p>
<p>I&#8217;m trying to figure out how to coerce GDM into listening for IPv4 also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-9231</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-9231</guid>
		<description>I recommended creating custom.conf as it won&#039;t (well, shouldn&#039;t) be affected by any future updates, whereas gdm.schemas might be - but thanks for the info, as it&#039;s always useful to provide more options to other readers.</description>
		<content:encoded><![CDATA[<p>I recommended creating custom.conf as it won&#8217;t (well, shouldn&#8217;t) be affected by any future updates, whereas gdm.schemas might be &#8211; but thanks for the info, as it&#8217;s always useful to provide more options to other readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holden</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-9211</link>
		<dc:creator>Holden</dc:creator>
		<pubDate>Wed, 07 Apr 2010 03:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-9211</guid>
		<description>In Ubuntu 9.10, I just needed to edit /etc/gdm/gdm.schemas and set the following entries:
-------------------------------------

      &lt;key&gt;security/DisallowTCP&lt;/key&gt;
      &lt;signature&gt;b&lt;/signature&gt;
      &lt;default&gt;false&lt;/default&gt;
    

      &lt;key&gt;xdmcp/Enable&lt;/key&gt;
      &lt;signature&gt;b&lt;/signature&gt;
      &lt;default&gt;true&lt;/default&gt;
    
---------------------------------------------

I did not need to add a custom.conf but if you do it will work as well.

Running GDM on OpenVZ was another matter as the new GDM has not implemented the --no-console option that is required for headless setups (like for OpenVZ clients).  A patch to GDM, however, is available from: https://bugzilla.gnome.org/show_bug.cgi?id=567522

HH</description>
		<content:encoded><![CDATA[<p>In Ubuntu 9.10, I just needed to edit /etc/gdm/gdm.schemas and set the following entries:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>      &lt;key&gt;security/DisallowTCP&lt;/key&gt;<br />
      &lt;signature&gt;b&lt;/signature&gt;<br />
      &lt;default&gt;false&lt;/default&gt;</p>
<p>      &lt;key&gt;xdmcp/Enable&lt;/key&gt;<br />
      &lt;signature&gt;b&lt;/signature&gt;<br />
      &lt;default&gt;true&lt;/default&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I did not need to add a custom.conf but if you do it will work as well.</p>
<p>Running GDM on OpenVZ was another matter as the new GDM has not implemented the &#8211;no-console option that is required for headless setups (like for OpenVZ clients).  A patch to GDM, however, is available from: <a href="https://bugzilla.gnome.org/show_bug.cgi?id=567522">https://bugzilla.gnome.org/show_bug.cgi?id=567522</a></p>
<p>HH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Jackson</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-8946</link>
		<dc:creator>Jim Jackson</dc:creator>
		<pubDate>Sat, 20 Mar 2010 19:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-8946</guid>
		<description>I see they&#039;ve removed the --no-console option from gdm for Karmic! I have a headless AMD64 box in the cellar
which I sometimes use for development work. I previously had no Xserver configured, and ran gdm with the --no-console option so it wouldn&#039;t attempt to start one. Can&#039;t do that now. Anybody tried xdm ?

For most things I&#039;m ok with ssh and x-forwarding etc,
but it&#039;s a cool demo to have a full session running in an xnest on my desktop.</description>
		<content:encoded><![CDATA[<p>I see they&#8217;ve removed the &#8211;no-console option from gdm for Karmic! I have a headless AMD64 box in the cellar<br />
which I sometimes use for development work. I previously had no Xserver configured, and ran gdm with the &#8211;no-console option so it wouldn&#8217;t attempt to start one. Can&#8217;t do that now. Anybody tried xdm ?</p>
<p>For most things I&#8217;m ok with ssh and x-forwarding etc,<br />
but it&#8217;s a cool demo to have a full session running in an xnest on my desktop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2010-03-15 &#171; Wild Webmink</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-8800</link>
		<dc:creator>links for 2010-03-15 &#171; Wild Webmink</dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-8800</guid>
		<description>[...] Enabling XDMCP on Karmic Koala Seems Ubuntu developers are protecting me from myself by removing all mention of XDMCP from the GUI. These instructions explain how to turn on XDMCP again without the benefit of a Security tab on the Login Preferences dialog. (tags: Ubuntu How-to Remote Desktop) [...]</description>
		<content:encoded><![CDATA[<p>[...] Enabling XDMCP on Karmic Koala Seems Ubuntu developers are protecting me from myself by removing all mention of XDMCP from the GUI. These instructions explain how to turn on XDMCP again without the benefit of a Security tab on the Login Preferences dialog. (tags: Ubuntu How-to Remote Desktop) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-8737</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-8737</guid>
		<description>If you mean that you want to access your local storage devices from within the remote session, then this amounts to the same issue as accessing them from the server itself. If you just need to access the files on the storage then using something like &lt;a href=&quot;http://fuse.sourceforge.net/sshfs.html&quot; rel=&quot;nofollow&quot;&gt;sshfs&lt;/a&gt; might do the trick - or even just using ssh/scp to copy the files to the server and back as needed. If you&#039;re accessing a recent GNOME desktop on the server (e.g. a recent Ubuntu installation), then I&#039;ve found the &quot;Connect to server...&quot; option in the Places menu works well for this, and even makes the mounted location available to the command line via the .gvfs directory.

If, however, you want to access the underlying block device itself - to (un)mount the CD-ROM drive or USB stick on the server&#039;s desktop, for example - you might need to look into something like the &lt;a href=&quot;http://nbd.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;Network Block Device&lt;/a&gt; driver. I&#039;ve never had cause to use it myself, though, so I don&#039;t know whether or not that will suit your requirements.</description>
		<content:encoded><![CDATA[<p>If you mean that you want to access your local storage devices from within the remote session, then this amounts to the same issue as accessing them from the server itself. If you just need to access the files on the storage then using something like <a href="http://fuse.sourceforge.net/sshfs.html">sshfs</a> might do the trick &#8211; or even just using ssh/scp to copy the files to the server and back as needed. If you&#8217;re accessing a recent GNOME desktop on the server (e.g. a recent Ubuntu installation), then I&#8217;ve found the &#8220;Connect to server&#8230;&#8221; option in the Places menu works well for this, and even makes the mounted location available to the command line via the .gvfs directory.</p>
<p>If, however, you want to access the underlying block device itself &#8211; to (un)mount the CD-ROM drive or USB stick on the server&#8217;s desktop, for example &#8211; you might need to look into something like the <a href="http://nbd.sourceforge.net/">Network Block Device</a> driver. I&#8217;ve never had cause to use it myself, though, so I don&#8217;t know whether or not that will suit your requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kjetil Fleten</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-8716</link>
		<dc:creator>Kjetil Fleten</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-8716</guid>
		<description>Is there any way to make a remote x-session to a server and still have access to local cdrom device and usb memory sticks etc on the client ?</description>
		<content:encoded><![CDATA[<p>Is there any way to make a remote x-session to a server and still have access to local cdrom device and usb memory sticks etc on the client ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theodore</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-8688</link>
		<dc:creator>theodore</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-8688</guid>
		<description>Thanks.

It does seem that they screw with Ubuntu with every release.  I especially don&#039;t like the way that bash handles &#039;set -o vi&#039; differently in each version.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>It does seem that they screw with Ubuntu with every release.  I especially don&#8217;t like the way that bash handles &#8216;set -o vi&#8217; differently in each version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; XDMCP support in Ubuntu: make your voice heard My Green Life</title>
		<link>http://www.peppertop.com/blog/?p=690&#038;cpage=1#comment-8668</link>
		<dc:creator>&#187; XDMCP support in Ubuntu: make your voice heard My Green Life</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.peppertop.com/blog/?p=690#comment-8668</guid>
		<description>[...] As I&#8217;ve pointed out previously, the XDMCP support has been severely crippled in Ubuntu 9.10, Karmic Koala. I suspect that XDMCP is something that isn&#8217;t considered a very high priority by the Ubuntu and upstream developers, as it&#8217;s an old protocol with security issues. Up until Karmic, however, it had the distinct advantage of being already installed (even on a Live CD) and easy to activate and access via the GUI. [...]</description>
		<content:encoded><![CDATA[<p>[...] As I&#8217;ve pointed out previously, the XDMCP support has been severely crippled in Ubuntu 9.10, Karmic Koala. I suspect that XDMCP is something that isn&#8217;t considered a very high priority by the Ubuntu and upstream developers, as it&#8217;s an old protocol with security issues. Up until Karmic, however, it had the distinct advantage of being already installed (even on a Live CD) and easy to activate and access via the GUI. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
