Page 2 sur 2

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 15:35
par jaco
Bien vu.. Il y a effectivement un message au début... Maintenant, je ne sais pas comment résoudre le problème vu que ça marche si je fais ensuite "depmod -a" à la main :(

Code : Tout sélectionner

[2011-05-11 10:21] starting full system upgrade
[2011-05-11 10:23] >>> Updating module dependencies. Please wait ...
[2011-05-11 10:23] /tmp/alpm_oYp3Tb/.INSTALL: ligne87: depmod : commande introuvable
[2011-05-11 10:23] >>> MKINITCPIO SETUP
[2011-05-11 10:23] >>> ----------------
[2011-05-11 10:23] >>> If you use LVM2, Encrypted root or software RAID,
[2011-05-11 10:23] >>> Ensure you enable support in /etc/mkinitcpio.conf .
[2011-05-11 10:23] >>> More information about mkinitcpio setup can be found here:
[2011-05-11 10:23] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
[2011-05-11 10:23] 
[2011-05-11 10:23] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2011-05-11 10:23] ==> Building image "default"
[2011-05-11 10:23] ==> Running command: /sbin/mkinitcpio -k 2.6.38-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2011-05-11 10:23] :: Begin build
[2011-05-11 10:23] :: Parsing hook [base]
[2011-05-11 10:23] :: Parsing hook [udev]
[2011-05-11 10:23] :: Parsing hook [autodetect]
[2011-05-11 10:23] :: Parsing hook [pata]
[2011-05-11 10:23] :: Parsing hook [scsi]
[2011-05-11 10:23] :: Parsing hook [sata]
[2011-05-11 10:23] :: Parsing hook [filesystems]
[2011-05-11 10:23] :: Generating module dependencies
[2011-05-11 10:23] :: Generating image '/boot/kernel26.img'...SUCCESS
[2011-05-11 10:23] ==> SUCCESS
[2011-05-11 10:23] ==> Building image "fallback"
[2011-05-11 10:23] ==> Running command: /sbin/mkinitcpio -k 2.6.38-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
[2011-05-11 10:23] :: Begin build
[2011-05-11 10:23] :: Parsing hook [base]
[2011-05-11 10:23] :: Parsing hook [udev]
[2011-05-11 10:23] :: Parsing hook [pata]
[2011-05-11 10:23] :: Parsing hook [scsi]
[2011-05-11 10:23] :: Parsing hook [sata]
[2011-05-11 10:23] :: Parsing hook [filesystems]
[2011-05-11 10:24] :: Generating module dependencies
[2011-05-11 10:24] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
[2011-05-11 10:24] ==> SUCCESS
[2011-05-11 10:24] upgraded kernel26 (2.6.38.5-1 -> 2.6.38.6-1)
[2011-05-11 10:24] upgraded kernel26-headers (2.6.38.5-1 -> 2.6.38.6-1)

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 15:57
par tuxce
T'as peut être un souci de $PATH en root (selon comment tu lances pacman)

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 15:59
par jaco
En fait, je ne lance pas pacman mais yaourt en faisant "yaourt -Syu --aur"...

La prochaine fois, je tenterai avec un "sudo pacman" pour voir si ça change quelque chose.

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 16:12
par tuxce
Le principe reste le même, yaourt appelle pacman avec soit "sudo", soit "su", j'imagine que c'est "sudo" vu que t'en parles, sudo n'initialisant pas la variable $PATH, regarde ce que t'as pour ton utilisateur, mais à priori, tu ne dois pas avoir le /sbin
(tu devrais le signaler sur le bugtracker)

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 16:25
par jaco
Effectivement, je n'avais pas le /sbin pour les utilisateurs non root. Je l'ai rajouté à la suite de ton message précédent.

Je vais tenter d'expliquer tout ça dans le bugtracker...

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 16:28
par tuxce
Il y a un ticket d'ouvert FS #20092 (il date quand même ...)

Re: [Noyau] Plus aucun module après MAJ du noyau (Résolu)

Publié : mer. 11 mai 2011, 16:43
par jaco
J'ai posté un petit commentaire, histoire de réveiller le truc :)