[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: upgrading just one "stable" package to "testing" version



I have done this to all except 2 of my stable servers, many of them
remotely.

The one problem is that the libc6 upgrade requires you to restart a few
programs (ie, exim, inetd, ssh). You may have other programs on the machine
that the upgrade doesn't detect, and must be restarted manually.

An easily solution is just to restart the entire machine.

Andrew Tait
System Administrator
Country NetLink Pty, Ltd
E-Mail: andrewt@cnl.com.au
WWW: http://www.cnl.com.au
30 Bank St Cobram, VIC 3644, Australia
Ph: +61 (03) 58 711 000
Fax: +61 (03) 58 711 874

"It's the smell! If there is such a thing." Agent Smith - The Matrix

----- Original Message -----
From: "J.H.M. Dassen (Ray)" <dm@zensunni.demon.nl>
To: <debian-isp@lists.debian.org>
Sent: Monday, March 18, 2002 1:41 AM
Subject: Re: upgrading just one "stable" package to "testing" version


> On Sun, Mar 17, 2002 at 11:03:51 +1100, Toby Thain wrote:
> > I've just upgraded one Debian 2.2 machine from stable to testing and
other
> > 2.2 stable machines can't ssh into it ("Disconnecting: Bad packet length
> > 1349676916").
>
> The SSH in stable only supports version 1 of the SSH protocol; if you
> configure your "testing" machine to accept that older version of the
> protocol (by putting "Protocol 2,1" in /etc/ssh/sshd_config and restarting
> ssh), SSH-ing from your stable machines works.
>
> > So I'd like to upgrade ssh on the client machine to the "testing"
version.
> > But I don't know how to do this other than adding "testing" to the
apt-get
> > sources, dselect upgrade, etc., which will upgrade everything. Can
anyone
> > explain to me how to be more selective?
>
> You'll need testing's apt (plus its depencencies) for that. The following
> should work (though I'm not aware of people actually using this
> configuration as most simply fully upgrade to testing, so you may want to
> use the "-s" flag to apt-get to see what it intends to do before actually
> doing these steps):
> - add "testing" entries to /etc/apt/sources.list in addition to the
entries
>   for "stable"
> - "apt-get update"
> - "apt-get install apt"
> - create an /etc/apt/preferences with contents
> Package: *
> Pin: release a=stable
>   to have apt default to the stable versions
> - install testing's ssh by requesting it explicitly:
>   "apt-get -t testing install ssh"
>
> HTH,
> Ray
> --
> Professionele hackers kunnen uw bedrijf veel schade berokkenen.
> Snail-mail spam van het Nederlands Normalisatie-Instituut
>
>
> --
> To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
>
>



Reply to: