<?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>Tschos Blog</title>
	<atom:link href="http://tscho.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://tscho.de</link>
	<description>Kabelsalat schmeckt nicht</description>
	<lastBuildDate>Thu, 01 Mar 2012 21:29:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Create a iSCSI target on FreeBSD with ZFS</title>
		<link>http://tscho.de/2012/02/create-a-iscsi-target-on-freebsd-with-zfs/</link>
		<comments>http://tscho.de/2012/02/create-a-iscsi-target-on-freebsd-with-zfs/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 22:08:27 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[istgt]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=84</guid>
		<description><![CDATA[The easiest way using ZFS for a Share is to create an iSCSI target. With iSCSI you can have all the ZFS advantages in Windows. In this post I will show you how to create it on FreeBSD and use it in Windows. &#8230; <a href="http://tscho.de/2012/02/create-a-iscsi-target-on-freebsd-with-zfs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The easiest way using ZFS for a Share is to create an iSCSI target. With iSCSI you can have all the ZFS advantages in Windows. In this post I will show you how to create it on FreeBSD and use it in Windows.</p>
<p>At first you have to create a ZFS block device for the LUN. This is needed because iSCSI is accessing the disk block based.</p>
<pre>zfs create -V 3T tank/backup</pre>
<p>For exporting this filesystem via iSCSi you have to install istgt from ports. At first you should update your ports collection and then run the installation.</p>
<pre>portsnap fetch &amp;&amp; portsnap update
cd /usr/ports/net/istgt
make install clean</pre>
<p>After the installation successfully finished you have to create the config files and edit them. You actually don&#8217;t have to create them, you can simply copy the samples.</p>
<pre>cd /usr/local/etc/istgt/
cp auth.conf.sample auth.conf
cp istgt.conf.sample istgt.conf
cp istgtcontrol.conf.sample istgtcontrol.conf</pre>
<p>Now change your servers IP address and the path to the created ZFS in the istgt.conf</p>
<pre>[PortalGroup1]
...
Portal DA1 192.168.10.1:3269 &lt;= Change to your IP
...

[InitiatorGroup1]
...
Netmask 10.101.230.16/24 &lt;= Change to your IP and Netmask
...

[LogicalUnit0]
...
LUN0 Storage /dev/zvol/tank/bankup
...</pre>
<p>Finally lets start the is daemon</p>
<pre>/usr/local/etc/rc.d/istgt start</pre>
<p>If you are using Windows Server 2003 you have to install first the <a title="Microsoft iSCSI Initiator" href="http://www.microsoft.com/download/en/details.aspx?id=18986">iSCSI Initiator</a>.</p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=84&amp;md5=70b3a11272b57307cafb88178902ee86" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2012/02/create-a-iscsi-target-on-freebsd-with-zfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2012%2F02%2Fcreate-a-iscsi-target-on-freebsd-with-zfs%2F&amp;language=de_DE&amp;category=text&amp;title=Create+a+iSCSI+target+on+FreeBSD+with+ZFS&amp;description=The+easiest+way+using+ZFS+for+a%C2%A0Share+is+to+create+an+iSCSI+target.+With+iSCSI+you+can+have+all+the+ZFS%C2%A0advantages+in+Windows.%C2%A0In+this+post+I+will+show+you+how...&amp;tags=FreeBSD%2CiSCSI%2Cistgt%2Cshare%2CWindows%2CZFS%2Cblog" type="text/html" />
	</item>
		<item>
		<title>2D-Dock</title>
		<link>http://tscho.de/2012/02/2d-dock/</link>
		<comments>http://tscho.de/2012/02/2d-dock/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 08:25:28 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[2D]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Dock]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=68</guid>
		<description><![CDATA[If you don&#8217;t like the 3D-looking of your Dock you can change it to a 2D-Version. On older Mac this can speed up your machine. Just copy the following lines into the terminal.app. defaults write com.apple.dock no-glass -boolean YES killall &#8230; <a href="http://tscho.de/2012/02/2d-dock/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t like the 3D-looking of your Dock you can change it to a 2D-Version. On older Mac this can speed up your machine.</p>
<p>Just copy the following lines into the terminal.app.</p>
<p><img class="aligncenter size-full wp-image-81" title="2D-Dock" src="http://tscho.de/wp-content/uploads/2012/02/2D-Dock.png" alt="2D-Dock for Mac OS" width="600" height="46" /></p>
<pre>defaults write com.apple.dock no-glass -boolean YES
killall Dock</pre>
<p>&nbsp;</p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=68&amp;md5=1b19f2e4aa320ee4ce47e1813a0a813d" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2012/02/2d-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2012%2F02%2F2d-dock%2F&amp;language=de_DE&amp;category=text&amp;title=2D-Dock&amp;description=If+you+don%26%238217%3Bt+like+the+3D-looking+of+your+Dock+you+can+change+it+to+a+2D-Version.+On+older+Mac+this+can+speed+up+your+machine.+Just+copy+the+following+lines...&amp;tags=2D%2C3D%2CApple%2CDock%2CLion%2CTerminal%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Back to the Mac</title>
		<link>http://tscho.de/2012/02/back-to-the-mac/</link>
		<comments>http://tscho.de/2012/02/back-to-the-mac/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:34:08 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[back to my mac]]></category>
		<category><![CDATA[einfach]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[toll]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=57</guid>
		<description><![CDATA[Ziemlich genau ein Jahr habe ich versucht von Mac OS auf Linux, in meinem Fall Debian, umzusteigen. Wie der Titel schon erahnen lässt ist es mir nicht gelungen. Begonnen hat alles mit dem Kauf einer Büchse mit einem i5, 8 &#8230; <a href="http://tscho.de/2012/02/back-to-the-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ziemlich genau ein Jahr habe ich versucht von Mac OS auf Linux, in meinem Fall Debian, umzusteigen. Wie der Titel schon erahnen lässt ist es mir nicht gelungen.</p>
<p>Begonnen hat alles mit dem Kauf einer Büchse mit einem i5, 8 GB RAM und einer SSD. Das Installieren ging ziemlich fix und die Umkonfiguration von Gnome auf den <a title="i3 Window Manager" href="http://i3wm.org">i3 Window Manager</a> funktioniert ziemlich stressfrei. Das Problem waren die Programme, die man für den alltäglichen Gebrauch einsetzt. Es gibt zwar viele schöne Open Source Programme, die man für das Programmieren, Analysieren, Chatten und so weiter benutzen kann, aber bei allen habe ich das Gefühl, sie wären nicht bis zum Ende durchgedacht. Diese Erfahrung hatte ich bisher nicht im Bereich Open Source, was damit zusammenhängen mag, dass ich zuvor quell-offene Programme nur serverseitig eingesetzt habe.</p>
<p>Von Apples Betriebssystem wollte ich weg, weil ich die Art, wie dort Kunden an den Konzern gebunden werden, nicht gut finde. Mit dem geschlossenen AppStore auf dem iPhone (welches sich nicht wirklich schön mit Linux synchronisieren lässt) bin ich nur bedingt einverstanden. Die Angst vor einem AppStore-Modell á la iPhone auf dem Mac war der Grund eine Alternative zu suchen. Auch der Hipster-Hype um Apple missfällt mir sehr.</p>
<p>Aber es nervt dann doch ziemlich, ständig Config-Datein zu bearbeiten, nur um eine kleine Änderung zu erhalten. Auf einem Server macht das ja alles Spaß, aber am Desktop will ich dann doch meine <a title="GUI auf Wikipedia" href="http://de.wikipedia.org/wiki/Grafische_Benutzeroberfl%C3%A4che">GUI</a>. Hab mir dann ein MacBook Air geordert.</p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=57&amp;md5=2029c803689c8c793ddaa4a4567f6bb2" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2012/02/back-to-the-mac/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2012%2F02%2Fback-to-the-mac%2F&amp;language=de_DE&amp;category=text&amp;title=Back+to+the+Mac&amp;description=Ziemlich+genau+ein+Jahr+habe+ich+versucht+von+Mac+OS+auf+Linux%2C+in+meinem+Fall+Debian%2C+umzusteigen.+Wie+der+Titel+schon+erahnen+l%C3%A4sst+ist+es+mir+nicht+gelungen.+Begonnen+hat...&amp;tags=Apple%2Cback+to+my+mac%2Ceinfach%2Clinux%2CMac%2CMacBook+Air%2Cswitch%2Ctoll%2Cblog" type="text/html" />
	</item>
		<item>
		<title>No login FreeBSD libintl.so.8 not found</title>
		<link>http://tscho.de/2011/12/no-login-freebsd-libintl-so-8-not-found/</link>
		<comments>http://tscho.de/2011/12/no-login-freebsd-libintl-so-8-not-found/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 23:23:08 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[libintl.so.8]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[no login]]></category>
		<category><![CDATA[portmaster]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=65</guid>
		<description><![CDATA[After an Update through portmaster my ZFS-Box showed me the following line at the login screen: /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "bash" Follow these steps to solve the problem. Boot into the &#8220;single user mode&#8221; Mount the &#8230; <a href="http://tscho.de/2011/12/no-login-freebsd-libintl-so-8-not-found/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After an Update through portmaster my ZFS-Box showed me the following line at the login screen:</p>
<pre style="text-align: justify;">/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "bash"</pre>
<p style="text-align: justify;">Follow these steps to solve the problem.</p>
<ol>
<li>Boot into the &#8220;single user mode&#8221;</li>
<li>Mount the file system</li>
</ol>
<pre>mount -u /
mount -a</pre>
<p>3. Reinstall bash from the ports collection</p>
<p>&nbsp;</p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=65&amp;md5=d5a1fd7817bd449f500a2dead55f6198" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2011/12/no-login-freebsd-libintl-so-8-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2011%2F12%2Fno-login-freebsd-libintl-so-8-not-found%2F&amp;language=de_DE&amp;category=text&amp;title=No+login+FreeBSD+libintl.so.8+not+found&amp;description=After+an+Update+through+portmaster+my+ZFS-Box+showed+me+the+following+line+at+the+login+screen%3A+%2Flibexec%2Fld-elf.so.1%3A+Shared+object+%22libintl.so.8%22+not+found%2C+required+by+%22bash%22+Follow+these+steps+to+solve...&amp;tags=bash%2CFreeBSD%2Clibintl.so.8%2Clogin%2Cno+login%2Cportmaster%2Cupdate%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Buchtip #1 Vegetarian Basics</title>
		<link>http://tscho.de/2011/12/buchtip-1-vegetarian-basics/</link>
		<comments>http://tscho.de/2011/12/buchtip-1-vegetarian-basics/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 23:07:23 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[Real Life]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[buch]]></category>
		<category><![CDATA[buchtip]]></category>
		<category><![CDATA[kein Fleisch]]></category>
		<category><![CDATA[kochen]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[vegetarisch]]></category>
		<category><![CDATA[Veggie]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=23</guid>
		<description><![CDATA[Sich zu entscheiden vegetarisch zu leben ist total leicht, das umzusetzen ist, so lange man nicht selbst kochen muss, auch noch total easy. Zwar ist es schön, nicht mehr bei Mutti zu wohnen, doch als Nerd sein Essen auf den Tisch &#8230; <a href="http://tscho.de/2011/12/buchtip-1-vegetarian-basics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sich zu entscheiden vegetarisch zu leben ist total leicht, das umzusetzen ist, so lange man nicht selbst kochen muss, auch noch total easy. Zwar ist es schön, nicht mehr bei Mutti zu wohnen, doch als Nerd sein Essen auf den Tisch zu bekommen, ist alles andere als einfach, hinzu kommt noch der Wille kein Fleisch zu essen. Also das mit der Tiefkühl-Salamipizza fällt schon mal flach.</p>
<p><iframe style="width: 120px; height: 240px; float: right;" src="http://rcm-de.amazon.de/e/cm?lt1=_blank&amp;bc1=FFFFFF&amp;IS2=1&amp;nou=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=hani-21&amp;o=3&amp;p=8&amp;l=as4&amp;m=amazon&amp;f=ifr&amp;ref=ss_til&amp;asins=3774287953" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="320" height="240"></iframe></p>
<p>Aber Hey, die Eltern wissen immer, was man braucht, und so habe ich zum Geburtstag ein tolles Kochbuch bekommen - Vegetarian Basics: Alles, was man braucht zum Glück &#8211; außer Fisch und Fleisch</p>
<p>Auf den ersten Seiten werden einem erst mal die Basics erklärt: Wann benutzt man was für Grünzeug, in welcher Saison gibts welches Gemüse und  ab der Mitte gibts dann die Rezepte. Das was mir so gefällt ist, dass die Rezepte nicht nur lecker sind, nein sie sind auch echt easy in der Zubereitung.</p>
<p>Für alle Nerd-Veggies <img src='http://tscho.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=23&amp;md5=ac5299471ad6a64eb8fc7d16cf2dc600" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2011/12/buchtip-1-vegetarian-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2011%2F12%2Fbuchtip-1-vegetarian-basics%2F&amp;language=de_DE&amp;category=text&amp;title=Buchtip+%231+Vegetarian+Basics&amp;description=Sich+zu+entscheiden%C2%A0vegetarisch+zu+leben+ist+total+leicht%2C+das+umzusetzen+ist%2C+so+lange+man+nicht+selbst+kochen+muss%2C+auch+noch+total+easy.+Zwar+ist+es+sch%C3%B6n%2C+nicht+mehr+bei+Mutti...&amp;tags=basics%2Cbuch%2Cbuchtip%2Ckein+Fleisch%2Ckochen%2Cnerd%2Cvegetarisch%2CVeggie%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Lampe im Eigenbau</title>
		<link>http://tscho.de/2011/09/lampe-im-eigenbau/</link>
		<comments>http://tscho.de/2011/09/lampe-im-eigenbau/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 16:56:37 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Ikea]]></category>
		<category><![CDATA[IKEA Hacker]]></category>
		<category><![CDATA[Lampe]]></category>
		<category><![CDATA[Muffin]]></category>
		<category><![CDATA[Muffin Lampe]]></category>
		<category><![CDATA[Wohnprinz]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=51</guid>
		<description><![CDATA[Zugegeben, die tolle Idee hab ich geklaut. Der Wohnprinz hat auf YouTube ein Viedo gepostet wie man eine Muffin-Lampe baut. Wenn man jetzt noch bunte Muffinförmchen nimmt bekommt die Lampe noch einen spacigeren Touch. Was allerdings beachtet werden sollte ist, &#8230; <a href="http://tscho.de/2011/09/lampe-im-eigenbau/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Zugegeben, die tolle Idee hab ich geklaut. Der Wohnprinz hat auf YouTube ein Viedo gepostet wie man eine <a href="http://youtu.be/lLiNFEJ9Y9o">Muffin-Lampe</a> baut.</p>
<p><a href="http://tscho.de/wp-content/uploads/2011/09/IMG_0869.jpg"><img class="alignnone size-full wp-image-60" title="Muffin-Lampe" src="http://tscho.de/wp-content/uploads/2011/09/IMG_0869.jpg" alt="Muffin-Lampe" width="640" height="509" /></a></p>
<p>Wenn man jetzt noch bunte Muffinförmchen nimmt bekommt die Lampe noch einen spacigeren Touch. Was allerdings beachtet werden sollte ist, dass das Licht dadurch erheblich gedämpft wird.</p>
<p>Was ihr benötigt bekommt ihr bei Ikea: 5 Packungen <a href="http://www.ikea.com/de/de/catalog/products/40133041">DRÖMMAR Papierbackformen</a>, <a href="http://www.ikea.com/de/de/catalog/products/70103410">REGOLIT Hängeleute</a>, Kleber</p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=51&amp;md5=23ada2d58a55fda7382093ca8a3250f8" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2011/09/lampe-im-eigenbau/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2011%2F09%2Flampe-im-eigenbau%2F&amp;language=de_DE&amp;category=text&amp;title=Lampe+im+Eigenbau&amp;description=Zugegeben%2C+die+tolle+Idee+hab+ich+geklaut.+Der+Wohnprinz+hat+auf+YouTube+ein+Viedo+gepostet+wie+man+eine+Muffin-Lampe+baut.+Wenn+man+jetzt+noch+bunte+Muffinf%C3%B6rmchen+nimmt+bekommt+die+Lampe...&amp;tags=Ikea%2CIKEA+Hacker%2CLampe%2CMuffin%2CMuffin+Lampe%2CWohnprinz%2Cblog" type="text/html" />
	</item>
		<item>
		<title>i3status shows no battery</title>
		<link>http://tscho.de/2011/05/i3status-shows-no-battery/</link>
		<comments>http://tscho.de/2011/05/i3status-shows-no-battery/#comments</comments>
		<pubDate>Mon, 02 May 2011 20:58:14 +0000</pubDate>
		<dc:creator>tscho</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[battery state]]></category>
		<category><![CDATA[i3]]></category>
		<category><![CDATA[i3status]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://tscho.de/?p=3</guid>
		<description><![CDATA[If your i3status shows &#8220;no battery&#8221; on your notebook check under /sys/class/power_supply/ how your battery is called. Then check out the latest version from source and change in the src/print_battery_info.c file the batpath. Do a make install and e voila &#8230; <a href="http://tscho.de/2011/05/i3status-shows-no-battery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If your <a href="http://code.stapelberg.de/git/i3status">i3status</a> shows &#8220;no battery&#8221; on your notebook check under</p>
<blockquote><p>/sys/class/power_supply/</p></blockquote>
<p>how your battery is called. Then check out the latest version <a href="http://i3status.sourcearchive.com/">from source</a> and change in the src/print_battery_info.c file the batpath.</p>
<p>Do a make install and e voila</p>
<p>PS: I had a chat today that there will be an option in which you can choose your battery</p>
<p>UPDATE: As you can see in the comments, changing the path <em>/sys/class/power_supply/BAT1</em> worked for some out.</p>
 <p><a href="http://tscho.de/?flattrss_redirect&amp;id=3&amp;md5=9e3d96f7004a7968b2e36c3b69295123" title="Flattr" target="_blank"><img src="http://tscho.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://tscho.de/2011/05/i3status-shows-no-battery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=Tscho&amp;popout=1&amp;url=http%3A%2F%2Ftscho.de%2F2011%2F05%2Fi3status-shows-no-battery%2F&amp;language=de_DE&amp;category=text&amp;title=i3status+shows+no+battery&amp;description=If+your+i3status+shows+%26%238220%3Bno+battery%26%238221%3B+on+your+notebook+check+under+%2Fsys%2Fclass%2Fpower_supply%2F+how+your+battery+is+called.+Then+check+out+the+latest+version+from+source+and+change+in+the+src%2Fprint_battery_info.c...&amp;tags=Battery%2Cbattery+state%2Ci3%2Ci3status%2Clinux%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

