<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Ubuntu Forums</title>
		<link>http://ubuntuforums.org/</link>
		<description>A help and support forum for Ubuntu Linux.</description>
		<language>en</language>
		<lastBuildDate>Thu, 09 Feb 2012 07:21:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://ubuntuforums.org/images/misc/rss.jpg</url>
			<title>Ubuntu Forums</title>
			<link>http://ubuntuforums.org/</link>
		</image>
		<item>
			<title><![CDATA[[ubuntu] western gigital 1 tb sb external drive not working ubuntu 11.1]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922572&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 07:06:02 GMT</pubDate>
			<description>Sir, 
My 1TB external hard disk works fine in windows. when I connect it to ubuntu it mounts and show a cd drive with 450 MB. with some windows files .These file in windows (exe) is used to unlock and connect then i can see data. In ubuntu as this files are exe, I am unable to run and the data is...</description>
			<content:encoded><![CDATA[<div>Sir,<br />
My 1TB external hard disk works fine in windows. when I connect it to ubuntu it mounts and show a cd drive with 450 MB. with some windows files .These file in windows (exe) is used to unlock and connect then i can see data. In ubuntu as this files are exe, I am unable to run and the data is not visible. Please help me.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=331">General Help</category>
			<dc:creator>peterkp</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922572</guid>
		</item>
		<item>
			<title><![CDATA[[other] Attempted ubuntu install damages something, need help to get back on feet....]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922571&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 07:04:50 GMT</pubDate>
			<description>I downloaded the latest ubuntu version, and used the provided instructions to make a live USB drive from it.  Runs and works fine from the USB drive, but I tried to install ubuntu on my HD with it, and at the point where it was creating a new partition (cut out of space from a win 7 partition) it...</description>
			<content:encoded><![CDATA[<div>I downloaded the latest ubuntu version, and used the provided instructions to make a live USB drive from it.  Runs and works fine from the USB drive, but I tried to install ubuntu on my HD with it, and at the point where it was creating a new partition (cut out of space from a win 7 partition) it worked for a while and then gave an error, I forget exactly what, just said operation failed, aborting basically.  <br />
<br />
I have been trying to fix this for 3 days now in one way or another.  When I boot into ubuntu from the drive again Gparted the partition editor tool says there is an error with one of the partitions (&quot;parttwoprimary&quot;) (which is not the same partition I told the ubuntu installer to carve the new partition out of) and to run chkdsk /f in windows.  I cannot access the data off of it and need to copy it off.<br />
<br />
<br />
The whole reason I was trying to install ubuntu was so I could get the data off of the computer, which for various reasons I could not find a way to do using the live usb.  I can't boot into windows.   I have tried various methods including trying to make a live USB with some version of windows on it using bartPE etc. but the software has too many defects and cannot be made to work with my system. <br />
<br />
 I have to sell the computer tomorrow at 5 pm and have to go for a blood test tomorrow at 7 am.  Any ideas?  I am hoping someone can point me to some sort of live usb image that can be used to fix this problem when I get back from the hospital tomorrow.... or maybe some sort of utility that can fix the partition table under ubuntu or whatever.  I just need to get my data off (3 gb or so...)</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=331">General Help</category>
			<dc:creator>BruceAlakae</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922571</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Transfer old hard drive (XP) to external hard drive]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922570&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 07:01:23 GMT</pubDate>
			<description><![CDATA[Hi there, 
 
I've been searching google and this forum and it's getting me overwhelmed with information. 
 
I would like a straight forward procedure to transfer files from my old hard drive, which is running windows XP to my external hard drive. Ubuntu is the middle man. I heard about VirtualBox,...]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I've been searching google and this forum and it's getting me overwhelmed with information.<br />
<br />
I would like a straight forward procedure to transfer files from my old hard drive, which is running windows XP to my external hard drive. Ubuntu is the middle man. I heard about VirtualBox, but I don't want to do anything without some advice from Ubuntu guru's here.<br />
<br />
Advise.<br />
<br />
-orange :)</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=331">General Help</category>
			<dc:creator>madeoforanges</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922570</guid>
		</item>
		<item>
			<title>Perl + sendmail. need help</title>
			<link>http://ubuntuforums.org/showthread.php?t=1922569&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:59:30 GMT</pubDate>
			<description>So I am trying to send a test email to some users listed in a directory relative to my home. Thus you will see below a subroutine that will get those users and acquire a string of emails.  
 
Example the directory contains two users (.user1@domain_com AND .user2@domain_com). The subroutine gets...</description>
			<content:encoded><![CDATA[<div>So I am trying to send a test email to some users listed in a directory relative to my home. Thus you will see below a subroutine that will get those users and acquire a string of emails. <br />
<br />
Example the directory contains two users (.user1@domain_com AND .user2@domain_com). The subroutine gets those users and returns a string of (user1\@domain.com,user2\@domain.com,). I have no problem here and it is working; the string is a concatenation of all emails separated by a comma for later use in email recipient.<br />
<br />
The problem is on the variable $address. When incorporating it into sendmail, it is blank and thus the email fails. (problem area is shown in bold letters below). <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#!/usr/bin/perl<br />
use strict;<br />
use warnings;<br />
use MIME::Parser;<br />
use MIME::Entity;<br />
use MIME::Body;<br />
<br />
sub create_list;<br />
<br />
<b>my $address = create_list();</b><br />
<br />
my $sendmail = '/usr/sbin/sendmail -t -i';<br />
open MAIL, (&quot;|$sendmail&quot;) || die &quot;Unable to send mail: $!&quot;;<br />
<b>print MAIL &quot;To: $address\n&quot;;</b><br />
print MAIL &quot;From: $address\n&quot;;<br />
print MAIL &quot;Subject: Antivirus Automailer&quot;;<br />
print MAIL &quot;\ \n$body&quot;;<br />
close MAIL;<br />
<br />
<br />
sub create_list<br />
{<br />
&nbsp;  my @files = &lt;../mail/.*_com&gt;;<br />
&nbsp;  my @EmailList;<br />
&nbsp;  foreach my $file (@files)<br />
&nbsp;  {<br />
&nbsp; &nbsp; &nbsp; &nbsp; my @fields = split(/\./, $file);<br />
&nbsp; &nbsp; &nbsp; &nbsp; my $manipulate = $fields[3];<br />
&nbsp; &nbsp; &nbsp; &nbsp; $manipulate =~ s/_/./g;<br />
&nbsp; &nbsp; &nbsp; &nbsp; $manipulate =~ s/@/\\@/g;<br />
&nbsp; &nbsp; &nbsp; &nbsp; push(@EmailList, $manipulate);<br />
&nbsp;  }<br />
<br />
<br />
&nbsp;  my $buffer = '';<br />
&nbsp;  foreach my $email (@EmailList)<br />
&nbsp;  {<br />
&nbsp; &nbsp; &nbsp; &nbsp; $buffer = $buffer . $email . &quot;,&quot;;<br />
&nbsp;  }<br />
&nbsp;  return $buffer;<br />
<br />
}</code><hr />
</div>I have tried doing a local assignemnt of the variable as follows below. It worked and no problems existed there.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">my $address = 'user1@domain.com,user2@domain.com,';<br />
<br />
ALSO<br />
<br />
my $address = &quot;user1\@domain.com,user2\@domain.com,&quot;;</code><hr />
</div>I have included the bouncing email because of no recipient<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">A message that you sent contained no recipient addresses, and therefore no<br />
delivery could be attempted.<br />
<br />
------ This is a copy of your message, including all the headers. ------<br />
<br />
To: <br />
From: <br />
Subject: Antivirus Automailer <br />
Message-Id: &lt;E1RvNl9-0001Dy-Dk@gatorXXXX.hostgator.com&gt;<br />
Date: Thu, 09 Feb 2012 00:45:35 -0600<br />
<br />
TEST</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=39">Programming Talk</category>
			<dc:creator>balagosa</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922569</guid>
		</item>
		<item>
			<title>Basic C++ Calculator Works only 99.5% of Time</title>
			<link>http://ubuntuforums.org/showthread.php?t=1922567&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:54:44 GMT</pubDate>
			<description><![CDATA[Code is below. Intro to programming level class. 
 
The idea is to tell the cashier how much change to give by coin type. EG: Bill is $10.50, customer hands you a $20, program tells user to give "Dollars: 9, Quarters: 2, Dimes: 0, Nickels: 0, Pennies: 0" to the customer. 
 
It works, pretty much in...]]></description>
			<content:encoded><![CDATA[<div>Code is below. Intro to programming level class.<br />
<br />
The idea is to tell the cashier how much change to give by coin type. EG: Bill is $10.50, customer hands you a $20, program tells user to give &quot;Dollars: 9, Quarters: 2, Dimes: 0, Nickels: 0, Pennies: 0&quot; to the customer.<br />
<br />
It works, pretty much in every case. Unless the bill is $10 and the customer for some reason decides to hand over $20.15.<br />
<br />
Expected:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Dollars: 10<br />
Quarters: 0<br />
Dimes: 1<br />
Nickels: 1<br />
Pennies: 0</code><hr />
</div>Actual:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Dollars: 10<br />
Quarters: 0<br />
Dimes: 1<br />
Nickels: <font color="Red">0</font><br />
Pennies: <font color="Red">4</font></code><hr />
</div><br />
Where did that $0.01 go? You can do $10 and $20.16 or $10 and $20.14 and it works as expected. But if you put in $10 and $20.15, it steals a penny from the customer and only gives him $10.14 back!<br />
<br />
I've kind-of-but-not-really traced the problem. The lines with &quot;DEBUG:&quot; return the following, stretched  --<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Enter money owed:&nbsp; &nbsp; &nbsp;  $10<br />
Enter money paid:&nbsp; &nbsp; &nbsp;  $20.15<br />
<br />
DEBUG: paid: 2015.00000000<br />
DEBUG: owed: 1000.00000000<br />
DEBUG: debt: 1015.00000000<br />
DEBUG: debtInt: 1014<br />
<br />
The change is:<br />
Dollars:&nbsp; &nbsp; &nbsp; &nbsp; 10<br />
Quarters:&nbsp; &nbsp; &nbsp;  0<br />
Dimes:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br />
Nickels:&nbsp; &nbsp; &nbsp; &nbsp; 0<br />
Pennies:&nbsp; &nbsp; &nbsp; &nbsp; 4</code><hr />
</div>How is it that turning 1015.00000000 into an integer yields 1014? But 1016.00000000 correctly yields 1016, and 1014.00000000 correctly yields 1014?<br />
<br />
(Click <a href="http://pastebin.com/nzmv2X49" target="_blank">here for pastebin</a> with contextual highlighting for C++ if you prefer)<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#include &lt;iostream&gt;<br />
#include &lt;iomanip&gt;<br />
using namespace std;<br />
<br />
int main()<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; double owed = 0.0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; double paid = 0.0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; double debt = 0.0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; int dollars = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; int quarters = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; int dimes = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; int nickels = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; int pennies = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; //Input<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Enter money owed:\t$&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cin &gt;&gt; owed;<br />
&nbsp; &nbsp; &nbsp; &nbsp; owed = owed * 100;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Enter money paid:\t$&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cin &gt;&gt; paid;<br />
&nbsp; &nbsp; &nbsp; &nbsp; paid = paid * 100;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (paid &lt; owed)<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;ERROR: Ask customer for more money.&quot; &lt;&lt; endl;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;DEBUG: paid:&quot; &lt;&lt; fixed &lt;&lt; setprecision(8) &lt;&lt; paid &lt;&lt; endl; //debug<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;DEBUG: owed:&quot; &lt;&lt; fixed &lt;&lt; setprecision(8)&lt;&lt; owed &lt;&lt; endl;&nbsp; &nbsp; &nbsp; &nbsp; //debug<br />
&nbsp; &nbsp; &nbsp; &nbsp; debt = paid - owed; //calculate debt in cents<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;DEBUG: debt:&quot; &lt;&lt; fixed &lt;&lt; setprecision(8) &lt;&lt; debt &lt;&lt; endl; //debug<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; int debtInt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; debtInt = debt; //use an int so modulus doesn't whine<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;DEBUG: debtInt:\t&quot; &lt;&lt; debtInt &lt;&lt; endl; //debug<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; endl &lt;&lt; &quot;The change is:\t&quot; &lt;&lt; endl;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; dollars = debtInt / 100;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Dollars:\t&quot; &lt;&lt; dollars &lt;&lt; endl; <br />
&nbsp; &nbsp; &nbsp; &nbsp; debtInt = debtInt % 100;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; quarters = debtInt / 25;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Quarters:\t&quot; &lt;&lt; quarters &lt;&lt; endl; <br />
&nbsp; &nbsp; &nbsp; &nbsp; debtInt = debtInt % 25;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; dimes = debtInt / 10;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Dimes:&nbsp; \t&quot; &lt;&lt; dimes &lt;&lt; endl; <br />
&nbsp; &nbsp; &nbsp; &nbsp; debtInt = debtInt % 10;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; nickels = debtInt / 5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Nickels:\t&quot; &lt;&lt; nickels &lt;&lt; endl;<br />
&nbsp; &nbsp; &nbsp; &nbsp; debtInt = debtInt % 5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; pennies = debtInt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; &quot;Pennies:\t&quot; &lt;&lt; pennies &lt;&lt; endl;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; //system (&quot;pause&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; return 0;<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=39">Programming Talk</category>
			<dc:creator>earthpigg</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922567</guid>
		</item>
		<item>
			<title><![CDATA[[gnome] broken gnome-system-monitor applet!!]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922565&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:52:02 GMT</pubDate>
			<description>ideal gnome-system-monitor must appear like this (https://a248.e.akamai.net/assets.github.com/img/3f02d47ce2eee2827fbf5fa1b11d8ecdc2f0fa0e/687474703a2f2f692e696d6775722e636f6d2f77446641462e706e67) 
 
i got it from here...</description>
			<content:encoded><![CDATA[<div>ideal gnome-system-monitor must appear like <a href="https://a248.e.akamai.net/assets.github.com/img/3f02d47ce2eee2827fbf5fa1b11d8ecdc2f0fa0e/687474703a2f2f692e696d6775722e636f6d2f77446641462e706e67" target="_blank">this</a><br />
<br />
i got it from <a href="https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/tree/gnome-3.0" target="_blank">here</a><br />
<br />
but,My system-monitor looks broken...i've attached the image of broken applet.<br />
How do i fix it ?</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://ubuntuforums.org/images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://ubuntuforums.org/attachment.php?attachmentid=212356&amp;d=1328770311" target="_blank">Screenshot-4.png</a> (74.2 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=331">General Help</category>
			<dc:creator>meTroubled</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922565</guid>
		</item>
		<item>
			<title><![CDATA[[gnome] gnome weather applet not updating temperature!]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922563&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:48:33 GMT</pubDate>
			<description>i installed this applet in my fedora15 gnome3.0 system from here (https://github.com/simon04/gnome-shell-extension-weather/tree/gnome3.0) 
 
there are two columns...lower one shows correct temperature but upper one never updates...it is showing 26 degrees since it was installed.</description>
			<content:encoded><![CDATA[<div>i installed this applet in my fedora15 gnome3.0 system from <a href="https://github.com/simon04/gnome-shell-extension-weather/tree/gnome3.0" target="_blank">here</a><br />
<br />
there are two columns...lower one shows correct temperature but upper one never updates...it is showing 26 degrees since it was installed.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://ubuntuforums.org/images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://ubuntuforums.org/attachment.php?attachmentid=212355&amp;d=1328770101" target="_blank">Screenshot-5.png</a> (26.1 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=331">General Help</category>
			<dc:creator>meTroubled</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922563</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Error for SSH login: Read from socket failed: Connection reset by peer]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922558&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:43:57 GMT</pubDate>
			<description>While logging in via ssh: 
 
sudo ssh user@ip 
 
I got the following error: Read from socket failed: Connection reset by peer 
 
I went through many google search results. But I could not find an appropriate solution. 
 
Then I uninstalled ssh and openssh-server using(Mark for Removal) Synaptic...</description>
			<content:encoded><![CDATA[<div>While logging in via ssh:<br />
<br />
sudo ssh user@ip<br />
<br />
I got the following error: Read from socket failed: Connection reset by peer<br />
<br />
I went through many google search results. But I could not find an appropriate solution.<br />
<br />
Then I uninstalled ssh and openssh-server using(Mark for Removal) Synaptic Package Manager and reinstalled it.<br />
<br />
Still the same error. I noticed that the config files in /etc/ssh remained after uninstallation.<br />
<br />
Now I selected &quot;Mark for Complete Removal&quot; in Synaptic Package Manager.<br />
<br />
New configuration files were created while reinstalling ssh and openssh-server. <br />
<br />
Login successful :) !</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=329">Desktop Environments</category>
			<dc:creator>avimanyu786</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922558</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Fingerprint reader, touchpad and Wifi LED]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922557&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:41:10 GMT</pubDate>
			<description>These are the only things that are stopping me from using Ubuntu permanently. Anyone have any idea how to resolve these things? 
 
Laptop: HP dv7-4190us 
OS: Dual boot Windows 7/Ubuntu 11.10 64-bit 
 
1. Fingerprint reader - My laptop uses the HP SimplePass software. I want it to store passwords...</description>
			<content:encoded><![CDATA[<div>These are the only things that are stopping me from using Ubuntu permanently. Anyone have any idea how to resolve these things?<br />
<br />
Laptop: HP dv7-4190us<br />
OS: Dual boot Windows 7/Ubuntu 11.10 64-bit<br />
<br />
1. Fingerprint reader - My laptop uses the HP SimplePass software. I want it to store passwords and auto-login using scanning.<br />
<br />
2. Touchpad - I can't turn off the touchpad by double-tapping the LED at the upper left corner of the touchpad.<br />
<br />
3. Wifi LED - Doesn't show if it is on(white) or off(red). Its stuck at off.<br />
<br />
Hope someone has had similar experience with this. My main concern is the touchpad as I keep brushing it when I am typing. I have disabled clicking on the Mouse and Touchpad menu but it can still move accidentally while typing.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=333"><![CDATA[Installation & Upgrades]]></category>
			<dc:creator>martin11ph</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922557</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Need new scanner for negatives]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922552&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:36:14 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I need a scanner that will scan negatives that are 60mm x 60mm. There is HP, Epson, Canon, Brother, etc,etc, which one is best to run on Ubuntu ? 
 
Some of them have the ability to scan 35mm slides or negatives, but can't seem to find one thta will scan these sized negeatives. 
 
Have used...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I need a scanner that will scan negatives that are 60mm x 60mm. There is HP, Epson, Canon, Brother, etc,etc, which one is best to run on Ubuntu ?<br />
<br />
Some of them have the ability to scan 35mm slides or negatives, but can't seem to find one thta will scan these sized negeatives.<br />
<br />
Have used an Epson V100 perfection in the past under Ubuntu, using SANE/XSANE, and although it did scan, it didn't have all the functionality that that scanner was able to perform under Windows.<br />
<br />
What scanner has the best support under Ubuntu, and will give me <b>ALL</b> the functions that the scanner will perform under windows ?<br />
<br />
Oygle</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=332"><![CDATA[Hardware & Laptops]]></category>
			<dc:creator>oygle</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922552</guid>
		</item>
		<item>
			<title>video drivers on vmware?</title>
			<link>http://ubuntuforums.org/showthread.php?t=1922549&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:25:16 GMT</pubDate>
			<description>Anyone running this on vmware with no obvious issues? I find Unity 3D to be extremely choppy (with artifacts?), just wondering if this could be a driver issue.</description>
			<content:encoded><![CDATA[<div>Anyone running this on vmware with no obvious issues? I find Unity 3D to be extremely choppy (with artifacts?), just wondering if this could be a driver issue.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=412">Ubuntu +1 (Precise Pangolin)</category>
			<dc:creator>prusswan</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922549</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] battery indicator not visible in top panel]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922548&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:24:27 GMT</pubDate>
			<description><![CDATA[i 'm new to ubuntu. now i'm using 10.04. 
unfortunately i removed battery notification from top panel by right clicking it and "remove from panel", 
but network indicater is visible. 
i need to make battery indicator on top panel. 
help me!! 
thanks....]]></description>
			<content:encoded><![CDATA[<div>i 'm new to ubuntu. now i'm using 10.04.<br />
unfortunately i removed battery notification from top panel by right clicking it and &quot;remove from panel&quot;,<br />
but network indicater is visible.<br />
i need to make battery indicator on top panel.<br />
help me!!<br />
thanks....</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=326">Absolute Beginner Talk</category>
			<dc:creator>poobathy</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922548</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] Rear Error after installing]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922544&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:18:45 GMT</pubDate>
			<description><![CDATA[Hi guys, 
  
I have been trying to install ubuntu on to my HP PAvillion dv6500.  It goes through the installation no problem but when I boot from the HDD it gives 'Read Error'.  Is this something to do with the HDD being a SATA drive?  I have tried Zorin too with the same result. 
  
I can boot to...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
 <br />
I have been trying to install ubuntu on to my HP PAvillion dv6500.  It goes through the installation no problem but when I boot from the HDD it gives 'Read Error'.  Is this something to do with the HDD being a SATA drive?  I have tried Zorin too with the same result.<br />
 <br />
I can boot to the Live CD image no problem but I am stumped on this one.  BTW I am a relative linux newbie although not new to computers if that makes sense.</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=333"><![CDATA[Installation & Upgrades]]></category>
			<dc:creator>HugoStiglitz</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922544</guid>
		</item>
		<item>
			<title><![CDATA[[xubuntu] Deluge webui permission denied NTFS USB hdd]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922543&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 06:09:06 GMT</pubDate>
			<description><![CDATA[Firstly, I don't know whether this is exactly the right place to post this, but here it goes. 
I have Xubuntu 11.10 installed on a laptop that I use to make my external HDDs available over network via Samba.  I setup deluged and the web-ui from the Ubuntu repositories and followed this guide to set...]]></description>
			<content:encoded><![CDATA[<div>Firstly, I don't know whether this is exactly the right place to post this, but here it goes.<br />
I have Xubuntu 11.10 installed on a laptop that I use to make my external HDDs available over network via Samba.  I setup deluged and the web-ui from the Ubuntu repositories and followed this guide to set it up: <a href="http://ubuntuforums.org/showthread.php?t=1433783" target="_blank">http://ubuntuforums.org/showthread.php?t=1433783</a><br />
so that I can control my torrents.  Everything is working well, except when I try to add a torrent, it says Permission Denied. I am trying to set downloads to download on my NTFS USB external HDD.  It needs to be NTFS formatted because I frequently travel with it and need to be able to use it with Windows computers.<br />
Thanks for the help, sorry if my Googling led me to miss a thread with the solution.<br />
<br />
edit: if I had to guess, Deluge uses a user named deluge and that user can't write to NTFS drives</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=326">Absolute Beginner Talk</category>
			<dc:creator>Wallythander</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922543</guid>
		</item>
		<item>
			<title><![CDATA[[ubuntu] How to know which graphics card Ubuntu is using?]]></title>
			<link>http://ubuntuforums.org/showthread.php?t=1922542&amp;goto=newpost</link>
			<pubDate>Thu, 09 Feb 2012 05:58:04 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm completely NEW to Ubuntu. 
 
I have a MSI 970-G45 and it has a built-in Radeon GPU. I tried disabling the Radeon GPU in the BIOs, but BIOs doesn't have an option to do so. I have the Nvidia GeForce Ti 550 installed on my motherboard, but I don't know which GPU is Ubuntu using. In...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm completely NEW to Ubuntu.<br />
<br />
I have a MSI 970-G45 and it has a built-in Radeon GPU. I tried disabling the Radeon GPU in the BIOs, but BIOs doesn't have an option to do so. I have the Nvidia GeForce Ti 550 installed on my motherboard, but I don't know which GPU is Ubuntu using. In addition, I installed the 'NVIDA accelerated graphics driver' by activating it from the 'additional drivers' menu in 'system settings'. I don't know what else I can do from here.<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				madeoforanges@madeoforanges:~$ lspci<br />
00:00.0 Host bridge: ATI Technologies Inc RD890 PCI to PCI bridge (external gfx0 port B) (rev 02)<br />
00:02.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port B)<br />
00:09.0 PCI bridge: ATI Technologies Inc RD890 PCI to PCI bridge (PCI express gpp port H)<br />
00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] (rev 40)<br />
00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller<br />
00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller<br />
00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller<br />
00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller<br />
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42)<br />
00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller (rev 40)<br />
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)<br />
00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)<br />
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)<br />
00:14.5 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller<br />
00:15.0 PCI bridge: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)<br />
00:16.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller<br />
00:16.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller<br />
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration<br />
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map<br />
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller<br />
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control<br />
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control<br />
<b>01:00.0 VGA compatible controller: nVidia Corporation GF116 [GeForce GTX 550 Ti] (rev a1)</b><br />
01:00.1 Audio device: nVidia Corporation Device 0bee (rev a1)<br />
02:00.0 USB Controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller<br />
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
			
			<hr />
		</td>
	</tr>
	</table>
</div>I only want to play Starcraft 2.<br />
<br />
-oranges :)</div>

]]></content:encoded>
			<category domain="http://ubuntuforums.org/forumdisplay.php?f=332"><![CDATA[Hardware & Laptops]]></category>
			<dc:creator>madeoforanges</dc:creator>
			<guid isPermaLink="true">http://ubuntuforums.org/showthread.php?t=1922542</guid>
		</item>
	</channel>
</rss>

