<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/dev/null</title>
	<atom:link href="http://blog.devnu11.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devnu11.net</link>
	<description>the other side of life</description>
	<lastBuildDate>Thu, 06 Jun 2013 08:55:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>mutt: daily use (still in progress)</title>
		<link>http://blog.devnu11.net/2013/05/mutt-daily-use-still-in-progress/</link>
		<comments>http://blog.devnu11.net/2013/05/mutt-daily-use-still-in-progress/#comments</comments>
		<pubDate>Tue, 07 May 2013 13:44:39 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1247</guid>
		<description><![CDATA[Tag messages matching shift-t -> &#8220;search string&#8221; Limit messages matching (pattern) l > ~T (tagged) l > ~A (all) l > ~N (new) l > ~U (unread) l > ~F (flagged) l > &#8220;search string&#8221; Random commands ;d > Delete tagged messages s > Move message ;s > Move tagged messages b > Bounce messages [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2013/05/mutt-daily-use-still-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>folks&#8230;thats for you: how to extract a initrd file</title>
		<link>http://blog.devnu11.net/2013/02/folks-thats-for-you-how-to-extract-a-initrd-file/</link>
		<comments>http://blog.devnu11.net/2013/02/folks-thats-for-you-how-to-extract-a-initrd-file/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 11:07:07 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=954</guid>
		<description><![CDATA[$ gzip -dc /boot/initrd-2.6.32.23-0.3-default &#124; cpio -id &#8230;.]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2013/02/folks-thats-for-you-how-to-extract-a-initrd-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2 &amp; Jenkins &amp; SSL</title>
		<link>http://blog.devnu11.net/2012/12/apache2-jenkins-ssl/</link>
		<comments>http://blog.devnu11.net/2012/12/apache2-jenkins-ssl/#comments</comments>
		<pubDate>Sat, 15 Dec 2012 08:27:03 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1157</guid>
		<description><![CDATA[$JAVA_HOME/bin/java -DJENKINS_HOME=/var/lib/jenkins -Xms=512m -Djava.awt.headless=true -server -jar /var/lib/jenkins.war --httpPort=8080 --httpListenAddress=127.0.0.1 --ajp13Port=-1 --logfile=/var/log/jenkins.log &#60;VirtualHost *:443&#62; ServerAdmin admin@example.com DocumentRoot &#34;/srv/www/&#34; ServerName jenkins.example.com SSLEngine On SSLVerifyClient none SSLVerifyDepth 3 SSLCertificateFile /etc/ssl/example.crt SSLCertificateKeyFile /etc/ssl/example.key ProxyRequests Off ProxyPreserveHost On &#60;Proxy http://127.0.0.1:8080/*&#62; Order deny,allow Allow from all &#60;/Proxy&#62; ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/ &#60;Location /&#62; Order allow,deny Allow from all AuthType [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/12/apache2-jenkins-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building qemu &amp; libvirt from scratch&#8230;</title>
		<link>http://blog.devnu11.net/2012/12/building-qemu-libvirt-from-scratch/</link>
		<comments>http://blog.devnu11.net/2012/12/building-qemu-libvirt-from-scratch/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 11:22:19 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[KVM]]></category>
		<category><![CDATA[libvirt]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1201</guid>
		<description><![CDATA[Pre-requirements git clone git://git.qemu.org/qemu.git git clone git://github.com/sahlberg/libiscsi.git http://libvirt.org/sources/libvirt-1.0.0.tar.gz (4/12/12) aptitude install libvdeplug2 libvdeplug2-dev libaio1 libaio-dev libcap-dev libattr1-dev libsdl-dev libxml2-dev Building libiscsi: ./autogen.sh ./configure make &#38;&#38; make install qemu: ./configure --enable-kvm --enable-vde --enable-virtfs --enable-linux-aio --enable-libiscsi --enable-sdl --target-list=i386-softmmu,x86_64-softmmu,i386-linux-user,x86_64-linux-user --audio-drv-list=alsa make &#38;&#38; make install libvirt: (maybe you should build libvirt with python < v3.2) ./configure [...] configure: Drivers [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/12/building-qemu-libvirt-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aacraid &amp; arcconf &#8211; Create a RAID5 online</title>
		<link>http://blog.devnu11.net/2012/10/aacraid-arcconf-create-a-raid5-online/</link>
		<comments>http://blog.devnu11.net/2012/10/aacraid-arcconf-create-a-raid5-online/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 08:30:23 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1186</guid>
		<description><![CDATA[&#124;-- Drives --&#124; arcconf CREATE 1 LOGICALDRIVE Name R5_3TB Rcache RON Wcache WT MAX 5 0 4 0 5 0 6 0 7 Raid size]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/10/aacraid-arcconf-create-a-raid5-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo &#8211; Jenkins startup script</title>
		<link>http://blog.devnu11.net/2012/09/gentoo-jenkins-startup-script/</link>
		<comments>http://blog.devnu11.net/2012/09/gentoo-jenkins-startup-script/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 21:24:21 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1179</guid>
		<description><![CDATA[Not the best but its working for me&#8230;maybe JENKINS_* and JAVA_OPTS can be moved to /etc/conf.d/jenkins or something else. #!/sbin/runscript depend() { use logger dns need apache2 provide jenkins } JENKINS_USER=jenkins LOCKFILE=/var/run/jenkins.pid JENKINS_HOME=/home/jenkins JAVA_HOME=/usr/java/jdk1.6.0_25 JAVA_OPTS=&#34;-DJENKINS_HOME=${JENKINS_HOME}/jenkins-home -Xmx512m -Djava.awt.headless=true -server&#34; JENKINS_OPTS=&#34;--httpPort=8080 --httpListenAddress=127.0.0.1 --ajp13Port=-1&#34; JENKINS_OPTS=&#34;${JENKINS_OPTS} --logfile=${JENKINS_HOME}/jenkins.log&#34; ARGS=&#34;${JAVA_OPTS} -jar ${JENKINS_HOME}/jenkins.war ${JENKINS_OPTS}&#34; start() { ebegin &#34;Starting ${SVCNAME}&#34; start-stop-daemon --user ${JENKINS_USER} [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/09/gentoo-jenkins-startup-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 error 0&#215;80300001</title>
		<link>http://blog.devnu11.net/2012/09/windows-7-error-0x80300001/</link>
		<comments>http://blog.devnu11.net/2012/09/windows-7-error-0x80300001/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 07:50:37 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[KVM]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1171</guid>
		<description><![CDATA[THANKS Microsoft for this self-explanatory error message during a installation: &#8220;Windows is unable to install to the selected location. Error: 0&#215;80300001.&#8221; You should write &#8220;FOOOOO! Maybe you have the wrong CD/DVD in your drive.&#8221; (I had the virtio drivers cd in my drive&#8230;)]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/09/windows-7-error-0x80300001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo and libvirt-0.9.12</title>
		<link>http://blog.devnu11.net/2012/08/gentoo-and-libvirt-0-9-12/</link>
		<comments>http://blog.devnu11.net/2012/08/gentoo-and-libvirt-0-9-12/#comments</comments>
		<pubDate>Wed, 01 Aug 2012 07:34:39 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1149</guid>
		<description><![CDATA[Yesterday i&#8217;ve started the update process for my system&#8230;so far, so good. After a while emerge finished successfully&#8230;of course with a lot of messages, even some messages (from libvirt) that in my kernel config some features are missing e.g. [...] CONFIG_DEVPTS_MULTIPLE_INSTANCES CONFIG_VETH CONFIG_MACVLAN CONFIG_NETFILTER_XT_TARGET_CHECKSUM CONFIG_NETFILTER_ADVANCED CONFIG_BRIDGE_NF_EBTABLES [...] As usually i&#8217;ve ignored these messages After a [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/08/gentoo-and-libvirt-0-9-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;No Java compiler available&#8221; on SLES11SP1 and tomcat6</title>
		<link>http://blog.devnu11.net/2012/06/no-java-compiler-available-on-sles11sp1-and-tomcat6/</link>
		<comments>http://blog.devnu11.net/2012/06/no-java-compiler-available-on-sles11sp1-and-tomcat6/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 12:49:58 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[SLES11]]></category>
		<category><![CDATA[SUSE Linux Enterprise Server]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1141</guid>
		<description><![CDATA[On one of my two sle11 machines i had a java exception which i could not explain. java.lang.IllegalStateException: No Java compiler available org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:229) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:581) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.mule.galaxy.web.ThreadLocalCacheFilter.doFilter(ThreadLocalCacheFilter.java:27) [...] # rpm -qa tomcat6 tomcat6-6.0.18-20.35.36.1 Oracle Java JDK 1.6.0_27 After i compared both, i&#8217;ve found some missing links on the second one. # ln -s [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/06/no-java-compiler-available-on-sles11sp1-and-tomcat6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wodim</title>
		<link>http://blog.devnu11.net/2012/06/wodim/</link>
		<comments>http://blog.devnu11.net/2012/06/wodim/#comments</comments>
		<pubDate>Mon, 18 Jun 2012 06:21:38 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1136</guid>
		<description><![CDATA[Burning ISO image wodim speed=16 dev=/dev/cdrw image.iso Copy on-the-fly genisoimage -R -T -V /dev/cdrom &#124; wodim dev=/dev/cdrw Blanking CDRW wodim dev=/dev/cdrw blank=disk]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/06/wodim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
