<?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: Mac Mini G4 Homeserver With Ubuntu Linux 10.04, WPA2</title>
	<atom:link href="http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/</link>
	<description>Björn Günzel&#039;s Blog</description>
	<lastBuildDate>Fri, 09 Sep 2011 09:22:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Daehenoc</title>
		<link>http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/#comment-35</link>
		<dc:creator>Daehenoc</dc:creator>
		<pubDate>Thu, 07 Apr 2011 01:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blinker.net/?p=39#comment-35</guid>
		<description>Hey Bjorn, I found a very useful guide for manually configuring WPA wireless and used it for my Mac Mini G4, so it&#039;s attached to my wireless and is my weather station: http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking</description>
		<content:encoded><![CDATA[<p>Hey Bjorn, I found a very useful guide for manually configuring WPA wireless and used it for my Mac Mini G4, so it&#8217;s attached to my wireless and is my weather station: <a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking" rel="nofollow">http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/#comment-34</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Fri, 31 Dec 2010 05:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blinker.net/?p=39#comment-34</guid>
		<description>Great HowTo, I was fighting with wireless on my home server as well, now it works :thu:</description>
		<content:encoded><![CDATA[<p>Great HowTo, I was fighting with wireless on my home server as well, now it works :thu:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oyvind</title>
		<link>http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/#comment-33</link>
		<dc:creator>Oyvind</dc:creator>
		<pubDate>Mon, 06 Dec 2010 19:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blinker.net/?p=39#comment-33</guid>
		<description>I have never been able to get pbbutton to work on my old Mac mini (G4). But, in case others are looking for a quick but not so elegant solution the following small script worked for me: 

#!/bin/bash
cat /dev/pmu &#124; (while true ; do hd -n6 &#124; grep 0000000 &amp;&amp; shutdown -h now ; done)

Saved as /usr/local/bin/shutdownscript and added to rc.local to start at boot. Don&#039;t know why, but I need to press the power button twice to have it shutdown, but at least I can run the computer without keyboard and screen..</description>
		<content:encoded><![CDATA[<p>I have never been able to get pbbutton to work on my old Mac mini (G4). But, in case others are looking for a quick but not so elegant solution the following small script worked for me: </p>
<p>#!/bin/bash<br />
cat /dev/pmu | (while true ; do hd -n6 | grep 0000000 &amp;&amp; shutdown -h now ; done)</p>
<p>Saved as /usr/local/bin/shutdownscript and added to rc.local to start at boot. Don&#8217;t know why, but I need to press the power button twice to have it shutdown, but at least I can run the computer without keyboard and screen..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn</title>
		<link>http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/#comment-32</link>
		<dc:creator>Björn</dc:creator>
		<pubDate>Sun, 22 Aug 2010 00:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blinker.net/?p=39#comment-32</guid>
		<description>Thanks, just tried it but it didn&#039;t work. But I guess it is a start that could warrant further investigating, once I find the time :-/</description>
		<content:encoded><![CDATA[<p>Thanks, just tried it but it didn&#8217;t work. But I guess it is a start that could warrant further investigating, once I find the time :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blinker.net/2010/06/20/mac-mini-g4-homeserver-with-ubuntu-linux-10-04-wpa2/#comment-31</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blinker.net/?p=39#comment-31</guid>
		<description>Hi Bjorn,

I got this working on my G4 Quicksilver with Ubuntu by installing pbbuttonsd.

I had to modify /etc/pbbuttonsd.conf and change this line:

OnAC_KeyAction = none

to:

OnAC_KeyAction = shutdown

I ran /etc/init.d/pbbuttonsd restart to restart the daemon, and then the power button worked to trigger a clean shutdown.</description>
		<content:encoded><![CDATA[<p>Hi Bjorn,</p>
<p>I got this working on my G4 Quicksilver with Ubuntu by installing pbbuttonsd.</p>
<p>I had to modify /etc/pbbuttonsd.conf and change this line:</p>
<p>OnAC_KeyAction = none</p>
<p>to:</p>
<p>OnAC_KeyAction = shutdown</p>
<p>I ran /etc/init.d/pbbuttonsd restart to restart the daemon, and then the power button worked to trigger a clean shutdown.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

