[ATrpms-users] Re: Upgrading/installing kernel module rpms (was: Need help on upgrade gone awry slight followup, problem still exists)

Axel Thimm Axel.Thimm at atrpms.net
Mon Oct 11 01:26:45 CEST 2004


On Sun, Oct 10, 2004 at 06:57:22PM -0400, Phil Bridges wrote:
> Here's what I get from that:
> 
> [root at forge root]# apt-get upgrade od apt-get -f install

That was a type, I meant

apt-get upgrade

or

apt-get -f install

You effectively die (only) the first. But that already shows me that
it's an apt issue. When upgrade shows no output (no held back
packages, too), dist-upgrade shouldn't, too. You may want to create
more verbose debug output with

apt-get -o debug::pkgproblemresolver=1 dist-upgrade

and send it to the apt-rpm list.

> Reading Package Lists... Done
> Building Dependency Tree... Done
> 0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
> 
> From: Axel Thimm [mailto:Axel.Thimm at atrpms.net]
> Sent: Sunday, October 10, 2004 6:30 PM
> To: Phil Bridges
> Cc: ATrpms user list
> Subject: Re: Upgrading/installing kernel module rpms (was: Need help on
> upgrade gone awry slight followup, problem still exists)
> 
> 
> On Sun, Oct 10, 2004 at 03:21:20PM -0400, Phil Bridges wrote:
> > OK - now everything is installed.  When I try to do a apt-get
> dist-upgrade,
> > though, I get:
> >
> > [root at forge root]# apt-get dist-upgrade
> > Reading Package Lists... Done
> > Building Dependency Tree... Done
> > Calculating Upgrade... Done
> > The following packages will be REMOVED:
> >   ivtv kernel#2.4.22-1.2199.nptl_52.rhfc1.at
> > kernel-module-alsa-2.4.22-1.2199.nptl_52.rhfc1.at
> >   kernel-module-ivtv-2.4.22-1.2199.nptl_52.rhfc1.at
> > kernel-module-lirc-2.4.22-1.2199.nptl_52.rhfc1.at
> >   kernel-module-nvidia-graphics6111-2.4.22-1.2199.nptl_52.rhfc1.at
> > kernel-module-video4linux-2.4.22-1.2199.nptl_52.rhfc1.at
> >   mkinitrd nvidia-graphics6111 openssh openssh-server
> > WARNING: The following essential packages will be removed
> > This should NOT be done unless you know exactly what you are doing!
> >   kernel#2.4.22-1.2199.nptl_52.rhfc1.at mkinitrd (due to
> > kernel#2.4.22-1.2199.nptl_52.rhfc1.at)
> > 0 upgraded, 0 newly installed, 11 removed and 0 not upgraded.
> > Need to get 0B of archives.
> > After unpacking 43.0MB disk space will be freed.
> > You are about to do something potentially harmful
> > To continue type in the phrase 'Yes, do as I say!'
> >  ?]
> >
> > Any guess why?
> 
> What does apt-get upgrade od apt-get -f install say? This is probably
> a bug in the dist-upgrade algorithm.
> 
> > From: Axel Thimm [mailto:Axel.Thimm at atrpms.net]
> > Sent: Sunday, October 10, 2004 1:06 PM
> > To: Phil Bridges
> > Cc: atrpms-users at atrpms.net
> > Subject: Upgrading/installing kernel module rpms (was: Need help on
> > upgrade gone awry slight followup, problem still exists)
> >
> >
> > On Sun, Oct 10, 2004 at 10:12:19AM -0400, Phil Bridges wrote:
> > > From: atrpms-users-bounces at atrpms.net
> > > [mailto:atrpms-users-bounces at atrpms.net]On Behalf Of Phil Bridges
> > > Sent: Sunday, October 10, 2004 10:04 AM
> > > To: atrpms-users at atrpms.net
> > > Subject: [ATrpms-users] Need help on upgrade gone awry
> > >
> > >
> > >
> > > Yesterday afternoon, I was experiencing a little stuttering while
> watching
> > > live TV under Myth.  I figured I would try to upgrade my IVTV driver, so
> I
> > > issued a "apt-get dist-upgrade".  Well, what ended up happening was that
> I
> > > was prompted to remove my kernel and associated modules.  I wasn't quite
> > > thinking at the time, so I approved this.
> > >
> > > Now, even if I apt-get install the kernel
> > > (kernel#2.4.22-1.2199.nptl_52.rhfc1.at) and then attempt a dist-upgrade,
> > it
> > > still wants me to re-remove that kernel, as well as mkinitrd, my ssh
> > server,
> > > and other modules.  Anybody have any suggestions as to what I'm doing
> > wrong
> > > here?
> > >
> > >
> > > _______________________________________________
> > >
> > >
> > > When I try to install any other modules (ivtv, for instance, I get the
> > > following output:
> > >
> > > [root at forge root]# apt-get install ivtv
> >
> > Replace this with
> >
> > apt-get install kernel-module-ivtv-`uname -r` ivtv
> >
> > Same for any other kernel module rpm. apt doesn't know which kernel
> > module rpm you want it to install with only asking for "ivtv".
> >
> > > Reading Package Lists... Done
> > > Building Dependency Tree... Done
> > > The following extra packages will be installed:
> > >   kernel#2.4.22-1.2199.nptl
> > > kernel-module-ivtv-2.4.22-1.2199.nptl_52.rhfc1.atsmp
> > >   kernel-module-video4linux-2.4.22-1.2199.nptl_52.rhfc1.atsmp
> > > kernel-smp#2.4.22-1.2199.nptl
> > >   kernel-smp#2.4.22-1.2199.nptl_52.rhfc1.at
> > > The following NEW packages will be installed:
> > >   ivtv kernel#2.4.22-1.2199.nptl
> > > kernel-module-ivtv-2.4.22-1.2199.nptl_52.rhfc1.atsmp
> > >   kernel-module-video4linux-2.4.22-1.2199.nptl_52.rhfc1.atsmp
> > > kernel-smp#2.4.22-1.2199.nptl
> > >   kernel-smp#2.4.22-1.2199.nptl_52.rhfc1.at
> > > 0 upgraded, 6 newly installed, 0 removed and 0 not upgraded.
> > > Need to get 39.8MB of archives.
> > > After unpacking 91.9MB of additional disk space will be used.
> > > Do you want to continue? [Y/n] n
> > > Abort.
> > >
> > > I'm not running SMP (I have a single Athlon 1600+) - I don't know why
> it's
> > > prompting for the SMP kernel.
> > >
> > > My current kernel is:
> > >
> > > [root at forge root]# uname -r
> > > 2.4.22-1.2199.nptl_52.rhfc1.at
> > >
> > > when I did uninstall the kernel through apt, it still booted into it.
> 

-- 
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-users/attachments/20041011/43478495/attachment.bin


More information about the atrpms-users mailing list