<?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 Mikael Ståldal's technical blog</title>
	<atom:link href="http://www.staldal.nu/tech/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.staldal.nu/tech</link>
	<description>Programming and software</description>
	<lastBuildDate>Tue, 22 Jun 2010 10:02:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Implementing POX Web Services with Spring WS and JAXB by Mikael Ståldal</title>
		<link>http://www.staldal.nu/tech/2010/04/29/implementing-pox-web-services-with-spring-ws-and-jaxb/comment-page-1/#comment-730</link>
		<dc:creator>Mikael Ståldal</dc:creator>
		<pubDate>Tue, 22 Jun 2010 10:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=112#comment-730</guid>
		<description>Yes, I use MessageDispatcherServlet. It will by default use SOAP, but by redefining the &lt;code&gt;messageFactory&lt;/code&gt; bean it will use POX instead:

&lt;bean id=&quot;messageFactory&quot; class=&quot;org.springframework.ws.pox.dom.DomPoxMessageFactory&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>Yes, I use MessageDispatcherServlet. It will by default use SOAP, but by redefining the <code>messageFactory</code> bean it will use POX instead:</p>
<p>&lt;bean id=&#8221;messageFactory&#8221; class=&#8221;org.springframework.ws.pox.dom.DomPoxMessageFactory&#8221; /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing POX Web Services with Spring WS and JAXB by alex kuang</title>
		<link>http://www.staldal.nu/tech/2010/04/29/implementing-pox-web-services-with-spring-ws-and-jaxb/comment-page-1/#comment-728</link>
		<dc:creator>alex kuang</dc:creator>
		<pubDate>Mon, 21 Jun 2010 03:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=112#comment-728</guid>
		<description>Mikael, could u post your web.xml configuration,   did u directly use MessageDispatchServlet class?  as i known, It will wrap xml with SOAP. how did u do it?</description>
		<content:encoded><![CDATA[<p>Mikael, could u post your web.xml configuration,   did u directly use MessageDispatchServlet class?  as i known, It will wrap xml with SOAP. how did u do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by Mikael Ståldal</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-582</link>
		<dc:creator>Mikael Ståldal</dc:creator>
		<pubDate>Mon, 10 May 2010 09:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-582</guid>
		<description>On a server, you probably store data somewhere in /var which you want to have persistent.

But if you mount /var somehow persistent read-write (just like /home), something like this setup should work on a server as well. In that case you should probably not bother to mount all the subdirectories of /var as tmpfs.

On a server, only these should be tmpfs:
/tmp
/media
/var/run
/var/lock

(in addition to /dev, /dev/shm, /lib/init/rw and other stuff which the distribution mounts as tmpfs by default).</description>
		<content:encoded><![CDATA[<p>On a server, you probably store data somewhere in /var which you want to have persistent.</p>
<p>But if you mount /var somehow persistent read-write (just like /home), something like this setup should work on a server as well. In that case you should probably not bother to mount all the subdirectories of /var as tmpfs.</p>
<p>On a server, only these should be tmpfs:<br />
/tmp<br />
/media<br />
/var/run<br />
/var/lock</p>
<p>(in addition to /dev, /dev/shm, /lib/init/rw and other stuff which the distribution mounts as tmpfs by default).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by Mikael Ståldal</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-581</link>
		<dc:creator>Mikael Ståldal</dc:creator>
		<pubDate>Mon, 10 May 2010 09:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-581</guid>
		<description>I don&#039;t know about any side effects of noatime here. However, I am quite sure that you won&#039;t get any performance improvement at all from noatime on tmpfs.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about any side effects of noatime here. However, I am quite sure that you won&#8217;t get any performance improvement at all from noatime on tmpfs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by johnd16</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-580</link>
		<dc:creator>johnd16</dc:creator>
		<pubDate>Sun, 09 May 2010 14:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-580</guid>
		<description>BTW: Why is this setup probably not advisable for a server?</description>
		<content:encoded><![CDATA[<p>BTW: Why is this setup probably not advisable for a server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by johnd16</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-579</link>
		<dc:creator>johnd16</dc:creator>
		<pubDate>Sun, 09 May 2010 14:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-579</guid>
		<description>Thanks for the trailing comma. I didn&#039;t spot that error myself.

What could be the unwanted side effects from setting option &quot;noatime&quot; on tmpfs mounts for /media, /var/log, /var/lib/dhcp3 mount points?

My idea is to not waste any cycles on not really necessary tasks. 
I know this might be an ultra tiny (0.0000001%) saving.</description>
		<content:encoded><![CDATA[<p>Thanks for the trailing comma. I didn&#8217;t spot that error myself.</p>
<p>What could be the unwanted side effects from setting option &#8220;noatime&#8221; on tmpfs mounts for /media, /var/log, /var/lib/dhcp3 mount points?</p>
<p>My idea is to not waste any cycles on not really necessary tasks.<br />
I know this might be an ultra tiny (0.0000001%) saving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by Mikael Ståldal</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-578</link>
		<dc:creator>Mikael Ståldal</dc:creator>
		<pubDate>Sun, 09 May 2010 08:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-578</guid>
		<description>(I haven&#039;t tried this with 10.04 yet.)

I see no reason for using noatime with tmpfs. noatime is a performance optimization to avoid unnecessary writes to the underlaying device. It is not relevant for tmpfs since there is no underlaying device (that&#039;s the point with tmpfs).

Try to remove noatime from all tmpfs mounts. And make sure that you actually have a group &quot;lp&quot;. And make sure that you don&#039;t have any trailing comma after nosuid on the /var/crash line.

And the mount point directories needs to exist.</description>
		<content:encoded><![CDATA[<p>(I haven&#8217;t tried this with 10.04 yet.)</p>
<p>I see no reason for using noatime with tmpfs. noatime is a performance optimization to avoid unnecessary writes to the underlaying device. It is not relevant for tmpfs since there is no underlaying device (that&#8217;s the point with tmpfs).</p>
<p>Try to remove noatime from all tmpfs mounts. And make sure that you actually have a group &#8220;lp&#8221;. And make sure that you don&#8217;t have any trailing comma after nosuid on the /var/crash line.</p>
<p>And the mount point directories needs to exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by johnd16</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-577</link>
		<dc:creator>johnd16</dc:creator>
		<pubDate>Sun, 09 May 2010 02:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-577</guid>
		<description>Easy cause?

$ sudo ls /var/crash
ls: cannot access /var/crash: No such file or directory
$ sudo ls /var/spool/cups
ls: cannot access /var/spool/cups: No such file or directory</description>
		<content:encoded><![CDATA[<p>Easy cause?</p>
<p>$ sudo ls /var/crash<br />
ls: cannot access /var/crash: No such file or directory<br />
$ sudo ls /var/spool/cups<br />
ls: cannot access /var/spool/cups: No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux with / mounted read-only 2.0 by johnd16</title>
		<link>http://www.staldal.nu/tech/2009/11/15/linux-with-mounted-read-only-2-0/comment-page-1/#comment-576</link>
		<dc:creator>johnd16</dc:creator>
		<pubDate>Sun, 09 May 2010 02:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=100#comment-576</guid>
		<description>For 10.04 with a .32-server kernel, my experience is that the following lines in /etc/fstab will stop the boot process:

#none 			/var/crash		tmpfs mode=0755,noatime,nodev,noexec,nosuid, 0 0
#none 			/var/spool/cups	tmpfs mode=0710,noatime,nodev,noexec,nosuid,gid=lp 0

Or should these mounts not have got the noatime property?</description>
		<content:encoded><![CDATA[<p>For 10.04 with a .32-server kernel, my experience is that the following lines in /etc/fstab will stop the boot process:</p>
<p>#none 			/var/crash		tmpfs mode=0755,noatime,nodev,noexec,nosuid, 0 0<br />
#none 			/var/spool/cups	tmpfs mode=0710,noatime,nodev,noexec,nosuid,gid=lp 0</p>
<p>Or should these mounts not have got the noatime property?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use mousewheel in GNU Screen by Quantum</title>
		<link>http://www.staldal.nu/tech/2009/01/11/how-to-use-mousewheel-in-gnu-screen/comment-page-1/#comment-519</link>
		<dc:creator>Quantum</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.staldal.nu/tech/?p=41#comment-519</guid>
		<description>Whoa.... it would be cool to get it working under OSX... I&#039;ll try it out this weekend :)</description>
		<content:encoded><![CDATA[<p>Whoa&#8230;. it would be cool to get it working under OSX&#8230; I&#8217;ll try it out this weekend <img src='http://www.staldal.nu/tech/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
