<?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>Robert Naylor &#187; Linux</title>
	<atom:link href="http://robert.pobice.co.uk/cats/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.pobice.co.uk</link>
	<description>Random thoughts and tech tips</description>
	<lastBuildDate>Sun, 11 Apr 2010 18:13:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zenoss, VMWare and Critical &#8220;is up&#8221; alerts</title>
		<link>http://robert.pobice.co.uk/2009/09/zenoss-vmware-and-critical-is-up-alerts/</link>
		<comments>http://robert.pobice.co.uk/2009/09/zenoss-vmware-and-critical-is-up-alerts/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 09:49:33 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Zenoss]]></category>
		<category><![CDATA[clocksource]]></category>
		<category><![CDATA[esx3]]></category>

		<guid isPermaLink="false">http://robert.pobice.co.uk/?p=57</guid>
		<description><![CDATA[I&#8217;m currently working on setting up Zenoss to either replace or supplement our current network/server monitoring systems.
As its in test, it got stuck on our currently relatively unused &#8220;old&#8221; vmware environment (ESX 3).  After initially going well it start to go wrong.  We kept getting critical alerts that a server was up.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on setting up Zenoss to either replace or supplement our current network/server monitoring systems.</p>
<p>As its in test, it got stuck on our currently relatively unused &#8220;old&#8221; vmware environment (ESX 3).  After initially going well it start to go wrong.  We kept getting critical alerts that a server was up.  Switching zenping to debug didn&#8217;t help either &#8211; it offered no new information and made the problem worse. As its open source I thought I&#8217;d take a look at the source, and hey presto I found the suspected problem.  Stuck in an extra debug line, and confirmed it.</p>
<p><strong>The problem</strong> &#8211; well it was an issue with the clock on the server caused by running under vmware , it was jumping about leading to negative rrt on pings.  Funnily enough zenoss didn&#8217;t like.  I&#8217;ll be submitting a bug so that it comes up with the slightly less cryptic error of Ip xxx.xxx.xxx.xx is up. To fix the problem, I had to specify the clocksource in the kernel options.  See vmware <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006427">KB 1006427</a> for details.</p>
<p>If you can&#8217;t fix this for some reason or can&#8217;t reboot server, for now you can put an event transform for status/ping in place to suppress them.</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">import</span> <span style="color: #dc143c;">re</span>
&nbsp;
match = <span style="color: #dc143c;">re</span>.<span style="color: black;">search</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'ip (25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)<span style="color: #000099; font-weight: bold;">\.</span>(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)<span style="color: #000099; font-weight: bold;">\.</span>(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)<span style="color: #000099; font-weight: bold;">\.</span>(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?) is up'</span>, evt.<span style="color: black;">message</span><span style="color: black;">&#41;</span>
<span style="color: #ff7700;font-weight:bold;">if</span> match <span style="color: #ff7700;font-weight:bold;">and</span> evt.<span style="color: black;">severity</span>==<span style="color: #ff4500;">5</span>:
	evt._action = <span style="color: #483d8b;">'drop'</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2009/09/zenoss-vmware-and-critical-is-up-alerts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim: Deliver some email address on local domain remotely</title>
		<link>http://robert.pobice.co.uk/2009/07/exim-deliver-some-email-address-on-local-domain-remotely/</link>
		<comments>http://robert.pobice.co.uk/2009/07/exim-deliver-some-email-address-on-local-domain-remotely/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 20:01:13 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://robert.pobice.co.uk/?p=46</guid>
		<description><![CDATA[Most of my email is handled by a server I run, except for a few legacy address I can&#8217;t really move for now.  Before I had been lazy and send simply relayed all mail that didn&#8217;t have a local mailbox onto the second server.  However I was forwarding shed loads of emails to duff address. [...]]]></description>
			<content:encoded><![CDATA[<p>Most of my email is handled by a server I run, except for a few legacy address I can&#8217;t really move for now.  Before I had been lazy and send simply relayed all mail that didn&#8217;t have a local mailbox onto the second server.  However I was forwarding shed loads of emails to duff address.  To fix this I have entered a new router into exim and removed the other domain from the relay list.</p>
<pre>special_remote:
  debug_print = "R: special_remote for $local_part@$domain"
  driver = dnslookup
  domains = pobice.com
  local_parts = lsearch;/etc/exim4/non_local
  transport = remote_smtp
  ignore_target_hosts = 127.0.0.0/8
  no_more</pre>
<p>I then have entered the local_parts into a file.  Everything else then gets bounced, rather than been forwarded and bounced later on.  </p>
<p>Word of warning &#8211; I&#8217;m no exim expert, but this seems to do the trick for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2009/07/exim-deliver-some-email-address-on-local-domain-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>inputlirc</title>
		<link>http://robert.pobice.co.uk/2007/07/inputlirc/</link>
		<comments>http://robert.pobice.co.uk/2007/07/inputlirc/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 19:37:11 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Thumbs Up]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2007/07/39</guid>
		<description><![CDATA[Just found a package for a bit of software in ubuntu called inputlirc.
Ubuntu lists it as:
Zeroconf LIRC daemon using input event devices
This is a small LIRC-compatible daemon that reads from /dev/input/eventX
devices and sends the received keycodes to connecting LIRC clients. Inputlircd
needs no configuration, it uses the standardised names for the keycodes as
used by the kernel. [...]]]></description>
			<content:encoded><![CDATA[<p>Just found a package for a bit of software in ubuntu called inputlirc.</p>
<p>Ubuntu lists it as:</p>
<blockquote><p>Zeroconf LIRC daemon using input event devices<br />
This is a small LIRC-compatible daemon that reads from /dev/input/eventX<br />
devices and sends the received keycodes to connecting LIRC clients. Inputlircd<br />
needs no configuration, it uses the standardised names for the keycodes as<br />
used by the kernel. Many USB remote controls that present HID devices, as well<br />
as multimedia keyboards should work out of the box.</p></blockquote>
<p>Why is this good, well I just install this package and well I get full remote support &#8211; once I&#8217;ve configured the applications, which is still a pain in the arse.  Now if the applications could be written to work with the zeroconfig lirc with well zero config the world will be great (well ok less un-great).</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2007/07/inputlirc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet Another Cacti Update</title>
		<link>http://robert.pobice.co.uk/2007/05/yet-another-cacti-update/</link>
		<comments>http://robert.pobice.co.uk/2007/05/yet-another-cacti-update/#comments</comments>
		<pubDate>Mon, 21 May 2007 19:23:26 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Thumbs Up]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2007/05/38</guid>
		<description><![CDATA[Well I&#8217;ve now got cacti pretty much sorted.  Its finally running on a server with enough disk i/o to cope (it still > 3 years old, but at least it works).  Its also now become important enough to be moved onto a server with support as some point.  Once we&#8217;ve vitalised our [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;ve now got <a href="http://cacti.net/">cacti</a> pretty much sorted.  Its finally running on a server with enough disk i/o to cope (it still > 3 years old, but at least it works).  Its also now become important enough to be moved onto a server with support as some point.  Once we&#8217;ve vitalised our File Servers, and maybe the odd DC and Citrix server.</p>
<p>Its now running on <a href="http://www.ubuntu.com/>Ubuntu 7.10 (although it was on 6.06 until a bug in GD forced an upgrade to the latest version to get the latest weathermap).</p>
<p>Once complaint about Ubuntu is that, well its Cactid packages are broken, and its really slow at bug and security fixed on cacti &#8211; up until recently I had the debian package installed.  I think I&#8217;ll be moving back over to <a href="http://www.debian.org/">Debian</a> for the next Cacti box (assuming it doesn&#8217;t have the gd bug).</p>
<p>What has helped with the new Cacti box is a combination of a few things &#8211; the new 1 min poller patch spreads I/O out better, and allows me to poll device which don&#8217;t do 64bit SNMP counters yet have gigabit ethernet ports every min, and leave everything else at 5 min.  Improvements on plugins and a switch to cactid (a c version of the poller) has also really helped.   The system now process ~400 hots in 35 seconds, dealing with ~4100 data sources and ~2200 rrd each min.   Not bad.</p>
<p>There are a couple things that need improving however:<br />
1) The threshold system now inspects data straight from the db before writing to the rrd files, which unfortunately causes the graphs in the email to be 1 cycle out of date (ie not show the data the emails about).<br />
2) The Uptime+Threshold system host down email only works by patching files yourself at present when using cactid</p>
<p>As for ubuntu &#8211; either stop shipping cactid, or compile it again the correct version of the libraries.   I&#8217;d much rather the package not be there than for it to not work, it gives people a bad impression.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2007/05/yet-another-cacti-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: NUT &amp; CPU Throttling/Frequency Scaling</title>
		<link>http://robert.pobice.co.uk/2007/05/howto-nut-cpu-throttlingfrequency-scaling/</link>
		<comments>http://robert.pobice.co.uk/2007/05/howto-nut-cpu-throttlingfrequency-scaling/#comments</comments>
		<pubDate>Mon, 21 May 2007 19:03:33 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2007/05/37</guid>
		<description><![CDATA[After a couple of power cuts lasting long enough for my UPS to shutdown my PC, I&#8217;ve been meaning to get NUTs to set my CPU to lowest speed possible when running on battery power, this week I finally got round to it.   Please note these instructions are based on Debian 4.0 (Etch) [...]]]></description>
			<content:encoded><![CDATA[<p>After a couple of power cuts lasting long enough for my UPS to shutdown my PC, I&#8217;ve been meaning to get NUTs to set my CPU to lowest speed possible when running on battery power, this week I finally got round to it.   Please note these instructions are based on Debian 4.0 (Etch) and may require extra steps to work on different distro&#8217;s.</p>
<p><span id="more-37"></span></p>
<p>For this to work you have to:</p>
<ol>
<li>Have a CPU that support Frequency Scaling</li>
<li>Have CPU Frequency scaling working</li>
<li>Use <a href="http://www.networkupstools.org/">NUT (Network UPS Tools)</a>
</li>
</ol>
<p>Here what you need to do to get thing working</p>
<ul>
<li><strong>Check you what &#8216;Governors&#8217; you have available</strong><br />
You need to make sure the correct modules are loaded so that you can scale to the correct settings. To see what you do have loaded run:<br />
<code>cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors</code><br />
You&#8217;ll need at least powersave and one other.  Powersave should set the CPU Frequency to the lowest setting.  If you don&#8217;t have powersave you&#8217;ll need to load the module.  As root run:<br />
<code>modprobe cpufreq_powersave</code> and add cpufreq_powersave to the file<br />
 /etc/modules.</p>
<p>To test that it is working, ideally run something that force you CPU to 100 for a while (say compress a large folder) and then run<br />
<code>cpufreq-selector --governor powersave<br />
sleep 1<br />
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq<br />
cpufreq-selector --governor userspace<br />
sleep 1<br />
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq<br />
</code><br />
The first number given should be the lowest CPU frequency and the last should be the highest (assuming the process is using a lot of CPU time still)
	</li>
<li><strong>Add a few new items to upssched.conf</strong><br />
Using you&#8217;re favorite editor open up /etc/nut/upssched.conf and add the following line:<br />
<code>AT ONBATT * START-TIMER powersave 30<br />
AT ONLINE * CANCEL-TIMER powersave<br />
AT ONLINE * START-TIMER userspace 30<br />
AT ONBATT * CANCEL-TIMER userspace</code><br />
I&#8217;ve used a timer (30 seconds) to smooth out jumpy power from triggering off any actions.  </li>
<li><strong>Add the command to the CMDSCRIPT file to change the CPU frequency govenor</strong></li>
<p>Edit the cmdscript file (the path is given in upssched.conf on the line starting CMDSCRIPT.  This file probably doesn&#8217;t exist &#8211; so just create a new one.  Assuming it doesn&#8217;t exist add the following lines:<br />
<code>#! /bin/sh<br />
case $1 in<br />
	powersave)<br />
		/usr/bin/cpufreq-selector --governor powersave &#038;&#038; logger -t upssched-cmd "Setting CPU Governor to powersave"<br />
		;;<br />
	userspace)<br />
		/usr/bin/cpufreq-selector --governor userspace  &#038;&#038; logger -t upssched-cmd "Setting CPU Governor to userspace"<br />
		;;<br />
	*)<br />
		logger -t upssched-cmd "Unrecognized command: $1"<br />
		;;<br />
esac</code></p>
<li><strong>Test</strong> Unplug you&#8217;re UPS for 1 min, plug back in and look at /var/log/syslog &#8211; you should see that NUTs has throttled you&#8217;re CPU.</li>
</ul>
<p>I haven&#8217;t had a power cut since I&#8217;ve implemented this, but from looking at the stats from the UPS I should gain another 7 min or so of battery time &#8211; an extra 21%.  An improvement on this may be stopping some process and task when on battery and starting them again when back on mains.  But for now, at least untill the next power cut this will do for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2007/05/howto-nut-cpu-throttlingfrequency-scaling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WUFTP Rule for fail2ban</title>
		<link>http://robert.pobice.co.uk/2006/12/wuftp-rule-for-fail2ban/</link>
		<comments>http://robert.pobice.co.uk/2006/12/wuftp-rule-for-fail2ban/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 15:42:52 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/12/33</guid>
		<description><![CDATA[I&#8217;ve put to gather a rule for wuftp for fail2ban v0.6 (ie the version in backports for sarge &#8211; http://backports.org/).  The regexp is straight from the version available in debian unstable.  Seems to do the trick.
[WUFTPD]
# Option:  enabled
# Notes.:  enable monitoring for this section.
# Values:  [true &#124; false]  Default: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve put to gather a rule for wuftp for fail2ban v0.6 (ie the version in backports for sarge &#8211; http://backports.org/).  The regexp is straight from the version available in debian unstable.  Seems to do the trick.</p>
<p><code>[WUFTPD]<br />
# Option:  enabled<br />
# Notes.:  enable monitoring for this section.<br />
# Values:  [true | false]  Default:  true<br />
#<br />
enabled = true<br />
</code><code><br />
# Option:  logfile<br />
# Notes.:  logfile to monitor.<br />
# Values:  FILE  Default:  /var/log/auth.log<br />
#<br />
logfile = /var/log/auth.log<br />
</code><code><br />
# Option:  port<br />
# Notes.:  specifies port to monitor<br />
# Values:  [ NUM | STRING ]  Default:<br />
#<br />
port = ftp<br />
</code><code><br />
# Option:  timeregex<br />
# Notes.:  regex to match timestamp in SSH logfile. For TAI64N format,<br />
#          use timeregex = @[0-9a-f]{24}<br />
# Values:  [Mar  7 17:53:28]<br />
# Default: \S{3}\s{1,2}\d{1,2} \d{2}:\d{2}:\d{2}<br />
#<br />
timeregex = \S{3}\s{1,2}\d{1,2} \d{2}:\d{2}:\d{2}<br />
</code><code><br />
# Option:  timepattern<br />
# Notes.:  format used in "timeregex" fields definition. Note that '%' must be<br />
#          escaped with '%' (see http://rgruet.free.fr/PQR2.3.html#timeModule).<br />
#          For TAI64N format, use timepattern = tai64n<br />
# Values:  TEXT  Default:  %%b %%d %%H:%%M:%%S<br />
#<br />
timepattern = %%b %%d %%H:%%M:%%S<br />
</code><code><br />
# Option:  failregex<br />
# Notes.:  regex to match the password failures messages in the logfile.<br />
# Values:  TEXT  Default:  (?:Authentication failure|Failed (?:keyboard-interactive/pam|password)) for(?: illegal user)? .* from (?:::f{4,6}:)?(?P<host>\S*)<br />
failregex = wu-ftpd\[\d+\]:\s+\(pam_unix\)\s+authentication failure.* rhost=(?P&lt;host&gt;\S*)</p>
<p></host></code></p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/12/wuftp-rule-for-fail2ban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GVIM/Ubuntu/Debian Syntax Highlighting</title>
		<link>http://robert.pobice.co.uk/2006/11/gvimubuntudebian-syntax-highlighting/</link>
		<comments>http://robert.pobice.co.uk/2006/11/gvimubuntudebian-syntax-highlighting/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 19:35:01 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/11/32</guid>
		<description><![CDATA[It appears in the Edgy Eft and Debian Etch that Syntax highlighting in gvim has been switched off by default.
To add it back add the following line to /etc/vim/gvimrc

" Also switch on highlighting the last used search pattern.
if has("syntax") &#038;&#038; (&#038;t_Co > 2 &#124;&#124; has("gui_running"))
  syntax on
  set hlsearch
endif
]]></description>
			<content:encoded><![CDATA[<p>It appears in the Edgy Eft and Debian Etch that Syntax highlighting in gvim has been switched off by default.</p>
<p>To add it back add the following line to /etc/vim/gvimrc<br />
<code><br />
" Also switch on highlighting the last used search pattern.<br />
if has("syntax") &#038;&#038; (&#038;t_Co > 2 || has("gui_running"))<br />
  syntax on<br />
  set hlsearch<br />
endif</code></p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/11/gvimubuntudebian-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu + Printing (lp etc)</title>
		<link>http://robert.pobice.co.uk/2006/10/ubuntu-printing-lp-etc/</link>
		<comments>http://robert.pobice.co.uk/2006/10/ubuntu-printing-lp-etc/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 18:55:30 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/10/31</guid>
		<description><![CDATA[It appears when when I created the first printer in ubuntu it didn&#8217;t set it as default and hence nothing that used the likes of lp would print.
Easy to fix &#8211; log on.  Goto system > administration and set a default printer.  Still you&#8217;d have though that when I only have one printer, [...]]]></description>
			<content:encoded><![CDATA[<p>It appears when when I created the first printer in ubuntu it didn&#8217;t set it as default and hence nothing that used the likes of lp would print.</p>
<p>Easy to fix &#8211; log on.  Goto system > administration and set a default printer.  Still you&#8217;d have though that when I only have one printer, and its the first printer I added it would be the default, by well default <img src='http://robert.pobice.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/10/ubuntu-printing-lp-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPA/IPW2200/Linux/Debian 3</title>
		<link>http://robert.pobice.co.uk/2006/07/wpaipw2200linuxdebian-3/</link>
		<comments>http://robert.pobice.co.uk/2006/07/wpaipw2200linuxdebian-3/#comments</comments>
		<pubDate>Thu, 06 Jul 2006 21:16:40 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Thumbs Up]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/07/23</guid>
		<description><![CDATA[After hearing about Network Manager on LugRadio at Guadec I decided to give it a go.
A bit of messing around &#8211; including installing the version from Testing I found out I need a new kernel for WPA.
Of I went and got 2.6.17 and compiled it.
Things of Note:
I had to use the ieee80211 module and the [...]]]></description>
			<content:encoded><![CDATA[<p>After hearing about Network Manager on <a href=http://lugradio.org>LugRadio</a> at Guadec I decided to give it a go.</p>
<p>A bit of messing around &#8211; including installing the version from Testing I found out I need a new kernel for WPA.</p>
<p>Of I went and got 2.6.17 and compiled it.</p>
<p>Things of Note:<br />
I had to use the ieee80211 module and the ipw2200 module from the kernel &#8211; but they appear to work so now problems.</p>
<p>After that network manager poped up &#8211; it found my wireless network.  Selected it, a setup box appeared in which I put my WPA pass-phrase in and off it went and connected &#8211; all working a lot more reliable that just wpa supplicant on its own.  Could be down to the new kernel mind.  However it is very easy to use, and well I impressed.  It&#8217;ll make using my laptop as a laptop a lot easier.</p>
<p><strong>Update</strong><br />
Wow &#8211; after all this work and finally wireless is the most stable I&#8217;ve ever had it on Linux.  In fact its not gone wrong once since this.  Even in windows I was having a few problems now and again.  Speed is good, stability and great and it just works.  I enter a password in at the start and it goes off, picks the right network and passpharse and just sets it up for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/07/wpaipw2200linuxdebian-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Wireless News</title>
		<link>http://robert.pobice.co.uk/2006/05/good-wireless-news/</link>
		<comments>http://robert.pobice.co.uk/2006/05/good-wireless-news/#comments</comments>
		<pubDate>Thu, 25 May 2006 20:08:58 +0000</pubDate>
		<dc:creator>robert</dc:creator>
				<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://blog.pobice.co.uk/index/archives/2006/05/18</guid>
		<description><![CDATA[After a few weeks of use &#8211; I can confirm my wireless works well by just starting wp-supplicant.   No constant restarting and removing/radding of modules hoping to get a use-able speed.  The speed can sometimes be a bit poor &#8211; but at least its use-able and doesn&#8217;t hinder unless transferring large files.
]]></description>
			<content:encoded><![CDATA[<p>After a few weeks of use &#8211; I can confirm my wireless works well by just starting wp-supplicant.   No constant restarting and removing/radding of modules hoping to get a <strong>use-able</strong> speed.  The speed can sometimes be a bit poor &#8211; but at least its use-able and doesn&#8217;t hinder unless transferring large files.</p>
]]></content:encoded>
			<wfw:commentRss>http://robert.pobice.co.uk/2006/05/good-wireless-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
