You are not logged in.
Yesterday I did a full system upgrade (pacman -Syu) and noticed that I am still running kernel 2.6.23.1-2 (2.6.23-ARCH).
Is there something that I missed?
Thanks,
JTD
Offline
Perhaps your mirror hasn't synced yet. Some mirrors are slower than others.
Offline
1. Was the mirror you used sync'd to include the newest kernel?
2. Is there anything in your pacman.conf that would prevent a kernel upgrade?
3. What is the output of:
# pacman -S kernel26
/path/to/Truth
Offline
kernel26 2.6.23.1-2? That's like...really old. Like October 15 of last year. I think your mirror is dead.
Offline
1. Was the mirror you used sync'd to include the newest kernel?
2. Is there anything in your pacman.conf that would prevent a kernel upgrade?3. What is the output of:
# pacman -S kernel26
Hi, was away for a few days so couldnot reply. Here is the output you requested.
1) Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
2) As for my pacman.conf, here it is.
# /etc/pacman.conf
#
# See the pacman manpage for option directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# Testing is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
# Unstable is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
[kdemod]
Server = http://kdemod.ath.cx/repo/current/i686
3) output of pacman -S kernel26 is:
warning: kernel26-2.6.23.14-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets: kernel26-2.6.23.14-1
Total Download Size: 0.00 MB
Total Installed Size: 22.97 MB
Proceed with installation? [Y/n]
I have successfully upgraded in the past, could this be some how related to the new version of pacman?
Thanks for any help.
JTD
Offline
pacman -Syu ... then pacman -Ss kernel26? does it show new kernel?
Mr Green
Offline
pacman -Syyu
this will force the download.
Offline