<?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 for Made of Bugs</title>
	<atom:link href="http://blog.nelhage.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nelhage.com</link>
	<description>It's software. It's made of bugs.</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:48:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on reptyr: Attach a running process to a new terminal by Johann Pascher</title>
		<link>http://blog.nelhage.com/2011/01/reptyr-attach-a-running-process-to-a-new-terminal/comment-page-1/#comment-27788</link>
		<dc:creator>Johann Pascher</dc:creator>
		<pubDate>Fri, 03 Feb 2012 17:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=450#comment-27788</guid>
		<description>&lt;p&gt;Hi Alexander Kriegisch (kriegaex),&lt;/p&gt;

&lt;p&gt;I don&#039;t have any problem with it on Ubuntu 12.04 (speedlinux)
Did test with this example:
http://monkeypatch.me/blog/move-a-running-process-to-a-new-screen-shell.html&lt;/p&gt;

&lt;p&gt;uname -a Linux speedLinux 2.6.33.7-co-0.7.9-r1581 #1 PREEMPT Sat Apr 9 21:08:08 UTC 2011 i686 athlon i386 GNU/Linux
cat /etc/motd &#124; head -n 1 Welcome to Ubuntu precise (development branch) (GNU/Linux 2.6.33.7-co-0.7.9-r1581 i686)&lt;/p&gt;

&lt;p&gt;Best regards, Johann Pascher&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Alexander Kriegisch (kriegaex),</p>

<p>I don&#8217;t have any problem with it on Ubuntu 12.04 (speedlinux)
Did test with this example:
<a href="http://monkeypatch.me/blog/move-a-running-process-to-a-new-screen-shell.html" rel="nofollow">http://monkeypatch.me/blog/move-a-running-process-to-a-new-screen-shell.html</a></p>

<p>uname -a Linux speedLinux 2.6.33.7-co-0.7.9-r1581 #1 PREEMPT Sat Apr 9 21:08:08 UTC 2011 i686 athlon i386 GNU/Linux
cat /etc/motd | head -n 1 Welcome to Ubuntu precise (development branch) (GNU/Linux 2.6.33.7-co-0.7.9-r1581 i686)</p>

<p>Best regards, Johann Pascher</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on reptyr: Attach a running process to a new terminal by Alexander Kriegisch</title>
		<link>http://blog.nelhage.com/2011/01/reptyr-attach-a-running-process-to-a-new-terminal/comment-page-1/#comment-27664</link>
		<dc:creator>Alexander Kriegisch</dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=450#comment-27664</guid>
		<description>&lt;p&gt;I have the same problem as mzeta. Did he send you the strace output and did you come up with an idea how to solve this? Me running coLinux makes it next to impossible to just switch to another (yama-enabled) kernel, but I do use Ubuntu 11.10 which seems to silently rely on the fact that there is just such a kernel running underneath it. In my case it isn&#039;t.&lt;/p&gt;

&lt;p&gt;$ uname -a
Linux andLinux 2.6.33.7-co-0.7.10-r1588 #1 PREEMPT Mon Aug 8 04:13:31 UTC 2011 i686 athlon i386 GNU/Linux&lt;/p&gt;

&lt;p&gt;$ cat /etc/motd &#124; head -n 1
Welcome to Ubuntu 11.10 (GNU/Linux 2.6.33.7-co-0.7.10-r1588 i686)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have the same problem as mzeta. Did he send you the strace output and did you come up with an idea how to solve this? Me running coLinux makes it next to impossible to just switch to another (yama-enabled) kernel, but I do use Ubuntu 11.10 which seems to silently rely on the fact that there is just such a kernel running underneath it. In my case it isn&#8217;t.</p>

<p>$ uname -a
Linux andLinux 2.6.33.7-co-0.7.10-r1588 #1 PREEMPT Mon Aug 8 04:13:31 UTC 2011 i686 athlon i386 GNU/Linux</p>

<p>$ cat /etc/motd | head -n 1
Welcome to Ubuntu 11.10 (GNU/Linux 2.6.33.7-co-0.7.10-r1588 i686)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using X forwarding with screen by proxying $DISPLAY by Yubin Kim</title>
		<link>http://blog.nelhage.com/2010/05/using-x-forwarding-with-screen/comment-page-1/#comment-27275</link>
		<dc:creator>Yubin Kim</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=232#comment-27275</guid>
		<description>&lt;p&gt;Oh my god. Thank you, thank you so much.&lt;/p&gt;

&lt;p&gt;I&#039;ve been trying forever trying to find a way to restore a lost X session connection for screen because the lack of the X selection/clipboard was a huge annoyance for me. My linux fu is very lacking so I was almost about to give up when I found this blog post.&lt;/p&gt;

&lt;p&gt;You have my absolute sincerest thanks for writing this script and making it available!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh my god. Thank you, thank you so much.</p>

<p>I&#8217;ve been trying forever trying to find a way to restore a lost X session connection for screen because the lack of the X selection/clipboard was a huge annoyance for me. My linux fu is very lacking so I was almost about to give up when I found this blog post.</p>

<p>You have my absolute sincerest thanks for writing this script and making it available!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on reptyr: Attach a running process to a new terminal by Jean</title>
		<link>http://blog.nelhage.com/2011/01/reptyr-attach-a-running-process-to-a-new-terminal/comment-page-1/#comment-27264</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=450#comment-27264</guid>
		<description>&lt;p&gt;This is incredible stuff ! Thank you Mister nelhage&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is incredible stuff ! Thank you Mister nelhage</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on reptyr: Attach a running process to a new terminal by vMeson</title>
		<link>http://blog.nelhage.com/2011/01/reptyr-attach-a-running-process-to-a-new-terminal/comment-page-1/#comment-25560</link>
		<dc:creator>vMeson</dc:creator>
		<pubDate>Wed, 28 Dec 2011 18:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=450#comment-25560</guid>
		<description>&lt;p&gt;&quot;I had run writing it anyways&quot; typolice:  s/had run/had fun/&lt;/p&gt;

&lt;p&gt;Adding ppc and mips support is now on my to do list. It&#039;s a long list so don&#039;t get your hopes up. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;I had run writing it anyways&#8221; typolice:  s/had run/had fun/</p>

<p>Adding ppc and mips support is now on my to do list. It&#8217;s a long list so don&#8217;t get your hopes up. :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on reptyr: Attach a running process to a new terminal by Lachlan</title>
		<link>http://blog.nelhage.com/2011/01/reptyr-attach-a-running-process-to-a-new-terminal/comment-page-1/#comment-25040</link>
		<dc:creator>Lachlan</dc:creator>
		<pubDate>Wed, 21 Dec 2011 05:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=450#comment-25040</guid>
		<description>&lt;p&gt;You are a fricking GOD!!!&lt;/p&gt;

&lt;p&gt;I needed this realllllllllll bad today. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are a fricking GOD!!!</p>

<p>I needed this realllllllllll bad today. :)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Twitter: Stop screwing over your developers. by Your Mother</title>
		<link>http://blog.nelhage.com/2010/09/dear-twitter/comment-page-1/#comment-24960</link>
		<dc:creator>Your Mother</dc:creator>
		<pubDate>Tue, 20 Dec 2011 03:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=314#comment-24960</guid>
		<description>&lt;p&gt;TweetDeck no longer has Linux support, and Twitter took over that project. Why kill a working branch? Why would they only provide Mac support that is essentially a Linux version with special stupid Apple code?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>TweetDeck no longer has Linux support, and Twitter took over that project. Why kill a working branch? Why would they only provide Mac support that is essentially a Linux version with special stupid Apple code?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automounting sshfs by BUGHUNTER</title>
		<link>http://blog.nelhage.com/2008/03/automounting-sshfs/comment-page-1/#comment-24689</link>
		<dc:creator>BUGHUNTER</dc:creator>
		<pubDate>Fri, 16 Dec 2011 01:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://nelhage.scripts.mit.edu/madeofbugs/?p=9#comment-24689</guid>
		<description>&lt;p&gt;OK, the author of afuse writes: &lt;/p&gt;

&lt;p&gt;One of the most important things to note about afuse&#039;s operation is that
automounted filesystems accessed through afuse are actually accessed
by proxy.  Actual mounts are created in an instance specific  directory
in /tmp. &lt;em&gt;ALL&lt;/em&gt; accesses to automounted filesystems apparently managed by afuse go through afuse and are proxied onto the real filesystem mounts
as appropriate.&lt;/p&gt;

&lt;p&gt;While this shouldn&#039;t cause any operational problems, it does mean that
operations on afuse automunted filesystems have considerable overhead.&lt;/p&gt;

&lt;p&gt;So it may be better to stay with autofs...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK, the author of afuse writes: </p>

<p>One of the most important things to note about afuse&#8217;s operation is that
automounted filesystems accessed through afuse are actually accessed
by proxy.  Actual mounts are created in an instance specific  directory
in /tmp. <em>ALL</em> accesses to automounted filesystems apparently managed by afuse go through afuse and are proxied onto the real filesystem mounts
as appropriate.</p>

<p>While this shouldn&#8217;t cause any operational problems, it does mean that
operations on afuse automunted filesystems have considerable overhead.</p>

<p>So it may be better to stay with autofs&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automounting sshfs by BUGHUNTER</title>
		<link>http://blog.nelhage.com/2008/03/automounting-sshfs/comment-page-1/#comment-24688</link>
		<dc:creator>BUGHUNTER</dc:creator>
		<pubDate>Fri, 16 Dec 2011 01:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://nelhage.scripts.mit.edu/madeofbugs/?p=9#comment-24688</guid>
		<description>&lt;p&gt;Thanks for the nice hint to afuse, really great!&lt;/p&gt;

&lt;p&gt;@afuse&lt;em&gt;is&lt;/em&gt;slow: how can afuse be slower than sshfs if it uses sshfs itself?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the nice hint to afuse, really great!</p>

<p>@afuse<em>is</em>slow: how can afuse be slower than sshfs if it uses sshfs itself?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Twitter: Stop screwing over your developers. by Automatische Tweets, jetzt es OAuth gibt? Senden Tweets über PHP-Befehlszeile › Dein IT Blog</title>
		<link>http://blog.nelhage.com/2010/09/dear-twitter/comment-page-1/#comment-21759</link>
		<dc:creator>Automatische Tweets, jetzt es OAuth gibt? Senden Tweets über PHP-Befehlszeile › Dein IT Blog</dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=314#comment-21759</guid>
		<description>&lt;p&gt;[...] Lese ich auf diesen Artikel http://blog.nelhage.com/2010/09/dear-twitter/ können Sie umgehen OAuth und noch Standardauthentifizierung verwenden, indem Sie &#8220;? Quelle = [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Lese ich auf diesen Artikel <a href="http://blog.nelhage.com/2010/09/dear-twitter/" rel="nofollow">http://blog.nelhage.com/2010/09/dear-twitter/</a> können Sie umgehen OAuth und noch Standardauthentifizierung verwenden, indem Sie &#8220;? Quelle = [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

