<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12761</id>
	<title>Nabble - ubuntu-users</title>
	<updated>2009-11-24T05:15:55Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/ubuntu-users-f12761.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ubuntu-users-f12761.html" />
	<subtitle type="html">Ubuntu Help and User Discussions.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26495673</id>
	<title>Re: how to concatenate several ogv files</title>
	<published>2009-11-24T05:15:55Z</published>
	<updated>2009-11-24T05:15:55Z</updated>
	<author>
		<name>bqz69</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; You could try avidemux. Although the name suggests it is for AVI files,
&lt;br&gt;&amp;gt; you can use it for various video formats.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nils
&lt;br&gt;&lt;br&gt;Thanks, I have tried, but it does not work. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-concatenate-several-ogv-files-tp26465893p26495673.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26495477</id>
	<title>Re: rsync backup</title>
	<published>2009-11-24T05:01:36Z</published>
	<updated>2009-11-24T05:01:36Z</updated>
	<author>
		<name>Thomas K. Gamble</name>
	</author>
	<content type="html">On Monday 23 November 2009 04:33:49 pm Karl F. Larsen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thomas K Gamble wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.............snip..............
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; what I do is :
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; sudo rsync -auv --exclude-from=/home/tkg/exclude_list / /backup
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; -u option
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; tells rsync to only back up those files that have changed since your
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; last backup.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using
&lt;br&gt;&amp;gt; &amp;gt; -h with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this
&lt;br&gt;&amp;gt; &amp;gt; behavior is documented rather obscurely in the --Ignore-times option
&lt;br&gt;&amp;gt; &amp;gt; description in the man page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	Here is my current rsync file:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; sudo rsync -auv --exclude-from=/home/karl/bin/exclude-list /
&lt;br&gt;&amp;gt; /media/disk-1/back/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It runs fine and there is much about nothing and then it quits
&lt;br&gt;&amp;gt; with the below error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; sent 5000119 bytes &amp;nbsp;received 23627 bytes &amp;nbsp;76698.41 bytes/sec
&lt;br&gt;&amp;gt; total size is 18256953230 &amp;nbsp;speedup is 3634.13
&lt;br&gt;&amp;gt; rsync error: some files/attrs were not transferred (see
&lt;br&gt;&amp;gt; previous errors) (code 23) at main.c(1058) [sender=3.0.5]
&lt;br&gt;&amp;gt; ./mybackup: 6: /media/disk-1/back/: Permission denied
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	It happens the location of the backup disk and the proper
&lt;br&gt;&amp;gt; directory is /media/disk-1/back/. I have used cd and if I use
&lt;br&gt;&amp;gt; cd filename /media/drive-1/back and it works just fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	I'm out of ideas.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Karl
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;what is the output of ls -l /media/disk1/back? &amp;nbsp;This should tell you what the 
&lt;br&gt;permissions and ownership settings are. &amp;nbsp;It seems like it might be set as 
&lt;br&gt;read-only.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thomas K. Gamble
&lt;br&gt;Research Technologist, System/Network Administrator
&lt;br&gt;Chemical Diagnostics and Engineering (C-CDE)
&lt;br&gt;Los Alamos National Laboratory
&lt;br&gt;MS-E543,p:505-665-4323 f:505-665-4267
&lt;br&gt;&lt;br&gt;There cannot be a crisis next week. My schedule is already full.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Henry Kissinger
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495477&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26495477.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494852</id>
	<title>Re: web cam &amp; update</title>
	<published>2009-11-24T04:08:14Z</published>
	<updated>2009-11-24T04:08:14Z</updated>
	<author>
		<name>Nils Kassube-2</name>
	</author>
	<content type="html">Osman Kemal Kadiroğlu wrote:
&lt;br&gt;&amp;gt; I have recently upgraded my AMD64 computer from Kubuntu 9.10 to
&lt;br&gt;&amp;gt; &amp;nbsp;Debian 5.0.3. I have a A4 Tech Pk-5 web cam that I use for Skype. I
&lt;br&gt;&amp;gt; &amp;nbsp;had no problem while using Kubuntu. I had problems with it after I
&lt;br&gt;&amp;gt; &amp;nbsp;changed to Debian.
&lt;br&gt;&lt;br&gt;If you had no problem with Kubuntu but now you have problems with 
&lt;br&gt;Debian, I would call the move to Debian a downgrade, not an upgrade. 
&lt;br&gt;Anyway, if you have problems with Debian, I would suggest you ask for 
&lt;br&gt;help an the Debian list.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Nils
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494852&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/web-cam---update-tp26492191p26494852.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494760</id>
	<title>Re: rsync backup</title>
	<published>2009-11-24T04:01:55Z</published>
	<updated>2009-11-24T04:01:55Z</updated>
	<author>
		<name>Karl F. Larsen</name>
	</author>
	<content type="html">Tom H wrote:
&lt;br&gt;&amp;gt;&amp;gt; I found a testing method to get rsync working.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;sudo rsync -avg / --exclude-from=/home/karl/bin/exclude-list
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;/media/disk-1/test/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The &amp;quot;g&amp;quot; is redundant (a includes g).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The problem is, I remember -avg was what I used earlier. But 
&lt;br&gt;I will verify what you say and try -av and see.
&lt;br&gt;&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Karl F. Larsen, AKA K5DI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux User
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #450462 &amp;nbsp; &lt;a href=&quot;http://counter.li.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org&lt;/a&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key ID = 3951B48D
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26494760.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494221</id>
	<title>Re: kubuntu wget download failed</title>
	<published>2009-11-24T03:20:03Z</published>
	<updated>2009-11-24T03:20:03Z</updated>
	<author>
		<name>Hal Burgiss</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 09:11:50AM +0100, roberto wrote:
&lt;br&gt;&amp;gt; hello
&lt;br&gt;&amp;gt; i tried to download last kubuntu iso by wget and i receive the following error:
&lt;br&gt;&amp;gt; $ wget &lt;a href=&quot;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&lt;/a&gt;&lt;br&gt;&amp;gt; --2009-11-24 10:13:45--
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt; Cannot write to `kubuntu-9.10-desktop-i386.iso?callback=mir6' (Invalid
&lt;br&gt;&amp;gt; argument).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;&amp;gt; i think the problem is in that &amp;quot;?callback&amp;quot; but i don't know how to
&lt;br&gt;&amp;gt; solve this issue
&lt;br&gt;&lt;br&gt;Try quoting the original url. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Hal
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494221&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kubuntu-wget-download-failed-tp26491984p26494221.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494093</id>
	<title>Re: netbook v. laptop / remix</title>
	<published>2009-11-24T03:10:05Z</published>
	<updated>2009-11-24T03:10:05Z</updated>
	<author>
		<name>Steve Lamb</name>
	</author>
	<content type="html">Patton Echols wrote:
&lt;br&gt;&amp;gt; I have available a great deal (it appears) on a compaq netbook (model 
&lt;br&gt;&amp;gt; 110c-1100DX) for $180 us. &amp;nbsp;It has the Atom N270 processor and 1 GB of 
&lt;br&gt;&amp;gt; ram. &amp;nbsp;Sine these things usually run over $300, I'm interested.
&lt;br&gt;&lt;br&gt;&amp;gt; My current laptop is a Thinkpad R40. &amp;nbsp;System monitor reports it as &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;Mobil Intel(R) Celeron(R) CPU 2.00GHz&amp;quot; and 756.5 MiB of ram.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; For comparison I have a Dell Mini 10v. &amp;nbsp;/proc/cpuinfo says it has...
&lt;br&gt;model name	: Intel(R) Atom(TM) CPU N270 &amp;nbsp; @ 1.60GHz
&lt;br&gt;...and I know it has 1Gb of RAM.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Work has provided me with a Lenovo T61 which CNet lists as having:
&lt;br&gt;# &amp;nbsp;Processor &amp;nbsp; Intel Core 2 Duo T7500 / 2.0 GHz
&lt;br&gt;&lt;br&gt;&amp;gt; Question 1. &amp;nbsp;I know the netbook would run way longer, cooler and less 
&lt;br&gt;&amp;gt; power and lighter etc. &amp;nbsp;But in terms of performance, how much of a hit 
&lt;br&gt;&amp;gt; would I take? &amp;nbsp;The laptop is mostly used for &amp;quot;netbook&amp;quot; type stuff but 
&lt;br&gt;&amp;gt; needs to be able to do some office type stuff and some basic GIMPing 
&lt;br&gt;&amp;gt; while I am on the road.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; From my perspective, not too much. &amp;nbsp;At least if you're limiting yourself
&lt;br&gt;to web, email, some flash video or flash gaming, and light productivity work.
&lt;br&gt;&amp;nbsp;I don't use GIMP (I am the very antithesis of artistic) so cannot say how
&lt;br&gt;that would perform. &amp;nbsp;However I don't regret, for a moment, getting my Mini 10v.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Since purchase this pretty much has become my sole machine from which I
&lt;br&gt;browse the web and send/receive my personal email/IMs. &amp;nbsp;Thunderbird, Firefox
&lt;br&gt;and Pidgin are running any time this machine is running and all perform admirably.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; The only two things this machine cannot do is watch Youtube HD videos or
&lt;br&gt;watch Hulu videos. &amp;nbsp;Of course Youtube's HD videos are 1280x720 and this screen
&lt;br&gt;is 1024x600. &amp;nbsp;IE, it has no business watching those videos in the first place!
&lt;br&gt;&amp;nbsp; As for Hulu I'm not sure what is going on there. &amp;nbsp;It should be able to
&lt;br&gt;handle it but I think their flash player must be abysmally programmed as this
&lt;br&gt;machine stutters on their 360p videos. &amp;nbsp;*shrug*
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Does my T61 feel snappier? &amp;nbsp;A tad. &amp;nbsp;Can it handle Youtube HD and Hulu
&lt;br&gt;videos? &amp;nbsp;Definitely. &amp;nbsp;Can it play some 3D games? &amp;nbsp;Yup! &amp;nbsp;But I don't expect my
&lt;br&gt;Mini to do any of those things. &amp;nbsp;For what it does I think it is darn near perfect.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; My only gripe, however, is that I am nominally stuck on Dell's 8.04.
&lt;br&gt;&lt;br&gt;&amp;gt; Question 2. Does anyone have experience with this particular netbook and 
&lt;br&gt;&amp;gt; Ubuntu Netbook remix? &amp;nbsp;Obviously I won't leave windows on it any longer 
&lt;br&gt;&amp;gt; than absolutely necessary.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I would avoid UNR like the plague. &amp;nbsp;Designed with a netbook's smaller
&lt;br&gt;screen size in mind means &amp;quot;foisting a stupid launcher on you and forcing all
&lt;br&gt;your apps to go full screen whether you like it or not.&amp;quot; &amp;nbsp;Seriously. &amp;nbsp;There's
&lt;br&gt;this application called maximus. &amp;nbsp;The sole purpose of that app is to force all
&lt;br&gt;your windows full-screen; even if they are not intended to ever be used full
&lt;br&gt;screen (like some configuration dialogs). &amp;nbsp;There is NO configuring it. &amp;nbsp;NO
&lt;br&gt;telling it to not run. &amp;nbsp;NO ability to remove it nicely. &amp;nbsp;After an hour or two
&lt;br&gt;of frustration I resorted to chmod 000ing it to get it to stop screwing with
&lt;br&gt;my machine.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Meanwhile the applications themselves are not modified in any way to
&lt;br&gt;accommodate the smaller screen. &amp;nbsp;They still waste vertical space by having
&lt;br&gt;both GNome bars active. &amp;nbsp;Stupid enough on a full-size screen, down right
&lt;br&gt;criminal on one as small as a netbook's screen. &amp;nbsp;Also the number one thing to
&lt;br&gt;do for browsing, if you use Firefox, is to install the Addon &amp;quot;Compact Menu&amp;quot;.
&lt;br&gt;Takes the menu bar and makes it a single icon. &amp;nbsp;Saves vertical space.
&lt;br&gt;Decidedly absent in UNR. &amp;nbsp;So I see UNR as a whole lot of crap and no real benefit.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Better to go with the normal distribution and tweak to taste.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Steve C. Lamb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | But who decides what they dream?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PGP Key: 8B6E99C5 &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; And dream I do...
&lt;br&gt;-------------------------------+---------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (260 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26494093/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/netbook-v.-laptop---remix-tp26489460p26494093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494082</id>
	<title>Re: [Nagios-users] check_nt MEMUSE - SOLUTION</title>
	<published>2009-11-24T03:09:34Z</published>
	<updated>2009-11-24T03:09:34Z</updated>
	<author>
		<name>Richard Gliebe-2</name>
	</author>
	<content type="html">On 11/21/09 5:23 AM Richard Gliebe wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; OK, I've set use_ssl to &amp;quot;0&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; now I'm getting following message:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # ./check_nrpe -H &amp;lt;WindowsClient&amp;gt; -p 5666 -c alias_up
&lt;br&gt;&amp;gt; CHECK_NRPE: Received 0 bytes. &amp;nbsp;Are we allowed to connect to the host?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; allowed_hosts entries are 'blank' (only for testing)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the logfile from the Windows Client shows me:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2009-11-21 05:11:39: error:modules\NRPEListener\NRPEListener.cpp:358: We 
&lt;br&gt;&amp;gt; got more then we wanted 1036, we only got: 1040
&lt;/div&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I've got it running with check_nrpe2.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494082&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--Nagios-users--check_nt-MEMUSE---SOLUTION-tp26494082p26494082.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26493859</id>
	<title>Re: netbook v. laptop / remix</title>
	<published>2009-11-24T02:51:25Z</published>
	<updated>2009-11-24T02:51:25Z</updated>
	<author>
		<name>Steve Lamb</name>
	</author>
	<content type="html">Harry L. Lee wrote:
&lt;br&gt;&amp;gt; do you have a way to readily install ubuntu on the netbook? (a usb
&lt;br&gt;&amp;gt; optical drive is worth the investment.)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; A 4Gb USB stick is far cheaper. &amp;nbsp;;)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Steve C. Lamb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | But who decides what they dream?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PGP Key: 8B6E99C5 &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; And dream I do...
&lt;br&gt;-------------------------------+---------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26493859&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (260 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26493859/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/netbook-v.-laptop---remix-tp26489460p26493859.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492923</id>
	<title>Re: Karmic 64-bit installation does not work - SOLVED</title>
	<published>2009-11-24T01:33:14Z</published>
	<updated>2009-11-24T01:33:14Z</updated>
	<author>
		<name>Alex Meier</name>
	</author>
	<content type="html">After several fruitless attempts I tried it another way:
&lt;br&gt;&lt;br&gt;instead of creating an installation version with UNetbootin, I created it with usb-creator under Ubuntu itself. Installation worked, server
&lt;br&gt;works now. Everything ok.
&lt;br&gt;&lt;br&gt;Here's what I did:
&lt;br&gt;&amp;nbsp; - install Ubunut Network Remix on USB flash drive A
&lt;br&gt;&amp;nbsp; - boot my new server with USB flash drive A (=&amp;gt; boot UNR)
&lt;br&gt;&amp;nbsp; - fetch server 64-bit iso file
&lt;br&gt;&amp;nbsp; - plug USB flash drive B into second USB port
&lt;br&gt;&amp;nbsp; - use usb-creator command to move &amp;quot;server 64-bit&amp;quot; iso to USB flash drive
&lt;br&gt;&amp;nbsp; - reboot using USB flash drive B (which is now the installation version of Karmic server 64-bit)
&lt;br&gt;&lt;br&gt;Installation went ok. Installed grub into /dev/sda. Went ok.
&lt;br&gt;After installation, booted new server. Went ok.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The only difference to my first attempt (which ended up in an unbootable Ubunut version, although installation went ok) is the creation of
&lt;br&gt;the installation version on the USB flash drive:
&lt;br&gt;&amp;nbsp; - using UNetbooin under Windows left me with an unbootable installation
&lt;br&gt;&amp;nbsp; - using usb-creator under UNR managed to do everything right.
&lt;br&gt;&lt;br&gt;This sounds weird and I do not really understand what really happened. But this is how it turned out. Well, finally I'm happy.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Alex
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492923&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Karmic-64-bit-installation-does-not-work-tp26475813p26492923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492853</id>
	<title>Re: Geeki Wiki</title>
	<published>2009-11-24T01:27:11Z</published>
	<updated>2009-11-24T01:27:11Z</updated>
	<author>
		<name>Avi Greenbury</name>
	</author>
	<content type="html">Chris Jones wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'll be frank. What you seem to propose has most likely already been
&lt;br&gt;&amp;gt; done in one place or another. Rewriting it yourself in another form
&lt;br&gt;&amp;gt; seems a waste of time to me. But hey, its your time not mine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would suggest instead trying to just put together a list of the
&lt;br&gt;&amp;gt; best list of links you can to these other resources, that already
&lt;br&gt;&amp;gt; cover these various areas you want to cover, and just link to them
&lt;br&gt;&amp;gt; from your twiki ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Exactly.
&lt;br&gt;&lt;br&gt;Once you've covered how to find information (which is pretty vital),
&lt;br&gt;the rest of the endeavour seems mostly superfluous.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Avi Greenbury
&lt;br&gt;&lt;a href=&quot;http://aviswebsite.co.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aviswebsite.co.uk&lt;/a&gt;&amp;nbsp;;)
&lt;br&gt;&lt;a href=&quot;http://aviswebsite.co.uk/asking-questions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aviswebsite.co.uk/asking-questions&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Geeki-Wiki-tp26480720p26492853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492191</id>
	<title>web cam &amp; update</title>
	<published>2009-11-24T00:31:42Z</published>
	<updated>2009-11-24T00:31:42Z</updated>
	<author>
		<name>Osman Kemal Kadiroglu</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I have recently upgraded my AMD64 computer from Kubuntu 9.10 to Debian 5.0.3. I have a A4 Tech Pk-5 web cam that I use for Skype. I had no problem while using Kubuntu. I had problems with it after I changed to Debian. Finally with the help of a young colleague we managed to solve the problem and web cam operated with Cheese and Skype. Soon an update notice about gspca-modules-2.6.26-2-vserver-amd64 appeared and when I upgraded the system the web cam stopped working. The version that is installed in my computer is 01.11.20-1+2.6.26-20 and the new version is 2.6.26+01.00.20-6+lenny1. I was expecting that a new version of modules covers old version so that web cams operating with old version will also operate with the new version. Is this a bug that needs to be reported or am I missing something. Thanks for the help.&lt;br&gt;
&lt;br&gt;Best regards&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Osman Kemal Kadiroglu&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492191&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/web-cam---update-tp26492191p26492191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26492076</id>
	<title>Re: kubuntu wget download failed</title>
	<published>2009-11-24T00:19:49Z</published>
	<updated>2009-11-24T00:19:49Z</updated>
	<author>
		<name>Mark Traceur</name>
	</author>
	<content type="html">&amp;gt; i tried to download last kubuntu iso by wget and i receive the following error:
&lt;br&gt;&amp;gt; $ wget &lt;a href=&quot;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&lt;/a&gt;&lt;br&gt;[snip]
&lt;br&gt;&amp;gt; Cannot write to `kubuntu-9.10-desktop-i386.iso?callback=mir6' (Invalid
&lt;br&gt;&amp;gt; argument).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i think the problem is in that &amp;quot;?callback&amp;quot; but i don't know how to
&lt;br&gt;&amp;gt; solve this issue
&lt;br&gt;&lt;br&gt;Try these two:
&lt;br&gt;&lt;br&gt;wget -O kubuntu-9.10-desktop-i386.iso
&lt;br&gt;&lt;a href=&quot;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso--2009-11-24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso--2009-11-24&lt;/a&gt;&lt;br&gt;&lt;br&gt;wget --restrict-file-names=windows
&lt;br&gt;&lt;a href=&quot;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso--2009-11-24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso--2009-11-24&lt;/a&gt;&lt;br&gt;&lt;br&gt;One of those should correctly get rid of the question mark character
&lt;br&gt;in the filename. I am more confident in the first one....but I'm not
&lt;br&gt;sure. You might try using another mirror that *doesn't* redirect five
&lt;br&gt;times before giving you the actual file....
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Microsoft does half the work that Open Source developers do, and they
&lt;br&gt;get all the money. Where's the justice there?
&lt;br&gt;&lt;br&gt;VPN Borked?!?!? Ubuntu 9.10 &amp;nbsp;-
&lt;br&gt;&lt;a href=&quot;http://www.reddit.com/r/linux/comments/a750l/vpn_borked_ubuntu_910/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.reddit.com/r/linux/comments/a750l/vpn_borked_ubuntu_910/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26492076&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kubuntu-wget-download-failed-tp26491984p26492076.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26491984</id>
	<title>kubuntu wget download failed</title>
	<published>2009-11-24T00:11:50Z</published>
	<updated>2009-11-24T00:11:50Z</updated>
	<author>
		<name>roberto-3</name>
	</author>
	<content type="html">hello
&lt;br&gt;i tried to download last kubuntu iso by wget and i receive the following error:
&lt;br&gt;$ wget &lt;a href=&quot;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&lt;/a&gt;&lt;br&gt;--2009-11-24 10:13:45--
&lt;br&gt;&lt;a href=&quot;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://na.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&lt;/a&gt;&lt;br&gt;Resolving na.mirror.garr.it... 193.206.140.37, 2001:760:ffff:b0::37
&lt;br&gt;Connecting to na.mirror.garr.it|193.206.140.37|:80... connected.
&lt;br&gt;HTTP request sent, awaiting response... 302 Found
&lt;br&gt;Location: &lt;a href=&quot;http://cdn.mirror.garr.it/mirror2/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdn.mirror.garr.it/mirror2/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&lt;/a&gt;&lt;br&gt;[following]
&lt;br&gt;--2009-11-24 10:13:46--
&lt;br&gt;&lt;a href=&quot;http://cdn.mirror.garr.it/mirror2/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdn.mirror.garr.it/mirror2/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso&lt;/a&gt;&lt;br&gt;Resolving cdn.mirror.garr.it... 193.206.139.41, 193.206.139.40,
&lt;br&gt;2001:760:ffff:b1::40, ...
&lt;br&gt;Connecting to cdn.mirror.garr.it|193.206.139.41|:80... connected.
&lt;br&gt;HTTP request sent, awaiting response... 302 Moved Temporarily
&lt;br&gt;Location: &lt;a href=&quot;http://mirror2.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso?callback=mir6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirror2.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso?callback=mir6&lt;/a&gt;&lt;br&gt;[following]
&lt;br&gt;--2009-11-24 10:13:46--
&lt;br&gt;&lt;a href=&quot;http://mirror2.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso?callback=mir6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirror2.mirror.garr.it/mirrors/ubuntu-releases/kubuntu/karmic/kubuntu-9.10-desktop-i386.iso?callback=mir6&lt;/a&gt;&lt;br&gt;Resolving mirror2.mirror.garr.it... 193.206.140.37, 2001:760:ffff:b0::37
&lt;br&gt;Connecting to mirror2.mirror.garr.it|193.206.140.37|:80... connected.
&lt;br&gt;HTTP request sent, awaiting response... 200 OK
&lt;br&gt;Length: 715837440 (683M) [application/x-iso9660-image]
&lt;br&gt;kubuntu-9.10-desktop-i386.iso?callback=mir6: Invalid argument
&lt;br&gt;&lt;br&gt;Cannot write to `kubuntu-9.10-desktop-i386.iso?callback=mir6' (Invalid
&lt;br&gt;argument).
&lt;br&gt;&lt;br&gt;&lt;br&gt;i think the problem is in that &amp;quot;?callback&amp;quot; but i don't know how to
&lt;br&gt;solve this issue
&lt;br&gt;thank you in advance
&lt;br&gt;-- 
&lt;br&gt;roberto
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kubuntu-wget-download-failed-tp26491984p26491984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26491909</id>
	<title>sony ericsson MD300</title>
	<published>2009-11-23T23:00:43Z</published>
	<updated>2009-11-23T23:00:43Z</updated>
	<author>
		<name>Rakotomandimby Mihamina-3</name>
	</author>
	<content type="html">&lt;br&gt;&lt;a href=&quot;http://laudecioliveira.org/blog/?p=70&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://laudecioliveira.org/blog/?p=70&lt;/a&gt;&lt;br&gt;Still have to translate... some help?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Architecte Informatique chez Blueline/Gulfsat:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Administration Systeme, Recherche &amp; Developpement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; +261 33 11 207 36
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491909&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sony-ericsson-MD300-tp26491909p26491909.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26491875</id>
	<title>sony ericsson MD300</title>
	<published>2009-11-23T22:56:48Z</published>
	<updated>2009-11-23T22:56:48Z</updated>
	<author>
		<name>Rakotomandimby Mihamina-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;On ISP in Madagascar, TelMa has &lt;a href=&quot;http://www.telma.mg/particuliers/mobile/3g.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.telma.mg/particuliers/mobile/3g.htm&lt;/a&gt;&lt;br&gt;It suggests the sony ericsson MD300 as 3G modem.
&lt;br&gt;&lt;br&gt;There is:
&lt;br&gt;&lt;a href=&quot;http://fpreto.wordpress.com/2008/11/17/ubuntu-810-and-the-sony-ericsson-md300-modem/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fpreto.wordpress.com/2008/11/17/ubuntu-810-and-the-sony-ericsson-md300-modem/&lt;/a&gt;&lt;br&gt;But there seem to be some problems (see the comments)
&lt;br&gt;Would you know a better tutorial?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Architecte Informatique chez Blueline/Gulfsat:
&lt;br&gt;&amp;nbsp; &amp;nbsp; Administration Systeme, Recherche &amp; Developpement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; +261 33 11 207 36
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491875&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sony-ericsson-MD300-tp26491875p26491875.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490694</id>
	<title>Re: New usesr Help required for broadband connectivity</title>
	<published>2009-11-23T21:33:13Z</published>
	<updated>2009-11-23T21:33:13Z</updated>
	<author>
		<name>Tab Gilbert</name>
	</author>
	<content type="html">&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Many congratulations to the entire Ubuntu team!!&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I am a new user and currently have Ultimate edition 2.4 on the laptop.&lt;/div&gt;
&lt;div&gt; &lt;br&gt;&lt;/div&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;Ultimate Edition is a fork of Ubuntu.  Did you look at &lt;a href=&quot;http://ultimateedition.info/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ultimateedition.info/&lt;/a&gt; ?  Did broadband work on the LiveCD?  Try a regular Ubuntu LiveCD and maybe you can see if the problem is with the fork or Karmic.  &lt;br&gt;
&lt;br&gt;tab&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-usesr-Help-required-for-broadband-connectivity-tp26490639p26490694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490653</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T21:25:10Z</published>
	<updated>2009-11-23T21:25:10Z</updated>
	<author>
		<name>Tom H-4</name>
	</author>
	<content type="html">&amp;gt; I found a testing method to get rsync working.
&lt;br&gt;&lt;br&gt;&amp;gt;  sudo rsync -avg / --exclude-from=/home/karl/bin/exclude-list
&lt;br&gt;&amp;gt;  /media/disk-1/test/
&lt;br&gt;&lt;br&gt;The &amp;quot;g&amp;quot; is redundant (a includes g).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490653&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26490653.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490639</id>
	<title>New usesr Help required for broadband connectivity</title>
	<published>2009-11-23T21:22:39Z</published>
	<updated>2009-11-23T21:22:39Z</updated>
	<author>
		<name>Hem Tewari</name>
	</author>
	<content type="html">&lt;div&gt;Greetings,&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Many congratulations to the entire Ununtu team!!&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I am a new user and currently have Ultimate edition 2.4 on the laptop.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Getting stuck while connecting through  broadband connection. &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Have BSNL broadband, modem is Siemens C2110&lt;/div&gt;
&lt;div&gt;HP laptop - DV5 1102TU model&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;However the USB TATA indicom connection is working on the machine.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Would be grateful for the assistance.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;With regards,&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Hem&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Hem Chandra Tewari&lt;br&gt;Landscape Coordinator&lt;br&gt;Terai Arc Landscape&lt;br&gt;WWF India&lt;br&gt;Manral Cottage, Lakhanpur &lt;br&gt;Opp. Water Tank Ramnagar Nainital&lt;br&gt;Uttarakhand - 244715&lt;br&gt;Mo - 09410937255 , 05947 255546 &lt;/div&gt;
&lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-usesr-Help-required-for-broadband-connectivity-tp26490639p26490639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490599</id>
	<title>Re: Horrible problem with SAMBA -- Does Karmic work?</title>
	<published>2009-11-23T21:14:08Z</published>
	<updated>2009-11-23T21:14:08Z</updated>
	<author>
		<name>Tom H-4</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt;&amp;gt; I have done a clean install of Karmic on my file server and am tearing my
&lt;br&gt;&amp;gt;&amp;gt; hair out. I'm almost ready to bolt for Red Hat!
&lt;br&gt;&amp;gt;&amp;gt; I have tried numerous times to set up SAMBA so that students can log into
&lt;br&gt;&amp;gt;&amp;gt; the system and access the files they need to access. They can't. The
&lt;br&gt;&amp;gt;&amp;gt; latest error is that the machine account isn't set up. But I can't find
&lt;br&gt;&amp;gt;&amp;gt; where the machine account is. When I upgraded from Jaunty (which worked
&lt;br&gt;&amp;gt;&amp;gt; fine), I got this error and was unable to delete the machine password from
&lt;br&gt;&amp;gt;&amp;gt; the /etc/samba/smbpasswd file to reload it. Now there isn't an
&lt;br&gt;&amp;gt;&amp;gt; /etc/samba/smbpasswd file at all, so the accounts must be stored elsewhere.
&lt;br&gt;&amp;gt;&amp;gt; Any ideas? Students can log in directly to the server or via ssh. The
&lt;br&gt;&amp;gt;&amp;gt; problem is samba, and it appears to be the machine accounts.
&lt;/div&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks to the two who responded to this email. However, this still leaves
&lt;br&gt;&amp;gt; the question open as to whether I need to establish accounts for both users
&lt;br&gt;&amp;gt; and workstations; I assume I do. The TDBs seem to record the users
&lt;br&gt;&amp;gt; correctly, but they do not appear to record the workstations. The way I've
&lt;br&gt;&amp;gt; been doing this is, first, &amp;quot;useradd -M -N -s /bin/false &amp;lt;machinename$&amp;gt;&amp;quot;,
&lt;br&gt;&amp;gt; then &amp;quot;passwd -l &amp;lt;machinename$&amp;gt;&amp;quot;, then &amp;quot;smbpasswd -a -m &amp;lt;machinename&amp;gt;&amp;quot;. I
&lt;br&gt;&amp;gt; get the message that users are added with the final statement (or deleted
&lt;br&gt;&amp;gt; with smbpasswd -x -m &amp;lt;machinename&amp;gt;), but then I get the message that the
&lt;br&gt;&amp;gt; workstation accounts aren't established when I try to log in on them. I
&lt;br&gt;&amp;gt; suspect that the smbpasswd program is trying to write something to
&lt;br&gt;&amp;gt; somewhere, but it's the tbd files that are actually controlling things. Do
&lt;br&gt;&amp;gt; I use pdbedit for this, as I do with the users?
&lt;/div&gt;&lt;br&gt;I have only ever used pdbedit for listing users (with -Lw or -Lv) but
&lt;br&gt;it can be used to create, modify, and delete users and groups just
&lt;br&gt;like smbpasswd. It can also create and modifies account policies but I
&lt;br&gt;have not used these functions or even looked into them.
&lt;br&gt;&lt;br&gt;Your useradd-passwd-smbpasswd sequence seems correct (I would have
&lt;br&gt;added &amp;quot;-g &amp;lt;gid&amp;gt;&amp;quot; or &amp;quot;-g 65534&amp;quot; rather than &amp;quot;-N&amp;quot; to the passwd
&lt;br&gt;invocation, out of habit rather than out of necessity AFAIK - and I
&lt;br&gt;assume that the missing $ at the end of the smbpasswd invocation is an
&lt;br&gt;email typo).
&lt;br&gt;&lt;br&gt;Run
&lt;br&gt;pdbedit -Lv &amp;lt;hostname&amp;gt;$
&lt;br&gt;to make sure that you have &amp;quot;W&amp;quot; on the account flags line
&lt;br&gt;and
&lt;br&gt;to make sure that you have your domain/workgroup on the domain line
&lt;br&gt;(and not your server name)
&lt;br&gt;&lt;br&gt;Questions:
&lt;br&gt;&lt;br&gt;1. How do you know that it is the machine accounts that are failing
&lt;br&gt;you? Please check your logs (or possibly increase the log level,
&lt;br&gt;restart samba, try logging on, and check your logs).
&lt;br&gt;&lt;br&gt;2. How is your smb.conf set up? Which security setting have you
&lt;br&gt;chosen? Do you have a netlogon section?
&lt;br&gt;&lt;br&gt;3. Do you really need to have a domain setup with machine accounts
&lt;br&gt;(since you seem to have just one box)?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490599&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Horrible-problem-with-SAMBA----Does-Karmic-work--tp26451259p26490599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490125</id>
	<title>Re: netbook v. laptop / remix</title>
	<published>2009-11-23T19:51:20Z</published>
	<updated>2009-11-23T19:51:20Z</updated>
	<author>
		<name>Harry L. Lee</name>
	</author>
	<content type="html">do you have a way to readily install ubuntu on the netbook? (a usb optical drive is worth the investment.)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 23, 2009 at 9:07 PM, Patton Echols &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490125&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;p.echols@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Here is a two part question, the first part not really an ubuntu question&lt;br&gt;
&lt;br&gt;
I have available a great deal (it appears) on a compaq netbook (model&lt;br&gt;
110c-1100DX) for $180 us.  It has the Atom N270 processor and 1 GB of&lt;br&gt;
ram.  Sine these things usually run over $300, I&amp;#39;m interested.&lt;br&gt;
&lt;br&gt;
My current laptop is a Thinkpad R40.  System monitor reports it as&lt;br&gt;
&amp;quot;Mobil Intel(R) Celeron(R) CPU 2.00GHz&amp;quot; and 756.5 MiB of ram.&lt;br&gt;
&lt;br&gt;
Question 1.  I know the netbook would run way longer, cooler and less&lt;br&gt;
power and lighter etc.  But in terms of performance, how much of a hit&lt;br&gt;
would I take?  The laptop is mostly used for &amp;quot;netbook&amp;quot; type stuff but&lt;br&gt;
needs to be able to do some office type stuff and some basic GIMPing&lt;br&gt;
while I am on the road.&lt;br&gt;
&lt;br&gt;
Question 2. Does anyone have experience with this particular netbook and&lt;br&gt;
Ubuntu Netbook remix?  Obviously I won&amp;#39;t leave windows on it any longer&lt;br&gt;
than absolutely necessary.&lt;br&gt;
&lt;br&gt;
Thanks for any thoughts.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
ubuntu-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490125&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;&lt;br&gt;
Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490125&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harry@...&lt;/a&gt;&lt;br&gt;Harry L Lee (via gmail)&lt;br&gt;chief cook and bottle washer&lt;br&gt;&lt;a href=&quot;http://jonesnose.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jonesnose.com&lt;/a&gt;&lt;br&gt;
mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490125&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;harry@...&lt;/a&gt;&lt;br&gt;207-384-8030 (email preferred)&lt;br&gt;&lt;br&gt;
&lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490125&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/netbook-v.-laptop---remix-tp26489460p26490125.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489913</id>
	<title>Re: Geeki Wiki</title>
	<published>2009-11-23T19:17:04Z</published>
	<updated>2009-11-23T19:17:04Z</updated>
	<author>
		<name>Patton Echols</name>
	</author>
	<content type="html">On 11/23/2009 10:38 AM, Chris Jones wrote:
&lt;br&gt;&amp;gt; On 23 Nov 2009, at 3:55pm, hello wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi. I am trying at this very moment to write a wiki on everything an
&lt;br&gt;&amp;gt;&amp;gt; ubergeek FLOSS technical user needs to know, namely how to program, how to
&lt;br&gt;&amp;gt;&amp;gt; use lots of bash commands (hopefully all) and nearly every trick in the
&lt;br&gt;&amp;gt;&amp;gt; book.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&amp;gt; I would suggest instead trying to just put together a list of the best list of links you can to these other resources, that already cover these various areas you want to cover, and just link to them from your twiki ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Allow me to second that and also &amp;nbsp;suggest that you do some links ease of 
&lt;br&gt;use ==&amp;gt; completeness. 
&lt;br&gt;&lt;br&gt;Example: &amp;nbsp;For bash scripting:
&lt;br&gt;&lt;a href=&quot;http://www.linuxconfig.org/Bash_scripting_Tutorial&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linuxconfig.org/Bash_scripting_Tutorial&lt;/a&gt;&lt;br&gt;This site has a fairly straightforward listing of things that a bash 
&lt;br&gt;scripter needs to know. &amp;nbsp;But see :
&lt;br&gt;&lt;a href=&quot;http://tldp.org/LDP/abs/html/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tldp.org/LDP/abs/html/&lt;/a&gt;&lt;br&gt;This site the &amp;quot;Advanced Bash Scripting Guide&amp;quot; is definitely not for the 
&lt;br&gt;faint of heart, but contains a ton of good stuff. 
&lt;br&gt;&lt;br&gt;There may be even simpler / better references in either category and 
&lt;br&gt;maybe there is a complete noob tutorial available. &amp;nbsp;I can see how even 
&lt;br&gt;an advanced user would want to have both as a reference. &amp;nbsp;After all, 
&lt;br&gt;sometimes you just want a quick answer!
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;--PE
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Geeki-Wiki-tp26480720p26489913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489552</id>
	<title>Re: [OT] gmane.org down</title>
	<published>2009-11-23T18:19:30Z</published>
	<updated>2009-11-23T18:19:30Z</updated>
	<author>
		<name>NoOp-4</name>
	</author>
	<content type="html">On 11/23/2009 05:52 PM, James Taylor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sun, 22 Nov 2009 14:17:46 -0800, NoOp wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sun, 22 Nov 2009, NoOp wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On 11/21/2009 10:52 PM, James Taylor wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Ubuntu, Evolution is a pig for reading lists or for reading Usenet,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; whereas I can recommend Pan (available in the Ubuntu repositories).
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; +1
&lt;br&gt;&amp;gt;&amp;gt; There is no option to read x amount of headers. Instead Evolution
&lt;br&gt;&amp;gt;&amp;gt; insists on download *all* headers from the newsgroup first &amp; on a list
&lt;br&gt;&amp;gt;&amp;gt; such as this with ~201428 headers that can take a very looooong time.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The irony is that I've come up against a bug in Pan that causes most 
&lt;br&gt;&amp;gt; articles to disappear from the list before I get a chance to see them, and 
&lt;br&gt;&amp;gt; the only way to get them back is by deleting and reloading them all. Pan 
&lt;br&gt;&amp;gt; is a nice newsreader, but this bug is a show stopper so I'm going to have 
&lt;br&gt;&amp;gt; to find another newsreader. How do you find SeaMonkey? Is the newsreader 
&lt;br&gt;&amp;gt; component the same as Thunderbird?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;It (SeaMonkey) is basically the same as Thunderbird (they use the same
&lt;br&gt;code with some slight modifications). I have been running SM since the
&lt;br&gt;first version &amp; quite honestly seldom use anything else. I'll run Opera
&lt;br&gt;and/or Thunderbird (3.x) to test once in awhile, but SM is my primary
&lt;br&gt;browser, email client, and newsreader.
&lt;br&gt;&lt;br&gt;However, I do not use the outdated Ubuntu versions; instead I download
&lt;br&gt;SeaMonkey from mozilla.org/SeaMonkey project
&lt;br&gt;(&lt;a href=&quot;http://www.seamonkey-project.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.seamonkey-project.org/&lt;/a&gt;) and extract to a home folder &amp; run
&lt;br&gt;from there. Note: I only run 32bit, Leonard Chatagnier can help with the
&lt;br&gt;prereleased 2.01pre 64bit version(s).
&lt;br&gt;&lt;br&gt;I recommend that you give SM a spin - if you need assistance, let me
&lt;br&gt;know and I'll be glad to help on, or off list.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OT--gmane.org-down-tp26460085p26489552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489460</id>
	<title>netbook v. laptop / remix</title>
	<published>2009-11-23T18:07:27Z</published>
	<updated>2009-11-23T18:07:27Z</updated>
	<author>
		<name>Patton Echols</name>
	</author>
	<content type="html">Here is a two part question, the first part not really an ubuntu question
&lt;br&gt;&lt;br&gt;I have available a great deal (it appears) on a compaq netbook (model 
&lt;br&gt;110c-1100DX) for $180 us. &amp;nbsp;It has the Atom N270 processor and 1 GB of 
&lt;br&gt;ram. &amp;nbsp;Sine these things usually run over $300, I'm interested.
&lt;br&gt;&lt;br&gt;My current laptop is a Thinkpad R40. &amp;nbsp;System monitor reports it as &amp;nbsp;
&lt;br&gt;&amp;quot;Mobil Intel(R) Celeron(R) CPU 2.00GHz&amp;quot; and 756.5 MiB of ram.
&lt;br&gt;&lt;br&gt;Question 1. &amp;nbsp;I know the netbook would run way longer, cooler and less 
&lt;br&gt;power and lighter etc. &amp;nbsp;But in terms of performance, how much of a hit 
&lt;br&gt;would I take? &amp;nbsp;The laptop is mostly used for &amp;quot;netbook&amp;quot; type stuff but 
&lt;br&gt;needs to be able to do some office type stuff and some basic GIMPing 
&lt;br&gt;while I am on the road.
&lt;br&gt;&lt;br&gt;Question 2. Does anyone have experience with this particular netbook and 
&lt;br&gt;Ubuntu Netbook remix? &amp;nbsp;Obviously I won't leave windows on it any longer 
&lt;br&gt;than absolutely necessary.
&lt;br&gt;&lt;br&gt;Thanks for any thoughts.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489460&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/netbook-v.-laptop---remix-tp26489460p26489460.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489349</id>
	<title>Re: [OT] gmane.org down</title>
	<published>2009-11-23T17:52:07Z</published>
	<updated>2009-11-23T17:52:07Z</updated>
	<author>
		<name>James Taylor-23</name>
	</author>
	<content type="html">On Sun, 22 Nov 2009 14:17:46 -0800, NoOp wrote:
&lt;br&gt;&lt;br&gt;On Sun, 22 Nov 2009, NoOp wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; On 11/21/2009 10:52 PM, James Taylor wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Ubuntu, Evolution is a pig for reading lists or for reading Usenet,
&lt;br&gt;&amp;gt;&amp;gt; whereas I can recommend Pan (available in the Ubuntu repositories).
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; There is no option to read x amount of headers. Instead Evolution
&lt;br&gt;&amp;gt; insists on download *all* headers from the newsgroup first &amp; on a list
&lt;br&gt;&amp;gt; such as this with ~201428 headers that can take a very looooong time.
&lt;br&gt;&lt;br&gt;The irony is that I've come up against a bug in Pan that causes most 
&lt;br&gt;articles to disappear from the list before I get a chance to see them, and 
&lt;br&gt;the only way to get them back is by deleting and reloading them all. Pan 
&lt;br&gt;is a nice newsreader, but this bug is a show stopper so I'm going to have 
&lt;br&gt;to find another newsreader. How do you find SeaMonkey? Is the newsreader 
&lt;br&gt;component the same as Thunderbird?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;James Taylor
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489349&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OT--gmane.org-down-tp26460085p26489349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26489098</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T17:22:15Z</published>
	<updated>2009-11-23T17:22:15Z</updated>
	<author>
		<name>Karl F. Larsen</name>
	</author>
	<content type="html">Robert Holtzman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 02:11:26PM -0700, Thomas K Gamble wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:i
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -u option
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; tells rsync to only back up those files that have changed since your last
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; backup.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using -h 
&lt;br&gt;&amp;gt;&amp;gt; with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this behavior is 
&lt;br&gt;&amp;gt;&amp;gt; documented rather obscurely in the --Ignore-times option description in the 
&lt;br&gt;&amp;gt;&amp;gt; man page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Believe me, that's not the only obscurity in the man page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I learned a way to get rsync to work by testing. I started 
&lt;br&gt;with a very simple task of putting /boot/ on the USB connected 
&lt;br&gt;HD with this command copied from a line given me, thanks.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rsync -avg /boot/ /media/disk-1/test/
&lt;br&gt;&lt;br&gt;and this worked great! So I added some stuff to see if it works:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rsync -avg /boot/ --exclude /grub/ /media/disk-1/test/
&lt;br&gt;&lt;br&gt;and this worked great as well!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; So now I did what I wanted with a --exclude-from and it now 
&lt;br&gt;looks like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; sudo rsync -avg / 
&lt;br&gt;--exclude-from=/home/karl/bin/exclude-list/ &amp;nbsp;/media/disk-1/test/
&lt;br&gt;&lt;br&gt;and this had an error I figured out ment the / right after 
&lt;br&gt;exclude-list was bad. So I tried:
&lt;br&gt;&lt;br&gt;&amp;nbsp; sudo rsync -avg / --exclude-from=/home/karl/bin/exclude-list 
&lt;br&gt;/media/disk-1/test/
&lt;br&gt;&lt;br&gt;and this backed up my computer! I tried a partial backup and 
&lt;br&gt;it worked fine.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; So that is how I got it working.
&lt;br&gt;&lt;br&gt;73 Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Karl F. Larsen, AKA K5DI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux User
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #450462 &amp;nbsp; &lt;a href=&quot;http://counter.li.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org&lt;/a&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key ID = 3951B48D
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26489098&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26489098.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488775</id>
	<title>BinaryDriverHowtoATI for Karmic Koala</title>
	<published>2009-11-23T16:45:54Z</published>
	<updated>2009-11-23T16:45:54Z</updated>
	<author>
		<name>wpd</name>
	</author>
	<content type="html">Can somebody point me at a resource for the BinaryDriverHowtoATI (see
&lt;br&gt;&lt;a href=&quot;https://help.ubuntu.com/community/BinaryDriverHowto/ATI&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://help.ubuntu.com/community/BinaryDriverHowto/ATI&lt;/a&gt;) updated for
&lt;br&gt;Karmic Koala?
&lt;br&gt;&lt;br&gt;Specifically, as I read through that page, I see instructions that say
&lt;br&gt;to do things like:
&lt;br&gt;&lt;br&gt;$ sudo dpkg-reconfigure -phigh linux-restricted-modules-`uname -r`
&lt;br&gt;$ sudo insmod /lib/modules/`uname -r`/volatile/fglrx.ko
&lt;br&gt;&lt;br&gt;Being a curious sort, I started wondering what that might do (before I
&lt;br&gt;tried it), so I tried:
&lt;br&gt;&lt;br&gt;$ sudo debconf-show linux-restricted-modules-`uname -r`
&lt;br&gt;&lt;br&gt;which produced no output.
&lt;br&gt;&lt;br&gt;So I tried:
&lt;br&gt;&lt;br&gt;$ apt-cache show linux-restricted-modules-`uname -r`
&lt;br&gt;&lt;br&gt;which indicated that there was no linux-restricted-modules package.
&lt;br&gt;&lt;br&gt;That's fine. &amp;nbsp;That's probably something that has changed between 9.04
&lt;br&gt;and 9.10. &amp;nbsp;But I'm not really sure what, if anything, I should do in
&lt;br&gt;its place.
&lt;br&gt;&lt;br&gt;Then, later on the howto, I read:
&lt;br&gt;&lt;br&gt;JAUNTY NOTICE
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The above Jaunty 9.04 instructions don't actually work because
&lt;br&gt;the latest ATI driver is incompatible with XOrg 1.6. To see a guide on
&lt;br&gt;instructing how to downgrade XOrg and install the ATI driver, view
&lt;br&gt;this link: ...
&lt;br&gt;&lt;br&gt;...which makes me wonder if the latest ATI driver might be compatible
&lt;br&gt;with whatever version of XOrg is shipped with 9.10.
&lt;br&gt;&lt;br&gt;...which makes me wonder what version of XOrg is shipped with 9.10. &amp;nbsp;I
&lt;br&gt;could probably look that up in the release notes, but instead I tried:
&lt;br&gt;&lt;br&gt;$ apt-cache show xorg
&lt;br&gt;&lt;br&gt;...which lists a version as:
&lt;br&gt;&lt;br&gt;Version: 1:7.4+3ubuntu7
&lt;br&gt;&lt;br&gt;Since I've run into this issue before (of not knowing how to a
&lt;br&gt;software package version number), I figured I'd ask the question
&lt;br&gt;now...
&lt;br&gt;&lt;br&gt;How can I tell what version of XOrg is shipped with Karmic Koala? &amp;nbsp;It
&lt;br&gt;looks like it could be 1.7, or perhaps it could be 7.4. &amp;nbsp;Regardless,
&lt;br&gt;it seems to be one that doesn't require xorg.conf.
&lt;br&gt;&lt;br&gt;...which brings me to my next question...
&lt;br&gt;&lt;br&gt;How can I see the &amp;quot;effective&amp;quot; xorg.conf in use by my server?
&lt;br&gt;&lt;br&gt;Oops, I digressed....
&lt;br&gt;&lt;br&gt;I _do_ have one more question regarding the ATI driver for Karmic Koala...
&lt;br&gt;&lt;br&gt;How can I learn what is done (on my behalf, and behind my back) when I
&lt;br&gt;open up the System &amp;gt; Hardware Drivers ane Activate the ATI/AMD
&lt;br&gt;proprietary FGLRX graphics driver?
&lt;br&gt;&lt;br&gt;I suspect that the GUI installs xorg-driver-fglrx, but I don't know
&lt;br&gt;that for a fact. &amp;nbsp;Nor do I know what else might be done... and I'm
&lt;br&gt;curious.
&lt;br&gt;&lt;br&gt;Thanks for any tips and help you can give me. &amp;nbsp;(Especially tips on
&lt;br&gt;where I could have learned this information myself... I'd rather go
&lt;br&gt;fishing than eat the fish you can give me.)
&lt;br&gt;&lt;br&gt;--wpd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BinaryDriverHowtoATI-for-Karmic-Koala-tp26488775p26488775.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488745</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T16:42:47Z</published>
	<updated>2009-11-23T16:42:47Z</updated>
	<author>
		<name>Karl F. Larsen</name>
	</author>
	<content type="html">Robert Holtzman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 02:11:26PM -0700, Thomas K Gamble wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:i
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -u option
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; tells rsync to only back up those files that have changed since your last
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; backup.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using -h 
&lt;br&gt;&amp;gt;&amp;gt; with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this behavior is 
&lt;br&gt;&amp;gt;&amp;gt; documented rather obscurely in the --Ignore-times option description in the 
&lt;br&gt;&amp;gt;&amp;gt; man page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Believe me, that's not the only obscurity in the man page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I found a testing method to get rsync working. It is now 
&lt;br&gt;perfect again! I need to find a way to not loose what I have. 
&lt;br&gt;This is what is perfect for me:
&lt;br&gt;&lt;br&gt;&amp;nbsp; sudo rsync -avg / --exclude-from=/home/karl/bin/exclude-list 
&lt;br&gt;&amp;nbsp; /media/disk-1/test/
&lt;br&gt;&lt;br&gt;This works just as it should.
&lt;br&gt;&lt;br&gt;&lt;br&gt;73 Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Karl F. Larsen, AKA K5DI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux User
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #450462 &amp;nbsp; &lt;a href=&quot;http://counter.li.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org&lt;/a&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key ID = 3951B48D
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26488745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488496</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T16:13:05Z</published>
	<updated>2009-11-23T16:13:05Z</updated>
	<author>
		<name>Robert Holtzman</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 02:11:26PM -0700, Thomas K Gamble wrote:
&lt;br&gt;&amp;gt; On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:i
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; -u option
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; tells rsync to only back up those files that have changed since your last
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; backup.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using -h 
&lt;br&gt;&amp;gt; with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this behavior is 
&lt;br&gt;&amp;gt; documented rather obscurely in the --Ignore-times option description in the 
&lt;br&gt;&amp;gt; man page.
&lt;/div&gt;&lt;/div&gt;Believe me, that's not the only obscurity in the man page.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bob Holtzman
&lt;br&gt;Key ID: 8D549279
&lt;br&gt;&amp;quot;If you think you're getting free lunch,
&lt;br&gt;&amp;nbsp;check the price of the beer&amp;quot;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488496&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26488496/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26488496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488103</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T15:33:49Z</published>
	<updated>2009-11-23T15:33:49Z</updated>
	<author>
		<name>Karl F. Larsen</name>
	</author>
	<content type="html">Thomas K Gamble wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.............snip..............
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what I do is :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; sudo rsync -auv --exclude-from=/home/tkg/exclude_list / /backup
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -u option
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; tells rsync to only back up those files that have changed since your last
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; backup.
&lt;br&gt;&amp;gt;&amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using -h 
&lt;br&gt;&amp;gt; with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this behavior is 
&lt;br&gt;&amp;gt; documented rather obscurely in the --Ignore-times option description in the 
&lt;br&gt;&amp;gt; man page.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Here is my current rsync file:
&lt;br&gt;&lt;br&gt;sudo rsync -auv --exclude-from=/home/karl/bin/exclude-list /
&lt;br&gt;/media/disk-1/back/
&lt;br&gt;&lt;br&gt;It runs fine and there is much about nothing and then it quits 
&lt;br&gt;with the below error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;sent 5000119 bytes &amp;nbsp;received 23627 bytes &amp;nbsp;76698.41 bytes/sec
&lt;br&gt;total size is 18256953230 &amp;nbsp;speedup is 3634.13
&lt;br&gt;rsync error: some files/attrs were not transferred (see 
&lt;br&gt;previous errors) (code 23) at main.c(1058) [sender=3.0.5]
&lt;br&gt;./mybackup: 6: /media/disk-1/back/: Permission denied
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It happens the location of the backup disk and the proper 
&lt;br&gt;directory is /media/disk-1/back/. I have used cd and if I use 
&lt;br&gt;cd filename /media/drive-1/back and it works just fine.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I'm out of ideas.
&lt;br&gt;&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Karl F. Larsen, AKA K5DI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux User
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #450462 &amp;nbsp; &lt;a href=&quot;http://counter.li.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org&lt;/a&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key ID = 3951B48D
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26488103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486791</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T14:01:49Z</published>
	<updated>2009-11-23T14:01:49Z</updated>
	<author>
		<name>Karl F. Larsen</name>
	</author>
	<content type="html">Thomas K Gamble wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.............snip..............
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what I do is :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; sudo rsync -auv --exclude-from=/home/tkg/exclude_list / /backup
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -u option
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; tells rsync to only back up those files that have changed since your last
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; backup.
&lt;br&gt;&amp;gt;&amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using -h 
&lt;br&gt;&amp;gt; with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this behavior is 
&lt;br&gt;&amp;gt; documented rather obscurely in the --Ignore-times option description in the 
&lt;br&gt;&amp;gt; man page.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yes. The man page needs rewriting by an expert in rsync who 
&lt;br&gt;can write well in English.
&lt;br&gt;&lt;br&gt;Karl
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Karl F. Larsen, AKA K5DI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux User
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #450462 &amp;nbsp; &lt;a href=&quot;http://counter.li.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org&lt;/a&gt;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key ID = 3951B48D
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486791&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26486791.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486537</id>
	<title>Re: how to concatenate several ogv files</title>
	<published>2009-11-23T13:45:39Z</published>
	<updated>2009-11-23T13:45:39Z</updated>
	<author>
		<name>Nils Kassube-2</name>
	</author>
	<content type="html">user1 wrote:
&lt;br&gt;&amp;gt; I have several smaller ogv video files I would like to concatenate
&lt;br&gt;&amp;gt; &amp;nbsp;(join) to one big ogv file.
&lt;br&gt;&lt;br&gt;You could try avidemux. Although the name suggests it is for AVI files, 
&lt;br&gt;you can use it for various video formats.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Nils
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-to-concatenate-several-ogv-files-tp26465893p26486537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485919</id>
	<title>Re: rsync backup</title>
	<published>2009-11-23T13:11:26Z</published>
	<updated>2009-11-23T13:11:26Z</updated>
	<author>
		<name>Thomas K. Gamble</name>
	</author>
	<content type="html">On Monday 23 November 2009 11:37:38 am Robert Holtzman wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.............snip..............
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; what I do is :
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; sudo rsync -auv --exclude-from=/home/tkg/exclude_list / /backup
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -u option
&lt;br&gt;&amp;gt; &amp;gt; tells rsync to only back up those files that have changed since your last
&lt;br&gt;&amp;gt; &amp;gt; backup.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I thought that's what rsync did by default.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Well, it seems you're right. &amp;nbsp;I've just gotten into the habit from using -h 
&lt;br&gt;with cp on systems that didn't have rsync. &amp;nbsp;Also, it seems this behavior is 
&lt;br&gt;documented rather obscurely in the --Ignore-times option description in the 
&lt;br&gt;man page.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Thomas K. Gamble
&lt;br&gt;Research Technologist, System/Network Administrator
&lt;br&gt;Chemical Diagnostics and Engineering (C-CDE)
&lt;br&gt;Los Alamos National Laboratory
&lt;br&gt;MS-E543,p:505-665-4323 f:505-665-4267
&lt;br&gt;&lt;br&gt;There cannot be a crisis next week. My schedule is already full.
&lt;br&gt;&amp;nbsp; &amp;nbsp; Henry Kissinger
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485919&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rsync-backup-tp26458369p26485919.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485335</id>
	<title>Re: Geeki Wiki</title>
	<published>2009-11-23T12:34:32Z</published>
	<updated>2009-11-23T12:34:32Z</updated>
	<author>
		<name>Amedee Van Gasse (ub)</name>
	</author>
	<content type="html">&lt;br&gt;On Mon, November 23, 2009 16:55, hello wrote:
&lt;br&gt;&amp;gt; Hi. I am trying at this very moment to write a wiki on everything an
&lt;br&gt;&amp;gt; ubergeek FLOSS technical user needs to know, namely how to program, how to
&lt;br&gt;&amp;gt; use lots of bash commands (hopefully all) and nearly every trick in the
&lt;br&gt;&amp;gt; book.
&lt;br&gt;&amp;gt; Can someone give me some pointers as to some of the things I should
&lt;br&gt;&amp;gt; include?
&lt;br&gt;&amp;gt; TYVVM
&lt;br&gt;&lt;br&gt;Take a look at The Jargon File and everything else that ESR has written.
&lt;br&gt;That'll be a good start. But you will barely have scratched the surface.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485335&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Geeki-Wiki-tp26480720p26485335.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485159</id>
	<title>Re: no sound playing DVD</title>
	<published>2009-11-23T12:20:49Z</published>
	<updated>2009-11-23T12:20:49Z</updated>
	<author>
		<name>Stan-18</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 01:10:53PM -0500, Daniel Convissor wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Stan:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Sun, Nov 22, 2009 at 09:40:33AM -0500, stan wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On the desktop, all seems well, ecept that I don;t have any sound while
&lt;br&gt;&amp;gt; &amp;gt; playing DVD's.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Your sound preferences probably need adjusting to match what your system 
&lt;br&gt;&amp;gt; actually provides.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; System | Preferences | Sound
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Uncheck the &amp;quot;Mute&amp;quot; in the upper right hand corner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Hardware tab
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Click on each audio device you have availble and then
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in the &amp;quot;Profile&amp;quot; dropdown list, select mode that should be used.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Output tab
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Click on output method you want to use.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Click Close
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Thanks, I will give that a try.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;A: Because it messes up the order in which people normally read text.
&lt;br&gt;Q: Why is top-posting such a bad thing?
&lt;br&gt;A: Top-posting.
&lt;br&gt;Q: What is the most annoying thing in e-mail?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485159&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/no-sound-playing-DVD-tp26465823p26485159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26484963</id>
	<title>Re: Differences between upgraded and freshly installed 9.10</title>
	<published>2009-11-23T12:05:47Z</published>
	<updated>2009-11-23T12:05:47Z</updated>
	<author>
		<name>Cybe R. Wizard</name>
	</author>
	<content type="html">On Mon, 23 Nov 2009 11:19:31 -0800
&lt;br&gt;NoOp &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484963&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;glgxg@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/23/2009 10:35 AM, Steve wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Mon, 23 Nov 2009 18:15:31 -0000, NoOp &amp;lt;snip&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On 11/23/2009 06:54 AM, Cybe R. Wizard wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; My upgrade has no Ubuntu Software Center yet it is there on my new
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; installation of 9.10.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I found it listed as, &amp;quot;software center,&amp;quot; in Synaptic and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; installed it just to be complete. &amp;nbsp;I wonder why it doesn't
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; install on upgrades? &amp;nbsp;Or why it didn't on this one of mine?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; I also notice that Ubuntu One, the cloud iteration for Ubuntu was
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; not included when I upgraded, either.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Do the older installations just miss out?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Available &amp; working in Applications|Ubuntu Software Center on each
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; of my machines that I upgraded (Gnome).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Same here but, I always run apt-get dist-upgrade after the reboot
&lt;br&gt;&amp;gt; &amp;gt; and find that, on some machines, it drags some more stuff in.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ah, true. After any base upgrade I also:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; $ sudo apt-get install -f
&lt;br&gt;&amp;gt; $ sudo dpkg --configure-a
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just to be sure.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Did both of those (sudo dpkg --configure -a) and got no response from
&lt;br&gt;either. &amp;nbsp;Maybe because I already installed both software center and
&lt;br&gt;Ubuntu One.
&lt;br&gt;Thanks !
&lt;br&gt;&lt;br&gt;Cybe R. Wizard
&lt;br&gt;-- 
&lt;br&gt;When Windows are opened the bugs come in.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Winduhs
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;ubuntu-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26484963&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ubuntu-users@...&lt;/a&gt;
&lt;br&gt;Modify settings or unsubscribe at: &lt;a href=&quot;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.ubuntu.com/mailman/listinfo/ubuntu-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Differences-between-upgraded-and-freshly-installed-9.10-tp26479485p26484963.html" />
</entry>

</feed>
