You are not logged in.

#1 2008-02-12 03:39:46

JTD
Member
From: Port Moody,BC
Registered: 2006-06-26
Posts: 27

Pacman doesnot upgrade to latest kernel

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

#2 2008-02-12 04:06:49

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,400
Website

Re: Pacman doesnot upgrade to latest kernel

Perhaps your mirror hasn't synced yet.  Some mirrors are slower than others.

Offline

#3 2008-02-12 04:10:07

McQueen
Member
From: Arizona
Registered: 2006-03-20
Posts: 387

Re: Pacman doesnot upgrade to latest kernel

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

#4 2008-02-12 06:02:25

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: Pacman doesnot upgrade to latest kernel

kernel26 2.6.23.1-2?  That's like...really old. Like October 15 of last year. I think your mirror is dead.

http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup

Offline

#5 2008-02-13 15:43:15

JTD
Member
From: Port Moody,BC
Registered: 2006-06-26
Posts: 27

Re: Pacman doesnot upgrade to latest kernel

McQueen wrote:

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

#6 2008-02-13 16:07:17

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Pacman doesnot upgrade to latest kernel

pacman -Syu ... then pacman -Ss kernel26? does it show new kernel?


Mr Green

Offline

#7 2008-02-13 16:26:47

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: Pacman doesnot upgrade to latest kernel

pacman -Syyu

this will force the download.

Offline

Board footer

Powered by FluxBB