<?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>Vitor Rodrigues &#187; ubuntu</title>
	<atom:link href="http://www.vitorrodrigues.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vitorrodrigues.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 26 Sep 2009 08:24:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AT&amp;T Global Network Client on Ubuntu Intrepid</title>
		<link>http://www.vitorrodrigues.com/blog/2008/12/08/att-global-network-client-on-ubuntu-intrepid/</link>
		<comments>http://www.vitorrodrigues.com/blog/2008/12/08/att-global-network-client-on-ubuntu-intrepid/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 12:23:15 +0000</pubDate>
		<dc:creator>vitor</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[att]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.vitorrodrigues.com/blog/?p=137</guid>
		<description><![CDATA[AT&#38;T Global Network Client is a VPN client used worldwide by several corporations to provide remote access to their intranet.
AT&#38;T kindly provides a linux package, but in .rpm format (which as fine for me until now, as I was an openSuse user) and not in .deb format for Debian based distros like Ubuntu. You can [...]]]></description>
			<content:encoded><![CDATA[<p>AT&amp;T Global Network Client is a VPN client used worldwide by several corporations to provide remote access to their intranet.</p>
<p>AT&amp;T kindly provides a linux package, but in .rpm format (which as fine for me until now, as I was an openSuse user) and not in .deb format for Debian based distros like Ubuntu. You can get the latest .rpm package from <a href="ftp://ftp.attglobal.net/pub/client/linux/">here</a>.</p>
<p>I tried converting the package using <a href="http://linux.die.net/man/1/alien">alien</a>, but the installer didn&#8217;t work correctly. After some googling, I found the article &#8220;<a href="http://blog.afmacedo.com/?p=11">AT&amp;T NetClient Debianizer</a>&#8221; from Andre Macedo. Andre provides a utility, ubuntu_rpm2deb.sh, that will calculate dependencies needed and correctly create a .deb package that can be installed in your Ubuntu system. Here are all the steps I used to install AT&amp;T Global Network Client:</p>
<pre># wget ftp://ftp.attglobal.net/pub/client/linux/agnclient-1.0-2.0.1.3000.i386.rpm
# wget http://blog.afmacedo.com/linux/ubuntu_rpm2deb.sh
# chmod a+x ubuntu_rpm2deb.sh
# ./ubuntu_rpm2deb.sh agnclient-1.0-2.0.1.3000.i386.rpm
# sudo dpkg -i agnclient-1.0-2.0.1.3000.i386.rpm
</pre>
<p>After the installation is complete, we need to start the client&#8217;s daemons:</p>
<pre># /etc/init.d/agnclientd start
# /etc/init.d/agnLogd start
</pre>
<p>And start the client by issuing:</p>
<pre># /opt/agns/bin/agnclient</pre>
<p><img src="http://www.vitorrodrigues.com/blog/wp-content/uploads/att.jpg" alt="" width="400" /></p>
<p>I occasionally received the following error message when trying to check the status of the daemon:</p>
<pre># /etc/init.d/agnclientd status
/etc/init.d/agnclientd: line 54: [: 13336: binary operator expected
agnLogd is not running.
</pre>
<p>The error message was caused by having multiple <em>agnclientd</em> processes running. Just stop all of them and start the daemon again:</p>
<pre># sudo killall agnclientd
# sudo /etc/init.d/agnclientd start
</pre>
<p>Hope this helps!</p>
<img src="http://www.vitorrodrigues.com/blog/?ak_action=api_record_view&id=137&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.vitorrodrigues.com/blog/2008/12/08/att-global-network-client-on-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
