<?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: Introduction to Linux Signals 101</title>
	<atom:link href="http://taz.net.au/blog/2008/07/03/introduction-to-linux-signals-101/feed/" rel="self" type="application/rss+xml" />
	<link>http://taz.net.au/blog/2008/07/03/introduction-to-linux-signals-101/</link>
	<description>Tech Notes And Miscellaneous Thoughts</description>
	<lastBuildDate>Sat, 07 Mar 2009 08:48:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: TimC</title>
		<link>http://taz.net.au/blog/2008/07/03/introduction-to-linux-signals-101/comment-page-1/#comment-51</link>
		<dc:creator>TimC</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://taz.net.au/blog/?p=14#comment-51</guid>
		<description>Nope.  The bug report about mount was the reason for me being in emergency mode (turns out you can&#039;t remount / rw if there&#039;s a syntax error with the / entry in /etc/fstab, and you can&#039;t tell mount to ignore /etc/fstab).

ctrl-c wasn&#039;t sufficient to tell bash to cancel a line.  Eg, go to bash shell, type &quot;askjhaksjdhkj&quot;, press ctrl-C, that should clear the line.  No acknowledgement at all in my case.</description>
		<content:encoded><![CDATA[<p>Nope.  The bug report about mount was the reason for me being in emergency mode (turns out you can&#8217;t remount / rw if there&#8217;s a syntax error with the / entry in /etc/fstab, and you can&#8217;t tell mount to ignore /etc/fstab).</p>
<p>ctrl-c wasn&#8217;t sufficient to tell bash to cancel a line.  Eg, go to bash shell, type &#8220;askjhaksjdhkj&#8221;, press ctrl-C, that should clear the line.  No acknowledgement at all in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cas</title>
		<link>http://taz.net.au/blog/2008/07/03/introduction-to-linux-signals-101/comment-page-1/#comment-50</link>
		<dc:creator>cas</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://taz.net.au/blog/?p=14#comment-50</guid>
		<description>i&#039;m guessing that mount(8) called the kernel to actually mount a filesystem, or perhaps query the kernel for a list of mounted filesystems....and the syscall never returned, perhaps because of hardware errors on the disk or disk controller.

SIGINT won&#039;t kill a process if it&#039;s trapped in the kernel.  it won&#039;t even get the signal until the syscall returns.

even SIGKILL (&#039;kill -9&#039;) won&#039;t kill a zombie process.</description>
		<content:encoded><![CDATA[<p>i&#8217;m guessing that mount(8) called the kernel to actually mount a filesystem, or perhaps query the kernel for a list of mounted filesystems&#8230;.and the syscall never returned, perhaps because of hardware errors on the disk or disk controller.</p>
<p>SIGINT won&#8217;t kill a process if it&#8217;s trapped in the kernel.  it won&#8217;t even get the signal until the syscall returns.</p>
<p>even SIGKILL (&#8216;kill -9&#8242;) won&#8217;t kill a zombie process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimC</title>
		<link>http://taz.net.au/blog/2008/07/03/introduction-to-linux-signals-101/comment-page-1/#comment-48</link>
		<dc:creator>TimC</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://taz.net.au/blog/?p=14#comment-48</guid>
		<description>Turns out I had reason to go into such an emergency mode tonight (I&#039;m about to submit a bug report to mount -- grarrr).  And an stty sane didn&#039;t work.  stty -a showed that ^C was indeed mapped to intr.</description>
		<content:encoded><![CDATA[<p>Turns out I had reason to go into such an emergency mode tonight (I&#8217;m about to submit a bug report to mount &#8212; grarrr).  And an stty sane didn&#8217;t work.  stty -a showed that ^C was indeed mapped to intr.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
