[opensuse-virtual] xen/desktop/default kernel shenanigans
I'm messing with xen in OpenSuSE 13.1 on a Dell R220. An install from disc selecting xen server failed to produce a bootable system. I got it working by installing a minimal server, then installing the xen-server pattern via zypper. I set the xen kernel as the default reboot and voilà, dom0 here we are. Now I'd like for the xen kernel to be the only option on the system. If I uninstall kernel-default, and zypper installs kernel-desktop. If I uninstall kernel-desktop zypper installs kernel-default. Is there something that says I can't just have the kernel-xen which I'm using? -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
On Wed, Dec 17, 2014, at 10:45 AM, Michael J Dur wrote:
Is there something that says I can't just have the kernel-xen which I'm using?
You've installed the pattern, and likely have 'installRecommends = yes' set in zypper.conf. Uninstall the pattern Set installRecommends = no install kernel-xen uninstall kernel-default kernel-desktop SInce kernel-xen updates can occassionally take a 'left turn', I'd suggest keeping two versions of the kernel. cref: http://doc.opensuse.org/products/draft/SLES/SLES-tuning_sd_draft/cha.tuning.... -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
Thanks for your response. I removed the minimal server pattern, toggled installRecommends, but it still wants to install one kernel when I remove the other, although the xen-kernel is installed and booted. On 12/17, grantksupport@operamail.com wrote:
From: grantksupport@operamail.com To: opensuse-virtual@opensuse.org Subject: Re: [opensuse-virtual] xen/desktop/default kernel shenanigans Date: Wed, 17 Dec 2014 10:59:12 -0800
On Wed, Dec 17, 2014, at 10:45 AM, Michael J Dur wrote:
Is there something that says I can't just have the kernel-xen which I'm using?
You've installed the pattern, and likely have 'installRecommends = yes' set in zypper.conf.
Uninstall the pattern Set installRecommends = no install kernel-xen uninstall kernel-default kernel-desktop
SInce kernel-xen updates can occassionally take a 'left turn', I'd suggest keeping two versions of the kernel.
cref: http://doc.opensuse.org/products/draft/SLES/SLES-tuning_sd_draft/cha.tuning.... -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
On Wed, Dec 17, 2014, at 11:36 AM, Michael J Dur wrote:
but it still wants to install one kernel when I remove the other, although the xen-kernel is installed and booted.
details? copy/paste output of your zypper console session and, the output of rpm -qa | egrep -i "xen|kernel" | sort cat /etc/zypp.conf cat /etc/zypper.conf -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17.12.2014 Michael J Dur wrote:
Thanks for your response. I removed the minimal server pattern, toggled installRecommends, but it still wants to install one kernel when I remove the other, although the xen-kernel is installed and booted.
What happens when you do a zypper rm kernel-default -kernel-desktop What other packages is going to be uninstalled? I guess there is one, that has a dependency on a kernel, which means one of the two. Regards, Johannes - -- A bunch of security trolls had been hired to guard her. They paced the corridor in a menacing group, talking in grunts and comparing the size of their clubs. (Harry Potter and the Prisoner of Azkaban) -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/ iEYEARECAAYFAlSR30wACgkQzi3gQ/xETbKI3ACgmtI66c/jngAQKjkaa9Q4MjIv vSoAnRdrFRev9soq82a59UZMbvXcHQDf =L6Sf -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
Got it! Thanks guys! Though a cfg management snafu virtualbox was accidentally installed but not needed. Removing virtualbox allowed for a removal of the extra kernels. On 12/17, Johannes Kastl wrote:
To: opensuse-virtual@opensuse.org From: Johannes Kastl <mail@ojkastl.de> Subject: [opensuse-virtual] Re: xen/desktop/default kernel shenanigans Date: Wed, 17 Dec 2014 20:53:48 +0100
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 17.12.2014 Michael J Dur wrote:
Thanks for your response. I removed the minimal server pattern, toggled installRecommends, but it still wants to install one kernel when I remove the other, although the xen-kernel is installed and booted.
What happens when you do a zypper rm kernel-default -kernel-desktop
What other packages is going to be uninstalled? I guess there is one, that has a dependency on a kernel, which means one of the two.
Regards, Johannes - -- A bunch of security trolls had been hired to guard her. They paced the corridor in a menacing group, talking in grunts and comparing the size of their clubs. (Harry Potter and the Prisoner of Azkaban) -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/
iEYEARECAAYFAlSR30wACgkQzi3gQ/xETbKI3ACgmtI66c/jngAQKjkaa9Q4MjIv vSoAnRdrFRev9soq82a59UZMbvXcHQDf =L6Sf -----END PGP SIGNATURE-----
-- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org
participants (3)
-
grantksupport@operamail.com
-
Johannes Kastl
-
Michael J Dur