[MAJ] Erreur (résolu)

Reconnaissance et configuration du matériel / kernel linux
Répondre
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

[MAJ] Erreur (résolu)

Message par floflo77890 »

Bonsoir le forum,

Cette après-midi je me suis dit que j'aillais faire une mise à jour de mon system. j'ai donc utilisé la commande yaourt -Syu, tout ce passais bien et vers la fin au moment de la génération du initcpio j'ai eu une erreur. visiblement sa n'as pas toucher le systèmes vue que je peut toujours booter sur mon arch.

Donc je me suis dit que j'allais lancer un petit mkinitcpio -p linux histoire de voir si le problème perciste et voila l'erreur :

Code : Tout sélectionner

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: Unable to write to /boot/initramfs-linux.img
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: Unable to write to /boot/initramfs-linux-fallback.img

Et cette erreur quand je lance la commande en root

Code : Tout sélectionner

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.8.10-1-ARCH
  -> Running build hook: [base]
==> ERROR: file not found: `/usr/lib/modprobe.d/usb-load-ehci-first.conf'
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies                                                                                                                                      
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img                                                                                                  
==> WARNING: errors were encountered during the build. The image may not be complete.                                                                                   
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'                                                                                              
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect                                                                 
==> Starting build: 4.8.10-1-ARCH                                                                                                                                       
  -> Running build hook: [base]                                                                                                                                         
==> ERROR: file not found: `/usr/lib/modprobe.d/usb-load-ehci-first.conf'                                                                                               
  -> Running build hook: [udev]                                                                                                                                         
  -> Running build hook: [modconf]                                                                                                                                      
  -> Running build hook: [block]                                                                                                                                        
==> WARNING: Possibly missing firmware for module: wd719x                                                                                                               
==> WARNING: Possibly missing firmware for module: aic94xx                                                                                                              
  -> Running build hook: [filesystems]                                                                                                                                  
  -> Running build hook: [keyboard]                                                                                                                                     
  -> Running build hook: [fsck]                                                                                                                                         
==> Generating module dependencies                                                                                                                                      
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img                                                                                         
==> WARNING: errors were encountered during the build. The image may not be complete.        
Comment résoudre ce problème ? es ce que sa à une réel importance ?
Dernière modification par floflo77890 le sam. 03 déc. 2016, 15:19, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [MAJ] Erreur

Message par benjarobin »

Code : Tout sélectionner

pacman -Qo /usr/lib/modprobe.d/usb-load-ehci-first.conf
/usr/lib/modprobe.d/usb-load-ehci-first.conf appartient à filesystem 2015.09-1
Il te manque visiblement un fichier important...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Voila la sortie de la commande :

Code : Tout sélectionner

usr/lib/modprobe.d/usb-load-ehci-first.conf
erreur : ne peut pas lire le fichier « /usr/lib/modprobe.d/usb-load-ehci-first.conf » : Aucun fichier ou dossier de ce type
Que faire ducoup ?
Avatar de l’utilisateur
papajoke
Elfe
Messages : 779
Inscription : sam. 30 août 2014, 19:54

Re: [MAJ] Erreur

Message par papajoke »

traduction de benjarobin : réinstaller filesystem ;)
et faire un pacman -Qk histoire de vérifier que c'est le seul probleme
Arch stable - Kde 5 / zsh - btrfs/mbr - Intel Core i3 - 6Go RAM - GeForce 405 video-nouveau
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Comment réinstaller filesystem ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [MAJ] Erreur

Message par benjarobin »

Comme n'importe quel paquet...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Je viens de réinstaller filesystem et retenter un mkinitcpio mais le problème est toujours la.
Voila la sortie de pacman -Qk:

Code : Tout sélectionner

[florent@jailtech_flo ~]$ pacman -Qk
a52dec : 20 fichiers au total, 0 fichier manquant
acl : 88 fichiers au total, 0 fichier manquant
adwaita-icon-theme : 5493 fichiers au total, 0 fichier manquant
alsa-lib : 215 fichiers au total, 0 fichier manquant
alsa-utils : 92 fichiers au total, 0 fichier manquant
ambiance-graphite : 45 fichiers au total, 0 fichier manquant
apache : 530 fichiers au total, 0 fichier manquant
apr : 58 fichiers au total, 0 fichier manquant
apr-util : 64 fichiers au total, 0 fichier manquant
archlinux-keyring : 7 fichiers au total, 0 fichier manquant
at-spi2-atk : 17 fichiers au total, 0 fichier manquant
at-spi2-core : 320 fichiers au total, 0 fichier manquant
atk : 411 fichiers au total, 0 fichier manquant
atkmm : 61 fichiers au total, 0 fichier manquant
attica-qt5 : 103 fichiers au total, 0 fichier manquant
attr : 66 fichiers au total, 0 fichier manquant
autoconf : 74 fichiers au total, 0 fichier manquant
automake : 137 fichiers au total, 0 fichier manquant
avahi : 341 fichiers au total, 0 fichier manquant
awesome : 341 fichiers au total, 0 fichier manquant
baloo : 549 fichiers au total, 0 fichier manquant
baloo-widgets : 25 fichiers au total, 0 fichier manquant
bamf : 61 fichiers au total, 0 fichier manquant
bash : 235 fichiers au total, 0 fichier manquant
binutils : 306 fichiers au total, 0 fichier manquant
bison : 204 fichiers au total, 0 fichier manquant
boost-libs : 81 fichiers au total, 0 fichier manquant
bzip2 : 26 fichiers au total, 0 fichier manquant
ca-certificates : 0 du fichier total, 0 fichier manquant
ca-certificates-cacert : 10 fichiers au total, 0 fichier manquant
ca-certificates-mozilla : 7 fichiers au total, 0 fichier manquant
ca-certificates-utils : 24 fichiers au total, 0 fichier manquant
cairo : 129 fichiers au total, 0 fichier manquant
cairo-dock : 452 fichiers au total, 0 fichier manquant
cairomm : 267 fichiers au total, 0 fichier manquant
cantarell-fonts : 17 fichiers au total, 0 fichier manquant
cdparanoia : 18 fichiers au total, 0 fichier manquant
cifs-utils : 22 fichiers au total, 0 fichier manquant
clucene : 400 fichiers au total, 0 fichier manquant
compositeproto : 16 fichiers au total, 0 fichier manquant
conky : 26 fichiers au total, 0 fichier manquant
convertlit : 3 fichiers au total, 0 fichier manquant
coreutils : 427 fichiers au total, 0 fichier manquant
cracklib : 129 fichiers au total, 0 fichier manquant
cryptsetup : 74 fichiers au total, 0 fichier manquant
curl : 377 fichiers au total, 0 fichier manquant
damageproto : 16 fichiers au total, 0 fichier manquant
db : 47 fichiers au total, 0 fichier manquant
dbus : 86 fichiers au total, 0 fichier manquant
dbus-glib : 47 fichiers au total, 0 fichier manquant
dcadec : 15 fichiers au total, 0 fichier manquant
dconf : 70 fichiers au total, 0 fichier manquant
desktop-file-utils : 16 fichiers au total, 0 fichier manquant
device-mapper : 38 fichiers au total, 0 fichier manquant
dhcpcd : 37 fichiers au total, 0 fichier manquant
dialog : 188 fichiers au total, 0 fichier manquant
diffutils : 112 fichiers au total, 0 fichier manquant
dnssec-anchors : 7 fichiers au total, 0 fichier manquant
dolphin : 90 fichiers au total, 0 fichier manquant
dolphin-plugins : 20 fichiers au total, 0 fichier manquant
e2fsprogs : 177 fichiers au total, 0 fichier manquant
ebook-tools : 16 fichiers au total, 0 fichier manquant
efibootmgr : 7 fichiers au total, 0 fichier manquant
efivar : 57 fichiers au total, 0 fichier manquant
emacs : 4147 fichiers au total, 0 fichier manquant
ethtool : 7 fichiers au total, 0 fichier manquant
exempi : 23 fichiers au total, 0 fichier manquant
exiv2 : 106 fichiers au total, 0 fichier manquant
exo : 347 fichiers au total, 0 fichier manquant
expat : 20 fichiers au total, 0 fichier manquant
faad2 : 20 fichiers au total, 0 fichier manquant
faenza-icon-theme : 29700 fichiers au total, 0 fichier manquant
fakeroot : 43 fichiers au total, 0 fichier manquant
ffmpeg : 252 fichiers au total, 0 fichier manquant
ffmpeg2.8 : 153 fichiers au total, 0 fichier manquant
fftw : 55 fichiers au total, 0 fichier manquant
file : 24 fichiers au total, 0 fichier manquant
filesystem : 87 fichiers au total, 0 fichier manquant
filezilla : 884 fichiers au total, 0 fichier manquant
findutils : 135 fichiers au total, 0 fichier manquant
firefox : 95 fichiers au total, 0 fichier manquant
fixesproto : 16 fichiers au total, 0 fichier manquant
flac : 42 fichiers au total, 0 fichier manquant
flex : 102 fichiers au total, 0 fichier manquant
fontconfig : 504 fichiers au total, 0 fichier manquant
fontsproto : 20 fichiers au total, 0 fichier manquant
freetype2 : 257 fichiers au total, 0 fichier manquant
fribidi : 64 fichiers au total, 0 fichier manquant
fuse : 35 fichiers au total, 0 fichier manquant
garcon : 253 fichiers au total, 0 fichier manquant
gawk : 116 fichiers au total, 0 fichier manquant
gc : 76 fichiers au total, 0 fichier manquant
gcc : 2286 fichiers au total, 0 fichier manquant
gcc-libs : 64 fichiers au total, 0 fichier manquant
gconf : 364 fichiers au total, 0 fichier manquant
gcr : 520 fichiers au total, 0 fichier manquant
gd : 39 fichiers au total, 0 fichier manquant
gdbm : 61 fichiers au total, 0 fichier manquant
gdk-pixbuf2 : 429 fichiers au total, 0 fichier manquant
gettext : 395 fichiers au total, 0 fichier manquant
giflib : 31 fichiers au total, 0 fichier manquant
git : 766 fichiers au total, 0 fichier manquant
glew : 19 fichiers au total, 0 fichier manquant
glib-networking : 215 fichiers au total, 0 fichier manquant
glib2 : 683 fichiers au total, 0 fichier manquant
glibc : 1530 fichiers au total, 0 fichier manquant
glibmm : 453 fichiers au total, 0 fichier manquant
glu : 11 fichiers au total, 0 fichier manquant
gmp : 16 fichiers au total, 0 fichier manquant
gnome-autoar : 59 fichiers au total, 0 fichier manquant
gnome-desktop : 557 fichiers au total, 0 fichier manquant
gnome-icon-theme : 5977 fichiers au total, 0 fichier manquant
gnome-icon-theme-symbolic : 402 fichiers au total, 0 fichier manquant
gnome-themes-standard : 3908 fichiers au total, 0 fichier manquant
gnupg : 197 fichiers au total, 0 fichier manquant
gnutls : 1182 fichiers au total, 0 fichier manquant
gobject-introspection-runtime : 23 fichiers au total, 0 fichier manquant
gparted : 313 fichiers au total, 0 fichier manquant
gpgme : 71 fichiers au total, 0 fichier manquant
gpgmepp : 65 fichiers au total, 0 fichier manquant
gpm : 35 fichiers au total, 0 fichier manquant
graphite : 67 fichiers au total, 0 fichier manquant
grep : 143 fichiers au total, 0 fichier manquant
groff : 624 fichiers au total, 0 fichier manquant
grub : 1051 fichiers au total, 0 fichier manquant
gsettings-desktop-schemas : 195 fichiers au total, 0 fichier manquant
gsm : 24 fichiers au total, 0 fichier manquant
gst-plugins-base : 11 fichiers au total, 0 fichier manquant
gst-plugins-base-libs : 555 fichiers au total, 0 fichier manquant
gstreamer : 487 fichiers au total, 0 fichier manquant
gstreamer0.10 : 269 fichiers au total, 0 fichier manquant
gstreamer0.10-base : 321 fichiers au total, 0 fichier manquant
gstreamer0.10-base-plugins : 11 fichiers au total, 0 fichier manquant
gtk-engine-murrine : 9 fichiers au total, 0 fichier manquant
gtk-update-icon-cache : 9 fichiers au total, 0 fichier manquant
gtk-xfce-engine : 71 fichiers au total, 0 fichier manquant
gtk2 : 818 fichiers au total, 0 fichier manquant
gtk3 : 1710 fichiers au total, 0 fichier manquant
gtkmm : 450 fichiers au total, 0 fichier manquant
guile : 776 fichiers au total, 0 fichier manquant
avertissement : gvfs: /usr/share/polkit-1/rules.d/org.gtk.vfs.file-operations.rules (Permission non accordée)
gvfs : 367 fichiers au total, 1 fichier manquant
gzip : 32 fichiers au total, 0 fichier manquant
harfbuzz : 135 fichiers au total, 0 fichier manquant
harfbuzz-icu : 14 fichiers au total, 0 fichier manquant
hdf5 : 142 fichiers au total, 0 fichier manquant
hicolor-icon-theme : 371 fichiers au total, 0 fichier manquant
hunspell : 58 fichiers au total, 0 fichier manquant
hwids : 5 fichiers au total, 0 fichier manquant
hwinfo : 19 fichiers au total, 0 fichier manquant
hyphen : 13 fichiers au total, 0 fichier manquant
iana-etc : 11 fichiers au total, 0 fichier manquant
icu : 273 fichiers au total, 0 fichier manquant
ilmbase : 82 fichiers au total, 0 fichier manquant
imagemagick : 491 fichiers au total, 0 fichier manquant
imlib2 : 69 fichiers au total, 0 fichier manquant
inetutils : 55 fichiers au total, 0 fichier manquant
inputproto : 21 fichiers au total, 0 fichier manquant
iproute2 : 169 fichiers au total, 0 fichier manquant
iptables : 200 fichiers au total, 0 fichier manquant
iputils : 22 fichiers au total, 0 fichier manquant
iso-codes : 1089 fichiers au total, 0 fichier manquant
jack : 176 fichiers au total, 0 fichier manquant
jasper : 44 fichiers au total, 0 fichier manquant
jemalloc : 24 fichiers au total, 0 fichier manquant
jfsutils : 21 fichiers au total, 0 fichier manquant
js17 : 76 fichiers au total, 0 fichier manquant
json-c : 28 fichiers au total, 0 fichier manquant
json-glib : 245 fichiers au total, 0 fichier manquant
kactivities : 44 fichiers au total, 0 fichier manquant
karchive : 44 fichiers au total, 0 fichier manquant
kauth : 353 fichiers au total, 0 fichier manquant
kbd : 746 fichiers au total, 0 fichier manquant
kbookmarks : 301 fichiers au total, 0 fichier manquant
kbproto : 51 fichiers au total, 0 fichier manquant
kcmutils : 344 fichiers au total, 0 fichier manquant
kcodecs : 330 fichiers au total, 0 fichier manquant
kcompletion : 340 fichiers au total, 0 fichier manquant
kconfig : 340 fichiers au total, 0 fichier manquant
kconfigwidgets : 482 fichiers au total, 0 fichier manquant
kcoreaddons : 398 fichiers au total, 0 fichier manquant
kcrash : 22 fichiers au total, 0 fichier manquant
kdbusaddons : 166 fichiers au total, 0 fichier manquant
kdeclarative : 392 fichiers au total, 0 fichier manquant
kded : 46 fichiers au total, 0 fichier manquant
kdelibs4support : 2473 fichiers au total, 0 fichier manquant
kdnssd : 339 fichiers au total, 0 fichier manquant
kemoticons : 1737 fichiers au total, 0 fichier manquant
keyutils : 65 fichiers au total, 0 fichier manquant
kfilemetadata : 195 fichiers au total, 0 fichier manquant
kglobalaccel : 345 fichiers au total, 0 fichier manquant
kguiaddons : 39 fichiers au total, 0 fichier manquant
khtml : 391 fichiers au total, 0 fichier manquant
ki18n : 392 fichiers au total, 0 fichier manquant
kiconthemes : 288 fichiers au total, 0 fichier manquant
kidletime : 29 fichiers au total, 0 fichier manquant
kinit : 351 fichiers au total, 0 fichier manquant
kio : 1187 fichiers au total, 0 fichier manquant
kio-extras : 160 fichiers au total, 0 fichier manquant
kitemmodels : 65 fichiers au total, 0 fichier manquant
kitemviews : 340 fichiers au total, 0 fichier manquant
kjobwidgets : 339 fichiers au total, 0 fichier manquant
kjs : 149 fichiers au total, 0 fichier manquant
kmod : 61 fichiers au total, 0 fichier manquant
knewstuff : 385 fichiers au total, 0 fichier manquant
knotifications : 340 fichiers au total, 0 fichier manquant
knotifyconfig : 324 fichiers au total, 0 fichier manquant
konsole : 48 fichiers au total, 0 fichier manquant
kpackage : 197 fichiers au total, 0 fichier manquant
kparts : 392 fichiers au total, 0 fichier manquant
kpty : 328 fichiers au total, 0 fichier manquant
krb5 : 195 fichiers au total, 0 fichier manquant
kservice : 398 fichiers au total, 0 fichier manquant
ktextwidgets : 342 fichiers au total, 0 fichier manquant
kuiserver : 11 fichiers au total, 0 fichier manquant
kunitconversion : 203 fichiers au total, 0 fichier manquant
kwallet : 311 fichiers au total, 0 fichier manquant
kwidgetsaddons : 456 fichiers au total, 0 fichier manquant
kwindowsystem : 357 fichiers au total, 0 fichier manquant
kxmlgui : 366 fichiers au total, 0 fichier manquant
lame : 31 fichiers au total, 0 fichier manquant
lcms2 : 24 fichiers au total, 0 fichier manquant
ldb : 42 fichiers au total, 0 fichier manquant
ldns : 545 fichiers au total, 0 fichier manquant
less : 11 fichiers au total, 0 fichier manquant
libabw : 287 fichiers au total, 0 fichier manquant
libaio : 7 fichiers au total, 0 fichier manquant
libarchive : 66 fichiers au total, 0 fichier manquant
libass : 15 fichiers au total, 0 fichier manquant
libassuan : 14 fichiers au total, 0 fichier manquant
libasyncns : 15 fichiers au total, 0 fichier manquant
libatasmart : 19 fichiers au total, 0 fichier manquant
libatomic_ops : 89 fichiers au total, 0 fichier manquant
libavc1394 : 25 fichiers au total, 0 fichier manquant
libbluray : 23 fichiers au total, 0 fichier manquant
libbsd : 89 fichiers au total, 0 fichier manquant
libcap : 55 fichiers au total, 0 fichier manquant
libcap-ng : 43 fichiers au total, 0 fichier manquant
libcddb : 21 fichiers au total, 0 fichier manquant
libcdio : 87 fichiers au total, 0 fichier manquant
libcdio-paranoia : 25 fichiers au total, 0 fichier manquant
libcdr : 347 fichiers au total, 0 fichier manquant
libcmis : 54 fichiers au total, 0 fichier manquant
libcroco : 83 fichiers au total, 0 fichier manquant
libcups : 34 fichiers au total, 0 fichier manquant
libdaemon : 21 fichiers au total, 0 fichier manquant
libdatrie : 24 fichiers au total, 0 fichier manquant
libdbusmenu-qt5 : 108 fichiers au total, 0 fichier manquant
libdca : 23 fichiers au total, 0 fichier manquant
libdrm : 91 fichiers au total, 0 fichier manquant
libdvbpsi : 88 fichiers au total, 0 fichier manquant
libdvdnav : 20 fichiers au total, 0 fichier manquant
libdvdread : 28 fichiers au total, 0 fichier manquant
libe-book : 904 fichiers au total, 0 fichier manquant
libebml : 38 fichiers au total, 0 fichier manquant
libedit : 62 fichiers au total, 0 fichier manquant
libelf : 61 fichiers au total, 0 fichier manquant
libepoxy : 19 fichiers au total, 0 fichier manquant
libetonyek : 1140 fichiers au total, 0 fichier manquant
libevdev : 23 fichiers au total, 0 fichier manquant
libevent : 59 fichiers au total, 0 fichier manquant
libexif : 108 fichiers au total, 0 fichier manquant
libexttextcat : 190 fichiers au total, 0 fichier manquant
libfbclient : 27 fichiers au total, 0 fichier manquant
libffi : 23 fichiers au total, 0 fichier manquant
libfilezilla : 35 fichiers au total, 0 fichier manquant
libfontenc : 15 fichiers au total, 0 fichier manquant
libgcrypt : 20 fichiers au total, 0 fichier manquant
libgee : 18 fichiers au total, 0 fichier manquant
libglade : 45 fichiers au total, 0 fichier manquant
libgpg-error : 83 fichiers au total, 0 fichier manquant
libgtop : 367 fichiers au total, 0 fichier manquant
libgudev : 45 fichiers au total, 0 fichier manquant
libice : 24 fichiers au total, 0 fichier manquant
libid3tag : 9 fichiers au total, 0 fichier manquant
libidn : 162 fichiers au total, 0 fichier manquant
libiec61883 : 18 fichiers au total, 0 fichier manquant
libimobiledevice : 69 fichiers au total, 0 fichier manquant
libinput : 318 fichiers au total, 0 fichier manquant
libixion : 51 fichiers au total, 0 fichier manquant
libjpeg-turbo : 48 fichiers au total, 0 fichier manquant
libkate : 218 fichiers au total, 0 fichier manquant
libkeybinder2 : 9 fichiers au total, 0 fichier manquant
libksba : 14 fichiers au total, 0 fichier manquant
liblangtag : 117 fichiers au total, 0 fichier manquant
libldap : 216 fichiers au total, 0 fichier manquant
liblqr : 23 fichiers au total, 0 fichier manquant
libmad : 9 fichiers au total, 0 fichier manquant
libmariadbclient : 165 fichiers au total, 0 fichier manquant
libmatroska : 39 fichiers au total, 0 fichier manquant
libmcrypt : 17 fichiers au total, 0 fichier manquant
libmng : 21 fichiers au total, 0 fichier manquant
libmnl : 10 fichiers au total, 0 fichier manquant
libmodplug : 17 fichiers au total, 0 fichier manquant
libmpc : 10 fichiers au total, 0 fichier manquant
libmpcdec : 18 fichiers au total, 0 fichier manquant
libmpeg2 : 24 fichiers au total, 0 fichier manquant
libmspub : 401 fichiers au total, 0 fichier manquant
libmtp : 38 fichiers au total, 0 fichier manquant
libmwaw : 2738 fichiers au total, 0 fichier manquant
libnautilus-extension : 53 fichiers au total, 0 fichier manquant
libnftnl : 20 fichiers au total, 0 fichier manquant
libnl : 236 fichiers au total, 0 fichier manquant
libnotify : 39 fichiers au total, 0 fichier manquant
libodfgen : 106 fichiers au total, 0 fichier manquant
libogg : 105 fichiers au total, 0 fichier manquant
libomxil-bellagio : 67 fichiers au total, 0 fichier manquant
liborcus : 102 fichiers au total, 0 fichier manquant
libotf : 15 fichiers au total, 0 fichier manquant
libpagemaker : 19 fichiers au total, 0 fichier manquant
libpciaccess : 13 fichiers au total, 0 fichier manquant
libpipeline : 79 fichiers au total, 0 fichier manquant
libplist : 35 fichiers au total, 0 fichier manquant
libpng : 34 fichiers au total, 0 fichier manquant
libproxy : 35 fichiers au total, 0 fichier manquant
libpulse : 87 fichiers au total, 0 fichier manquant
libraw1394 : 24 fichiers au total, 0 fichier manquant
libreoffice-fresh : 4905 fichiers au total, 0 fichier manquant
librevenge : 470 fichiers au total, 0 fichier manquant
librsvg : 63 fichiers au total, 0 fichier manquant
libsamplerate : 33 fichiers au total, 0 fichier manquant
libsasl : 52 fichiers au total, 0 fichier manquant
libseccomp : 40 fichiers au total, 0 fichier manquant
libsecret : 244 fichiers au total, 0 fichier manquant
libshout : 23 fichiers au total, 0 fichier manquant
libsigc++ : 49 fichiers au total, 0 fichier manquant
libsm : 21 fichiers au total, 0 fichier manquant
libsndfile : 52 fichiers au total, 0 fichier manquant
libsoup : 335 fichiers au total, 0 fichier manquant
libsoxr : 18 fichiers au total, 0 fichier manquant
libssh : 24 fichiers au total, 0 fichier manquant
libssh2 : 186 fichiers au total, 0 fichier manquant
libstemmer : 11 fichiers au total, 0 fichier manquant
libsystemd : 12 fichiers au total, 0 fichier manquant
libtar : 88 fichiers au total, 0 fichier manquant
libtasn1 : 81 fichiers au total, 0 fichier manquant
libthai : 29 fichiers au total, 0 fichier manquant
libtheora : 104 fichiers au total, 0 fichier manquant
libtiff : 260 fichiers au total, 0 fichier manquant
libtiger : 11 fichiers au total, 0 fichier manquant
libtirpc : 90 fichiers au total, 0 fichier manquant
libtool : 77 fichiers au total, 0 fichier manquant
libtorrent-rasterbar : 225 fichiers au total, 0 fichier manquant
libtracker-sparql : 32 fichiers au total, 0 fichier manquant
libtxc_dxtn : 9 fichiers au total, 0 fichier manquant
libunique : 21 fichiers au total, 0 fichier manquant
libunistring : 54 fichiers au total, 0 fichier manquant
libunwind : 64 fichiers au total, 0 fichier manquant
libupnp : 37 fichiers au total, 0 fichier manquant
libusb : 10 fichiers au total, 0 fichier manquant
libusbmuxd : 12 fichiers au total, 0 fichier manquant
libutempter : 18 fichiers au total, 0 fichier manquant
libutil-linux : 17 fichiers au total, 0 fichier manquant
libva : 78 fichiers au total, 0 fichier manquant
libvdpau : 21 fichiers au total, 0 fichier manquant
libvisio : 530 fichiers au total, 0 fichier manquant
libvisual : 63 fichiers au total, 0 fichier manquant
libvorbis : 167 fichiers au total, 0 fichier manquant
libvpx : 27 fichiers au total, 0 fichier manquant
libwacom : 195 fichiers au total, 0 fichier manquant
libwbclient : 12 fichiers au total, 0 fichier manquant
libwebp : 49 fichiers au total, 0 fichier manquant
libwnck : 340 fichiers au total, 0 fichier manquant
libwnck3 : 358 fichiers au total, 0 fichier manquant
libwpd : 1350 fichiers au total, 0 fichier manquant
libwpg : 147 fichiers au total, 0 fichier manquant
libwps : 730 fichiers au total, 0 fichier manquant
libx11 : 1260 fichiers au total, 0 fichier manquant
libx264 : 9 fichiers au total, 0 fichier manquant
libx86emu : 11 fichiers au total, 0 fichier manquant
libxau : 25 fichiers au total, 0 fichier manquant
libxaw : 143 fichiers au total, 0 fichier manquant
libxcb : 2384 fichiers au total, 0 fichier manquant
libxcomposite : 29 fichiers au total, 0 fichier manquant
libxcursor : 52 fichiers au total, 0 fichier manquant
libxdamage : 15 fichiers au total, 0 fichier manquant
libxdg-basedir : 14 fichiers au total, 0 fichier manquant
libxdmcp : 17 fichiers au total, 0 fichier manquant
libxext : 100 fichiers au total, 0 fichier manquant
libxfce4ui : 265 fichiers au total, 0 fichier manquant
libxfce4util : 222 fichiers au total, 0 fichier manquant
libxfixes : 18 fichiers au total, 0 fichier manquant
libxfont : 29 fichiers au total, 0 fichier manquant
libxft : 19 fichiers au total, 0 fichier manquant
libxi : 96 fichiers au total, 0 fichier manquant
libxinerama : 23 fichiers au total, 0 fichier manquant
libxkbcommon : 84 fichiers au total, 0 fichier manquant
libxkbcommon-x11 : 14 fichiers au total, 0 fichier manquant
libxkbfile : 20 fichiers au total, 0 fichier manquant
libxklavier : 42 fichiers au total, 0 fichier manquant
libxml2 : 365 fichiers au total, 0 fichier manquant
libxmu : 45 fichiers au total, 0 fichier manquant
libxpm : 21 fichiers au total, 0 fichier manquant
libxrandr : 32 fichiers au total, 0 fichier manquant
libxrender : 18 fichiers au total, 0 fichier manquant
libxres : 23 fichiers au total, 0 fichier manquant
libxshmfence : 14 fichiers au total, 0 fichier manquant
libxslt : 166 fichiers au total, 0 fichier manquant
libxss : 29 fichiers au total, 0 fichier manquant
libxt : 340 fichiers au total, 0 fichier manquant
libxtst : 33 fichiers au total, 0 fichier manquant
libxv : 43 fichiers au total, 0 fichier manquant
libxvmc : 21 fichiers au total, 0 fichier manquant
libxxf86vm : 40 fichiers au total, 0 fichier manquant
libzip : 130 fichiers au total, 0 fichier manquant
licenses : 57 fichiers au total, 0 fichier manquant
linux : 4627 fichiers au total, 0 fichier manquant
linux-api-headers : 799 fichiers au total, 0 fichier manquant
linux-firmware : 1535 fichiers au total, 0 fichier manquant
llvm-libs : 13 fichiers au total, 0 fichier manquant
lmdb : 22 fichiers au total, 0 fichier manquant
logrotate : 19 fichiers au total, 0 fichier manquant
lpsolve : 31 fichiers au total, 0 fichier manquant
lua : 37 fichiers au total, 0 fichier manquant
lua-lgi : 127 fichiers au total, 0 fichier manquant
lvm2 : 174 fichiers au total, 0 fichier manquant
lz4 : 23 fichiers au total, 0 fichier manquant
lzo : 33 fichiers au total, 0 fichier manquant
m17n-db : 595 fichiers au total, 0 fichier manquant
m17n-lib : 39 fichiers au total, 0 fichier manquant
m4 : 11 fichiers au total, 0 fichier manquant
make : 89 fichiers au total, 0 fichier manquant
man-db : 212 fichiers au total, 0 fichier manquant
man-pages : 3478 fichiers au total, 0 fichier manquant
mariadb : 282 fichiers au total, 0 fichier manquant
mariadb-clients : 19 fichiers au total, 0 fichier manquant
mdadm : 36 fichiers au total, 0 fichier manquant
media-player-info : 266 fichiers au total, 0 fichier manquant
mesa : 112 fichiers au total, 0 fichier manquant
mesa-libgl : 22 fichiers au total, 0 fichier manquant
mime-types : 2 fichiers au total, 0 fichier manquant
mkinitcpio : 80 fichiers au total, 0 fichier manquant
mkinitcpio-busybox : 4 fichiers au total, 0 fichier manquant
mozilla-common : 4 fichiers au total, 0 fichier manquant
mpfr : 26 fichiers au total, 0 fichier manquant
mtdev : 17 fichiers au total, 0 fichier manquant
nano : 175 fichiers au total, 0 fichier manquant
nautilus : 405 fichiers au total, 0 fichier manquant
nautilus-sendto : 263 fichiers au total, 0 fichier manquant
ncurses : 3709 fichiers au total, 0 fichier manquant
neon : 215 fichiers au total, 0 fichier manquant
net-tools : 27 fichiers au total, 0 fichier manquant
netcdf : 30 fichiers au total, 0 fichier manquant
netctl : 81 fichiers au total, 0 fichier manquant
nettle : 80 fichiers au total, 0 fichier manquant
noto-fonts : 115 fichiers au total, 0 fichier manquant
npth : 12 fichiers au total, 0 fichier manquant
nspr : 72 fichiers au total, 0 fichier manquant
nss : 152 fichiers au total, 0 fichier manquant
ntfs-3g : 103 fichiers au total, 0 fichier manquant
numix-circle-icon-theme-git : 4348 fichiers au total, 0 fichier manquant
numix-icon-theme-git : 29263 fichiers au total, 0 fichier manquant
numix-themes : 263 fichiers au total, 0 fichier manquant
ocl-icd : 18 fichiers au total, 0 fichier manquant
opencore-amr : 18 fichiers au total, 0 fichier manquant
openexr : 138 fichiers au total, 0 fichier manquant
openjpeg : 29 fichiers au total, 0 fichier manquant
openjpeg2 : 490 fichiers au total, 0 fichier manquant
openresolv : 21 fichiers au total, 0 fichier manquant
openslp : 86 fichiers au total, 0 fichier manquant
openssh : 58 fichiers au total, 0 fichier manquant
openssl : 1724 fichiers au total, 0 fichier manquant
opus : 144 fichiers au total, 0 fichier manquant
orc : 97 fichiers au total, 0 fichier manquant
p11-kit : 87 fichiers au total, 0 fichier manquant
p7zip : 106 fichiers au total, 0 fichier manquant
package-query : 7 fichiers au total, 0 fichier manquant
pacman : 349 fichiers au total, 0 fichier manquant
pacman-mirrorlist : 3 fichiers au total, 0 fichier manquant
pam : 637 fichiers au total, 0 fichier manquant
pambase : 8 fichiers au total, 0 fichier manquant
pango : 141 fichiers au total, 0 fichier manquant
pangomm : 73 fichiers au total, 0 fichier manquant
parted : 115 fichiers au total, 0 fichier manquant
patch : 7 fichiers au total, 0 fichier manquant
pciutils : 24 fichiers au total, 0 fichier manquant
pcmciautils : 21 fichiers au total, 0 fichier manquant
pcre : 211 fichiers au total, 0 fichier manquant
pcre2 : 207 fichiers au total, 0 fichier manquant
perl : 2612 fichiers au total, 0 fichier manquant
perl-error : 11 fichiers au total, 0 fichier manquant
perl-uri : 73 fichiers au total, 0 fichier manquant
phonon-qt5 : 209 fichiers au total, 0 fichier manquant
phonon-qt5-gstreamer : 27 fichiers au total, 0 fichier manquant
php : 370 fichiers au total, 0 fichier manquant
php-apache : 10 fichiers au total, 0 fichier manquant
php-mcrypt : 5 fichiers au total, 0 fichier manquant
phpmyadmin : 2592 fichiers au total, 0 fichier manquant
pinentry : 12 fichiers au total, 0 fichier manquant
pixman : 15 fichiers au total, 0 fichier manquant
pkg-config : 13 fichiers au total, 0 fichier manquant
avertissement : polkit: /etc/polkit-1/rules.d/50-default.rules (Permission non accordée)
polkit : 155 fichiers au total, 1 fichier manquant
polkit-gnome : 158 fichiers au total, 0 fichier manquant
polkit-qt5 : 51 fichiers au total, 0 fichier manquant
poppler : 178 fichiers au total, 0 fichier manquant
poppler-qt5 : 18 fichiers au total, 0 fichier manquant
popt : 114 fichiers au total, 0 fichier manquant
procps-ng : 85 fichiers au total, 0 fichier manquant
psmisc : 101 fichiers au total, 0 fichier manquant
pygobject2-devel : 18 fichiers au total, 0 fichier manquant
pygtk : 678 fichiers au total, 0 fichier manquant
python : 6792 fichiers au total, 0 fichier manquant
python-dbus-common : 17 fichiers au total, 0 fichier manquant
python2 : 4724 fichiers au total, 0 fichier manquant
python2-cairo : 14 fichiers au total, 0 fichier manquant
python2-dbus : 62 fichiers au total, 0 fichier manquant
python2-gobject2 : 111 fichiers au total, 0 fichier manquant
python2-urwid : 139 fichiers au total, 0 fichier manquant
qbittorrent : 51 fichiers au total, 0 fichier manquant
qt4 : 4081 fichiers au total, 0 fichier manquant
qt5-base : 3316 fichiers au total, 0 fichier manquant
qt5-declarative : 841 fichiers au total, 0 fichier manquant
qt5-script : 190 fichiers au total, 0 fichier manquant
qt5-svg : 56 fichiers au total, 0 fichier manquant
qt5-x11extras : 31 fichiers au total, 0 fichier manquant
qt5-xmlpatterns : 433 fichiers au total, 0 fichier manquant
randrproto : 16 fichiers au total, 0 fichier manquant
raptor : 119 fichiers au total, 0 fichier manquant
rasqal : 65 fichiers au total, 0 fichier manquant
readline : 50 fichiers au total, 0 fichier manquant
recordproto : 17 fichiers au total, 0 fichier manquant
redland : 100 fichiers au total, 0 fichier manquant
reiserfsprogs : 37 fichiers au total, 0 fichier manquant
renderproto : 16 fichiers au total, 0 fichier manquant
rfkill : 18 fichiers au total, 0 fichier manquant
s-nail : 16 fichiers au total, 0 fichier manquant
schroedinger : 90 fichiers au total, 0 fichier manquant
scrnsaverproto : 16 fichiers au total, 0 fichier manquant
sdl : 223 fichiers au total, 0 fichier manquant
sdl2 : 92 fichiers au total, 0 fichier manquant
sdl_image : 14 fichiers au total, 0 fichier manquant
sed : 124 fichiers au total, 0 fichier manquant
shadow : 559 fichiers au total, 0 fichier manquant
shared-mime-info : 235 fichiers au total, 0 fichier manquant
smbclient : 221 fichiers au total, 0 fichier manquant
solid : 246 fichiers au total, 0 fichier manquant
sonnet : 363 fichiers au total, 0 fichier manquant
speex : 32 fichiers au total, 0 fichier manquant
speexdsp : 22 fichiers au total, 0 fichier manquant
sqlite : 24 fichiers au total, 0 fichier manquant
startup-notification : 16 fichiers au total, 0 fichier manquant
sudo : 183 fichiers au total, 0 fichier manquant
sysfsutils : 19 fichiers au total, 0 fichier manquant
systemd : 1364 fichiers au total, 0 fichier manquant
systemd-sysvcompat : 18 fichiers au total, 0 fichier manquant
taglib : 120 fichiers au total, 0 fichier manquant
talloc : 23 fichiers au total, 0 fichier manquant
tar : 131 fichiers au total, 0 fichier manquant
tdb : 25 fichiers au total, 0 fichier manquant
tevent : 13 fichiers au total, 0 fichier manquant
texinfo : 546 fichiers au total, 0 fichier manquant
thin-provisioning-tools : 40 fichiers au total, 0 fichier manquant
thunar : 279 fichiers au total, 0 fichier manquant
thunar-archive-plugin : 154 fichiers au total, 0 fichier manquant
thunar-volman : 176 fichiers au total, 0 fichier manquant
tree : 7 fichiers au total, 0 fichier manquant
tslib : 39 fichiers au total, 0 fichier manquant
ttf-dejavu : 45 fichiers au total, 0 fichier manquant
tumbler : 233 fichiers au total, 0 fichier manquant
tzdata : 1848 fichiers au total, 0 fichier manquant
udisks2 : 366 fichiers au total, 0 fichier manquant
unzip : 18 fichiers au total, 0 fichier manquant
upower : 73 fichiers au total, 0 fichier manquant
usbutils : 15 fichiers au total, 0 fichier manquant
util-linux : 466 fichiers au total, 0 fichier manquant
v4l-utils : 266 fichiers au total, 0 fichier manquant
vi : 25 fichiers au total, 0 fichier manquant
vid.stab : 24 fichiers au total, 0 fichier manquant
videoproto : 19 fichiers au total, 0 fichier manquant
vlc : 1007 fichiers au total, 0 fichier manquant
vte-common : 3 fichiers au total, 0 fichier manquant
vte3 : 357 fichiers au total, 0 fichier manquant
wayland : 279 fichiers au total, 0 fichier manquant
wayland-protocols : 38 fichiers au total, 0 fichier manquant
which : 9 fichiers au total, 0 fichier manquant
wicd : 250 fichiers au total, 0 fichier manquant
wicd-gtk : 151 fichiers au total, 0 fichier manquant
wireless_tools : 68 fichiers au total, 0 fichier manquant
wpa_supplicant : 32 fichiers au total, 0 fichier manquant
wxgtk : 870 fichiers au total, 0 fichier manquant
x265 : 11 fichiers au total, 0 fichier manquant
xbitmaps : 81 fichiers au total, 0 fichier manquant
xcb-proto : 66 fichiers au total, 0 fichier manquant
xcb-util : 20 fichiers au total, 0 fichier manquant
xcb-util-cursor : 14 fichiers au total, 0 fichier manquant
xcb-util-image : 16 fichiers au total, 0 fichier manquant
xcb-util-keysyms : 14 fichiers au total, 0 fichier manquant
xcb-util-renderutil : 14 fichiers au total, 0 fichier manquant
xcb-util-wm : 19 fichiers au total, 0 fichier manquant
xdg-utils : 25 fichiers au total, 0 fichier manquant
xextproto : 60 fichiers au total, 0 fichier manquant
xf86-input-evdev : 21 fichiers au total, 0 fichier manquant
xf86-video-intel : 26 fichiers au total, 0 fichier manquant
xf86vidmodeproto : 14 fichiers au total, 0 fichier manquant
xfce4-appfinder : 188 fichiers au total, 0 fichier manquant
xfce4-mixer : 179 fichiers au total, 0 fichier manquant
xfce4-panel : 320 fichiers au total, 0 fichier manquant
xfce4-power-manager : 285 fichiers au total, 0 fichier manquant
xfce4-session : 259 fichiers au total, 0 fichier manquant
xfce4-settings : 203 fichiers au total, 0 fichier manquant
xfce4-terminal : 259 fichiers au total, 0 fichier manquant
xfconf : 222 fichiers au total, 0 fichier manquant
xfdesktop : 220 fichiers au total, 0 fichier manquant
xfsprogs : 93 fichiers au total, 0 fichier manquant
xfwm4 : 955 fichiers au total, 0 fichier manquant
xfwm4-themes : 5175 fichiers au total, 0 fichier manquant
xineramaproto : 12 fichiers au total, 0 fichier manquant
xkeyboard-config : 448 fichiers au total, 0 fichier manquant
xorg-bdftopcf : 10 fichiers au total, 0 fichier manquant
xorg-font-util : 36 fichiers au total, 0 fichier manquant
xorg-font-utils : 0 du fichier total, 0 fichier manquant
xorg-fonts-alias : 14 fichiers au total, 0 fichier manquant
xorg-fonts-encodings : 59 fichiers au total, 0 fichier manquant
xorg-fonts-misc : 455 fichiers au total, 0 fichier manquant
xorg-iceauth : 10 fichiers au total, 0 fichier manquant
xorg-luit : 10 fichiers au total, 0 fichier manquant
xorg-mkfontdir : 10 fichiers au total, 0 fichier manquant
xorg-mkfontscale : 10 fichiers au total, 0 fichier manquant
xorg-server : 50 fichiers au total, 0 fichier manquant
xorg-server-common : 15 fichiers au total, 0 fichier manquant
xorg-server-utils : 0 du fichier total, 0 fichier manquant
xorg-sessreg : 10 fichiers au total, 0 fichier manquant
xorg-setxkbmap : 10 fichiers au total, 0 fichier manquant
xorg-xauth : 10 fichiers au total, 0 fichier manquant
xorg-xbacklight : 10 fichiers au total, 0 fichier manquant
xorg-xcmsdb : 10 fichiers au total, 0 fichier manquant
xorg-xgamma : 10 fichiers au total, 0 fichier manquant
xorg-xhost : 10 fichiers au total, 0 fichier manquant
xorg-xinit : 17 fichiers au total, 0 fichier manquant
xorg-xinput : 10 fichiers au total, 0 fichier manquant
xorg-xkbcomp : 13 fichiers au total, 0 fichier manquant
xorg-xmessage : 14 fichiers au total, 0 fichier manquant
xorg-xmodmap : 10 fichiers au total, 0 fichier manquant
xorg-xrandr : 10 fichiers au total, 0 fichier manquant
xorg-xrdb : 10 fichiers au total, 0 fichier manquant
xorg-xrefresh : 10 fichiers au total, 0 fichier manquant
xorg-xset : 10 fichiers au total, 0 fichier manquant
xorg-xsetroot : 10 fichiers au total, 0 fichier manquant
xproto : 43 fichiers au total, 0 fichier manquant
xterm : 36 fichiers au total, 0 fichier manquant
xvidcore : 7 fichiers au total, 0 fichier manquant
xz : 119 fichiers au total, 0 fichier manquant
yajl : 21 fichiers au total, 0 fichier manquant
yaourt : 112 fichiers au total, 0 fichier manquant
zita-alsa-pcmi : 10 fichiers au total, 0 fichier manquant
zita-resampler : 27 fichiers au total, 0 fichier manquant
zlib : 18 fichiers au total, 0 fichier manquant
zvbi : 49 fichiers au total, 0 fichier manquant
[florent@jailtech_flo ~]$ 
Avatar de l’utilisateur
waitnsea
Maître du Kyudo
Messages : 2114
Inscription : jeu. 15 mars 2012, 05:08

Re: [MAJ] Erreur

Message par waitnsea »

Bonjour,
Tu seras plus lisible avec :

Code : Tout sélectionner

sudo pacman -Qk |grep -v "0 fichier manquant"
1) en sudo pour ne pas "sortir" des problèmes de droits pour l'user
2) avec -v qui inverse la recherche pour ne pas avoir une longue liste de ce qui va bien...
Avatar de l’utilisateur
papajoke
Elfe
Messages : 779
Inscription : sam. 30 août 2014, 19:54

Re: [MAJ] Erreur

Message par papajoke »

@ waitnsea
je prefère une redirection

Code : Tout sélectionner

sudo pacman -Qk 1>/dev/null 
@ floflo77890
suis perdu, le retour de

Code : Tout sélectionner

ls -l /usr/lib/modprobe.d/usb-load-ehci-first.conf
Arch stable - Kde 5 / zsh - btrfs/mbr - Intel Core i3 - 6Go RAM - GeForce 405 video-nouveau
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Re

Voila la sortie de la commande

Code : Tout sélectionner

[florent@jailtech_flo ~]$ ls -l /usr/lib/modprobe.d/usb-load-ehci-first.conf
ls: impossible d'accéder à '/usr/lib/modprobe.d/usb-load-ehci-first.conf': Aucun fichier ou dossier de ce type
Donc le fichier est bien manquant je ne comprend pas pourquoi le pacman -Qk n'a rien montré .
jean_no
yeomen
Messages : 284
Inscription : dim. 09 sept. 2007, 12:19

Re: [MAJ] Erreur

Message par jean_no »

Salut

Tu n'aurais pas activer (par inadvertance) les dépôts testings?
Car ton erreur ressemble beaucoup à ce bug :
FS#51967 - [mkinitcpio] missing /usr/lib/modprobe.d/usb-load-ehci-first.conf
https://bugs.archlinux.org/task/51967?p ... &sort=desc
A+
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Oui je ne sais pas comment cela se fait qu'il est été activé, je n'est pourtant pas modifié le pacman.conf. Ducoup je viens de recomenter la ligne de testting.

Ducoup comment faire pour régénerer le kernel ?
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

D'aorès le commentaire de la page du beug, l'erreur est innofensive et sera réglé à la prochaine version de version de mkinitcpio.

Ducoup je doit passer le sujet en résolu ?
Avatar de l’utilisateur
onyx67
Elfe
Messages : 766
Inscription : dim. 06 nov. 2011, 18:12
Localisation : Alsace

Re: [MAJ] Erreur

Message par onyx67 »

Personnellement je tenterai une mise à jour (sans testing) en forçant la synchronisation: pacman -Syyu
"La complication est un effet de la simplicité mal acquise"

Intel i5-2320; Nvidia GeForce GT 520; ATA Hitachi 2To; ArchLinux-KDE
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17235
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [MAJ] Erreur

Message par benjarobin »

Ce que tu demandes de faire ne fera rien... Par contre pacman -Syyuu oui
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
onyx67
Elfe
Messages : 766
Inscription : dim. 06 nov. 2011, 18:12
Localisation : Alsace

Re: [MAJ] Erreur

Message par onyx67 »

@benjarobin: ma commande était en effet incomplète. Merci pour la correction.
"La complication est un effet de la simplicité mal acquise"

Intel i5-2320; Nvidia GeForce GT 520; ATA Hitachi 2To; ArchLinux-KDE
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Visiblement la commade de benjarobin fonctionne bien, aucune erreur lors de la génération du kernel.
Serait t'il possible de m'expliquer la commande pour savoir exacement ce quelle fait svp ?
Avatar de l’utilisateur
onyx67
Elfe
Messages : 766
Inscription : dim. 06 nov. 2011, 18:12
Localisation : Alsace

Re: [MAJ] Erreur

Message par onyx67 »

Extrait du man:
- option -S: This will search each package in the sync databases for names or descriptions that match regexp. When you include multiple search terms, only packages with descriptions matching ALL of those terms will be returned.
- option -yy: (...) Passing two --refresh or -y flags will force a refresh of all package databases, even if they appear to be up-to-date.
- option -uu: (...) Pass this option twice to enable package downgrades; in this case, pacman will select sync packages whose versions do not match with the local versions. This can be useful when the user switches from a testing repository to a stable one.
"La complication est un effet de la simplicité mal acquise"

Intel i5-2320; Nvidia GeForce GT 520; ATA Hitachi 2To; ArchLinux-KDE
Avatar de l’utilisateur
papajoke
Elfe
Messages : 779
Inscription : sam. 30 août 2014, 19:54

Re: [MAJ] Erreur

Message par papajoke »

ou pacman -Sh pour avoir la version française
Arch stable - Kde 5 / zsh - btrfs/mbr - Intel Core i3 - 6Go RAM - GeForce 405 video-nouveau
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [MAJ] Erreur

Message par floflo77890 »

Visiblement avec la nouvelle version de mkinitcpio il n'y a plus de soucis lors des mises à jours. Je passe donc le sujet en résolu. Je vous remercie encore pour vos réponses.
Répondre