[Démarrage] Latence triggering uevents (résolut)
Publié : sam. 10 oct. 2015, 23:41
Sur mon deuxième pc D620 Archlinux j'ai pas le temps de lire! Mais là il lui faut plus de 10 secondes pour passer l'étape!
Forum d'entraide ! Posez vos questions ici
https://forums.archlinux.fr/
dmesg -T
pour lire au calme et trouver le problèmesystemd-analyze blame
?Code : Tout sélectionner
[ven. déc. 18 17:48:57 2015] hid-generic 0003:0463:FFFF.0006: hiddev0,hidraw5: USB HID v1.10 Device [EATON Ellipse MAX] on usb-0000:00:14.0-12/input0
[ven. déc. 18 17:49:13 2015] scsi host12: ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=16
Code : Tout sélectionner
[ven. déc. 18 17:49:15 2015] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[ven. déc. 18 17:49:16 2015] e1000e: eno1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
Code : Tout sélectionner
[ven. déc. 18 17:49:16 2015] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[ven. déc. 18 17:50:03 2015] EXT4-fs (sdd2): mounting ext2 file system using the ext4 subsystem
Extra cette commande!:waitnsea a écrit :Bonsoir,
Essaiesystemd-analyze blame
?
Code : Tout sélectionner
1.130s xdm.service
661ms man-db.service
290ms dev-sdc3.device
211ms network.service
193ms mnt-WIN.mount
159ms mnt-WINDOCS.mount
148ms systemd-fsck@dev-disk-by\x2duuid-58d1a8ed\x2dbcdb\x2d4c9c\x2d8c48\x2df1d50fa43a7f.service
99ms systemd-journald.service
82ms systemd-udev-trigger.service
59ms udisks2.service
40ms user@1000.service
40ms colord.service
34ms alsa-restore.service
30ms systemd-vconsole-setup.service
27ms systemd-udevd.service
27ms mnt-MAISON.mount
23ms polkit.service
19ms systemd-journal-flush.service
16ms shadow.service
14ms systemd-tmpfiles-setup-dev.service
14ms kmod-static-nodes.service
14ms systemd-remount-fs.service
11ms ntpd.service
11ms logrotate.service
11ms sys-kernel-debug.mount
10ms tmp.mount
9ms avahi-daemon.service
9ms systemd-logind.service
9ms dev-mqueue.mount
8ms systemd-sysctl.service
7ms dev-disk-by\x2duuid-1dcdf1d0\x2d436b\x2d4a1b\x2d9f6a\x2d62cfecf04da6.swap
7ms dev-hugepages.mount
7ms systemd-tmpfiles-clean.service
7ms systemd-tmpfiles-setup.service
6ms upower.service
5ms systemd-random-seed.service
4ms systemd-update-utmp.service
3ms systemd-user-sessions.service
3ms sys-kernel-config.mount
2ms rtkit-daemon.service
2ms sys-fs-fuse-connections.mount
Grosse contradiction avec le résultat depepit a écrit :... plus de 50s à chaque démarrage ...
systemd-analyze blame
. Ça fait penser à une erreur d'UUID sur la swap.sudo blkid
et le contenu de ton /etc/fstab
.Code : Tout sélectionner
[pepit@wawa ~]$ sudo blkid
Mot de passe [sudo] de pepit :
/dev/sdb1: LABEL="MAISON" UUID="58d1a8ed-bcdb-4c9c-8c48-f1d50fa43a7f" TYPE="ext4" PARTUUID="000d6282-01"
/dev/sda1: LABEL="WINDOCS" UUID="36BFED20536BF2DA" TYPE="ntfs" PARTUUID="0000a3df-01"
/dev/sdc1: LABEL="WIN" UUID="153CDC187BD4AC49" TYPE="ntfs" PARTUUID="dccf69bb-01"
/dev/sdc2: LABEL="Boot" UUID="fb39eeab-5591-46e0-92bb-36b2ee977a97" TYPE="ext2" PARTUUID="dccf69bb-02"
/dev/sdc3: LABEL="Linux" UUID="3a95fe6d-3723-4497-b395-9f76a296077b" TYPE="ext4" PARTUUID="dccf69bb-03"
/dev/sdc4: LABEL="Swap" UUID="1dcdf1d0-436b-4a1b-9f6a-62cfecf04da6" TYPE="swap" PARTUUID="dccf69bb-04"
/dev/sdd1: LABEL="SEVEN" UUID="7ADE0C770D9074A8" TYPE="ntfs" PARTUUID="000637f6-01"
/dev/sdd2: LABEL="boot" UUID="3f4289e3-1590-4f41-926b-354e5e6aba33" TYPE="ext2" PARTUUID="000637f6-02"
/dev/sdd3: UUID="5d63bcb8-7c00-4b6f-9a52-381ec07bbc42" TYPE="swap" PARTUUID="000637f6-03"
/dev/sdd4: LABEL="Arch" UUID="f79c6a31-6cf3-417e-9ac5-4396e3fba8ef" TYPE="ext4" PARTUUID="000637f6-04"
Code : Tout sélectionner
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# LABEL=Linux
UUID=3a95fe6d-3723-4497-b395-9f76a296077b / ext4 rw,relatime,data=ordered 0 1
# LABEL=boot
UUID=3f4289e3-1590-4f41-926b-354e5e6aba33 /boot ext2 rw,noauto,relatime 1 2
# LABEL=Swap
UUID=1dcdf1d0-436b-4a1b-9f6a-62cfecf04da6 none swap defaults 0 0
# Donnees linux
# LABEL=MAISON
UUID=58d1a8ed-bcdb-4c9c-8c48-f1d50fa43a7f /mnt/MAISON ext4 rw,relatime,data=ordered 0 3
# LABEL=WIN
UUID=7ADE0C770D9074A8 /mnt/WIN ntfs rw,user,exec,umask=2,gid=1000,uid=0 0 0
# LABEL=WINDOCS
UUID=36BFED20536BF2DA /mnt/WINDOCS ntfs rw,user,exec,umask=2,gid=1000,uid=0 0 0
/dev/cdrom /media/cdrom auto ro,noauto 0 0
# /dev/fd0 /media/disquette auto noauto 0 0
dmesg -T
et journalctl -xb
, éventuellement sur pastebin...Code : Tout sélectionner
[pepit@wawa ~]$ journalctl -xb
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Pass -q to turn off this notice.
-- Logs begin at dim. 2015-10-04 12:46:33 CEST, end at dim. 2015-12-20 13:42:32 CET. --
déc. 19 14:10:42 wawa systemd[468]: Starting D-Bus User Message Bus Socket.
-- Subject: L'unité (unit) UNIT a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- L'unité (unit) UNIT a commencé à démarrer.
déc. 19 14:10:42 wawa systemd[468]: Reached target Timers.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
déc. 19 14:10:42 wawa systemd[468]: Reached target Paths.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
déc. 19 14:10:42 wawa systemd[468]: Listening on Sound System.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
déc. 19 14:10:42 wawa systemd[468]: Listening on D-Bus User Message Bus Socket.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
déc. 19 14:10:42 wawa systemd[468]: Reached target Sockets.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
déc. 19 14:10:42 wawa systemd[468]: Reached target Basic System.
-- Subject: L'unité (unit) UNIT a terminé son démarrage
-- Defined-By: systemd
journalctl -xb
!journalctl -xb > journal.txt
puis que j'édite le résultat avec un utilitaire affichant les numéros de ligne, medit par exemple, ou geany, j'obtiens un document de 2747 lignes.Code : Tout sélectionner
pkgfile wawa
pepit a écrit :J'essayerai de redémarrer en débranchant l'usb de l'onduleur pour voir, je vous tiendrai au courant de la suite!Code : Tout sélectionner
[ven. déc. 18 17:48:57 2015] hid-generic 0003:0463:FFFF.0006: hiddev0,hidraw5: USB HID v1.10 Device [EATON Ellipse MAX] on usb-0000:00:14.0-12/input0 [ven. déc. 18 17:49:13 2015] scsi host12: ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=16
Code : Tout sélectionner
[ven. déc. 18 17:49:13 2015] scsi host12: ioc0: LSISAS1068E B3, FwRev=00192f00h, Ports=1, MaxQ=266, IRQ=16