[fsck] Information

Questions et astuces concernant l'installation et la configuration d'archlinux
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [fsck] Information

Message par floflo77890 »

Dans mon cas fsck fait une vérification de /dev/sda1 /dev/sda3 /dev/sda4 qui sont mes partitions boot / et /home à chaque démarrage.

Voici la sortie de dumpe2fs -h /dev/sdaXY | grep -i "mount count"

pour /dev/sda1 :

Code : Tout sélectionner

dumpe2fs 1.42.9 (28-Dec-2013)
count:                1
Maximum mount count:  -1
Pour /dev/sda3

Code : Tout sélectionner

dumpe2fs 1.42.9 (28-Dec-2013
Mount count:          169
Maximum mount count:  -1
pour /dev/sda4

Code : Tout sélectionner

dumpe2fs 1.42.9 (18-Dec-2013)
Mount count:           168
Maximum mount count:   -1
Elbarto
Elfe
Messages : 671
Inscription : jeu. 22 déc. 2011, 23:15

Re: [fsck] Information

Message par Elbarto »

maximum mount count est à -1, essaie voir la commande de benjarobin en page précédente pour fixer la vérification tous les 30 montages,
otacon a écrit :Salut,
une question me brûle :
est il mieux de faire tourner le programme fsck ou laisser systemd faire le boulot via systemd-fsck-root.service et systemd-fsck@.service (en supprimant fsck du HOOKS=...) ?
moi je dirai de laisser par défaut ( fsck dans hooks ), si par défaut archlinux a fait ce choix dans le wiki d'installation c'est qu'il y a une raison ( sécurité, fiabilité ? ),

https://wiki.archlinux.org/index.php/fsck#Mechanism
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [fsck] Information

Message par floflo77890 »

Voila je viens de modifier la fréquence de déclanchement de fsck.

je passe le sujet en résolu.
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [fsck] Information (résolu)

Message par Xorg »

Ton problème n'est pas résolu. Mais maintenant que tu t'es -enfin- décidé à nous donner ce qu'on t'a demandé -seulement- 3 fois (c'est-à-dire la sortie de la commande dumpe2fs -h /dev/sdXY | grep -i 'mount count'), je t'annonce la source de tes fsck intempestifs.

Maximum mount count: N, c'est la variable qui force un fsck après N montage effectués, système de fichiers marqué comme propre.
Donc, pour information, ton tune2fs -c 30 /dev/sdXY va simplement faire ça : forcer un fsck de /dev/sda3 et de /dev/sda4 au prochain montage de ces systèmes de fichier, vu qu'ils ont été monté plus de 30 fois sans être vérifiés (respectivement 169 et 168 fois). Et puis ils seront de nouveau vérifiés automatiquement au bout de 30 montages, s'ils ne sont pas mal démontés d'ici là.

Bref, le problème est donc /dev/sda1, car comme tu peux le voir, la variable count vaut 1, ce qui signifie que ce système de fichier vient juste d'être nettoyé avant d'avoir été monté. Alors maintenant, tu dois chercher pourquoi /dev/sda1 n'est pas démonté proprement, plutôt que de dire "C'est résolu" (alors que tu n'as même pas testé, ça se voit...). Je parie que ton problème sera réellement résolu si tu mettais ceci dans ton /etc/fstab (mais je te le déconseille) :

Code : Tout sélectionner

UUID=78f40b57-8b31-473d-b346-bd4dfef94202       /boot           ext2            rw,relatime     0 0
floflo77890 a écrit :Il me semble que la partition concernée est /dev/sda3
C'est marrant, quand on effectue les bonnes commandes, on obtient les bonnes réponses. C'est pas bien d'avoir recours à une boule de cristal pour répondre aux questions qu'on te pose.
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [fsck] Information

Message par floflo77890 »

@Xorg n'étant pas chez moi c'est derniers jours, je ne pouvais donc pas te poster le retour de la commande que tu m'a donné.
Comment je peut vérifier si /dev/sda1 est démontée correctement ?

Avant de passer le sujet en résolu j'avais quand même redémarré l'ordinateur mais au reboot je n'avais pas vue de fsck de /dev/sda1.
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [fsck] Information

Message par Xorg »

Tu peux jeter un coup d'œil au journal :

Code : Tout sélectionner

journalctl -rb -1
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [fsck] Information

Message par floflo77890 »

@Xorg voila la sortie de la commande journalctl -rb -1:

Code : Tout sélectionner

-- Logs begin at lun. 2013-10-21 15:14:52 UTC, end at sam. 2014-05-10 12:47:23 U
mai 09 20:03:47 florentarchlinux org.gtk.Private.UDisks2VolumeMonitor[454]: libb
mai 09 20:03:47 florentarchlinux org.gtk.Private.UDisks2VolumeMonitor[454]: libb
mai 09 20:03:47 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[454]: (
mai 09 20:03:47 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[454]: (
mai 09 20:03:47 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[454]: (
mai 09 20:03:39 florentarchlinux systemd[442]: Startup finished in 120ms.
mai 09 20:03:39 florentarchlinux systemd[442]: Reached target Default.
mai 09 20:03:39 florentarchlinux systemd[442]: Starting Default.
mai 09 20:03:39 florentarchlinux systemd[442]: Reached target Basic System.
mai 09 20:03:39 florentarchlinux systemd[442]: Starting Basic System.
mai 09 20:03:39 florentarchlinux systemd[442]: Reached target Sockets.
mai 09 20:03:39 florentarchlinux systemd[442]: Starting Sockets.
mai 09 20:03:39 florentarchlinux systemd[442]: Reached target Timers.
mai 09 20:03:39 florentarchlinux systemd[442]: Starting Timers.
mai 09 20:03:39 florentarchlinux systemd[442]: Reached target Paths.
mai 09 20:03:39 florentarchlinux systemd[442]: Starting Paths.
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [fsck] Information

Message par Xorg »

Un log de boot, ça ne tient pas sur 15 lignes, et surtout, l'option -r (pour --reverse) devrait montrer l'arrêt de ta machine tout en haut du fichier. Donc cette commande montre en gros ce qui s'est passé au dernier arrêt du système, sauf que ce que tu nous as donné ressemble à un fragment issu du démarrage. Bref, je laisse tomber.
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [fsck] Information

Message par floflo77890 »

Voila le résultat de la commande après un shutdown now et un démarrage (commande lancée journalctl -rb -1):

Code : Tout sélectionner

-- Logs begin at lun. 2013-10-21 15:14:52 UTC, end at sam. 2014-05-10 16:10:53 U
mai 10 16:08:17 florentarchlinux systemd[791]: Starting Exit the Session...
mai 10 16:08:16 florentarchlinux systemd[791]: Reached target Shutdown.
mai 10 16:08:16 florentarchlinux systemd[791]: Starting Shutdown.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopped target Sockets.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopping Sockets.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopped target Timers.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopping Timers.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopped target Paths.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopping Paths.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopped target Basic System.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopping Basic System.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopped target Default.
mai 10 16:08:16 florentarchlinux systemd[791]: Stopping Default.
mai 10 15:17:48 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[803]: (
mai 10 15:17:48 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[803]: (
mai 10 15:17:48 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[803]: (
mai 10 12:47:23 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[803]: (
mai 10 12:47:23 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[803]: (
mai 10 12:47:23 florentarchlinux org.freedesktop.thumbnails.Thumbnailer1[803]: (
mai 10 12:47:15 florentarchlinux systemd[791]: Startup finished in 121ms.
mai 10 12:47:15 florentarchlinux systemd[791]: Reached target Default.
mai 10 12:47:15 florentarchlinux systemd[791]: Starting Default.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17615
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [fsck] Information

Message par benjarobin »

Il donne la sortie en tant qu'utilisateur... Je crois que personnellement je vais aussi abandonner avec floflo77890... Après un an sur le forum il ne sais pas faire la différence entre root et utilisateur, il n'arrive pas à analyser un minimum ce que lui demande et quel attendu théorique il devrait avoir...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
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: [fsck] Information

Message par floflo77890 »

Non effectivement j'ai encore un peut de mal a savoir quel commande lancer en root ou en utilisateur.

Maintenant voici la sortie en root de journalctl -rb -1:

Code : Tout sélectionner

-- Logs begin at lun. 2013-10-21 09:23:13 UTC, end at sam. 2014-05-10 19:29:37 U
mai 08 22:27:45 florentarchlinux kernel: perf samples too long (2530 > 2500), lo
mai 08 22:12:23 florentarchlinux dhcpcd[2336]: wlan0: no IPv6 Routers available
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: forked to background, child pid 2
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: wlan0: adding default route via 1
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: wlan0: adding route to 192.168.0.
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: wlan0: leased 192.168.0.3 for 864
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: offered 192.168.0.3 from 1
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: soliciting a DHCP lease
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: soliciting an IPv6 router
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: IAID e5:34:e6:d9
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: DUID 00:01:00:01:19:f7:af:96:00:2
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: version 6.3.2 starting
mai 08 22:12:10 florentarchlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: l
mai 08 22:12:10 florentarchlinux kernel: wlan0: associated
mai 08 22:12:10 florentarchlinux kernel: wlan0: RX AssocResp from 44:94:fc:a1:d3
mai 08 22:12:10 florentarchlinux kernel: wlan0: associate with 44:94:fc:a1:d3:01
mai 08 22:12:10 florentarchlinux kernel: wlan0: authenticated
mai 08 22:12:10 florentarchlinux kernel: wlan0: send auth to 44:94:fc:a1:d3:01 (
mai 08 22:12:10 florentarchlinux kernel: wlan0: authenticate with 44:94:fc:a1:d3
mai 08 22:12:08 florentarchlinux wicd[229]: ioctl[SIOCSIWENCODEEXT]: Invalid arg
mai 08 22:12:08 florentarchlinux wicd[229]: ioctl[SIOCSIWENCODEEXT]: Invalid arg
mai 08 22:12:06 florentarchlinux wicd[229]: Failed to connect to non-global ctrl
lines 1-23...skipping...
-- Logs begin at lun. 2013-10-21 09:23:13 UTC, end at sam. 2014-05-10 19:29:37 UTC. --
mai 08 22:27:45 florentarchlinux kernel: perf samples too long (2530 > 2500), lowering kernel.perf_e
mai 08 22:12:23 florentarchlinux dhcpcd[2336]: wlan0: no IPv6 Routers available
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: forked to background, child pid 2336
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: wlan0: adding default route via 192.168.0.1
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: wlan0: adding route to 192.168.0.0/24
mai 08 22:12:17 florentarchlinux dhcpcd[2244]: wlan0: leased 192.168.0.3 for 86400 seconds
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: offered 192.168.0.3 from 192.168.0.1
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: soliciting a DHCP lease
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: soliciting an IPv6 router
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: wlan0: IAID e5:34:e6:d9
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: DUID 00:01:00:01:19:f7:af:96:00:26:22:72:c7:9d
mai 08 22:12:11 florentarchlinux dhcpcd[2244]: version 6.3.2 starting
mai 08 22:12:10 florentarchlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
mai 08 22:12:10 florentarchlinux kernel: wlan0: associated
mai 08 22:12:10 florentarchlinux kernel: wlan0: RX AssocResp from 44:94:fc:a1:d3:01 (capab=0x411 sta
mai 08 22:12:10 florentarchlinux kernel: wlan0: associate with 44:94:fc:a1:d3:01 (try 1/3)
mai 08 22:12:10 florentarchlinux kernel: wlan0: authenticated
mai 08 22:12:10 florentarchlinux kernel: wlan0: send auth to 44:94:fc:a1:d3:01 (try 1/3)
mai 08 22:12:10 florentarchlinux kernel: wlan0: authenticate with 44:94:fc:a1:d3:01
mai 08 22:12:08 florentarchlinux wicd[229]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
mai 08 22:12:08 florentarchlinux wicd[229]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
mai 08 22:12:06 florentarchlinux wicd[229]: Failed to connect to non-global ctrl_ifname: wlan0  erro
mai 08 22:12:06 florentarchlinux kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
mai 08 22:12:02 florentarchlinux kernel: b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:
mai 08 22:12:01 florentarchlinux dhcpcd[2201]: dhcpcd not running
mai 08 22:12:01 florentarchlinux wicd[229]: dhcpcd[2201]: dhcpcd not running
mai 08 22:12:01 florentarchlinux wicd[229]: Failed to connect to non-global ctrl_ifname: enp3s0  err
mai 08 22:12:01 florentarchlinux kernel: atl1c 0000:03:00.0: atl1c: enp3s0 NIC Link is Up<100 Mbps F
mai 08 22:12:01 florentarchlinux kernel: atl1c 0000:03:00.0: irq 46 for MSI/MSI-X
mai 08 22:12:01 florentarchlinux dhcpcd[2193]: dhcpcd not running
mai 08 22:12:01 florentarchlinux wicd[229]: dhcpcd[2193]: dhcpcd not running
en espèrent que ce coup si se soit la bonne.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17615
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [fsck] Information

Message par benjarobin »

:non: :bouletdujour:
Indice : Faire un copier-coller de seulement ce que tu vois est rarement une bonne idée
Indice 2 : L'utilisation de l'option --no-pager peut aider
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Xorg
Maître du Kyudo
Messages : 1933
Inscription : dim. 22 janv. 2012, 19:25
Localisation : Entre le clavier et la chaise.

Re: [fsck] Information

Message par Xorg »

Indice 3 : si tu suis l'indice 2, ne poste pas la sortie directement sur le forum.
Mais aussi, personne lui a dit qu'on pouvait faire défiler les lignes. :kimouss:
Arch Linux x86_64 - Sway
AMD Ryzen 5 3600X - 32 Go de DDR4 - SSD NVMe 1 To + SSD SATA 250 Go - Sapphire NITRO+ Radeon RX 580
Image AUR___Image Wiki___Image GitHub
Avatar de l’utilisateur
floflo77890
Maître du Kyudo
Messages : 1266
Inscription : lun. 29 juil. 2013, 21:05
Localisation : île de france

Re: [fsck] Information

Message par floflo77890 »

@Xorg: tu avais raison un log de boot ne peut pas être sur 15 lignes je suis vraiment débile et j'aurais du me douter qu'il fallait lancer la commande en route. En tous cas voici la réponse sans l'option --no-pager:

http://pastebin.com/AdmS3KpE

@benjarobin: boulet du jour tu peut le dire. En tous cas tu as raison faire un copier-coller de ce que je vois n'est pas une bonne idée.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17615
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [fsck] Information

Message par benjarobin »

C'est une blague ou tu essayes de t'enfoncer encore plus bas... Tu ne vois pas que toutes tes lignes sont tronquées ?
Je ne veux même pas savoir comment tu as récupéré ce bout de log...
Bref il fallait comprendre depuis le début qu'il faut faire ceci :

Code : Tout sélectionner

journalctl --no-pager -rb -1 > ~/log-a-envoyer-sur-pastebin.txt
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
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: [fsck] Information

Message par floflo77890 »

Code : Tout sélectionner

d.1-2/input2
mai 08 20:35:52 florentarchlinux kernel: usb 3-2: new full-speed USB device number 3 using uhci_hcd
mai 08 20:35:52 florentarchlinux kernel: logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:2007] on usb-0000:00:1d.1-1:1
mai 08 20:35:52 florentarchlinux kernel: input: Logitech Unifying Device. Wireless PID:2007 as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input2
mai 08 20:35:52 florentarchlinux kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1/input2
mai 08 20:35:52 florentarchlinux kernel: usbhid: USB HID core driver
mai 08 20:35:52 florentarchlinux kernel: usbcore: registered new interface driver usbhid
mai 08 20:35:52 florentarchlinux kernel: hidraw: raw HID events driver (C) Jiri Kosina
mai 08 20:35:52 florentarchlinux kernel: usb 3-1: new full-speed USB device number 2 using uhci_hcd
mai 08 20:35:52 florentarchlinux kernel: sd 0:0:0:0: [sda] Attached SCSI disk
mai 08 20:35:52 florentarchlinux kernel:  sda: sda1 sda2 sda3 sda4
mai 08 20:35:52 florentarchlinux kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 08 20:35:52 florentarchlinux kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
mai 08 20:35:52 florentarchlinux kernel: sd 0:0:0:0: [sda] Write Protect is off
mai 08 20:35:52 florentarchlinux kernel: sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
mai 08 20:35:52 florentarchlinux kernel: ata3: SATA link down (SStatus 0 SControl 300)
mai 08 20:35:52 florentarchlinux kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9160314AS      0001 PQ: 0 ANSI: 5
mai 08 20:35:52 florentarchlinux kernel: ata1.00: configured for UDMA/133
mai 08 20:35:52 florentarchlinux kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
mai 08 20:35:52 florentarchlinux kernel: ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
mai 08 20:35:52 florentarchlinux kernel: ata1.00: ATA-8: ST9160314AS, 0001SDM1, max UDMA/133
mai 08 20:35:52 florentarchlinux kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
mai 08 20:35:52 florentarchlinux kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mai 08 20:35:52 florentarchlinux kernel: usb 1-2: new high-speed USB device number 2 using ehci-pci
mai 08 20:35:52 florentarchlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
mai 08 20:35:52 florentarchlinux kernel: ata4: DUMMY
mai 08 20:35:52 florentarchlinux kernel: ata3: SATA max UDMA/133 abar m1024@0x58344000 port 0x58344200 irq 44
mai 08 20:35:52 florentarchlinux kernel: ata2: DUMMY
mai 08 20:35:52 florentarchlinux kernel: ata1: SATA max UDMA/133 abar m1024@0x58344000 port 0x58344100 irq 44
mai 08 20:35:52 florentarchlinux kernel: scsi3 : ahci
mai 08 20:35:52 florentarchlinux kernel: scsi2 : ahci
mai 08 20:35:52 florentarchlinux kernel: scsi1 : ahci
mai 08 20:35:52 florentarchlinux kernel: scsi0 : ahci
mai 08 20:35:52 florentarchlinux kernel: ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pio slum part 
mai 08 20:35:52 florentarchlinux kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x5 impl SATA mode
mai 08 20:35:52 florentarchlinux kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
mai 08 20:35:52 florentarchlinux kernel: ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
mai 08 20:35:52 florentarchlinux kernel: ahci 0000:00:1f.2: version 3.0
mai 08 20:35:52 florentarchlinux kernel: hub 5-0:1.0: 2 ports detected
mai 08 20:35:52 florentarchlinux kernel: hub 5-0:1.0: USB hub found
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.3: irq 19, io base 0x00006040
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.3: detected 2 ports
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
mai 08 20:35:52 florentarchlinux kernel: hub 4-0:1.0: 2 ports detected
mai 08 20:35:52 florentarchlinux kernel: hub 4-0:1.0: USB hub found
mai 08 20:35:52 florentarchlinux kernel: libata version 3.00 loaded.
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00006060
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
mai 08 20:35:52 florentarchlinux kernel: hub 3-0:1.0: 2 ports detected
mai 08 20:35:52 florentarchlinux kernel: hub 3-0:1.0: USB hub found
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x00006080
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
mai 08 20:35:52 florentarchlinux kernel: hub 2-0:1.0: 2 ports detected
mai 08 20:35:52 florentarchlinux kernel: hub 2-0:1.0: USB hub found
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000060a0
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
mai 08 20:35:52 florentarchlinux kernel: hub 1-0:1.0: 8 ports detected
mai 08 20:35:52 florentarchlinux kernel: hub 1-0:1.0: USB hub found
mai 08 20:35:52 florentarchlinux kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
mai 08 20:35:52 florentarchlinux kernel: SCSI subsystem initialized
mai 08 20:35:52 florentarchlinux kernel: ehci-pci 0000:00:1d.7: irq 16, io mem 0x58344400
mai 08 20:35:52 florentarchlinux kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
mai 08 20:35:52 florentarchlinux kernel: ehci-pci 0000:00:1d.7: debug port 1
mai 08 20:35:52 florentarchlinux kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
mai 08 20:35:52 florentarchlinux kernel: uhci_hcd: USB Universal Host Controller Interface driver
mai 08 20:35:52 florentarchlinux kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
mai 08 20:35:52 florentarchlinux kernel: ehci-pci: EHCI PCI platform driver
mai 08 20:35:52 florentarchlinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
mai 08 20:35:52 florentarchlinux kernel: usbcore: registered new device driver usb
mai 08 20:35:52 florentarchlinux kernel: usbcore: registered new interface driver hub
mai 08 20:35:52 florentarchlinux kernel: usbcore: registered new interface driver usbfs
mai 08 20:35:52 florentarchlinux kernel: ACPI: bus type USB registered
mai 08 20:35:52 florentarchlinux kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
mai 08 20:35:52 florentarchlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
mai 08 20:35:52 florentarchlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
mai 08 20:35:52 florentarchlinux systemd-udevd[47]: starting version 212
mai 08 20:35:52 florentarchlinux kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
mai 08 20:35:52 florentarchlinux kernel: Write protecting the kernel read-only data: 1272k
mai 08 20:35:52 florentarchlinux kernel: Write protecting the kernel text: 4232k
mai 08 20:35:52 florentarchlinux kernel: Freeing unused kernel memory: 584K (c15cb000 - c165d000)
mai 08 20:35:52 florentarchlinux kernel: PM: Hibernation image not present or could not be loaded.
mai 08 20:35:52 florentarchlinux kernel: rtc_cmos 00:02: setting system clock to 2014-05-08 20:35:38 UTC (1399581338)
mai 08 20:35:52 florentarchlinux kernel:   Magic number: 14:744:598
mai 08 20:35:52 florentarchlinux kernel: registered taskstats version 1
mai 08 20:35:52 florentarchlinux kernel: Using IPI No-Shortcut mode
mai 08 20:35:52 florentarchlinux kernel: NET: Registered protocol family 17
mai 08 20:35:52 florentarchlinux kernel: NET: Registered protocol family 10
mai 08 20:35:52 florentarchlinux kernel: TCP: cubic registered
mai 08 20:35:52 florentarchlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
mai 08 20:35:52 florentarchlinux kernel: rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
mai 08 20:35:52 florentarchlinux kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
mai 08 20:35:52 florentarchlinux kernel: rtc_cmos 00:02: RTC can wake from S4
mai 08 20:35:52 florentarchlinux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
mai 08 20:35:52 florentarchlinux kernel: isapnp: No Plug & Play device found
mai 08 20:35:52 florentarchlinux kernel: isapnp: Scanning for PnP cards...
mai 08 20:35:52 florentarchlinux kernel: GHES: HEST is not enabled!
mai 08 20:35:52 florentarchlinux kernel: tsc: Marking TSC unstable due to TSC halts in idle states deeper than C2
mai 08 20:35:52 florentarchlinux kernel: intel_idle: lapic_timer_reliable_states 0x2
mai 08 20:35:52 florentarchlinux kernel: intel_idle: v0.4 model 0x1C
mai 08 20:35:52 florentarchlinux kernel: intel_idle: MWAIT substates: 0x20220
mai 08 20:35:52 florentarchlinux kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
mai 08 20:35:52 florentarchlinux kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
mai 08 20:35:52 florentarchlinux kernel: pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
mai 08 20:35:52 florentarchlinux kernel: pcieport 0000:00:1c.3: enabling device (0000 -> 0003)
mai 08 20:35:52 florentarchlinux kernel: pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
mai 08 20:35:52 florentarchlinux kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
mai 08 20:35:52 florentarchlinux kernel: pcieport 0000:00:1c.1: enabling device (0000 -> 0003)
mai 08 20:35:52 florentarchlinux kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
mai 08 20:35:52 florentarchlinux kernel: io scheduler cfq registered (default)
mai 08 20:35:52 florentarchlinux kernel: io scheduler deadline registered
mai 08 20:35:52 florentarchlinux kernel: io scheduler noop registered
mai 08 20:35:52 florentarchlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
mai 08 20:35:52 florentarchlinux kernel: Key type big_key registered
mai 08 20:35:52 florentarchlinux kernel: msgmni has been set to 1738
mai 08 20:35:52 florentarchlinux kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
mai 08 20:35:52 florentarchlinux kernel: VFS: Disk quotas dquot_6.5.2
mai 08 20:35:52 florentarchlinux kernel: zbud: loaded
mai 08 20:35:52 florentarchlinux kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
mai 08 20:35:52 florentarchlinux kernel: bounce pool size: 64 pages
mai 08 20:35:52 florentarchlinux kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
mai 08 20:35:52 florentarchlinux kernel: Scanning for low memory corruption every 60 seconds
mai 08 20:35:52 florentarchlinux kernel: apm: BIOS not found.
mai 08 20:35:52 florentarchlinux kernel: Simple Boot Flag at 0x44 set to 0x1
mai 08 20:35:52 florentarchlinux kernel: Simple Boot Flag value 0x5 read from CMOS RAM was invalid
mai 08 20:35:52 florentarchlinux kernel: Freeing initrd memory: 3068K (f74ff000 - f77fe000)
mai 08 20:35:52 florentarchlinux kernel: Unpacking initramfs...
mai 08 20:35:52 florentarchlinux kernel: PCI: CLS 0 bytes, default 64
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.0: Boot video device
mai 08 20:35:52 florentarchlinux kernel: NET: Registered protocol family 1
mai 08 20:35:52 florentarchlinux kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
mai 08 20:35:52 florentarchlinux kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
mai 08 20:35:52 florentarchlinux kernel: TCP: reno registered
mai 08 20:35:52 florentarchlinux kernel: TCP: Hash tables configured (established 8192 bind 8192)
mai 08 20:35:52 florentarchlinux kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
mai 08 20:35:52 florentarchlinux kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
mai 08 20:35:52 florentarchlinux kernel: NET: Registered protocol family 2
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:05: resource 7 [mem 0x40000000-0xfebfffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:05: resource 5 [io  0x0d00-0xefff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:04: resource 2 [mem 0x53000000-0x53ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:04: resource 1 [mem 0x54000000-0x54ffffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:03: resource 2 [mem 0x52000000-0x52ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:03: resource 1 [mem 0x55000000-0x560fffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x3fff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:02: resource 2 [mem 0x51000000-0x51ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:02: resource 1 [mem 0x56100000-0x570fffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:01: resource 2 [mem 0x50000000-0x50ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:01: resource 1 [mem 0x57100000-0x581fffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xefff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3:   bridge window [mem 0x53000000-0x53ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3:   bridge window [mem 0x54000000-0x54ffffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3:   bridge window [io  0x1000-0x1fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2:   bridge window [mem 0x52000000-0x52ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2:   bridge window [mem 0x55000000-0x560fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1:   bridge window [mem 0x56100000-0x570fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x57100000-0x581fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.0: BAR 13: [io  0x0400-0x047f] has bogus alignment
mai 08 20:35:52 florentarchlinux kernel: ACPI: bus type PNP unregistered
mai 08 20:35:52 florentarchlinux kernel: pnp: PnP ACPI: found 8 devices
mai 08 20:35:52 florentarchlinux kernel: pnp 00:07: Plug and Play ACPI device, IDs SYN1b25 SYN1b00 SYN0002 PNP0f13 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:05: Plug and Play ACPI device, IDs INT0800 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
mai 08 20:35:52 florentarchlinux kernel: pnp 00:01: [dma 4]
mai 08 20:35:52 florentarchlinux kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0xff2c-0xff2f] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0x0500-0x053f] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0x0400-0x047f] could not be reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0x0800-0x080f] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0x0610] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0x0600-0x060f] has been reserved
mai 08 20:35:52 florentarchlinux kernel: system 00:00: [io  0x0200-0x020f] has been reserved
mai 08 20:35:52 florentarchlinux kernel: pnp 00:00: disabling [io  0x164e-0x164f] because it overlaps 0000:00:1c.3 BAR 13 [io  0x1000-0x1fff]
mai 08 20:35:52 florentarchlinux kernel: ACPI: bus type PNP registered
mai 08 20:35:52 florentarchlinux kernel: pnp: PnP ACPI init
mai 08 20:35:52 florentarchlinux kernel: Switched to clocksource hpet
mai 08 20:35:52 florentarchlinux kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
mai 08 20:35:52 florentarchlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
mai 08 20:35:52 florentarchlinux kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
mai 08 20:35:52 florentarchlinux kernel: NetLabel:  unlabeled traffic allowed by default
mai 08 20:35:52 florentarchlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4
mai 08 20:35:52 florentarchlinux kernel: NetLabel:  domain hash size = 128
mai 08 20:35:52 florentarchlinux kernel: NetLabel: Initializing
mai 08 20:35:52 florentarchlinux kernel: e820: reserve RAM buffer [mem 0x3f700000-0x3fffffff]
mai 08 20:35:52 florentarchlinux kernel: e820: reserve RAM buffer [mem 0x3f6ee000-0x3fffffff]
mai 08 20:35:52 florentarchlinux kernel: e820: reserve RAM buffer [mem 0x3f66d000-0x3fffffff]
mai 08 20:35:52 florentarchlinux kernel: e820: reserve RAM buffer [mem 0x3f594000-0x3fffffff]
mai 08 20:35:52 florentarchlinux kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
mai 08 20:35:52 florentarchlinux kernel: PCI: pci_cache_line_size set to 64 bytes
mai 08 20:35:52 florentarchlinux kernel: PCI: Using ACPI for IRQ routing
mai 08 20:35:52 florentarchlinux kernel: vgaarb: bridge control possible 0000:00:02.0
mai 08 20:35:52 florentarchlinux kernel: vgaarb: loaded
mai 08 20:35:52 florentarchlinux kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
mai 08 20:35:52 florentarchlinux kernel: ACPI : EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
mai 08 20:35:52 florentarchlinux kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: on NUMA node 0
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0:   bridge window [mem 0x40000000-0xfebfffff] (subtractive decode)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xefff] (subtractive decode)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3:   bridge window [mem 0x53000000-0x53ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3:   bridge window [mem 0x54000000-0x54ffffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3:   bridge window [io  0x1000-0x1fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2:   bridge window [mem 0x52000000-0x52ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2:   bridge window [mem 0x55000000-0x560fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:03:00.0: reg 0x18: [io  0x2000-0x207f]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0x55000000-0x5503ffff 64bit]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:03:00.0: [1969:1062] type 00 class 0x020000
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1:   bridge window [mem 0x56100000-0x570fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x57100000-0x581fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:01:00.0: supports D1 D2
mai 08 20:35:52 florentarchlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x57100000-0x57103fff 64bit]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:01:00.0: [14e4:4315] type 00 class 0x028000
mai 08 20:35:52 florentarchlinux kernel: acpiphp: Slot [1] registered
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.3: reg 0x20: [io  0x6000-0x601f]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: PME# supported from D3hot
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: reg 0x24: [mem 0x58344000-0x583443ff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: reg 0x20: [io  0x6020-0x602f]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x60f8-0x60fb]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: reg 0x18: [io  0x60d0-0x60d7]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: reg 0x14: [io  0x60fc-0x60ff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: reg 0x10: [io  0x60d8-0x60df]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.2: [8086:27c5] type 00 class 0x010601
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at ff2c (mask 0003)
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.0: address space collision: [io  0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.7: reg 0x10: [mem 0x58344400-0x583447ff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.3: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.3: reg 0x20: [io  0x6040-0x605f]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.2: reg 0x20: [io  0x6060-0x607f]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.1: reg 0x20: [io  0x6080-0x609f]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.0: reg 0x20: [io  0x60a0-0x60bf]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.3: [8086:27d6] type 01 class 0x060400
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1b.0: reg 0x10: [mem 0x58340000-0x58343fff 64bit]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.1: reg 0x10: [mem 0x58200000-0x5827ffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.0: reg 0x1c: [mem 0x58300000-0x5833ffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x4fffffff pref]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.0: reg 0x14: [io  0x60f0-0x60f7]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x58280000-0x582fffff]
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:02.0: [8086:27ae] type 00 class 0x030000
mai 08 20:35:52 florentarchlinux kernel: pci 0000:00:00.0: [8086:27ac] type 00 class 0x060000
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xefff]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
mai 08 20:35:52 florentarchlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
mai 08 20:35:52 florentarchlinux kernel: PCI host bridge to bus 0000:00
mai 08 20:35:52 florentarchlinux kernel: acpi PNP0A08:00: _OSC failed (AE_ALREADY_EXISTS); disabling ASPM
mai 08 20:35:52 florentarchlinux kernel: ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
mai 08 20:35:52 florentarchlinux kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node f6422a50), AE_ALREADY_EXISTS (20131218/psparse-536)
mai 08 20:35:52 florentarchlinux kernel: ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20131218/dsfield-211)
mai 08 20:35:52 florentarchlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
mai 08 20:35:52 florentarchlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
mai 08 20:35:52 florentarchlinux kernel: ACPI: Power Resource [FN00] (on)
mai 08 20:35:52 florentarchlinux kernel: ACPI: No dock devices found.
mai 08 20:35:52 florentarchlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mai 08 20:35:52 florentarchlinux kernel: ACPI: Using IOAPIC for interrupt routing
mai 08 20:35:52 florentarchlinux kernel: ACPI: (supports S0 S3 S4 S5)
mai 08 20:35:52 florentarchlinux kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
mai 08 20:35:52 florentarchlinux kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Interpreter enabled
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT   (null) 000083 (v02  PmRef  Cpu1Cst 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Dynamic OEM Table Load:
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT 3f595f10 000083 (v02  PmRef  Cpu1Cst 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT   (null) 0000D0 (v02  PmRef  Cpu1Ist 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Dynamic OEM Table Load:
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT 3f597f10 0000D0 (v02  PmRef  Cpu1Ist 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT   (null) 0001C7 (v02  PmRef  Cpu0Cst 00003001 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Dynamic OEM Table Load:
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT 3f596e10 0001C7 (v02  PmRef  Cpu0Cst 00003001 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT   (null) 000239 (v02  PmRef  Cpu0Ist 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Dynamic OEM Table Load:
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT 3f597c90 000239 (v02  PmRef  Cpu0Ist 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
mai 08 20:35:52 florentarchlinux kernel: ACPI: Executed 1 blocks of module-level executable AML code
mai 08 20:35:52 florentarchlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Added _OSI(Processor Device)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Added _OSI(Module Device)
mai 08 20:35:52 florentarchlinux kernel: bio: create slab <bio-0> at 0
mai 08 20:35:52 florentarchlinux kernel: PCI: Using configuration type 1 for base access
mai 08 20:35:52 florentarchlinux kernel: PCI: Using MMCONFIG for extended config space
mai 08 20:35:52 florentarchlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
mai 08 20:35:52 florentarchlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
mai 08 20:35:52 florentarchlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mai 08 20:35:52 florentarchlinux kernel: ACPI: bus type PCI registered
mai 08 20:35:52 florentarchlinux kernel: cpuidle: using governor menu
mai 08 20:35:52 florentarchlinux kernel: cpuidle: using governor ladder
mai 08 20:35:52 florentarchlinux kernel: NET: Registered protocol family 16
mai 08 20:35:52 florentarchlinux kernel: RTC time: 20:35:37, date: 05/08/14
mai 08 20:35:52 florentarchlinux kernel: pinctrl core: initialized pinctrl subsystem
mai 08 20:35:52 florentarchlinux kernel: PM: Registering ACPI NVS region [mem 0x3f66d000-0x3f6befff] (335872 bytes)
mai 08 20:35:52 florentarchlinux kernel: devtmpfs: initialized
mai 08 20:35:52 florentarchlinux kernel: smpboot: Total of 2 processors activated (6387.52 BogoMIPS)
mai 08 20:35:52 florentarchlinux kernel: x86: Booted up 1 node, 2 CPUs
mai 08 20:35:52 florentarchlinux kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
mai 08 20:35:52 florentarchlinux kernel: Disabled fast string operations
mai 08 20:35:52 florentarchlinux kernel: Initializing CPU#1
mai 08 20:35:52 florentarchlinux kernel: .... node  #0, CPUs:      #1
mai 08 20:35:52 florentarchlinux kernel: x86: Booting SMP configuration:
mai 08 20:35:52 florentarchlinux kernel: CPU 1 irqstacks, hard=f64cc000 soft=f64ce000
mai 08 20:35:52 florentarchlinux kernel: ... event mask:             0000000700000003
mai 08 20:35:52 florentarchlinux kernel: ... fixed-purpose events:   3
mai 08 20:35:52 florentarchlinux kernel: ... max period:             000000007fffffff
mai 08 20:35:52 florentarchlinux kernel: ... value mask:             000000ffffffffff
mai 08 20:35:52 florentarchlinux kernel: ... generic registers:      2
mai 08 20:35:52 florentarchlinux kernel: ... bit width:              40
mai 08 20:35:52 florentarchlinux kernel: ... version:                3
mai 08 20:35:52 florentarchlinux kernel: Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver.
mai 08 20:35:52 florentarchlinux kernel: smpboot: CPU0: Intel(R) Atom(TM) CPU N270   @ 1.60GHz (fam: 06, model: 1c, stepping: 02)
mai 08 20:35:52 florentarchlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mai 08 20:35:52 florentarchlinux kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
mai 08 20:35:52 florentarchlinux kernel: ftrace: allocating 18868 entries in 37 pages
mai 08 20:35:52 florentarchlinux kernel: Freeing SMP alternatives memory: 16K (c165d000 - c1661000)
mai 08 20:35:52 florentarchlinux kernel: Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
                                         Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8, 1GB 0
                                         tlb_flushall_shift: 6
mai 08 20:35:52 florentarchlinux kernel: CPU0: Thermal monitoring enabled (TM2)
mai 08 20:35:52 florentarchlinux kernel: mce: CPU supports 5 MCE banks
mai 08 20:35:52 florentarchlinux kernel: CPU: Processor Core ID: 0
mai 08 20:35:52 florentarchlinux kernel: CPU: Physical Processor ID: 0
mai 08 20:35:52 florentarchlinux kernel: Disabled fast string operations
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys blkio
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys net_cls
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys freezer
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys devices
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys memory
mai 08 20:35:52 florentarchlinux kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
mai 08 20:35:52 florentarchlinux kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
mai 08 20:35:52 florentarchlinux kernel: Yama: becoming mindful.
mai 08 20:35:52 florentarchlinux kernel: Security Framework initialized
mai 08 20:35:52 florentarchlinux kernel: ACPI: All ACPI Tables successfully acquired
mai 08 20:35:52 florentarchlinux kernel: ACPI: Core revision 20131218
mai 08 20:35:52 florentarchlinux kernel: pid_max: default: 32768 minimum: 301
mai 08 20:35:52 florentarchlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.26 BogoMIPS (lpj=5320423)
mai 08 20:35:52 florentarchlinux kernel: tsc: Detected 1596.127 MHz processor
mai 08 20:35:52 florentarchlinux kernel: tsc: Fast TSC calibration using PIT
mai 08 20:35:52 florentarchlinux kernel: hpet clockevent registered
mai 08 20:35:52 florentarchlinux kernel: console [tty0] enabled
mai 08 20:35:52 florentarchlinux kernel: Console: colour VGA+ 80x25
mai 08 20:35:52 florentarchlinux kernel: CPU 0 irqstacks, hard=f6408000 soft=f640a000
mai 08 20:35:52 florentarchlinux kernel: NR_IRQS:2304 nr_irqs:512 16
mai 08 20:35:52 florentarchlinux kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
mai 08 20:35:52 florentarchlinux kernel:         RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
mai 08 20:35:52 florentarchlinux kernel:         Dump stacks of tasks blocking RCU-preempt GP.
mai 08 20:35:52 florentarchlinux kernel:         RCU dyntick-idle grace-period acceleration is enabled.
mai 08 20:35:52 florentarchlinux kernel: Preemptible hierarchical RCU implementation.
mai 08 20:35:52 florentarchlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
mai 08 20:35:52 florentarchlinux kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
mai 08 20:35:52 florentarchlinux kernel: virtual kernel memory layout:
                                             fixmap  : 0xfff15000 - 0xfffff000   ( 936 kB)
                                             pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
                                             vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                                             lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                                               .init : 0xc15cb000 - 0xc165d000   ( 584 kB)
                                               .data : 0xc1421daa - 0xc15caf40   (1700 kB)
                                               .text : 0xc1000000 - 0xc1421daa   (4231 kB)
mai 08 20:35:52 florentarchlinux kernel: Memory: 1016640K/1038400K available (4230K kernel code, 427K rwdata, 1268K rodata, 584K init, 948K bss, 21760K reserved, 129488K highmem)
mai 08 20:35:52 florentarchlinux kernel: Initializing Movable for node 0 (00000000:00000000)
mai 08 20:35:52 florentarchlinux kernel: Initializing HighMem for node 0 (000377fe:0003f700)
mai 08 20:35:52 florentarchlinux kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
mai 08 20:35:52 florentarchlinux kernel: allocated 2078712 bytes of page_cgroup
mai 08 20:35:52 florentarchlinux kernel: Initializing CPU#0
mai 08 20:35:52 florentarchlinux kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
mai 08 20:35:52 florentarchlinux kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
mai 08 20:35:52 florentarchlinux kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
mai 08 20:35:52 florentarchlinux kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda3 rw initrd=../initramfs-linux.img
mai 08 20:35:52 florentarchlinux kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 257824
mai 08 20:35:52 florentarchlinux kernel: pcpu-alloc: [0] 0 [0] 1 
mai 08 20:35:52 florentarchlinux kernel: pcpu-alloc: s33152 r0 d24192 u57344 alloc=14*4096
mai 08 20:35:52 florentarchlinux kernel: PERCPU: Embedded 14 pages/cpu @f6cec000 s33152 r0 d24192 u57344
mai 08 20:35:52 florentarchlinux kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
mai 08 20:35:52 florentarchlinux kernel: Booting paravirtualized kernel on bare hardware
mai 08 20:35:52 florentarchlinux kernel: e820: [mem 0x40000000-0xdfffffff] available for PCI devices
mai 08 20:35:52 florentarchlinux kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
mai 08 20:35:52 florentarchlinux kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
mai 08 20:35:52 florentarchlinux kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
mai 08 20:35:52 florentarchlinux kernel: nr_irqs_gsi: 40
mai 08 20:35:52 florentarchlinux kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
mai 08 20:35:52 florentarchlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
mai 08 20:35:52 florentarchlinux kernel: Using ACPI (MADT) for SMP configuration information
mai 08 20:35:52 florentarchlinux kernel: ACPI: IRQ9 used by override.
mai 08 20:35:52 florentarchlinux kernel: ACPI: IRQ2 used by override.
mai 08 20:35:52 florentarchlinux kernel: ACPI: IRQ0 used by override.
mai 08 20:35:52 florentarchlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
mai 08 20:35:52 florentarchlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mai 08 20:35:52 florentarchlinux kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
mai 08 20:35:52 florentarchlinux kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
mai 08 20:35:52 florentarchlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
mai 08 20:35:52 florentarchlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
mai 08 20:35:52 florentarchlinux kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
mai 08 20:35:52 florentarchlinux kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
mai 08 20:35:52 florentarchlinux kernel: ACPI: Local APIC address 0xfee00000
mai 08 20:35:52 florentarchlinux kernel: ACPI: PM-Timer IO Port: 0x408
mai 08 20:35:52 florentarchlinux kernel: Using APIC driver default
mai 08 20:35:52 florentarchlinux kernel:   HighMem zone: 32372 pages, LIFO batch:7
mai 08 20:35:52 florentarchlinux kernel:   HighMem zone: 255 pages used for memmap
mai 08 20:35:52 florentarchlinux kernel:   Normal zone: 223230 pages, LIFO batch:31
mai 08 20:35:52 florentarchlinux kernel:   Normal zone: 1744 pages used for memmap
mai 08 20:35:52 florentarchlinux kernel:   DMA zone: 3998 pages, LIFO batch:0
mai 08 20:35:52 florentarchlinux kernel:   DMA zone: 0 pages reserved
mai 08 20:35:52 florentarchlinux kernel:   DMA zone: 32 pages used for memmap
mai 08 20:35:52 florentarchlinux kernel: free_area_init_node: node 0, pgdat c15b9100, node_mem_map f6d0f020
mai 08 20:35:52 florentarchlinux kernel: On node 0 totalpages: 259600
mai 08 20:35:52 florentarchlinux kernel:   node   0: [mem 0x3f6ff000-0x3f6fffff]
mai 08 20:35:52 florentarchlinux kernel:   node   0: [mem 0x3f6bf000-0x3f6edfff]
mai 08 20:35:52 florentarchlinux kernel:   node   0: [mem 0x3f5bf000-0x3f66cfff]
mai 08 20:35:52 florentarchlinux kernel:   node   0: [mem 0x00100000-0x3f593fff]
mai 08 20:35:52 florentarchlinux kernel:   node   0: [mem 0x00001000-0x0009efff]
mai 08 20:35:52 florentarchlinux kernel: Early memory node ranges
mai 08 20:35:52 florentarchlinux kernel: Movable zone start for each node
mai 08 20:35:52 florentarchlinux kernel:   HighMem  [mem 0x377fe000-0x3f6fffff]
mai 08 20:35:52 florentarchlinux kernel:   Normal   [mem 0x01000000-0x377fdfff]
mai 08 20:35:52 florentarchlinux kernel:   DMA      [mem 0x00001000-0x00ffffff]
mai 08 20:35:52 florentarchlinux kernel: Zone ranges:
mai 08 20:35:52 florentarchlinux kernel: BRK [0x01757000, 0x01757fff] PGTABLE
mai 08 20:35:52 florentarchlinux kernel:   low ram: 0 - 377fe000
mai 08 20:35:52 florentarchlinux kernel:   mapped low ram: 0 - 377fe000
mai 08 20:35:52 florentarchlinux kernel: 887MB LOWMEM available.
mai 08 20:35:52 florentarchlinux kernel: 127MB HIGHMEM available.
mai 08 20:35:52 florentarchlinux kernel: ACPI: Local APIC address 0xfee00000
mai 08 20:35:52 florentarchlinux kernel: ACPI: BOOT 3f6ee000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: SLIC 3f6ef000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: ASF! 3f6f8000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: MCFG 3f6f9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: APIC 3f6fa000 000068 (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: HPET 3f6fb000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: SSDT 3f6fd000 0004C4 (v02  PmRef    CpuPm 00003000 INTL 20051117)
mai 08 20:35:52 florentarchlinux kernel: ACPI: FACS 3f688000 000040
mai 08 20:35:52 florentarchlinux kernel: ACPI: DSDT 3f6f0000 0070B6 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: FACP 3f6fc000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: XSDT 3f6fe120 000064 (v01 ACRSYS ACRPRDCT 00000001      01000013)
mai 08 20:35:52 florentarchlinux kernel: ACPI: RSDP 000fe020 000024 (v02 ACRSYS)
mai 08 20:35:52 florentarchlinux kernel: Move RAMDISK from [mem 0x3f295000-0x3f59312a] to [mem 0x374ff000-0x377fd12a]
mai 08 20:35:52 florentarchlinux kernel: Allocated new RAMDISK: [mem 0x374ff000-0x377fd12a]
mai 08 20:35:52 florentarchlinux kernel: RAMDISK: [mem 0x3f295000-0x3f593fff]
mai 08 20:35:52 florentarchlinux kernel: BRK [0x01756000, 0x01756fff] PGTABLE
mai 08 20:35:52 florentarchlinux kernel:  [mem 0x37400000-0x377fdfff] page 4k
mai 08 20:35:52 florentarchlinux kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
mai 08 20:35:52 florentarchlinux kernel:  [mem 0x00400000-0x2fffffff] page 2M
mai 08 20:35:52 florentarchlinux kernel:  [mem 0x00100000-0x003fffff] page 4k
mai 08 20:35:52 florentarchlinux kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
mai 08 20:35:52 florentarchlinux kernel:  [mem 0x30000000-0x36ffffff] page 2M
mai 08 20:35:52 florentarchlinux kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
mai 08 20:35:52 florentarchlinux kernel:  [mem 0x37000000-0x373fffff] page 2M
mai 08 20:35:52 florentarchlinux kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
mai 08 20:35:52 florentarchlinux kernel:  [mem 0x00000000-0x000fffff] page 4k
mai 08 20:35:52 florentarchlinux kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
mai 08 20:35:52 florentarchlinux kernel: Base memory trampoline at [c009b000] 9b000 size 16384
mai 08 20:35:52 florentarchlinux kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
mai 08 20:35:52 florentarchlinux kernel: Scanning 1 areas for low memory corruption
mai 08 20:35:52 florentarchlinux kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
mai 08 20:35:52 florentarchlinux kernel:   7 base 000000000 mask 0FFFE0000 uncachable
mai 08 20:35:52 florentarchlinux kernel:   6 disabled
mai 08 20:35:52 florentarchlinux kernel:   5 base 03F700000 mask 0FFF00000 uncachable
mai 08 20:35:52 florentarchlinux kernel:   4 base 03F800000 mask 0FF800000 uncachable
mai 08 20:35:52 florentarchlinux kernel:   3 base 020000000 mask 0E0000000 write-back
mai 08 20:35:52 florentarchlinux kernel:   2 base 000000000 mask 0E0000000 write-back
mai 08 20:35:52 florentarchlinux kernel:   1 base 0FFFC0000 mask 0FFFE0000 uncachable
mai 08 20:35:52 florentarchlinux kernel:   0 base 0FFF00000 mask 0FFF00000 write-protect
mai 08 20:35:52 florentarchlinux kernel: MTRR variable ranges enabled:
mai 08 20:35:52 florentarchlinux kernel:   F0000-FFFFF write-protect
mai 08 20:35:52 florentarchlinux kernel:   C8000-EFFFF uncachable
mai 08 20:35:52 florentarchlinux kernel:   C0000-C7FFF write-protect
mai 08 20:35:52 florentarchlinux kernel:   A0000-BFFFF uncachable
mai 08 20:35:52 florentarchlinux kernel:   00000-9FFFF write-back
mai 08 20:35:52 florentarchlinux kernel: MTRR fixed ranges enabled:
mai 08 20:35:52 florentarchlinux kernel: MTRR default type: uncachable
mai 08 20:35:52 florentarchlinux kernel: e820: last_pfn = 0x3f700 max_arch_pfn = 0x100000
mai 08 20:35:52 florentarchlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mai 08 20:35:52 florentarchlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mai 08 20:35:52 florentarchlinux kernel: DMI: Packard Bell     DOTS            /DOTS            , BIOS V1.10 09/04/2009
mai 08 20:35:52 florentarchlinux kernel: SMBIOS 2.4 present.
mai 08 20:35:52 florentarchlinux kernel: Notice: NX (Execute Disable) protection missing in CPU!
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f700000-0x000000003fffffff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f6ff000-0x000000003f6fffff] usable
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f6ee000-0x000000003f6fefff] ACPI data
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f6bf000-0x000000003f6edfff] usable
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f66d000-0x000000003f6befff] ACPI NVS
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f5bf000-0x000000003f66cfff] usable
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000003f594000-0x000000003f5befff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003f593fff] usable
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
mai 08 20:35:52 florentarchlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
mai 08 20:35:52 florentarchlinux kernel: e820: BIOS-provided physical RAM map:
mai 08 20:35:52 florentarchlinux kernel: Disabled fast string operations
mai 08 20:35:52 florentarchlinux kernel: Linux version 3.14.1-1-ARCH (nobody@var-lib-archbuild-testing-i686-tobias) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Apr 14 21:01:08 CEST 2014
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys cpuacct
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys cpu
mai 08 20:35:52 florentarchlinux kernel: Initializing cgroup subsys cpuset
mai 08 20:35:52 florentarchlinux systemd-journal[121]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.7M free of 491.9M available → current limit 49.8M).
mai 08 20:35:52 florentarchlinux systemd-journal[121]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.7M free of 491.9M available → current limit 49.8M).
Répondre