You are not logged in.

#1 2011-12-10 18:16:07

jk121960
Member
From: Palos Hills, Illinois
Registered: 2011-12-09
Posts: 254

[Solved] pacman won't update kernel

Hi, I create a base image that I clone to build from, it has nothing added but 'base-devel', earlier I installed an XFCE install, I went to create another from the same base image, when I install nvidia it told me in both cases that it needed a newer kernel 3.1.4, so I ran

 pacman -Syu 

. This morning this solves the problem, right now it states that it has nothing to update (it's made from the same image) and nvidia won't install stating it needs that upgrade. I shuffled mirrors around to see if it helped but it didn't. Anyone have an idea of why this is occurring?

thanks in advance for your help.

--jerry

Last edited by jk121960 (2011-12-10 23:12:11)


Arch Awesome, Ranger & Vim the coding triple threat.

Offline

#2 2011-12-10 18:28:44

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] pacman won't update kernel

How do you install nvidia?

Offline

#3 2011-12-10 18:30:22

jk121960
Member
From: Palos Hills, Illinois
Registered: 2011-12-09
Posts: 254

Re: [Solved] pacman won't update kernel

Here is is thanks

pacman -S nvidia nvidia-utils extra/opencl-nvidia

--jerry


Arch Awesome, Ranger & Vim the coding triple threat.

Offline

#4 2011-12-10 18:41:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] pacman won't update kernel

Do you have linux 3.1.4 kernel installed now?

Offline

#5 2011-12-10 19:17:45

jk121960
Member
From: Palos Hills, Illinois
Registered: 2011-12-09
Posts: 254

Re: [Solved] pacman won't update kernel

No, it doesn't do the upgrade, it insists there is nothing to upgrade, while the nvidia install says that there is.

pacman -S nvidia nvidia-utils extra/opencl-nvidia
warning: nvidia-utils-290.10-1 is up to date -- reinstalling                                                                                                                                                              
warning: opencl-nvidia-290.10-1 is up to date -- reinstalling                                                                                                                                                             
resolving dependencies...                                                                                                                                                                                                 
warning: cannot resolve "linux>=3.1", a dependency of "nvidia"                                                                                                                                                            
:: The following package cannot be upgraded due to unresolvable dependencies:                                                                                                                                             
      nvidia                                                                                                                                                                                                              
                                                                                                                                                                                                                          
Do you want to skip the above package for this upgrade? [y/N] n                                                                                                                                                           
error: failed to prepare transaction (could not satisfy dependencies)                                                                                                                                                     
:: nvidia: requires linux>=3.1               

thanks

--jerry

pacman -Syu
:: Synchronizing package databases...
--2011-12-10 12:27:58--  ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/core/os/x86_64/core.db
           => `core.db'
Resolving ftp.jaist.ac.jp... 150.65.7.130, 2001:200:141:feed::feed
Connecting to ftp.jaist.ac.jp|150.65.7.130|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/Linux/ArchLinux/core/os/x86_64 ... done.
==> SIZE core.db ... 104184
File has already been retrieved.
2011-12-10 12:28:00 (0.00 B/s) - `core.db' saved [104184]

--2011-12-10 12:28:00--  ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/extra/os/x86_64/extra.db
           => `extra.db'
Resolving ftp.jaist.ac.jp... 150.65.7.130, 2001:200:141:feed::feed
Connecting to ftp.jaist.ac.jp|150.65.7.130|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/Linux/ArchLinux/extra/os/x86_64 ... done.
==> SIZE extra.db ... 1178838
File has already been retrieved.
2011-12-10 12:28:03 (0.00 B/s) - `extra.db' saved [1178838]

--2011-12-10 12:28:03--  ftp://ftp.jaist.ac.jp/pub/Linux/ArchLinux/community/os/x86_64/community.db
           => `community.db'
Resolving ftp.jaist.ac.jp... 150.65.7.130, 2001:200:141:feed::feed
Connecting to ftp.jaist.ac.jp|150.65.7.130|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/Linux/ArchLinux/community/os/x86_64 ... done.
==> SIZE community.db ... 972101
==> PASV ... done.    ==> REST 972243 ... done.    
==> RETR community.db ... done.
Length: 972101 (949K), -142 remaining (unauthoritative)                                                                                                                                                                   
                                                                                                                                                                                                                          
100%[+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++] 972,243     --.-K/s   in 0s       
                                                                                                                                                                                                                          
2011-12-10 12:28:06 (0.00 B/s) - `community.db' saved [972243]                                                                                                                                                            
                                                                                                                                                                                                                          
:: Starting full system upgrade...                                                                                                                                                                                        
 there is nothing to do                                    

here is the pacman output.

Last edited by jk121960 (2011-12-10 19:19:46)


Arch Awesome, Ranger & Vim the coding triple threat.

Offline

#6 2011-12-10 19:27:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] pacman won't update kernel

I don't know why your mirror is lying to you. What kernel version do you have installed?

Download ftp://ftp.jaist.ac.jp/pub/Linux/ArchLin … pkg.tar.xz manually.
You need to get the dependencies too: http://www.archlinux.org/packages/core/x86_64/linux/

Offline

#7 2011-12-10 19:34:08

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [Solved] pacman won't update kernel

You've been changing mirrors so you need to do

pacman -Syyu

Two 'y' and not one.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#8 2011-12-10 20:00:59

jk121960
Member
From: Palos Hills, Illinois
Registered: 2011-12-09
Posts: 254

Re: [Solved] pacman won't update kernel

The current kernel on the image 3.0 I checked the xfce that I did this morning and it is 3.1.4 so it upgraded tis morning, with the same code. I changed mirrors after I experienced the problem, I also changed back and tried again same result.

--jerry

but I will try the Syyu,

thanks

--jerry

Last edited by jk121960 (2011-12-10 20:03:45)


Arch Awesome, Ranger & Vim the coding triple threat.

Offline

#9 2011-12-10 23:11:46

jk121960
Member
From: Palos Hills, Illinois
Registered: 2011-12-09
Posts: 254

Re: [Solved] pacman won't update kernel

OK the Pyyu worked but I am unclear as to why the other worked this morning, in any case I'm good and thanks for all your effort and help.

--jerry


Sorry
Syyu

--jerry

Last edited by jk121960 (2011-12-11 10:59:42)


Arch Awesome, Ranger & Vim the coding triple threat.

Offline

Board footer

Powered by FluxBB