<?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>peteconnolly.co.uk &#187; Linux</title> <atom:link href="http://www.peteconnolly.co.uk/blog/wordpress/category/linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.peteconnolly.co.uk/blog/wordpress</link> <description>Pete&#039;s Pictures</description> <lastBuildDate>Sun, 11 Dec 2011 11:08:40 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>OSSIM 2.3.1 on a Dell Poweredge with a Broadcom NIC</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2010/08/19/ossim-2-3-1-on-a-dell-poweredge-with-a-broadcom-nic/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2010/08/19/ossim-2-3-1-on-a-dell-poweredge-with-a-broadcom-nic/#comments</comments> <pubDate>Thu, 19 Aug 2010 08:01:24 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Work]]></category> <category><![CDATA[Alienvault]]></category> <category><![CDATA[BNX2]]></category> <category><![CDATA[Broadcom]]></category> <category><![CDATA[firmware]]></category> <category><![CDATA[OSSIM]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/?p=448</guid> <description><![CDATA[This should get filed under the &#8216;I need to remember this for the next time it happens&#8217; category. InstallingÂ  OSSIM 2.3.1 (Debian based Open Source SIEM system)Â  onto a Dell Poweredge 1950 would succeed but the network would not function.Â  Doing an &#8216;rmmod bnx2&#8242; and &#8216;modprobe bnx2&#8242; would resolve the problem but it was no [...]]]></description> <content:encoded><![CDATA[<p>This should get filed under the &#8216;I need to remember this for the next time it happens&#8217; category.</p><p>InstallingÂ  OSSIM 2.3.1 (Debian based Open Source SIEM system)Â  onto a Dell Poweredge 1950 would succeed but the network would not function.Â  Doing an &#8216;rmmod bnx2&#8242; and &#8216;modprobe bnx2&#8242; would resolve the problem but it was no useful answer for a production system.</p><p>It turns out that the firmware isn&#8217;t installed for the Broadcom NIC as shown by the dmesg entries:</p><pre>bnx2 0000:08:00.0: firmware: requesting bnx2/bnx2-mips-06-4.6.16.fw</pre><pre>bnx2: Can't load firmware file "bnx2/bnx2-mips-06-4.6.16.fw"
</pre><p>Simple answer to get running &#8211; download the firmware-bnx2 0.26 from <a
href="http://packages.debian.org/sid/firmware-bnx2">http://packages.debian.org/sid/firmware-bnx2</a>, copy it to the target system and perform a dpkg -i firmware-bnx2_0.26_all.deb.Â  This will trigger a rebuild of the initrd, so you should be able to do a restart and have networking available straight away:</p><pre>bnx2 0000:08:00.0: firmware: requesting bnx2/bnx2-mips-06-4.6.16.fw</pre><pre>bnx2 0000:08:00.0: firmware: requesting bnx2/bnx2-rv2p-06-4.6.16.fw</pre><pre>eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B1) PCI-X 64-bit 133MHz found at mem f4000000, IRQ 16, node addr 00:15:c5:eb:0f:d7</pre>]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2010/08/19/ossim-2-3-1-on-a-dell-poweredge-with-a-broadcom-nic/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>VMWare Server 2.0 Console not working</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2009/03/19/vmware-server-20-console-not-working/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2009/03/19/vmware-server-20-console-not-working/#comments</comments> <pubDate>Thu, 19 Mar 2009 11:36:01 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[novell]]></category> <category><![CDATA[Work]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[opensuse]]></category> <category><![CDATA[VMWare]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/?p=327</guid> <description><![CDATA[I&#8217;ve had a few issues recently  opening a VMWare Server 2.0 web based console with Firefox 3.07 running on OpenSUSE 11.1.  The console session just didn&#8217;t appear, which is a problem when you can&#8217;t SSH into the target VM due to lack of networking.  The answer is obscure but works well: VMWARE_USE_SHIPPED_GTK=TRUE firefox &#38; With [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve had a few issues recently  opening a VMWare Server 2.0 web based console with Firefox 3.07 running on OpenSUSE 11.1.  The console session just didn&#8217;t appear, which is a problem when you can&#8217;t SSH into the target VM due to lack of networking.  The answer is obscure but works well:</p><pre>VMWARE_USE_SHIPPED_GTK=TRUE firefox &amp;</pre><p>With this, the console works correctly as expected.  Lovely.</p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2009/03/19/vmware-server-20-console-not-working/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Speeding up a slow NVidia 8400 card in opensuse linux</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2008/11/27/speeding-up-a-slow-video-card-in-opensuse-linux/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2008/11/27/speeding-up-a-slow-video-card-in-opensuse-linux/#comments</comments> <pubDate>Thu, 27 Nov 2008 14:19:15 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[novell]]></category> <category><![CDATA[Work]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/?p=306</guid> <description><![CDATA[I was having dreadful problems on my HP Laptop with KDE4 or Compiz &#8211; jaggies, slow performance, difficulty switching tabs in Firefox, the whole experience was poor.  After a spot of Google trawling, I added these to the /etc/modprobe.conf.local on my installation of 11.0 (and 11.1) # # please add local extensions to this file [...]]]></description> <content:encoded><![CDATA[<p>I was having dreadful problems on my HP Laptop with KDE4 or Compiz &#8211; jaggies, slow performance, difficulty switching tabs in Firefox, the whole experience was poor.  After a spot of Google trawling, I added these to the /etc/modprobe.conf.local on my installation of 11.0 (and 11.1)</p><p>#<br
/> # please add local extensions to this file<br
/> #</p><p>options nvidia NVreg_RegistryDwords=&#8221;PerfLevelSrc=0&#215;2222&#8243;<br
/> options nvidia NVreg_Mobile=1</p><p>This was with a Geforce 8400M GS which shows up in lspci as:</p><p>05:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)</p><p>The difference was pretty dramatic.  KDE 4.1is usable with KWin display effects turned on, tab switching is smooth and generally it&#8217;s pretty usable again.  All using the NVidia 177.82 driver.</p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2008/11/27/speeding-up-a-slow-video-card-in-opensuse-linux/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Getting symfony running on 1&amp;1 shared hosting</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2007/09/30/getting-symfony-running-on-11-shared-hosting/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2007/09/30/getting-symfony-running-on-11-shared-hosting/#comments</comments> <pubDate>Sun, 30 Sep 2007 11:53:30 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Work]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2007/09/30/getting-symfony-running-on-11-shared-hosting/</guid> <description><![CDATA[This is mainly for my own record. I&#8217;ve been playing with the Symfony PHP framework to see if it&#8217;s suitable for a new project I&#8217;m working on, but had a little bit of trouble getting it working on my 1&#38;1 shared server. The first problem was fairly easy to fix &#8211; the default version of [...]]]></description> <content:encoded><![CDATA[<p>This is mainly for my own record.  I&#8217;ve been playing with the <a
href="http://www.symfony-project.com/" title="The Symfony Project">Symfony</a> PHP framework to see if it&#8217;s suitable for a new project I&#8217;m working on, but had a little bit of trouble getting it working on my 1&amp;1 shared server.</p><p>The first problem was fairly easy to fix &#8211; the default version of PHP on the server is 4, but symfony needs 5.0+.  A quick entry into the .htaccess file for the site fixes this.  Add &#8220;AddType x-mapp-php5 .php &#8221; and all is well.  It&#8217;s a pain to have to remember to type &#8220;php5 symfony&#8221;to get things working, but no big stress.</p><p>The next issue is to get the images to show up in the test index.php page.  I installed symfony using the PEAR packages, so the symfony_data/web/sf directory wasn&#8217;t visible as it was way outside the web root for the domain.  A simple link fixed that.  First, I needed to get the directory for my php/symfony data directory using the pear5 comand<br
/> &gt; pear5 config-show<br
/> Configuration (channel pear.php.net):<br
/> =====================================</p><p>&lt;snip&gt;<br
/> PEAR executables directory     bin_dir          /kunden/homepages/18/d96003440/htdocs/local/bin<br
/> PEAR documentation directory   doc_dir          /kunden/homepages/18/d96003440/htdocs/local/lib/php/docs<br
/> PHP extension directory        ext_dir          /kunden/homepages/18/d96003440/htdocs/pear/ext<br
/> PEAR directory                 php_dir          /kunden/homepages/18/d96003440/htdocs/local/lib/php<br
/> PEAR Installer cache directory cache_dir        /kunden/homepages/18/d96003440/htdocs/pear/cache<br
/> <strong>PEAR data directory            data_dir         /kunden/homepages/18/d96003440/htdocs/local/lib/php/data</strong><br
/> &lt;snip&gt;</p><p>Next I created a link in the web directory for my new application to the symfony web/sf/ directory in my applications web directory (the bolded one above):</p><p>cd web</p><p>ln -s /kunden/homepages/18/d96003440/htdocs/local/lib/php/data/symfony/web/sf/</p><p>Hit the URL http://www.servername/app/web/app_dev.php and all was well.  Now to crack on with some development.</p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2007/09/30/getting-symfony-running-on-11-shared-hosting/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Opensuse interview with Seth Arnold</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2007/09/21/opensuse-interview-with-seth-arnold/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2007/09/21/opensuse-interview-with-seth-arnold/#comments</comments> <pubDate>Fri, 21 Sep 2007 19:44:42 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Stuff]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2007/09/21/opensuse-interview-with-seth-arnold/</guid> <description><![CDATA[The opensuse.org news portal has a good interview with Seth Arnold, one of the main AppArmor developers. I&#8217;ve done a fair bit with AppArmor in the past when I worked for Novell, and for the times I got into trouble Seth was available on IRC. A good guy to ask questions &#8211; he always tries [...]]]></description> <content:encoded><![CDATA[<p>The <a
href="news.opensuse.org" title="The opensuse.org news portal">opensuse.org</a> news portal has a <a
href="http://news.opensuse.org/?p=323#more-323" title="opensuse portal interview with sars">good interview</a> with Seth Arnold, one of the main <a
href="http://www.novell.com/linux/security/apparmor/" title="An overview of Novell AppArmor">AppArmor</a> developers. I&#8217;ve done a fair bit with AppArmor in the past when I worked for Novell, and for the times I got into trouble Seth was available on IRC.  A good guy to ask questions &#8211; he always tries to help and be informative and normally succeeds.</p><p>Worth a read.</p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2007/09/21/opensuse-interview-with-seth-arnold/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>So near yet so far.</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2006/04/16/so-near-yet-so-far/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2006/04/16/so-near-yet-so-far/#comments</comments> <pubDate>Sun, 16 Apr 2006 18:22:22 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2006/04/16/so-near-yet-so-far/</guid> <description><![CDATA[I started downloading SUSE Linux 10.1 RC1, intent on catching up with the state of the distro tomorrow. To begin with, the download was fast &#8211; 150-200kbps, so when I left for the Day out with Thomas event, I was sure that it would be finished when I got back. Almost right. The first 3.14Gb [...]]]></description> <content:encoded><![CDATA[<p>I started downloading SUSE Linux 10.1 RC1, intent on catching up with the state of the distro tomorrow.  To begin with, the download was fast &#8211; 150-200kbps, so when I left for the <a
href="http://www.watercressline.co.uk/mhrttte.htm">Day out with Thomas</a> event, I was sure that it would be finished when I got back.</p><p>Almost right.</p><p>The first 3.14Gb (out of 3.2Gb) came down pretty quickly, but now I&#8217;m staring at a stalled download, and have been for the last hour or so.</p><p><center><img
id="image214" src="http://www.peteconnolly.co.uk/blog/wordpress/wp-content/uploads/2006/04/nearlythere.jpg" alt="Nearly there."/></center></p><p>Stopping and restarting doesn&#8217;t help, so I suppose I&#8217;ll just have to wait for the last smidgen to get here.  Bloody frustrating</p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2006/04/16/so-near-yet-so-far/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>OpenSUSE 10.1 beta 567</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2006/03/19/opensuse-101-beta-567/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2006/03/19/opensuse-101-beta-567/#comments</comments> <pubDate>Sun, 19 Mar 2006 21:04:56 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2006/03/19/opensuse-101-beta-567/</guid> <description><![CDATA[OpenSUSE 10.1 gets ribbed in this article on OSNews . As Homer would say, it&#8217;s funny because its true. The last minute inclusion of the Zen updater instead of good old YAST and YOU is a mystery to me still.]]></description> <content:encoded><![CDATA[<p>OpenSUSE 10.1 gets ribbed in <a
href="http://www.osnews.com/story.php?news_id=14023&amp;page=2">this</a> article on <a
href="http://www.osnews.com/">OSNews </a>. As Homer would say, it&#8217;s funny because its true.  The last minute inclusion of the Zen updater instead of good old YAST and YOU is a mystery to me still.</p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2006/03/19/opensuse-101-beta-567/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NOVELL Releases the latest Xgl</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2006/02/07/novell-releases-the-latest-xgl/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2006/02/07/novell-releases-the-latest-xgl/#comments</comments> <pubDate>Tue, 07 Feb 2006 16:11:19 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2006/02/07/novell-releases-the-latest-xgl/</guid> <description><![CDATA[This looks so sweet. You could say that it&#8217;s just eye candy, but it&#8217;s eye candy that uses the (mostly) redundant 3d hardware in modern video cards. The cube desktop looks a bit like 3D Desktop which I used for a while, but more complete. It hope it works nicely with the proprietary Nvidia driver [...]]]></description> <content:encoded><![CDATA[<p>This looks so sweet.  You could say that it&#8217;s just eye candy, but it&#8217;s eye candy that uses the (mostly) redundant 3d hardware in modern video cards.  The cube desktop looks a bit like <a
href="http://desk3d.sourceforge.net/">3D Desktop</a> which I used for a while, but more complete.  It hope it works nicely with the proprietary Nvidia driver for 3D but I suspect there&#8217;ll be some caveats there.</p><p>Link: <a
href="http://www.novell.com/linux/xglrelease/">NOVELL: Xgl</a></p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2006/02/07/novell-releases-the-latest-xgl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Spectacular development cycle.</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2006/02/06/spectacular-development-cycle/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2006/02/06/spectacular-development-cycle/#comments</comments> <pubDate>Mon, 06 Feb 2006 21:52:28 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2006/02/06/spectacular-development-cycle/</guid> <description><![CDATA[Sometimes, the pace of software developement in the Open Source world just blows you away. Today was one of those days. Firing up Akgregator, what should I see but Peter Rockal going from first test of Adept, through alpha, beta and release in less than a minute. Fantastic work Peter, I wish I could do [...]]]></description> <content:encoded><![CDATA[<p>Sometimes, the pace of software developement in the Open Source world just blows you away.  Today was one of those days.  Firing up Akgregator, what should I see but Peter Rockal going from first test of Adept, through alpha, beta and release in less than a minute.  Fantastic work Peter, I wish I could do the same and so does my boss and wife (two different people for now)<br
/> <small>A slight update to blogging software might have something to do with this, but it amused me for a moment</small></p><div
align="center"></div><div
style="text-align: center"><img
align="middle" alt="Adept's development cycle" id="image196" title="Adept's development cycle" src="http://www.peteconnolly.co.uk/blog/wordpress/wp-content/uploads/2006/02/adept_progress1.jpg" width="700" height="290"/></div> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2006/02/06/spectacular-development-cycle/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Screenshots of Brand New Beagle UI</title><link>http://www.peteconnolly.co.uk/blog/wordpress/2006/01/15/screenshots-of-brand-new-beagle-ui/</link> <comments>http://www.peteconnolly.co.uk/blog/wordpress/2006/01/15/screenshots-of-brand-new-beagle-ui/#comments</comments> <pubDate>Sun, 15 Jan 2006 10:09:54 +0000</pubDate> <dc:creator>pete</dc:creator> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://www.peteconnolly.co.uk/blog/wordpress/2006/01/15/screenshots-of-brand-new-beagle-ui/</guid> <description><![CDATA[Beagle, a Novell product that allows you to search through all the documents on your hard disk, including web pages, you&#8217;ve viewed, images, emails etc. has arrived. Looks a lot better than the original BEST search tool. Hopefully should arrive in Beagle 0.1.5.]]></description> <content:encoded><![CDATA[<div
align="center"></div><p>Beagle, a Novell product that allows you to search through all the documents on your hard disk, including web pages, you&#8217;ve viewed, images, emails etc. has arrived. Looks a lot better than the original BEST search tool. Hopefully should arrive in Beagle 0.1.5.</p><p><a
title="New Beagle UI" class="imagelink" href="http://www.peteconnolly.co.uk/blog/wordpress/wp-content/uploads/2006/01/image_search.png"></p><div
style="text-align: center"><img
width="117" height="96" alt="New Beagle UI" id="image185" src="http://www.peteconnolly.co.uk/blog/wordpress/wp-content/uploads/2006/01/image_search.thumbnail.png" /></div><p></a></p> ]]></content:encoded> <wfw:commentRss>http://www.peteconnolly.co.uk/blog/wordpress/2006/01/15/screenshots-of-brand-new-beagle-ui/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
