<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="ARTICLE @ XOOPS powered by FeedCreator" -->
<rss version="0.91">
    <channel>
        <title>the goss :: Category</title>
        <description><![CDATA[XML for category Linux News]]></description>
        <link>http://www.thegoss.com.au/modules/planet/index.php/c4</link>
        <lastBuildDate>Wed, 15 Oct 2008 01:12:52 +1000</lastBuildDate>
        <generator>ARTICLE @ XOOPS powered by FeedCreator</generator>
        <image>
            <url>http://www.thegoss.com.au/modules/planet/images/planet.png</url>
            <title>the goss :: Category</title>
            <link>http://www.thegoss.com.au/modules/planet/</link>
            <width>88</width>
            <height>31</height>
            <description>XML for category Linux News</description>
        </image>
        <language>en</language>
        <managingEditor>admin at thegoss dot com dot au</managingEditor>
        <webMaster>admin at thegoss dot com dot au</webMaster>
        <category>RSS Feeds</category>
        <item>
            <title>[ubuntu] Multiple Networks</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2044</link>
            <description><![CDATA[<div>I'm having a problem getting my computer to connect to 2 networks at once. Basically, my PC will connect to wireless and Ethernet (separately) but not at the same time and my laptop isn't connecting to wireless, but will work with a wired connection.  So how do I get my PC to connect to the wireless while also connecting to the laptop?</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947322&goto=newpost jazen]]></description>
            <author>jazen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[xubuntu] synaptic package manager isnt working</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2043</link>
            <description><![CDATA[<div>today i connected the internet to install something on synaptic package manager and when i opened it, it came up with E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. <br /><br />E: _cache-&gt;open() failed, please report.<br /><br />so i disconnected from the internet and it didnt go away. i went on terminal and typed in dpkg --configure -a and it came up with<br /><br />dpkg: requested operation requires superuser privelidge<br /><br /><br /><br />what do i do?</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947321&goto=newpost skater-dude]]></description>
            <author>skater-dude</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[ubuntu] Blocked ports...</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2042</link>
            <description><![CDATA[<div>Hi, question:<br /><br /><br /><br />at univ. they blocked the quake3 ports in the network (that's port 27'960 etc.)<br /><br /><br /><br />Is it possible to circumvent this, eg. detour the traffic via another non-blocked port?</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947320&goto=newpost WitchCraft]]></description>
            <author>WitchCraft</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[ubuntu] what is the difference</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2041</link>
            <description><![CDATA[<div>What is the difference between the available interfaces ubuntu, fodora, redhat and others<br /><br />Thank you</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947319&goto=newpost esmailgad]]></description>
            <author>esmailgad</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[ubuntu] Run Skype with video on intrepid 64-bit with wrapper script</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2040</link>
            <description><![CDATA[<div>Hi to all 64-bit beta testers,<br /><br /><br /><br />some may have already experienced, that using the recommended LD_PRELOAD hack ends up in the following error:<br /><br /><br /><br /><div style="margin:20px; margin-top:5px; "><br />	<div class="smallfont" style="margin-bottom:2px">Quote:</div><br />	<table cellpadding="6" cellspacing="0" border="0" width="100%"><br />	<tr><br />		<td class="alt2"><br />			<hr /><br />			<br />				ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored.<br />			<br />			<hr /><br />		</td><br />	</tr><br />	</table><br /></div>This is cause the wrong lib is used. Install lib32v4l-0 packet instead and use<br /><br /><br /><br /><div style="margin:20px; margin-top:5px; "><br />	<div class="smallfont" style="margin-bottom:2px">Quote:</div><br />	<table cellpadding="6" cellspacing="0" border="0" width="100%"><br />	<tr><br />		<td class="alt2"><br />			<hr /><br />			<br />				LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype<br />			<br />			<hr /><br />		</td><br />	</tr><br />	</table><br /></div>I have automated this by doing the following steps:<br /><br /><br /><br />1. Rename skype to skype.bin<div style="margin:20px; margin-top:5px"><br />	<div class="smallfont" style="margin-bottom:2px">Code:</div><br />	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sudo mv /usr/bin/skype /usr/bin/skype.bin</code><hr /><br /></div>2. Make an executable script with the following content an put it to /usr/bin<br /><br /><div style="margin:20px; margin-top:5px"><br />	<div class="smallfont" style="margin-bottom:2px">Code:</div><br />	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#!/bin/bash<br /><br /><br /><br />SKYPE_BIN_PATH="/usr/bin"<br /><br />LIBV4L="/usr/lib32/libv4l/v4l1compat.so"<br /><br /><br /><br />LD_PRELOAD=${LIBV4L} skype.bin<br /><br /><br /><br />exit 0</code><hr /><br /></div>(BTW: Improvements always welcome.)<br /><br /><br /><br />3. Start skype as usual.<br /><br /><br /><br />HTH</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947316&goto=newpost b.q.wemer]]></description>
            <author>b.q.wemer</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>Help on making a web page...</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2039</link>
            <description><![CDATA[<div>Hey!<br /><br /><br /><br />I have no experience making web pages at all!<br /><br /><br /><br />But I would like to make one for my soccer team, such that everyone can log in with its name and password and make a click somewhere, that he is coming to the training.<br /><br /><br /><br />So that there would come a list of people, who would be coming.<br /><br /><br /><br /><br /><br />So my questions would be:<br /><br /><br /><br />1. Would it be a too difficult undertaking for a beginner?<br /><br />2. How are those features - "log in" and "click, that I am coming" called?<br /><br />3. Which program would support these features, which would you recommend?<br /><br /><br /><br /><br /><br />Thank You so much in advance!<br /><br /><br /><br />Greetings...</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947314&goto=newpost Margus81]]></description>
            <author>Margus81</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>Wubi downloads wrong bersion.</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2038</link>
            <description><![CDATA[<div>Hey everybody!<br /><br /><br /><br />I am trying to install ubuntu with Wubi (after had problems with MBR and all that...).<br /><br /><br /><br />The thing is that Wubi downloads AMD64 version instead of the 32bit version, which of course causes Wubi to crash while installing...<br /><br /><br /><br />Anything I can do with that?</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947313&goto=newpost GreenFuze]]></description>
            <author>GreenFuze</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[ubuntu] MX900 button configuration problem</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2037</link>
            <description><![CDATA[<div>Im having a problem with my MX900 bluetooth mouse on my laptop running Hardy. Im trying to get the back and forward buttons working. My current xorg.conf section for the mouse looks like this: <br /><br /><div style="margin:20px; margin-top:5px"><br />	<div class="smallfont" style="margin-bottom:2px">Code:</div><br />	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Section "InputDevice"<br /><br />&nbsp; Identifier&nbsp; "Configured Mouse"<br /><br />&nbsp; Driver&nbsp; &nbsp; &nbsp; "mouse"<br /><br />&nbsp; Option&nbsp; &nbsp; &nbsp; "CorePointer"<br /><br />&nbsp; Option&nbsp; &nbsp; &nbsp; "Protocol" "ExplorerPS/2"<br /><br />&nbsp; Option&nbsp; &nbsp; &nbsp; "Emulate3Buttons" "false"<br /><br />&nbsp; Option&nbsp; &nbsp; &nbsp; "Buttons" "7"<br /><br />&nbsp; Option&nbsp; &nbsp; &nbsp; "ZAxisMapping" "4 5"<br /><br />&nbsp; Option&nbsp; &nbsp; &nbsp; "ButtonMapping" "1 2 3 6 7"</code><hr /><br /></div>As it is there, the wheel works but the back and forward buttons doesnt. If i swap the 4-5 and 6-7 pairs, so that ZaxisMapping is 6 7. then the back/forward buttons scroll and the wheel goes back and forward. Im not sure why it works when the weel is back/forward and the back/forward buttons are scrool, and doesnt work the other way around. Any ideas? I dont know what output you guys would need but just tell me and ill post it.</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947312&goto=newpost SilverAdder]]></description>
            <author>SilverAdder</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[all variants] VMWare host poor disk performance</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2036</link>
            <description><![CDATA[<div>Hi all,<br /><br /><br /><br />I am experiencing extremely poor HDD performance when resuming virtual machines. Here are some stats:<br /><br /><br /><br />Dual C2D Xeon 5160 @3.04GHz, 4GB RAM<br /><br />Ubuntu Server 8.04 LTS 64-bit<br /><br /><br /><br /><div style="margin:20px; margin-top:5px"><br />	<div class="smallfont" style="margin-bottom:2px">Code:</div><br />	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">avg-cpu:&nbsp; %user&nbsp;  %nice %system %iowait&nbsp; %steal&nbsp;  %idle<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  0.57&nbsp; &nbsp; 0.00&nbsp; &nbsp; 7.41&nbsp;  23.05&nbsp; &nbsp; 0.00&nbsp;  68.97<br /><br /><br /><br />Device:&nbsp; &nbsp; &nbsp; &nbsp;  rrqm/s&nbsp;  wrqm/s&nbsp; &nbsp;  r/s&nbsp; &nbsp;  w/s&nbsp; &nbsp; rkB/s&nbsp; &nbsp; wkB/s avgrq-sz avgqu-sz&nbsp;  await&nbsp; svctm&nbsp; %util<br /><br />sda&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 58.80&nbsp; &nbsp;  1.50&nbsp; 455.70&nbsp; &nbsp; 9.20&nbsp; 2604.00&nbsp; &nbsp; 82.00&nbsp; &nbsp; 11.56&nbsp; &nbsp;  6.97&nbsp;  15.10&nbsp;  1.28&nbsp; 59.30<br /><br /><br /><br /><a href="mailto:ppopov@faiella:~$" title="ppopov@faiella:~$">ppopov@faiella:~$</a> w<br /><br />&nbsp;12:46:00 up 20 days, 21:02,&nbsp; 1 user,&nbsp; load average: 2.15, 2.07, 1.22<br /><br />USER&nbsp; &nbsp;  TTY&nbsp; &nbsp; &nbsp; FROM&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:LOGIN@&nbsp;" title="LOGIN@&nbsp;">LOGIN@&nbsp;</a>  IDLE&nbsp;  JCPU&nbsp;  PCPU WHAT<br /><br />ppopov&nbsp;  pts/0&nbsp; &nbsp; 10.191.10.36&nbsp; &nbsp;  12:41&nbsp; &nbsp; 0.00s&nbsp; 0.03s&nbsp; 0.00s w</code><hr /><br /></div>This box is currently doing nothing but resuming a VMWare box (on VMWare Server 1.05). Why the load average and high I/O times? For comparison, here's how it looks with the VMWare guest already restored:<br /><br /><br /><br /><div style="margin:20px; margin-top:5px"><br />	<div class="smallfont" style="margin-bottom:2px">Code:</div><br />	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><a href="mailto:ppopov@faiella:~$" title="ppopov@faiella:~$">ppopov@faiella:~$</a> sudo hdparm -t -T /dev/sda<br /><br />/dev/sda:<br /><br />&nbsp;Timing cached reads:&nbsp;  6502 MB in&nbsp; 2.00 seconds = 3252.93 MB/sec<br /><br />&nbsp;Timing buffered disk reads:&nbsp; 196 MB in&nbsp; 3.03 seconds =&nbsp; 64.60 MB/sec<br /><br /><br /><br /><a href="mailto:ppopov@faiella:~$" title="ppopov@faiella:~$">ppopov@faiella:~$</a> dd if=/dev/zero of=/var/lib/vmware/machines/temp bs=1048576 count=1024<br /><br />1024+0 records in<br /><br />1024+0 records out<br /><br />1073741824 bytes (1.1 GB) copied, 52.279 s, 20.5 MB/s</code><hr /><br /></div>Has anyone seen such an issue?<br /><br /><br /><br />Thanks,<br /><br />Peter</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947311&goto=newpost Xianath]]></description>
            <author>Xianath</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
        <item>
            <title>[ubuntu] Printer issues - Canon LBP3000</title>
            <link>http://www.thegoss.com.au/modules/planet/view.article.php/2035</link>
            <description><![CDATA[<div>Hi all,<br /><br /><br /><br />I just installed 8.0.41 and am trying to install the linux drivers for my Canon LBP3000 printer. I found this guide <a href="http://ubuntuforums.org/showpost.php?p=2903979&amp;postcount=17" target="_blank"><a href="http://ubuntuforums.org/showpost.php...9&amp;postcount=17" title="http://ubuntuforums.org/showpost.php...9&amp;postcount=17" rel="external">http://ubuntuforums.org/showpost.php...9&amp;postcount=17</a></a> and have been following it as best I can.<br /><br /><br /><br />I had some difficulties with libglib and libgtk, however I downloaded some olderversions from previous Ubuntu versions (found through searching the Ubuntu site). So I was able to keep going with the install. However I get stuck at Step 4. I entered the comand and get the error, so I tried to mkdir, and got the following.<br /><br /><br /><br /><div style="margin:20px; margin-top:5px"><br />	<div class="smallfont" style="margin-bottom:2px">Code:</div><br />	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><a href="mailto:studycomp@studycomp:~$" title="studycomp@studycomp:~$">studycomp@studycomp:~$</a> sudo /usr/sbin/lpadmin -p LBP3000 -P CNCUPSLBP3000CAPTK.ppd -v ccp:/var/ccpd/fifo0 -E<br /><br />lpadmin: No such file or directory<br /><br /><a href="mailto:studycomp@studycomp:~$" title="studycomp@studycomp:~$">studycomp@studycomp:~$</a> sudo mkdir /usr/sbin/lpadminmkdir: cannot create directory `/usr/sbin/lpadmin': File exist</code><hr /><br /></div>I'd really appreciate any help!</div><br /><br /><br />Source: http://ubuntuforums.org/showthread.php?t=947310&goto=newpost AvvY]]></description>
            <author>AvvY</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00 +1000</pubDate>
        </item>
    </channel>
</rss>