<?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 cat brain.stuff &gt; wordpress</title>
	<atom:link href="http://famvdploeg.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog</link>
	<description>A simple look on things</description>
	<lastBuildDate>Sun, 06 Jun 2010 21:28:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Subversion (SVN) Server Startup Script by Beau</title>
		<link>http://famvdploeg.com/blog/2008/02/subversion-svn-server-startup-script/comment-page-1/#comment-1155</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Sun, 06 Jun 2010 21:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=37#comment-1155</guid>
		<description>Thanks! This script was very helpful!

I am running Subversion 1.5.4, as installed from the Ubuntu 9.04 Jaunty repositories and --pid-file is now a valid argument for svnserve.

I changed the start block as such:


  start)
        echo -n &quot;Starting Subversion (SVN) Server&quot;
        start-stop-daemon --start --quiet \
                --exec /usr/bin/svnserve -- -dr $REPOS_DIR \
               --pid-file=$PIDFILE
        #PID=`pidof svnserve` &#124;&#124; true
        #echo $PID &gt; $PIDFILE
        echo &quot;.&quot;
        ;;



I also added the LSB init lines so that the update-rc.d wouldn&#039;t have warnings.  I basically used the apache file as a template.

### BEGIN INIT INFO
# Provides:          svnserve
# Required-Start:    $local_fs $remote_fs $network $syslog
# Required-Stop:     $local_fs $remote_fs $network $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Start svnserve daemon at boot time
# Description:       Enable svnserve by daemon.
### END INIT INFO</description>
		<content:encoded><![CDATA[<p>Thanks! This script was very helpful!</p>
<p>I am running Subversion 1.5.4, as installed from the Ubuntu 9.04 Jaunty repositories and &#8211;pid-file is now a valid argument for svnserve.</p>
<p>I changed the start block as such:</p>
<p>  start)<br />
        echo -n &#8220;Starting Subversion (SVN) Server&#8221;<br />
        start-stop-daemon &#8211;start &#8211;quiet \<br />
                &#8211;exec /usr/bin/svnserve &#8212; -dr $REPOS_DIR \<br />
               &#8211;pid-file=$PIDFILE<br />
        #PID=`pidof svnserve` || true<br />
        #echo $PID &gt; $PIDFILE<br />
        echo &#8220;.&#8221;<br />
        ;;</p>
<p>I also added the LSB init lines so that the update-rc.d wouldn&#8217;t have warnings.  I basically used the apache file as a template.</p>
<p>### BEGIN INIT INFO<br />
# Provides:          svnserve<br />
# Required-Start:    $local_fs $remote_fs $network $syslog<br />
# Required-Stop:     $local_fs $remote_fs $network $syslog<br />
# Default-Start:     2 3 4 5<br />
# Default-Stop:      0 1 6<br />
# Short-Description: Start svnserve daemon at boot time<br />
# Description:       Enable svnserve by daemon.<br />
### END INIT INFO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basic iptables configuration by plaid</title>
		<link>http://famvdploeg.com/blog/2010/01/basic-iptables-configuration/comment-page-1/#comment-1154</link>
		<dc:creator>plaid</dc:creator>
		<pubDate>Mon, 17 May 2010 08:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=136#comment-1154</guid>
		<description>Good article, thanks!</description>
		<content:encoded><![CDATA[<p>Good article, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Team Fortress 2 &#8211; Dedicated Server by free creds</title>
		<link>http://famvdploeg.com/blog/2007/10/team-fortress-2-dedicated-server/comment-page-2/#comment-1147</link>
		<dc:creator>free creds</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=24#comment-1147</guid>
		<description>I always heard about problems with the steam account. Some account get even hijacked? Do you still think it is wise to get a steam account, I am usually to lazy to get a game in a store, so I would prefere to download them. Or are there any other options.</description>
		<content:encoded><![CDATA[<p>I always heard about problems with the steam account. Some account get even hijacked? Do you still think it is wise to get a steam account, I am usually to lazy to get a game in a store, so I would prefere to download them. Or are there any other options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building EJB3 applications with Maven 2 by Atanas Roussev &#8211; J2EE, Java Developer, UI Engineer, Resume &#8211; Vancouver &#187; Blog Archive &#187; Jump start J2EE EJB3 Maven project</title>
		<link>http://famvdploeg.com/blog/2008/08/building-ejb3-applications-with-maven-2/comment-page-1/#comment-1146</link>
		<dc:creator>Atanas Roussev &#8211; J2EE, Java Developer, UI Engineer, Resume &#8211; Vancouver &#187; Blog Archive &#187; Jump start J2EE EJB3 Maven project</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=41#comment-1146</guid>
		<description>[...] for a Maven ready EJB3 ready to run project? I came across this post. I gathered all the good ideas and grouped them together in ejb3-maven Google Code [...]</description>
		<content:encoded><![CDATA[<p>[...] for a Maven ready EJB3 ready to run project? I came across this post. I gathered all the good ideas and grouped them together in ejb3-maven Google Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS and Hibernate proxied objects by anonymous</title>
		<link>http://famvdploeg.com/blog/2008/08/blazeds-and-hibernate-proxied-objects/comment-page-1/#comment-1145</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=54#comment-1145</guid>
		<description>This is so cool !!! thank you so much... Just tried it... I&#039;m accessing my lazy properties withou restrictions... how can it be? does it mean this breaks lazyness? Dunno, but I&#039;m happy :)</description>
		<content:encoded><![CDATA[<p>This is so cool !!! thank you so much&#8230; Just tried it&#8230; I&#8217;m accessing my lazy properties withou restrictions&#8230; how can it be? does it mean this breaks lazyness? Dunno, but I&#8217;m happy <img src='http://famvdploeg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up an apache2 proxy server by Ride over Proxies (sshproxy) ubuntu &#171; Atoms working class today</title>
		<link>http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/comment-page-1/#comment-1143</link>
		<dc:creator>Ride over Proxies (sshproxy) ubuntu &#171; Atoms working class today</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=32#comment-1143</guid>
		<description>[...] http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/l   Comments (1) [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/l" rel="nofollow">http://famvdploeg.com/blog/2008/01/setting-up-an-apache2-proxy-server/l</a>   Comments (1) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building EJB3 applications with Maven 2 by Wytze</title>
		<link>http://famvdploeg.com/blog/2008/08/building-ejb3-applications-with-maven-2/comment-page-1/#comment-1142</link>
		<dc:creator>Wytze</dc:creator>
		<pubDate>Wed, 10 Feb 2010 11:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=41#comment-1142</guid>
		<description>That is indeed correct. 
I would also like to note that with the coming of EJB 3.1 (Lite) creating this whole structure is no longer necessary.
Next to that I would like to point out that Netbeans (6.8) can create these XML files for you when you create a new maven web project. Have a look at it if you like to see what it looks like.</description>
		<content:encoded><![CDATA[<p>That is indeed correct.<br />
I would also like to note that with the coming of EJB 3.1 (Lite) creating this whole structure is no longer necessary.<br />
Next to that I would like to point out that Netbeans (6.8) can create these XML files for you when you create a new maven web project. Have a look at it if you like to see what it looks like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building EJB3 applications with Maven 2 by Maverick</title>
		<link>http://famvdploeg.com/blog/2008/08/building-ejb3-applications-with-maven-2/comment-page-1/#comment-1141</link>
		<dc:creator>Maverick</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=41#comment-1141</guid>
		<description>Hi, thanks for the tutorial. One world, should the artifactId of the main pom not be &#039;ejb-sample&#039; ?


Best</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tutorial. One world, should the artifactId of the main pom not be &#8216;ejb-sample&#8217; ?</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on lm-sensors on the VIA EPIA SN10000EG and SN18000g by Jefferson</title>
		<link>http://famvdploeg.com/blog/2009/07/lm-sensors-on-the-via-epia-sn10000eg-and-sn18000g/comment-page-1/#comment-1105</link>
		<dc:creator>Jefferson</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=112#comment-1105</guid>
		<description>For those (like me) unlucky ones getting 0.0C from Juerg&#039;s driver (linked in the article above), Justin Chudgar combined it with another driver developed by Harald Welte which can get the right temperature. See the link http://lists.lm-sensors.org/pipermail/lm-sensors/2009-August/026537.html.

The path on step 8 would now be:
http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20090822/92ea9107/attachment-0001.bin

It worked for me like a charm (thanks for showing us how to do it without recompiling the whole kernel, Wytze!). My output:

fileserver:/usr/src/c7temp# sensors
c7temp-isa-0000
Adapter: ISA adapter
in1:         +1.00 V
c7temp:      +63.0°C

It&#039;s a pretty hot day here, 35.5ºC outside, and I have no A/C on my server today :-(</description>
		<content:encoded><![CDATA[<p>For those (like me) unlucky ones getting 0.0C from Juerg&#8217;s driver (linked in the article above), Justin Chudgar combined it with another driver developed by Harald Welte which can get the right temperature. See the link <a href="http://lists.lm-sensors.org/pipermail/lm-sensors/2009-August/026537.html" rel="nofollow">http://lists.lm-sensors.org/pipermail/lm-sensors/2009-August/026537.html</a>.</p>
<p>The path on step 8 would now be:<br />
<a href="http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20090822/92ea9107/attachment-0001.bin" rel="nofollow">http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20090822/92ea9107/attachment-0001.bin</a></p>
<p>It worked for me like a charm (thanks for showing us how to do it without recompiling the whole kernel, Wytze!). My output:</p>
<p>fileserver:/usr/src/c7temp# sensors<br />
c7temp-isa-0000<br />
Adapter: ISA adapter<br />
in1:         +1.00 V<br />
c7temp:      +63.0°C</p>
<p>It&#8217;s a pretty hot day here, 35.5ºC outside, and I have no A/C on my server today <img src='http://famvdploeg.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Putting /var in ram by punktik</title>
		<link>http://famvdploeg.com/blog/2008/03/putting-var-in-ram/comment-page-1/#comment-1104</link>
		<dc:creator>punktik</dc:creator>
		<pubDate>Tue, 03 Nov 2009 21:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=40#comment-1104</guid>
		<description>Thank you very much for your article! 
Very helpful!
As addition can only say that you also should put a symlink in /etc/rcS.d right after mountall.sh (in my case it has S35, so name it for example S36ramdisk.sh), and also put it in /etc/fstab, together with /tmp, which is also making a bit if a write cycles.
Here are the lines: 

tmpfs      /tmp        tmpfs   defaults,noatime,mode=1777  0         0
tmpfs      /var        tmpfs   defaults,noatime,mode=1777  0         0

tmpfs is dynamic, while ramfs is static, so if you are not tight on ram you should use tmpfs for /var to not to freeze your system.
Hope that helps.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your article!<br />
Very helpful!<br />
As addition can only say that you also should put a symlink in /etc/rcS.d right after mountall.sh (in my case it has S35, so name it for example S36ramdisk.sh), and also put it in /etc/fstab, together with /tmp, which is also making a bit if a write cycles.<br />
Here are the lines: </p>
<p>tmpfs      /tmp        tmpfs   defaults,noatime,mode=1777  0         0<br />
tmpfs      /var        tmpfs   defaults,noatime,mode=1777  0         0</p>
<p>tmpfs is dynamic, while ramfs is static, so if you are not tight on ram you should use tmpfs for /var to not to freeze your system.<br />
Hope that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
