Bon bah j'ai trouvé une solution qui me contente pas vraiment mais bon, faute de mieux je ferais comme ça.
Le problème vient apparemment bien du kernel 3.
Après avoir fais des tonnes et des tonnes de bidouilles à retourner le système dans tous les sens j'ai préféré faire une réinstallation.
Pour ça c'est simple il suffit d'installer le système avant le passage au kernel 3.0.
Le kernel 3.0 a été implanté le 8 août 2011, il suffit donc de faire une installation netinstall et d'utiliser
ARM au 7 août 2011.
Pour ça c'est simple à l'installation d'Archlinux on modifie le fichier :
/etc/pacman.conf et :
On
commente :
Include = /etc/pacman.d/mirrorlist dans core, extra et community et à la place :
On ajoute :
Server = http://arm.konnichi.com/2011/08/07/core/os/x86_64 dans core, extra et community.
Quand vous lancez /arch/setup et que vous sélectionnez un mirror vous faites manuel tout en bas puis :
Vous tappez :
http://arm.konnichi.com/2011/08/07/core/os/x86_64
Lorsque vous arrivez à Configure System vous modifiez pacman.conf et vous faites la même chose qu'en haut c'est à dire :
On
commente :
Include = /etc/pacman.d/mirrorlist dans core, extra et community et à la place :
On ajoute :
Server = http://arm.konnichi.com/2011/08/07/core/os/x86_64 dans core, extra et community.
En gros voici le
fichier pacman.conf :
Avant :
Code : Tout sélectionner
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository 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
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace
#
# 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
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# 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.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include 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]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#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
Après :
Code : Tout sélectionner
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository 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
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace
#
# 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
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# 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.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include 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]
#Include = /etc/pacman.d/mirrorlist
Server = http://arm.konnichi.com/2011/08/07/core/os/x86_64
[extra]
#Include = /etc/pacman.d/mirrorlist
Server = http://arm.konnichi.com/2011/08/07/extra/os/x86_64
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
#Include = /etc/pacman.d/mirrorlist
Server = http://arm.konnichi.com/2011/08/07/community/os/x86_64
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#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
J'espère avoir une explication à ce bug très vite car à ma façon on contourne le problème mais c'est tout.
Par la suite si tout fonctionne on peut donner à pacman un comportement normal d'update mais pour l'instant il faut absolument refuser de changer kernel26 par core/linux quand pacman le demande.
Il faudra donc penser aussi à vérifier
/etc/pacman.d/mirrorlist :
Voici le haut du fichier, trop long à copier en intégralité :
Code : Tout sélectionner
Server = ftp://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
Server = ftp://mir1.archlinux.fr/archlinux/$repo/os/$arch
Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
##
## Arch Linux repository mirrorlist
## Generated on 2011-07-03
##
## Any
#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
#Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch