store | blogs | forums | twitter | facebook | wiki | mailing lists | downloads | support portal
Atomic Secure Linux
It is currently Thu May 23, 2013 7:18 pm

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic Share/Bookmark  [ 3 posts ] 
Author Message
 Post subject: Cloud Linux Kernel Update Problem
Unread postPosted: Fri Jun 08, 2012 2:10 am 
Offline
Forum User
Forum User

Joined: Mon Jan 15, 2007 2:03 am
Posts: 40
Hello, I am running asl and cloud linux. Everything has been fine so far but all of a sudden I try to yum update and I get the following error. I do not want to install the asl kernel since it doesn't have cloud linux support yet. How can I get around this problem?

Thanks

--> Running transaction check
---> Package kmod-lve-2.6.32-320.4.1.lve1.1.7.el6.x86_64.x86_64 0:1.1-9.2.el6 will be installed
--> Processing Dependency: kernel-uname-r = 2.6.32-320.4.1.lve1.1.7.el6.x86_64 for package: kmod-lve-2.6.32-320.4.1.lve1.1.7.el6.x86_64-1.1-9.2.el6.x86_64
--> Finished Dependency Resolution
--> Running transaction check
---> Package kernel.x86_64 0:2.6.32-220.el6 will be erased
---> Package kernel.x86_64 0:2.6.32-220.7.1.el6 will be erased
---> Package kernel.x86_64 1:2.6.32.59-15.art will be erased
---> Package kmod-lve-2.6.32-320.4.1.lve1.1.7.el6.x86_64.x86_64 0:1.1-9.2.el6 will be installed
--> Processing Dependency: kernel-uname-r = 2.6.32-320.4.1.lve1.1.7.el6.x86_64 for package: kmod-lve-2.6.32-320.4.1.lve1.1.7.el6.x86_64-1.1-9.2.el6.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-lve-2.6.32-320.4.1.lve1.1.7.el6.x86_64-1.1-9.2.el6.x86_64 (cloudlinux-x86_64-server-6)
Requires: kernel-uname-r = 2.6.32-320.4.1.lve1.1.7.el6.x86_64
Removing: kernel-2.6.32-220.el6.x86_64 (@anaconda-CentOS-201112091719.x86_64/6.2)
kernel-uname-r = 2.6.32-220.el6.x86_64
Removing: kernel-2.6.32-220.7.1.el6.x86_64 (@updates)
kernel-uname-r = 2.6.32-220.7.1.el6.x86_64
Installed: kernel-2.6.32-320.4.1.lve1.1.4.el6.x86_64 (@cloudlinux-x86_64-server-6)
kernel-uname-r = 2.6.32-320.4.1.lve1.1.4.el6.x86_64
Removing: 1:kernel-2.6.32.59-15.art.x86_64 (@asl-3.0)
kernel-uname-r = 2.6.32.59-15.art.x86_64
Installed: 1:kernel-2.6.32.59-17.art.x86_64 (@asl-3.0)
kernel-uname-r = 2.6.32.59-17.art.x86_64
Available: 1:kernel-2.6.32.27-1.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.27-1.art.x86_64
Available: 1:kernel-2.6.32.28-1.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.28-1.art.x86_64
Available: 1:kernel-2.6.32.40-1.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.40-1.art.x86_64
Available: 1:kernel-2.6.32.41-3.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.41-3.art.x86_64
Available: 1:kernel-2.6.32.41-4.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.41-4.art.x86_64
Available: 1:kernel-2.6.32.42-5.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.42-5.art.x86_64
Available: 1:kernel-2.6.32.43-6.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.43-6.art.x86_64
Available: 1:kernel-2.6.32.48-8.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.48-8.art.x86_64
Available: 1:kernel-2.6.32.48-10.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.48-10.art.x86_64
Available: 1:kernel-2.6.32.57-12.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.57-12.art.x86_64
Available: 1:kernel-2.6.32.57-14.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.57-14.art.x86_64
Available: 1:kernel-2.6.32.59-16.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.59-16.art.x86_64
Installing: 1:kernel-2.6.32.59-22.art.x86_64 (asl-3.0)
kernel-uname-r = 2.6.32.59-22.art.x86_64


Top
 Profile  
 
 Post subject: Re: Cloud Linux Kernel Update Problem
Unread postPosted: Fri Jun 08, 2012 12:16 pm 
Offline
Forum User
Forum User

Joined: Wed Mar 19, 2008 10:22 pm
Posts: 98
You can exclude the kernel when you run the upgrade. Or add kernel* to the exclude list in your yum config file.

Code:
yum upgrade -x kernel*


Top
 Profile  
 
 Post subject: Re: Cloud Linux Kernel Update Problem
Unread postPosted: Sat Jun 09, 2012 3:31 pm 
Offline
Forum User
Forum User

Joined: Mon Jan 15, 2007 2:03 am
Posts: 40
Thanks so much I added the ignore statement to my /etc/yum.repos.d/asl.repo like so:

Code:
exclude=kernel*


And all good now. Just another example of flawless asl support :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic Share/Bookmark  [ 3 posts ] 

» Feed - Atomicorp

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group