You are not logged in.
This is the error I get when attempting upgrade after about 2 months. I have headers installed:
[larry@eagle Downloads]$ sudo pacman -Qi kernel26-headers
Name : kernel26-headers
Version : 2.6.39.3-1
URL : http://www.kernel.org
Licenses : GPL2
Groups : None
Provides : None
Depends On : None
Optional Deps : None
Required By : audit virtualbox
Conflicts With : None
Replaces : None
Installed Size : 42316.00 K
Packager : Thomas Bächler <thomas@archlinux.org>
Architecture : x86_64
Build Date : Sat 09 Jul 2011 06:02:41 AM PDT
Install Date : Fri 22 Jul 2011 07:02:01 PM PDT
Install Reason : Installed as a dependency for another package
Install Script : No
Description : Header files and scripts for building modules for kernel26
[larry@eagle Downloads]$ uname -r
2.6.39-ARCH
[larry@eagle Downloads]$ Any assistance appreciated...
Last edited by lagagnon (2011-09-07 03:47:25)
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
https://aur.archlinux.org/packages.php?ID=24070 is in AUR and uses linux-headers, as we're using linux 3 kernel.
Offline
Sorry, that does not mean anything to me. Are you saying I need to install audit from the AUR first?
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Why aren't you using the current kernel?
Offline
audit depends on linux-headers (kernel v. 3.x) whereas you have installed kernel26-headers (kernel 2.6.x). You need to update your packages. If your mirrors are ok you just need to pacman -Syyu. Otherwise, choose a different mirror.
Offline
If your mirrors are ok you just need to pacman -Syyu. Otherwise, choose a different mirror.
I have tried that command and still am getting the same error. How then can I force audit or force new kernel headers so I can update my system?
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Pick a fresh mirrorlist http://www.archlinux.org/mirrorlist/ and run 'pacman -Syyu'. You should get a ton of updates, including the new kernel, kernel headers etc. If linux-headers is not installed during the update, install it with 'pacman -S linux-headers'. then update audit.
Offline
OK, think I've solved it, thanks to falconindy on the IRC channel. I first of all removed the "audit" package, as it was something pulled in from AUR, for whatever reason. All seems OK now. Marked solved.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline