<?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>Andrew Ferrier &#187; ubuntu</title>
	<atom:link href="http://www.andrewferrier.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewferrier.com/blog</link>
	<description>Economics; Travel; Film; and Technology.</description>
	<lastBuildDate>Tue, 06 Sep 2011 09:40:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Compiling FlightGear 2.4.0 for Ubuntu Linux 10.04 (Lucid)</title>
		<link>http://www.andrewferrier.com/blog/2011/08/17/compiling-flightgear-2-4-0-for-ubuntu-10-04/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=compiling-flightgear-2-4-0-for-ubuntu-10-04</link>
		<comments>http://www.andrewferrier.com/blog/2011/08/17/compiling-flightgear-2-4-0-for-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 17:30:02 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[flightgear]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=705</guid>
		<description><![CDATA[Update 2011-08-26: If you are using Ubuntu 11.04 or later, it looks like this is now packaged as a .deb by PlayDeb. This post may still be of interest to those using earlier versions of Ubuntu. I recently had cause to install FlightGear 2.4.0 on Ubuntu 10.04. It&#8217;s not packaged in the form of a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2011-08-26</strong>: If you are using Ubuntu 11.04 or later, it looks like this is now packaged as a .deb <a href="http://www.playdeb.net/software/FlightGear">by PlayDeb</a>. This post may still be of interest to those using earlier versions of Ubuntu.</p>
<p>I recently had cause to install <a href="http://www.flightgear.org/">FlightGear</a> 2.4.0 on Ubuntu 10.04. It&#8217;s not packaged in the form of a <a href="http://en.wikipedia.org/wiki/Deb_(file_format)">deb</a> yet, so I&#8217;ve documented the commands I used. No guarantees this&#8217;ll work for you, as I haven&#8217;t tested them rigorously; and I&#8217;m assuming some Linux and command-line knowledge.</p>
<ul>
<li>Install some dependencies (this may not be a complete list; it&#8217;s simply the set I was missing). If you get warnings below about missing libraries, hunt around for them in the Ubuntu archives.

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libboost-graph-dev libopenal-dev libalut-dev libopenscenegraph-dev libjpeg62-dev libplib-dev</pre></div></div>

</li>
<li><a href="http://simgear.sourceforge.net/mirrors.html">Get SimGear 2.4.0</a>, unpack it into a temporary directory, and install it (<a href="http://www.asic-linux.com.mx/~izto/checkinstall/">checkinstall</a> will create a deb for you as a side-effect, and install that so you can uninstall with apt if necessary). I&#8217;m using <code>-j10</code>on make as I have many CPU cores; you may want to tune this to match your number, although it will only affect the speed of build.

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--with-jpeg-factory</span> ; <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #660033;">-j10</span> ; <span style="color: #c20cb9; font-weight: bold;">sudo</span> checkinstall</pre></div></div>

</li>
<li>Get <a href="http://ftp.linux.kiev.ua/pub/fgfs/Source/">the FlightGear 2.4.0 source</a>(at the time of writing, the file with the slightly more recent timestamp) and install it:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>configure ; <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #660033;">-j10</span> ; <span style="color: #c20cb9; font-weight: bold;">sudo</span> checkinstall</pre></div></div>

</li>
<li>Get <a href="ftp://flightgear.wo0t.de/flightgear-ftp/ftp/Shared/">the 2.4.0 &#8220;Base&#8221; package</a> and unpack it to <strong>/usr/share/local/flightgear</strong>. The tarball contains a <strong>data/</strong> directory at the top level; you need to move directories around after unpacking so that the <strong>flightgear/</strong>directory contains direct subdirectories:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-1</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>flightgear<span style="color: #000000; font-weight: bold;">/</span>
AI
Aircraft
Airports
Astro
ATC
AUTHORS
etc...</pre></div></div>

</li>
<li>You&#8217;re done! Run <code>fgfs</code> to launch Flightgear (there&#8217;s no GUI so you&#8217;ll have to become familiar with <a href="http://wiki.flightgear.org/Command_line_options">the command-line switches</a>).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2011/08/17/compiling-flightgear-2-4-0-for-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Windows 7 64-bit on VMWare on Ubuntu Hangs on Boot-up</title>
		<link>http://www.andrewferrier.com/blog/2011/03/20/windows-7-64-bit-on-vmware-on-ubuntu-hangs-on-boot-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-64-bit-on-vmware-on-ubuntu-hangs-on-boot-up</link>
		<comments>http://www.andrewferrier.com/blog/2011/03/20/windows-7-64-bit-on-vmware-on-ubuntu-hangs-on-boot-up/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 12:26:15 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=684</guid>
		<description><![CDATA[I recently tried to install Windows 7 64-bit on VMWare Workstation 7.1.3 on top of Ubuntu 10.04 as a host. I found that it behaved quite unreliably once the VMWare tools were installed into the guest OS &#8211; in particular, it regularly hung on boot-up. However, once I saw this error message, which clued me [...]]]></description>
			<content:encoded><![CDATA[<p>I recently tried to install Windows 7 64-bit on VMWare Workstation 7.1.3 on top of Ubuntu 10.04 as a host. I found that it behaved quite unreliably once the VMWare tools were installed into the guest OS &#8211; in particular, it regularly hung on boot-up. However, once I saw this error message, which clued me into the problem:</p>
<p><img class="alignnone size-full wp-image-685" title="error_message_opengl" src="http://www.andrewferrier.com/blog/wp-content/uploads/2011/03/Selection_001.png" alt="" width="537" height="362" /></p>
<p>I discovered that the solution was to disable 3D graphics acceleration &#8211; in the VM&#8217;s settings, untick <strong>Display</strong> / <strong>Accelerate 3D Graphics</strong>. The VM now works smoothly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2011/03/20/windows-7-64-bit-on-vmware-on-ubuntu-hangs-on-boot-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning off Resume from Hibernation in Ubuntu 10.04</title>
		<link>http://www.andrewferrier.com/blog/2010/10/03/turning-off-resume-from-hibernation-in-ubuntu-10-04/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=turning-off-resume-from-hibernation-in-ubuntu-10-04</link>
		<comments>http://www.andrewferrier.com/blog/2010/10/03/turning-off-resume-from-hibernation-in-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 14:02:41 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[dm-crypt]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=668</guid>
		<description><![CDATA[I use dm-crypt on all my machines now, including laptops, to provide full-disk encryption. I also use it to encrypt swap partitions with a randomly-generated key. All of these are features that Ubuntu 10.04 provides out-of-the-box, at least when you use the alternate CD to install. I also recently installed µswsusp on one of my [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://www.saout.de/misc/dm-crypt/">dm-crypt</a> on all my machines now, including laptops, to provide full-disk encryption. I also use it to encrypt swap partitions with a randomly-generated key. All of these are features that Ubuntu 10.04 provides out-of-the-box, at least when you use the alternate CD to install.</p>
<p>I also recently installed µswsusp on one of my laptops, a userspace hibernation facility. I didn&#8217;t really connect the dots until one day I left the laptop running, coming back to find it hibernated. When I tried to resume, the boot process hung as the kernel complained it couldn&#8217;t resume the image. After a facepalm moment (of course this wouldn&#8217;t work &#8211; the encryption key isn&#8217;t constant across boots -  you have to use a constant key if you want to get hibernation working), I eventually figured out how to book the machine: use the <code>noresume</code> parameter when booting the kernel.</p>
<p>The only thing blocking me from using this now was getting the Grub menu to come up so I could change that kernel boot line. It appears that in the switch to <a href="https://help.ubuntu.com/community/Grub2">Grub 2</a>, the key to do this changed to the Shift key, from the Esc key as it had been in Grub 1. After I managed to bring up the menu, I could boot the kernel without resuming the image. I then deinstalled µswsusp.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2010/10/03/turning-off-resume-from-hibernation-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huawei K4505 with Ubuntu 10.04</title>
		<link>http://www.andrewferrier.com/blog/2010/07/30/huawei-k4505-with-ubuntu-10-04/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=huawei-k4505-with-ubuntu-10-04</link>
		<comments>http://www.andrewferrier.com/blog/2010/07/30/huawei-k4505-with-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:55:48 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[networkmanager]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[umts]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=658</guid>
		<description><![CDATA[I just acquired a new Vodafone Mobile Broadband modem to replace an aging ExpressCard version I had that wasn&#8217;t working too well. It came in the form of a Vodafone-branded Huawei K4505 USB stick. It didn&#8217;t work completely out-of-the-box with Ubuntu 10.04, at first appearing unrecognisable. After some hunting, I discovered that these sticks initially [...]]]></description>
			<content:encoded><![CDATA[<p>I just acquired a new Vodafone Mobile Broadband modem to replace an aging <a href="http://en.wikipedia.org/wiki/ExpressCard">ExpressCard</a> version I had that wasn&#8217;t working too well. It came in the form of a Vodafone-branded Huawei K4505 USB stick. It didn&#8217;t work completely out-of-the-box with Ubuntu 10.04, at first appearing unrecognisable. After some hunting, I discovered that these sticks initially present themselves as USB Mass Storage to allow you to install the Windows drivers. You have to give a few magic incantations on Linux to make them switch into modem mode:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> usb-modeswitch
<span style="color: #c20cb9; font-weight: bold;">sudo</span> usb_modeswitch <span style="color: #660033;">-v</span> 0x12d1 <span style="color: #660033;">-p</span> 0x1521 <span style="color: #660033;">-M</span> \
 <span style="color: #000000;">55534243123456780000000000000011060000000000000000000000000000</span></pre></div></div>

<p>Once the modeswitch command is executed, the USB stick will present itself as a modem and you can use the standard Ubuntu NetworkManager mechanisms to define your service provider and set up the connection. The stick should remember its state, and so you should only ever need the above utility (and command) once.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2010/07/30/huawei-k4505-with-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disabling Synaptics Touchpad with Ubuntu 10.04</title>
		<link>http://www.andrewferrier.com/blog/2010/06/04/disabling-synaptics-touchpad-with-ubuntu-10-04/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disabling-synaptics-touchpad-with-ubuntu-10-04</link>
		<comments>http://www.andrewferrier.com/blog/2010/06/04/disabling-synaptics-touchpad-with-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 07:22:23 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[synaptic]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=635</guid>
		<description><![CDATA[I recently installed Ubuntu 10.04 on my Thinkpad T61 and set about disabling the touchpad, which I always find irritating. There seemed to be lots of guides to this, including this one, but none of them seemed to work for me. Eventually I figured some fairly simple steps which did work: Install two packages if [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed Ubuntu 10.04 on my Thinkpad T61 and set about disabling the touchpad, which I always find irritating. There seemed to be lots of guides to this, including <a href="https://help.ubuntu.com/community/SynapticsTouchpad">this one</a>, but none of them seemed to work for me. Eventually I figured some fairly simple steps which did work:</p>
<ol>
<li>Install two packages if they aren&#8217;t already installed (<code>gpointing-device-settings</code> is the more modern version of <code>gsynaptics</code> and will uninstall it if it&#8217;s installed):

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xserver-xorg-input-synaptics gpointing-device-settings</pre></div></div>

</li>
<li>Start <code>gpointing-device-settings</code> from the command line and select &#8220;Touchpad off&#8221;, as shown here:<img class="alignnone size-full wp-image-636" style="margin-top: 10px; margin-bottom: 10px;" title="GPointing Device Settings_003" src="http://www.andrewferrier.com/blog/wp-content/uploads/2010/06/GPointing-Device-Settings_003.png" alt="" width="618" height="474" /></li>
<li>Exit the tool and reboot.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2010/06/04/disabling-synaptics-touchpad-with-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>veryPC AT20</title>
		<link>http://www.andrewferrier.com/blog/2009/07/21/verypc-at20/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=verypc-at20</link>
		<comments>http://www.andrewferrier.com/blog/2009/07/21/verypc-at20/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 21:02:22 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[verypc]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=599</guid>
		<description><![CDATA[I recently bought a veryPC AT20 as a more powerful replacement for an aging Debian-hacked NSLU2 that I had serving up files, doing backups, and other such tasks. I thought I&#8217;d do a quick review in case it&#8217;s of value to anyone considering a machine from veryPC (at the time of writing, it seems to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently bought a <a href="http://www.very-pc.co.uk/">veryPC</a> AT20 as a more powerful replacement for an aging <a href="http://www.cyrius.com/debian/nslu2/">Debian-hacked NSLU2</a> that I had serving up files, doing backups, and other such tasks. I thought I&#8217;d do a quick review in case it&#8217;s of value to anyone considering a machine from veryPC (at the time of writing, it seems to be no longer for sale, although the <a href="http://www.very-pc.co.uk/?section=Home%20Users&amp;category=GreenPC&amp;system=at10-h">veryPC AT10</a> looks similar).</p>
<p>I particularly wanted something more meaty than my NSLU2 so I could do full-disk encryption, fully-encrypted offsite backups, so it seemed ideal. The variation I ordered has:</p>
<ul>
<li>Dual-Core Intel(R) Atom(TM) CPU 330 (1.6GHz)</li>
<li>1GB RAM</li>
<li>1TB Western Digital &#8220;GreenPower&#8221; Hard Drive</li>
<li>Intel 82945G/GZ Integrated Graphics</li>
<li>Onboard audio, 6 USB 2.0 ports, a serial port, a parallel port</li>
<li>Integrated 100MB Ethernet</li>
<li>RaLink RT2561/RT61 802.11g PCI Wireless Card</li>
<li>DVD-RW drive</li>
</ul>
<p>(total approximately £370)</p>
<p>Very PC seem fairly reputable, and their customer service was adequate, if not outstanding (they didn&#8217;t keep me up-to-date on my order until I emailed them, at which point they interrupted me by calling, they didn&#8217;t always respond to sales enquiry emails, and were coy about their returns policy). Nevertheless, they do offer a 3-year warranty as standard, which shows confidence in their products.</p>
<p>Nevertheless, the PC arrived fairly promptly (~5 days), and appears to be robustly built: whilst compact, the case is very solid and feels strong. The whole machine exudes a feeling of high build quality, and is mostly constructed from metal rather than cheap plastic. Here&#8217;s what it looks like from the outside:</p>
<p><img class="alignnone size-full wp-image-602" title="at20" src="http://www.andrewferrier.com/blog/wp-content/uploads/2009/07/at20.jpg" alt="at20" width="640" height="364" /></p>
<p>The machine came shipped with Ubuntu (Desktop) pre-installed, although I rapidly reinstalled it with the Ubuntu Server (a wise decision anyway, since VeryPC forgot to include information on the default username and password!). As such, every piece of hardware works well with the exception of the wi-fi card, which, using the default driver, suffered from frequent drop-outs (a problem I&#8217;ve had before with the RaLink cards under Linux). Replacing the standard driver with a ndiswrapper verison (more information <a href="http://ubuntuforums.org/showthread.php?t=564419">here</a> and <a href="http://ubuntuportal.blogspot.com/2007/02/how-to-enable-wpa-with-ndiswrapper.html">here</a>) resolved this. Channels 12 and 13 also don&#8217;t seem to work correctly with this driver, so the wi-fi network has to run on another channel.</p>
<p>The main disappointment was the noise generated by the machine. To be fair, VeryPC described it as &#8216;ultra quiet&#8217;, and with other noisy items on (e.g. a modern laptop with the fan spinning), you won&#8217;t hear it. However, in an otherwise silent room, you definitely will &#8211; and you don&#8217;t have to get close to it either. I haven&#8217;t done any formal tests, but if you want a completely silent machine, this is not the one for you. If you can tolerate a small amount of fan noise in very quiet environments, it should be OK.</p>
<p>Another minor point: the machine has an external power supply brick (like a laptop). VeryPC didn&#8217;t make this clear, but you should factor it in if you&#8217;re considering buying one.</p>
<p>Otherwise, though, I&#8217;m fairly satisfied. It does what it says on the tin, I&#8217;ve had no reliability problems whatsoever (save for the wi-fi card issues mentioned above), and the machine is running 24h a day and doing a solid job. So kudos to veryPC for putting together a good bit of kit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2009/07/21/verypc-at20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using AT&amp;T Network Client VPN with Ubuntu 64bit</title>
		<link>http://www.andrewferrier.com/blog/2009/01/12/using-att-network-client-vpn-with-ubuntu-64bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-att-network-client-vpn-with-ubuntu-64bit</link>
		<comments>http://www.andrewferrier.com/blog/2009/01/12/using-att-network-client-vpn-with-ubuntu-64bit/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:34:44 +0000</pubDate>
		<dc:creator>andrewferrier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[networkclient]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.andrewferrier.com/blog/?p=571</guid>
		<description><![CDATA[(This post is probably of most interest to my IBM colleagues &#8211; however, since the AT&#38;T Network Client is also available for other organisations, I&#8217;ve posted this here in case it&#8217;s of use to other folks.) I recently installed Ubuntu 64bit (amd64) on my Lenovo Thinkpad T61. Unfortunately, the Network Client is not available in [...]]]></description>
			<content:encoded><![CDATA[<p>(This post is probably of most interest to my IBM colleagues &#8211; however, since the <a href="http://www.attnetclient.com/">AT&amp;T Network Client</a> is also available for other organisations, I&#8217;ve posted this here in case it&#8217;s of use to other folks.)</p>
<p>I recently installed Ubuntu 64bit (amd64) on my Lenovo Thinkpad T61. Unfortunately, the Network Client is not available in a 32bit edition. So I had to perform a few tweaks to get it to work. Here&#8217;s the steps I took:</p>
<ul>
<li>Install the <strong>ia32-libs</strong> package and all it&#8217;s dependencies:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ia32-libs</pre></div></div>

<ul>
<li>Install the AT&amp;T client itself (IBM colleagues can obtain this from the OCDC website):</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #660033;">--force-architecture</span> agnclient_1.0~2.0.1.3000-<span style="color: #000000;">3</span>_i386.deb</pre></div></div>

<ul>
<li>Add some symlinks:</li>
</ul>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>libssl.so.0.9.8 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>libssl.so.4
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>libcrypto.so.0.9.8 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib32<span style="color: #000000; font-weight: bold;">/</span>libcrypto.so.4</pre></div></div>

<ul>
<li>You should now be able to start the Network Client from the Internet section of the Gnome menu, or from <b>/opt/agns/bin/agnclient</b>. Click Connect and enter your details as normal.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewferrier.com/blog/2009/01/12/using-att-network-client-vpn-with-ubuntu-64bit/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

