<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.debian.user">
    <title>gmane.linux.debian.user</title>
    <link>http://blog.gmane.org/gmane.linux.debian.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436482"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436481"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436480"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436479"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436478"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436477"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436476"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436475"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436474"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436473"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436472"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436471"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436470"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436469"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436468"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.user/436467"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436486">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436486</link>
    <description>&lt;pre&gt;On Fri, 25 May 2012 17:37:16 +0500
Muhammad Yousuf Khan &amp;lt;sirtcp&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
[...]

Delete the last line from your /etc/apt/sources.list

(# deb http://ftp.de.debian.org/debian sid main)

And, I believe you can change 'squeeze' to 'stable', &amp;amp; remain updating the stable version, whatever the name.

Just as an aside; to make it easy on yourself, if you need to re-install again, make your partitioning scheme friendly.

i.e. One partition for swap, One partition for the / (system), &amp;amp; at least another for your /home (&amp;amp;/or data);
then if you have to re-install, only overwrite your / partition. You should, of course, still have backups of your data as well.

&lt;/pre&gt;</description>
    <dc:creator>keith</dc:creator>
    <dc:date>2012-05-25T13:10:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436485">
    <title>Re: Wheezy printing problem: 2 identical (?) machines and 1 doesnot print PDFs</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436485</link>
    <description>&lt;pre&gt;

If there is problem with one machine not printing correctly I'd be
tempted to think the machines are not identical.


Coincidence! I have the same machine.

Edit /etc/cups/cupsd.conf and put 'LogLevel debug' at the end. Delete or
move /var/log/cups/error_log and restart cups. Print the same PDF from
each machine and compare the logs.


&lt;/pre&gt;</description>
    <dc:creator>Brian</dc:creator>
    <dc:date>2012-05-25T13:09:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436484">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436484</link>
    <description>&lt;pre&gt;
No, this will upgrade any "upgradeable" packages - be it a security
update or not.


You don't upgrade stable to stable, you upgrade certain packages
within the stable distribution - the above command will achieve just
that.


I don't quite get what you mean by Lenny to new Lenny?
Lenny is an unsupported old-stable release.


Lenny to squeeze upgrade is somewhat different, you need to have
entries for both of these releases in you sources.list file(s).

aptitude update &amp;amp;&amp;amp; aptitude full-upgrade

will do what you want here. Bear in mind that full-upgrade will remove
packages, i.e. the ones which are in conflict with the new ones.


This is the mistake you made, you've mixed both squeeze (stable) with
sid (unstable release) adding squeeze-backports on top of it.

I'd recommend reading about mixing of stable, testing unstable - stay
away from experimental ;^) - releases and what can you do with APT
pinning. Until then, stick with stable.

Cheers,
&lt;/pre&gt;</description>
    <dc:creator>rjc</dc:creator>
    <dc:date>2012-05-25T13:06:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436483">
    <title>OT: Wheezy printing problem: 2 identical (?) machines and 1 does notprint PDFs</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436483</link>
    <description>&lt;pre&gt;
Two machines, but one goat only?
A second goat? A virgin? At a special time, e.g. at full moon only?
And so on and so forth ;)


&lt;/pre&gt;</description>
    <dc:creator>Ralf Mardorf</dc:creator>
    <dc:date>2012-05-25T12:59:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436482">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436482</link>
    <description>&lt;pre&gt;On Fri, May 25, 2012 at 5:49 PM, Ralf Mardorf
&amp;lt;ralf.mardorf&amp;lt; at &amp;gt;alice-dsl.net&amp;gt; wrote:

ok ill comment the sid repo. but would you please give me a hint what
do you mean by naming squeeze to stable.

Thanks,



&lt;/pre&gt;</description>
    <dc:creator>Muhammad Yousuf Khan</dc:creator>
    <dc:date>2012-05-25T12:58:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436481">
    <title>Re: Wheezy printing problem: 2 identical (?) machines and 1 does notprint PDFs</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436481</link>
    <description>&lt;pre&gt;In effect that is what I do every day every day (the problem exist for
some time already and now it is getting in my way).

And for those thinking about sacrificing a goat: done that already. It
made the first machine work, not the second one.

&lt;/pre&gt;</description>
    <dc:creator>Joost Kraaijeveld</dc:creator>
    <dc:date>2012-05-25T12:53:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436480">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436480</link>
    <description>&lt;pre&gt;
You're issue is related to the sid repository. If you need something
from sid, then uncomment it and after that comment it. Don't feel secure
using pinning.

You can name the repositories "stable" instead of "squeeze", so it will
use "stable" what ever Debian "stable" is named.


&lt;/pre&gt;</description>
    <dc:creator>Ralf Mardorf</dc:creator>
    <dc:date>2012-05-25T12:49:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436479">
    <title>Re: Wheezy printing problem: 2 identical (?) machines and 1 does notprint PDFs</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436479</link>
    <description>&lt;pre&gt;2012/5/25 Joost Kraaijeveld &amp;lt;J.Kraaijeveld&amp;lt; at &amp;gt;askesis.nl&amp;gt;:

Hi,

I had a similar problem long time ago I don't remember if the error
message was the same....

But.... I solved it stopping and unplugging the printer for a while
(30 sec should be enough)

Its sound silly but it worked. :)

Best regards
--------------------------------------------------------------------------------------
Juan Sierra Pons                                 juan&amp;lt; at &amp;gt;elsotanillo.net
Linux User Registered: #257202       http://www.elsotanillo.net
GPG key = 0xA110F4FE
Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE
--------------------------------------------------------------------------------------


&lt;/pre&gt;</description>
    <dc:creator>Juan Sierra Pons</dc:creator>
    <dc:date>2012-05-25T12:48:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436478">
    <title>Re: How to get new RSA key in known_hosts file?</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436478</link>
    <description>&lt;pre&gt;Hi,

Dňa Thu, 24 May 2012 23:47:21 -0400 Celejar &amp;lt;celejar&amp;lt; at &amp;gt;gmail.com&amp;gt; napísal:


perhaps OT, but, please, how i can know for which "names_or_ips" are
keys stored in known_hosts? They are not in clear text:

|1|zBsxW5sD94+nlvCxtCXY/WjYONg=|M6w3sl+hXd+VRGkCqye4BvBmkEg= ssh-rsa &amp;lt;snip&amp;gt;

By this thread i did some reflection and i have a lot of items in this
file. Most of them are old VBox virtual machines, which aren't exists
anymore.

thanks

&lt;/pre&gt;</description>
    <dc:creator>Slavko</dc:creator>
    <dc:date>2012-05-25T12:46:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436477">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436477</link>
    <description>&lt;pre&gt;

Install stable and stick with it. Do not be tempted to alter sources.list
in /etc/apt/


This is very, very unlikely to happen. If it did, someone would notice
and provide you with a fixed package.
 

Forget about it. Re-install stable.


&lt;/pre&gt;</description>
    <dc:creator>Brian</dc:creator>
    <dc:date>2012-05-25T12:42:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436476">
    <title>Wheezy printing problem: 2 identical (?) machines and 1 does notprint PDFs</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436476</link>
    <description>&lt;pre&gt;Hi,

I have 2 identical Wheezy machines: they both have the same packages and
the same versions for those packages Wheezy, up to date as of this
morning). The configuration files in /etc/cups and /etc/foomatic are
exactly identical. Both machines should print to a network printer
(HP2200 DTN). I use Cups and Foomatic, and the recommended "HP LaserJet
2200 Foomatic/lj5gray" driver (the postscript driver has the same
behaviour).

Both machines print the Linux test page without problems. But one
machine cannot print PDFs while the other one prints them without
problem, be it a little slow (i.e. compared to the Windows machines that
use the same printer). The problematic machine prints a PDF file as an
almost empty pages with the following text:
"PCL CL error 
    Subsystem: IMAGE 
    Error:     ExtraData 
    Operator:  ReadImage 
    Position:  7"
I have re-installed/purged/rebooted etc. and nothing helped so far.

Does anyone recognises this problem? Which *machine-dependent* files
exist and in which directory are there, after an
installation/configuration? Anyone any ideas?

TIA

&lt;/pre&gt;</description>
    <dc:creator>Joost Kraaijeveld</dc:creator>
    <dc:date>2012-05-25T12:39:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436475">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436475</link>
    <description>&lt;pre&gt;
ok it will only update the security patches, no matter if what ever i
write in source.list?

one more question. for example. if i wanted to upgrade. but only to
stable version not to unstable or testing. then what could be done to
achieve this. if there is no stable version update then it shouldn’t
download anything from servers.

what i want is not just security patch but also OS to OS upgrade but
only stable releases
for, example. lenny to new lenny (but stable version)
for,example Lenny to Squeez (but stable squeez version)

how it is possible?



deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://backports.debian.org/debian-backports squeeze-backports main
deb http://ftp.de.debian.org/debian sid main





&lt;/pre&gt;</description>
    <dc:creator>Muhammad Yousuf Khan</dc:creator>
    <dc:date>2012-05-25T12:37:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436474">
    <title>Re: How to get new RSA key in known_hosts file?</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436474</link>
    <description>&lt;pre&gt;On Fri, 25 May 2012 17:37:45 +1000
Scott Ferguson &amp;lt;scott.ferguson.debian.user&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


Of course - when I wrote 'your', I meant the remote host. Sorry.

Celejar


&lt;/pre&gt;</description>
    <dc:creator>Celejar</dc:creator>
    <dc:date>2012-05-25T12:32:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436473">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436473</link>
    <description>&lt;pre&gt;
AFAIK yes, Clonezilla should be ok.


If you don't sync, than yes, at least for Linux you'll restore exactly
what you had before, at a explicit date. I suspect XP does a kind of
sync and I suspect it will be possible for Linux too, but if you tar
your Debian or use Clonezilla to do a complete image, nothing could go
wrong.


&lt;/pre&gt;</description>
    <dc:creator>Ralf Mardorf</dc:creator>
    <dc:date>2012-05-25T12:27:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436472">
    <title>Re: (Almost Solved) Re: How to get new RSA key in known_hosts file?</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436472</link>
    <description>&lt;pre&gt;On Thu, 24 May 2012 22:10:15 -0700
Marc Shapiro &amp;lt;marcnshap&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


You can get rid of this by doing the above ssh-keygen command for both
the ip address and hostname of the remote box.


? If your keys are properly set up, you should be automatically logged
in.


This doesn't make sense; if the sshd is instructed to disable password
authentication, then if the key isn't available, the login should just
fail.


Celejar


&lt;/pre&gt;</description>
    <dc:creator>Celejar</dc:creator>
    <dc:date>2012-05-25T12:30:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436471">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436471</link>
    <description>&lt;pre&gt;On Fri, May 25, 2012 at 4:42 PM, Kumar Appaiah
&amp;lt;a.kumar&amp;lt; at &amp;gt;alumni.iitm.ac.in&amp;gt; wrote:
thanks for the response, but more i concern was a patch like fix
patches in Microsoft. i thought it would be working in same way :P as
i am already behind the firewall and actively monitoring things so
security from outside is not a concern for me. but securing the debian
box is also a target to achieve and security should not be neglected.
ill subscribe for the mailing list ASAP thanks for the advice.


&lt;/pre&gt;</description>
    <dc:creator>Muhammad Yousuf Khan</dc:creator>
    <dc:date>2012-05-25T12:24:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436470">
    <title>Re: Mounting local filesystem failed on boot</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436470</link>
    <description>&lt;pre&gt;
No, the bug was fixed in unstable in January/February.  It's still
present in stable.  I haven't had independent confirmation it was
fixed, so it's been left open for the time being, but should probably
be closed.  It's possible that this could be fixed in a stable point
release, but AFAICT it's purely cosmetic--while it says it failed to
mount the local filesystems, it mounted everything except /proc.
If fixed in a point release, we could also need to update
initramfs-tools as well.


Regards,
Roger

&lt;/pre&gt;</description>
    <dc:creator>Roger Leigh</dc:creator>
    <dc:date>2012-05-25T12:21:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436469">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436469</link>
    <description>&lt;pre&gt;On Fri, May 25, 2012 at 4:32 PM, Ralf Mardorf
&amp;lt;ralf.mardorf&amp;lt; at &amp;gt;alice-dsl.net&amp;gt; wrote:


will clonezilla live CD work in this case? as i am using it very often
and  a bit useto with it.



now this snapshots point raising one more question in my mind.
did you means snapshots like XP and Other windows OS supports. for
example. i can make a snapshot before installing any service like
apache , samba or anything. and after installing , at the end i
realize that i messed up the whole box then i can revert my system
back to that particular snapshot and i will be at the old stage. can i
use snapshot in this context ( sorry for the newbie Questions but i am
confused with Microsoft and Linux as there are same services in both
OS and working entirely in different way)



&lt;/pre&gt;</description>
    <dc:creator>Muhammad Yousuf Khan</dc:creator>
    <dc:date>2012-05-25T12:19:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436468">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436468</link>
    <description>&lt;pre&gt;
"things" for your current install might be /home only. Perhaps xorg.conf
and some other files, using cp -pr while you're root. But in the future
completely backup using e.g. tar. Note, if you sync, you anyway might
lose data, since you might notice some issues after doing several
backups and not already with the backup that did cause an issue.


&lt;/pre&gt;</description>
    <dc:creator>Ralf Mardorf</dc:creator>
    <dc:date>2012-05-25T12:17:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436467">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436467</link>
    <description>&lt;pre&gt;
If security is your concern, you ought to be running "stable" as
opposed to testing. If you run stable, then ensuring that
security.debian.org is listed in the /etc/apt/sources.list will fetch
security updates.


I'd advise you to subscribe to the security mailing list of the
projects which you run on your machine whose security issues you are
concerned about.

Read this for further details and ideas: http://www.debian.org/security/


This is a little complicated and one could end up hosing one's
system. I'd advise you to back up things and do a fresh install of
squeeze.

HTH.

Kumar
&lt;/pre&gt;</description>
    <dc:creator>Kumar Appaiah</dc:creator>
    <dc:date>2012-05-25T11:42:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.user/436466">
    <title>Re: how to update Debian OS properly</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.user/436466</link>
    <description>&lt;pre&gt;
Read below [0].


aptitude update &amp;amp;&amp;amp; aptitude safe-upgrade [1]


There are no "patches" like in Windows. Patches in free (open source)
software are for source code [2].

Upgrading a package you effectively installing a new version of the
software.


You can always install an older version of the package.

[0] It seems like you had several entries in your sources.list file(s)
- post the content of your file here.

[1] safe-upgrade will only upgrade packages and won't remove any other
ones

[2] yes, I know, you can have binary patches as well

Cheers,
&lt;/pre&gt;</description>
    <dc:creator>rjc</dc:creator>
    <dc:date>2012-05-25T11:54:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.debian.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.debian.user</link>
  </textinput>
</rdf:RDF>

