* [gentoo-user] how to kernel update when executing emerge -u world?
@ 2006-03-14 8:33 scwang
2006-03-14 9:16 ` Holly Bostick
0 siblings, 1 reply; 2+ messages in thread
From: scwang @ 2006-03-14 8:33 UTC (permalink / raw
To: gentoo-user
Every time when I run emerge -u world, the kernel will be updated if
it have some update.
I delete the kernel line in /var/lib/portage/world, but it doesn't
help.
The most recent output of emerge -au world is as following:
[ebuild U ] sys-process/procps-3.2.6 [3.2.5-r1]
[ebuild U ] sys-fs/e2fsprogs-1.38-r1 [1.38]
[ebuild U ] sys-libs/readline-5.1_p2 [5.0-r2]
[ebuild U ] sys-devel/autoconf-2.59-r7 [2.59-r6]
[ebuild U ] net-fs/samba-3.0.21b [3.0.14a-r2]
[ebuild U ] sys-apps/shadow-4.0.14-r1 [4.0.7-r4]
[ebuild U ] sys-apps/pam-login-4.0.14 [3.17]
[ebuild NS ] sys-kernel/suspend2-sources-2.6.15-r8
[ebuild U ] app-crypt/gnupg-1.4.2.2 [1.4.2.1]
[ebuild U ] app-admin/webapp-config-1.50.10 [1.11]
[ebuild NS ] mail-client/squirrelmail-1.4.6
As you can see from the output suspend2-sources will be emerged as
as new package and in another slot. How can I disable it?
My uname -a output is
Linux lp 2.6.15-suspend2-r6 #22 PREEMPT Sat Mar 11 19:05:36 CST 2006
i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
--
Wang ShaoChun(王绍春) <scwang@ios.ac.cn>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] how to kernel update when executing emerge -u world?
2006-03-14 8:33 [gentoo-user] how to kernel update when executing emerge -u world? scwang
@ 2006-03-14 9:16 ` Holly Bostick
0 siblings, 0 replies; 2+ messages in thread
From: Holly Bostick @ 2006-03-14 9:16 UTC (permalink / raw
To: gentoo-user
scwang@ios.ac.cn schreef:
> Every time when I run emerge -u world, the kernel will be updated if
> it have some update.
This is normal; you're asking for updates ("-u"), so Portage is offering
you the available update you asked for. Why is this a problem?
Are you running a different kernel? Not suspend2-sources, but something
else and you simply don't want suspend2-sources present on your system
anymore, or is there an issue with the specific version of
suspend2-sources that's being offered, so the issue is that you don't
want to upgrade?
If the former (you used to use suspend2-sources, but you switched to
another kernel variant like gentoo-sources or ck-sources, and you don't
want to upgrade suspend2-sources anymore), the solution is to emerge -C
(unmerge) the version of suspend2-sources you had installed (delete the
source in /usr/src before unmerging to speed up the process). Then it
won't be "updatable", because it's no longer present (but since the
source of the kernel variant you are using is still present, that will
continue to be upgraded)..
If the latter (you are still using suspend2-sources, but you don't want
to upgrade it beyond a certain version), the solution is to mask the
versions beyond what you want manually, using /etc/portage/package.mask:
(not with quotes)
"> =sys-kernel/suspend2-sources-2.6.15-r7"
(since you're using -r6 and attempting to upgrade to -r8, this will mask
everything including to and above the version beyond the one you're using).
The downside of this is that you have to keep an eye on the package to
see if the problem has been solved in order to get any further updates,
as Portage will no longer tell you or offer you updates to this package.
Hope this helps,
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-14 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14 8:33 [gentoo-user] how to kernel update when executing emerge -u world? scwang
2006-03-14 9:16 ` Holly Bostick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox