Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 19/01/2019, à 17:07

nany

Re : [RESOLU] Error code (1)

Bien évidemment, il n’est pas interdit d’ajouter «  ; echo ; uname -mr » à ma ligne de commandes.

Hors ligne

#27 Le 19/01/2019, à 17:22

NicoApi73

Re : [RESOLU] Error code (1)

moko138 a écrit :
NicoApi73 a écrit :

EDIT : et (celle là je l'ai copiée smile )

dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)" | sort -k3 | tr -s " " | cut -d" " -s -f1,2,3 | column -s" " -t

Alors note plutôt celle-ci dans tes tablettes :

echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | tr -s " " | cut -d" " -s -f1,2,3,4 | column -s" " -t ; echo ; uname -mr

                    bicoz :

| grep -v ^rc   évite les retours noyés sous un excès de "rc" ;

|mo     permet de prendre en compte les paquets "noyau-modules*" apparus avec 18.04
(mais la commande fonctionne aussi avec les versions antérieures) ;

,4     permet de voir dès le premier coup d'oeil si on a affaire à des paquets 64 ou 32 bits ou les deux
(peu utile quand on ne s'intéresse qu'aux noyaux ET qu'on inclut uname -mr,
primordial pour tous les autres paquets)
;

; echo ; uname -mr     permet d'avoir le noyau actif sans demander de retour supplémentaire.

Merci smile

Hors ligne

#28 Le 19/01/2019, à 17:27

Gégé92

Re : [RESOLU] Error code (1)

Re
j'ai tenté le #8 de Naziel (bonjour à toi) et je suis sous le noyau 3.13.0.164 avec lequel j'ai le même problème. Obligé de lancer en mode recovery. La tentative de suppression du 4.4.0-141 à échoué. Voir ci-dessous.

papygege@papygege-MS-7367:~$ sudo apt remove linux-image-extra-4.4.0-141-generic[sudo] Mot de passe de papygege : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
  linux-image-extra-4.4.0-141-generic
0 mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 115 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
dpkg: erreur de traitement du paquet linux-image-extra-4.4.0-141-generic (--remove) :
 Le paquet est dans un état incohérent; vous devriez
 le réinstaller avant d'essayer de le supprimer.
Des erreurs ont été rencontrées pendant l'exécution :
 linux-image-extra-4.4.0-141-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
papygege@papygege-MS-7367:~$ 

Hors ligne

#29 Le 19/01/2019, à 17:29

NicoApi73

Re : [RESOLU] Error code (1)

apt est planté, comme l'a fait remarqué cqfd93. Il faut y aller à coup de dpkg. cqfd93 et nany sont plus expérimentées quoi moi dans ce domaine.

@nany : et ta santé, ça va mieux?

Hors ligne

#30 Le 19/01/2019, à 17:31

nam1962

Re : [RESOLU] Error code (1)

De mon côté, il manque

sudo grep -o -w 'lm' /proc/cpuinfo | sort -u

Mais je me doute bien que ça va répondre "lm", donc que tu es compatible 64 bits.

Maintenant, même si ton ordi n'est sûrement pas une fusée, il y a un truc ballot, qui peut expliquer tes déboires et en particulier pourquoi installer 16.04 direct est un épreuve : ton ordi a la capacité d'accueillir 8Go de RAM (en deux barettes de 4Go) mais là tu as juste une toute petite petite barrette de 1Go.

Avec çà, même une Debian + Xfce risque d'être un peu à l'étroit.

On peut faire plein de choses, mais déjà en *buntu, rien de mieux que Lubuntu (et encore)

Par contre tu peux trouver deux barrettes de 2Go ou mieux une ou deux barrettes de 4Go d'occase sur pricemi ou lebonc pour pas du tout cher.

Et là tu pourras installer ce que tu veux !

Dernière modification par nam1962 (Le 19/01/2019, à 18:13)


[ Modéré ]

Hors ligne

#31 Le 19/01/2019, à 17:35

moko138

Re : [RESOLU] Error code (1)

Merci nany, pour le awk !  smile  Adopté !

Quel intérêt trouves-tu à la liste des "rc" dans l'aide au dénoyautage ?

Perso, pour la lisibilité,
je préfère un retour non obscurci par 40 lignes de noyaux en "rc" :

echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr


(Et un

dpkg -l | grep ^rc

reste possible pour avoir tous les paquets en "rc").


NicoApi73 :
attention, tu le vois, c'est en train d'évoluer !


Gégé92,
merci de montrer aussi :

lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#32 Le 19/01/2019, à 17:38

nany

Re : [RESOLU] Error code (1)

NicoApi73 a écrit :

@nany : et ta santé, ça va mieux?

Yep, convalescence terminée et les fêtes ce sont bien passées.



nam1962 a écrit :

Par contre tu peux trouver deux barrettes de 2Go ou mieux une ou deux barrettes de 4Go d'occase sur pricemi ou lebonc pour pas du tout cher.

Et là tu pourras installer ce qe tu veux !

+1


[edit]

moko138 a écrit :

Perso, pour la lisibilité, …

C’est comme tu veux tu choiz’. wink
[/edit]

Dernière modification par nany (Le 19/01/2019, à 17:43)

Hors ligne

#33 Le 19/01/2019, à 17:51

moko138

Re : [RESOLU] Error code (1)

Merci nany mais

nany a écrit :

les rc, c’est très instructif.

en quoi ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#34 Le 19/01/2019, à 17:52

cqfd93

Re : [RESOLU] Error code (1)

NicoApi73 a écrit :

apt est planté, comme l'a fait remarqué cqfd93. Il faut y aller à coup de dpkg. cqfd93 et nany sont plus expérimentées quoi moi dans ce domaine.

On peut déjà essayer :

sudo dpkg -P linux-image-extra-4.4.0-141-generic
sudo apt install -f

mais je n'y crois pas trop.

Alors si ce qui précède se solde encore par une erreur, on passe à :

sudo mv /var/lib/dpkg/info/linux-image-extra-4.4.0-141-generic.* /tmp/
sudo dpkg --remove --force-remove-reinstreq linux-image-extra-4.4.0-141-generic

Et après ça :

sudo apt install -f
sudo apt install linux-image-extra-4.4.0-141-generic linux-image-generic

cqfd93

Hors ligne

#35 Le 19/01/2019, à 17:54

Gégé92

Re : [RESOLU] Error code (1)

Bonjour Nany,merci de t'intéresser à mon cas.
#30 de Nam : réponse "lm"
#31 de Moko138 merci à toi aussi :

papygege@papygege-MS-7367:~$ lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS690 [Radeon X1200] [1002:791e] (prog-if 00 [VGA controller])
	Kernel modules: radeon

Hors ligne

#36 Le 19/01/2019, à 18:14

NicoApi73

Re : [RESOLU] Error code (1)

cqfd93 a écrit :

On peut déjà essayer :

sudo dpkg -P linux-image-extra-4.4.0-141-generic
sudo apt install -f

Ne faudrait-il pas booter sur l'autre noyau disponible, le 3.13? Parce que là il va toucher au noyau actif...

Hors ligne

#37 Le 19/01/2019, à 18:17

cqfd93

Re : [RESOLU] Error code (1)

NicoApi73 a écrit :

Ne faudrait-il pas booter sur l'autre noyau disponible, le 3.13? Parce que là il va toucher au noyau actif...

Si on arrive à désinstaller proprement et à le réinstaller immédiatement, ça ne pose pas de problème, à condition de ne pas rebooter entre temps.


cqfd93

Hors ligne

#38 Le 19/01/2019, à 18:17

nam1962

Re : [RESOLU] Error code (1)

Gégé92 a écrit :

(...)
#30 de Nam : réponse "lm"
(...)


Donc bien compatible et ta seule limite est la RAM.

Je vois au #34 de cqfd93 que je ne suis pas le seul à utiliser des armes lourdes. big_smile

Même si cet ordi continuera sans doute des caprices tant qu'il est à 1Go, il est intéressant de voir comment débloquer de Kernel tout tordu !

Dernière modification par nam1962 (Le 19/01/2019, à 18:19)


[ Modéré ]

Hors ligne

#39 Le 19/01/2019, à 18:27

cqfd93

Re : [RESOLU] Error code (1)

De temps en temps, la sulfateuse a du bon smile


cqfd93

Hors ligne

#40 Le 19/01/2019, à 18:28

Gégé92

Re : [RESOLU] Error code (1)

Vous battez pas, j'ai utilisé le traitement du #34 de Cqfd93, que je salue, qui a fonctionné, voilà le retour

papygege@papygege-MS-7367:~$ dpkg -l | grep -Ei "linux-(g|h|i|lo|si|t)" | sort -k3 | tr -s " " | cut -d" " -s -f1,2,3 | column -s" " -t
ii  linux-headers-3.13.0-164              3.13.0-164.214
ii  linux-image-extra-3.13.0-164-generic  3.13.0-164.214
ii  linux-headers-3.13.0-164-generic      3.13.0-164.214
ii  linux-image-3.13.0-164-generic        3.13.0-164.214
rc  linux-image-3.2.0-23-generic-pae      3.2.0-23.36
ii  linux-image-generic                   4.4.0.141.147
ii  linux-headers-4.4.0-141               4.4.0-141.167
ii  linux-image-extra-4.4.0-141-generic   4.4.0-141.167
ii  linux-headers-4.4.0-141-generic       4.4.0-141.167
ii  linux-image-4.4.0-141-generic         4.4.0-141.167

Par contre j'ai toujours l'affichage qui "clignote" sans appli ni barre du haut en lancement normal.
Je suis encore en mode recovery
Des suggestions ?

Dernière modification par Gégé92 (Le 19/01/2019, à 18:31)

Hors ligne

#41 Le 19/01/2019, à 18:31

cqfd93

Re : [RESOLU] Error code (1)

Ah je me suis un peu trompée pour l'installation des méta-paquets, il faut donc faire aussi :

sudo apt install linux-generic

cqfd93

Hors ligne

#42 Le 19/01/2019, à 18:33

nany

Re : [RESOLU] Error code (1)

moko138 a écrit :

Merci nany mais

nany a écrit :

les rc, c’est très instructif.

en quoi ?

Boarf, en rien en fait, si ce n’est pour avoir un historique.



Gégé92 a écrit :

Bonjour Nany,merci de t'intéresser à mon cas.

Je ne fais que superviser, y a déjà assez de monde penché sur ton cas.



cqfd93 a écrit :

De temps en temps, la sulfateuse a du bon smile

Là y a pas le choix.

Dernière modification par nany (Le 19/01/2019, à 18:35)

Hors ligne

#43 Le 19/01/2019, à 18:49

Gégé92

Re : [RESOLU] Error code (1)

j'ai fait le #41 de cqfd93 toujours pareil.
Lors du défilement des lignes de commande pendant le mode recovery, il me semble voir un message d'erreur mais je ne sais pas interrompre le défilement pur noter le défaut.
Je suis un béotien linuxien et ne connais pas la manip pour stopper et relancer le déroulement du programme.
Sur ce je m'absente peut-être à ce soir tard.
A+

Hors ligne

#44 Le 19/01/2019, à 20:43

nam1962

Re : [RESOLU] Error code (1)

wink

Tout cela dit, là on peut s'acharner, sulfater, karcheriser, atomiser... au final on est juste devant un souci matériel dont on a identifié l'identité (quelque soit le passeport qu'il tente d'utiliser, si il en utilise) : son nom : Alfred Yapadram-Fôdlaram


[ Modéré ]

Hors ligne

#45 Le 19/01/2019, à 23:10

Nuliel

Re : [RESOLU] Error code (1)

Tu peux donner

 dpkg -l | grep -v ^ii | grep -v ^rc

(on a regardé qu'au niveau des noyaux il me semble)

et

sudo apt update
sudo apt full-upgrade

ça ne fera pas de mal

Dernière modification par Nuliel (Le 19/01/2019, à 23:11)

Hors ligne

#46 Le 20/01/2019, à 11:25

Gégé92

Re : [RESOLU] Error code (1)

Salut Naziel ton  premier souhait :

papygege@papygege-MS-7367:~$ dpkg -l | grep -v ^ii | grep -v ^rc
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                                      Architecture Description
+++-==========================================-============================================-============-===============================================================================
papygege@papygege-MS-7367:~$ 

pour les 2 autres il m'est répondu que tout est à jour.
Je pense que Nam a raison que ça rame parce qu'il manque de la ram.
Mais je ne vois pas en quoi le manque de ram ne permet pas un fonctionnement normal  en choix 1 alors que ça fonctionne (au ralenti) en recovery.

Hors ligne

#48 Le 20/01/2019, à 11:38

Nuliel

Re : [RESOLU] Error code (1)

1 Go c'est clair que ce n'est pas assez.


Tu peux redémarrer et donner le retour de

dmesg

simplement pour voir si on trouve ce qui pose problème.


Les mises à niveau, c'est pas forcément une réussite à chaque fois, ce serait bien de réinstaller une variante plus légère et surtout directement la 18.04 (donc pas de la 12.04 à 14.04 à 16.04)

Hors ligne

#49 Le 20/01/2019, à 17:48

Gégé92

Re : [RESOLU] Error code (1)

Nany pas de chance rien en retour , par contre Naziel a de quoi lire au coin du feu. Par contre (redite)j' ai vu l'erreur que j'évoquais #43 en 2.883111.

papygege@papygege-MS-7367:~$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-141-generic (buildd@lcy01-amd64-027) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) ) #167-Ubuntu SMP Wed Dec 5 10:38:08 UTC 2018 (Ubuntu 4.4.0-141.167-generic 4.4.162)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000037fcffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000037fd0000-0x0000000037fddfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000037fde000-0x0000000037ffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MICRO-STAR INTERANTIONAL CO.,LTD MS-7367/MS-7367, BIOS V3.2 10/15/2007
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x37fd0 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFE0000000 write-back
[    0.000000]   1 base 0020000000 mask FFF0000000 write-back
[    0.000000]   2 base 0030000000 mask FFF8000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x021fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] BRK [0x01d8e000, 0x01d8efff] PGTABLE
[    0.000000] BRK [0x01d8f000, 0x01d8ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33402000-0x359f8fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F9B10 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x0000000037FD0000 000038 (v01 101507 RSDT1322 20071015 MSFT 00000097)
[    0.000000] ACPI: FACP 0x0000000037FD0200 000084 (v02 101507 FACP1322 20071015 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x0000000037FD0430 004271 (v01 1ADNC  1ADNCB33 00000B33 INTL 20051117)
[    0.000000] ACPI: FACS 0x0000000037FDE000 000040
[    0.000000] ACPI: APIC 0x0000000037FD0390 00005C (v01 101507 APIC1322 20071015 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x0000000037FD03F0 00003C (v01 101507 OEMMCFG  20071015 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x0000000037FDE040 000071 (v01 101507 OEMB1322 20071015 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000037FD46B0 000038 (v01 101507 OEMHPET  20071015 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 3MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x0000000037bfdfff]
[    0.000000]   HighMem  [mem 0x0000000037bfe000-0x0000000037fcffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000037fcffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000037fcffff]
[    0.000000] On node 0 totalpages: 229230
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 2190 pages used for memmap
[    0.000000]   Normal zone: 224254 pages, LIFO batch:31
[    0.000000]   HighMem zone: 978 pages, LIFO batch:0
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.000000] e820: [mem 0x38000000-0xffefffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 19 pages/cpu @f71b1000 s47436 r0 d30388 u77824
[    0.000000] pcpu-alloc: s47436 r0 d30388 u77824 alloc=19*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 227000
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-141-generic root=UUID=ebb6c711-6012-40ad-8876-973011d955aa ro recovery nomodeset
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00037bfe:00037fd0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 852736K/916920K available (8052K kernel code, 778K rwdata, 3180K rodata, 952K init, 800K bss, 64184K reserved, 0K cma-reserved, 3912K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xfff15000 - 0xfffff000   ( 936 kB)
                   pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
                   vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
                     .init : 0xc1bbe000 - 0xc1cac000   ( 952 kB)
                     .data : 0xc17dd3c4 - 0xc1bbc9c0   (3965 kB)
                     .text : 0xc1000000 - 0xc17dd3c4   (8052 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 16
[    0.000000] CPU 0 irqstacks, hard=f6c38000 soft=f6c3a000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 1048576 bytes of page_ext
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: using HPET reference calibration
[    0.000000] tsc: Detected 1895.231 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.016058] Calibrating delay loop (skipped), value calculated using timer frequency.. 3790.46 BogoMIPS (lpj=7580924)
[    0.016143] pid_max: default: 32768 minimum: 301
[    0.016198] ACPI: Core revision 20150930
[    0.028219] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.028357] Security Framework initialized
[    0.028401] Yama: becoming mindful.
[    0.028468] AppArmor: AppArmor initialized
[    0.028572] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.028616] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.028996] Initializing cgroup subsys io
[    0.029045] Initializing cgroup subsys memory
[    0.029096] Initializing cgroup subsys devices
[    0.029140] Initializing cgroup subsys freezer
[    0.029184] Initializing cgroup subsys net_cls
[    0.029228] Initializing cgroup subsys perf_event
[    0.029272] Initializing cgroup subsys net_prio
[    0.029317] Initializing cgroup subsys hugetlb
[    0.029360] Initializing cgroup subsys pids
[    0.029431] mce: CPU supports 5 MCE banks
[    0.029479] LVT offset 0 assigned for vector 0xf9
[    0.029523] process: using AMD E400 aware idle routine
[    0.029568] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.029610] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.029654] Spectre V2 : Spectre mitigation: LFENCE not serializing. Switching to generic retpoline
[    0.029701] Spectre V2 : Mitigation: Full generic retpoline
[    0.029743] Spectre V2 : Spectre v2 mitigation: Speculation control IBPB not-supported IBRS not-supported
[    0.029787] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.045401] ftrace: allocating 31566 entries in 62 pages
[    0.072153] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.072202] smpboot: Max logical packages: 2
[    0.072245] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.072673] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.116000] smpboot: CPU0: AMD Sempron(tm) Processor LE-1100 (family: 0xf, model: 0x7f, stepping: 0x1)
[    0.116000] Performance Events: AMD PMU driver.
[    0.116000] ... version:                0
[    0.116000] ... bit width:              48
[    0.116000] ... generic registers:      4
[    0.116000] ... value mask:             0000ffffffffffff
[    0.116000] ... max period:             00007fffffffffff
[    0.116000] ... fixed-purpose events:   0
[    0.116000] ... event mask:             000000000000000f
[    0.116000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.116000] x86: Booted up 1 node, 1 CPUs
[    0.116000] smpboot: Total of 1 processors activated (3790.46 BogoMIPS)
[    0.116000] devtmpfs: initialized
[    0.116000] evm: security.selinux
[    0.116000] evm: security.SMACK64
[    0.116000] evm: security.SMACK64EXEC
[    0.116000] evm: security.SMACK64TRANSMUTE
[    0.116000] evm: security.SMACK64MMAP
[    0.116000] evm: security.ima
[    0.116000] evm: security.capability
[    0.116000] PM: Registering ACPI NVS region [mem 0x37fde000-0x37ffffff] (139264 bytes)
[    0.116000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.116000] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.116000] pinctrl core: initialized pinctrl subsystem
[    0.116049] RTC time: 16:30:57, date: 01/20/19
[    0.116321] NET: Registered protocol family 16
[    0.116749] EISA bus registered
[    0.116793] cpuidle: using governor ladder
[    0.116836] cpuidle: using governor menu
[    0.116879] PCCT header not found.
[    0.116926] node 0 link 0: io port [1000, ffffff]
[    0.116931] TOM: 0000000040000000 aka 1024M
[    0.116973] node 0 link 0: mmio [f0000000, f7feffff]
[    0.116978] node 0 link 0: mmio [e0000000, efffffff]
[    0.116981] node 0 link 0: mmio [40000000, dfffffff]
[    0.116984] node 0 link 0: mmio [a0000, bffff]
[    0.116987] node 0 link 0: mmio [f7ff0000, ffffffff]
[    0.116991] bus: [bus 00-ff] on node 0 link 0
[    0.116994] bus: 00 [io  0x0000-0xffff]
[    0.116996] bus: 00 [mem 0x40000000-0xfcffffffff]
[    0.116998] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.117108] ACPI: bus type PCI registered
[    0.117150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.117319] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.117367] PCI: not using MMCONFIG
[    0.119195] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.
[    0.119315] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[    0.119356] PCI: Using configuration type 1 for base access
[    0.123245] ACPI: Added _OSI(Module Device)
[    0.123294] ACPI: Added _OSI(Processor Device)
[    0.123334] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.124017] ACPI: Added _OSI(Processor Aggregator Device)
[    0.126269] ACPI: Executed 3 blocks of module-level executable AML code
[    0.131060] ACPI: Interpreter enabled
[    0.131141] ACPI: (supports S0 S1 S4 S5)
[    0.131182] ACPI: Using IOAPIC for interrupt routing
[    0.131285] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.132929] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.132975] PCI: Using MMCONFIG for extended config space
[    0.133023] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.143784] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.143841] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.143895] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.144470] PCI host bridge to bus 0000:00
[    0.144514] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.144557] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.144600] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.144647] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.144694] pci_bus 0000:00: root bus resource [mem 0x38000000-0xdfffffff window]
[    0.144741] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.144789] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.144841] pci 0000:00:00.0: [1002:7910] type 00 class 0x060000
[    0.145045] pci 0000:00:01.0: [1002:7912] type 01 class 0x060400
[    0.145241] pci 0000:00:07.0: [1002:7917] type 01 class 0x060400
[    0.145294] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.145379] pci 0000:00:07.0: System wakeup disabled by ACPI
[    0.145532] pci 0000:00:12.0: [1002:4380] type 00 class 0x01018f
[    0.145562] pci 0000:00:12.0: reg 0x10: [io  0xc000-0xc007]
[    0.145576] pci 0000:00:12.0: reg 0x14: [io  0xb000-0xb003]
[    0.145589] pci 0000:00:12.0: reg 0x18: [io  0xa000-0xa007]
[    0.145602] pci 0000:00:12.0: reg 0x1c: [io  0x9000-0x9003]
[    0.145615] pci 0000:00:12.0: reg 0x20: [io  0x8000-0x800f]
[    0.145628] pci 0000:00:12.0: reg 0x24: [mem 0xfe7ff800-0xfe7ffbff]
[    0.145658] pci 0000:00:12.0: set SATA to AHCI mode
[    0.145879] pci 0000:00:13.0: [1002:4387] type 00 class 0x0c0310
[    0.145901] pci 0000:00:13.0: reg 0x10: [mem 0xfe7fe000-0xfe7fefff]
[    0.146052] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.146189] pci 0000:00:13.1: [1002:4388] type 00 class 0x0c0310
[    0.146211] pci 0000:00:13.1: reg 0x10: [mem 0xfe7fd000-0xfe7fdfff]
[    0.146362] pci 0000:00:13.1: System wakeup disabled by ACPI
[    0.146499] pci 0000:00:13.2: [1002:4389] type 00 class 0x0c0310
[    0.146521] pci 0000:00:13.2: reg 0x10: [mem 0xfe7fc000-0xfe7fcfff]
[    0.146672] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.146807] pci 0000:00:13.3: [1002:438a] type 00 class 0x0c0310
[    0.146828] pci 0000:00:13.3: reg 0x10: [mem 0xfe7fb000-0xfe7fbfff]
[    0.146981] pci 0000:00:13.3: System wakeup disabled by ACPI
[    0.147117] pci 0000:00:13.4: [1002:438b] type 00 class 0x0c0310
[    0.147139] pci 0000:00:13.4: reg 0x10: [mem 0xfe7fa000-0xfe7fafff]
[    0.147289] pci 0000:00:13.4: System wakeup disabled by ACPI
[    0.147430] pci 0000:00:13.5: [1002:4386] type 00 class 0x0c0320
[    0.147464] pci 0000:00:13.5: reg 0x10: [mem 0xfe7ff000-0xfe7ff0ff]
[    0.147556] pci 0000:00:13.5: supports D1 D2
[    0.147560] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
[    0.147645] pci 0000:00:13.5: System wakeup disabled by ACPI
[    0.148013] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.149569] pci 0000:00:14.0: reg 0x10: [io  0x0b00-0x0b0f]
[    0.156665] pci 0000:00:14.1: [1002:438c] type 00 class 0x01018a
[    0.156686] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
[    0.156699] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
[    0.156712] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
[    0.156724] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
[    0.156737] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
[    0.156764] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.156806] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.156848] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.156890] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.157097] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.157133] pci 0000:00:14.2: reg 0x10: [mem 0xfe7f4000-0xfe7f7fff 64bit]
[    0.157212] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.157296] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.157439] pci 0000:00:14.3: [1002:438d] type 00 class 0x060100
[    0.157679] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.157811] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.157956] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.158131] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.158297] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.158465] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.158709] pci 0000:01:05.0: [1002:791e] type 00 class 0x030000
[    0.158730] pci 0000:01:05.0: reg 0x10: [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.158740] pci 0000:01:05.0: reg 0x18: [mem 0xfe9f0000-0xfe9fffff 64bit]
[    0.158747] pci 0000:01:05.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.158755] pci 0000:01:05.0: reg 0x24: [mem 0xfe800000-0xfe8fffff]
[    0.158780] pci 0000:01:05.0: supports D1 D2
[    0.158879] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.158924] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.158928] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.158934] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.159022] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.159064] pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.159095] pci 0000:02:00.0: reg 0x18: [mem 0xfeaff000-0xfeafffff 64bit]
[    0.159129] pci 0000:02:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
[    0.159198] pci 0000:02:00.0: supports D1 D2
[    0.159202] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.159322] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.159378] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.159422] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
[    0.159426] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.159506] pci 0000:03:03.0: [1814:0301] type 00 class 0x028000
[    0.159543] pci 0000:03:03.0: reg 0x10: [mem 0xfebf8000-0xfebfffff]
[    0.159784] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    0.159833] pci 0000:00:14.4:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.159840] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.159843] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.159847] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.159850] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.159854] pci 0000:00:14.4:   bridge window [mem 0x38000000-0xdfffffff window] (subtractive decode)
[    0.159857] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.159874] pci_bus 0000:00: on NUMA node 0
[    0.161137] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.161634] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.162127] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.162619] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.163113] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.163675] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *7 10 11 12 14 15)
[    0.164160] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.164653] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.165227] ACPI: Enabled 1 GPEs in block 00 to 1F
[    0.165620] vgaarb: setting as boot device: PCI:0000:01:05.0
[    0.165663] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.165709] vgaarb: loaded
[    0.165750] vgaarb: bridge control possible 0000:01:05.0
[    0.166411] SCSI subsystem initialized
[    0.166536] libata version 3.00 loaded.
[    0.166605] ACPI: bus type USB registered
[    0.166688] usbcore: registered new interface driver usbfs
[    0.166756] usbcore: registered new interface driver hub
[    0.166819] usbcore: registered new device driver usb
[    0.167170] PCI: Using ACPI for IRQ routing
[    0.167215] PCI: pci_cache_line_size set to 64 bytes
[    0.167798] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.167802] e820: reserve RAM buffer [mem 0x37fd0000-0x37ffffff]
[    0.168109] NetLabel: Initializing
[    0.168150] NetLabel:  domain hash size = 128
[    0.168189] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.168247] NetLabel:  unlabeled traffic allowed by default
[    0.168476] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.168685] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.170782] clocksource: Switched to clocksource hpet
[    0.183197] AppArmor: AppArmor Filesystem Enabled
[    0.183397] pnp: PnP ACPI init
[    0.183726] system 00:00: [mem 0x38000000-0x3fffffff] has been reserved
[    0.183774] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.183898] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.184332] pnp 00:02: [dma 0 disabled]
[    0.184472] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.184853] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.184897] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.184941] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.185264] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.185308] system 00:04: [io  0x040b] has been reserved
[    0.185350] system 00:04: [io  0x04d6] has been reserved
[    0.185393] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.185436] system 00:04: [io  0x0c14] has been reserved
[    0.185478] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.185520] system 00:04: [io  0x0c52] has been reserved
[    0.185563] system 00:04: [io  0x0c6c] has been reserved
[    0.185605] system 00:04: [io  0x0c6f] has been reserved
[    0.185647] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.185690] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.185732] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.185775] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.185818] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.185860] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.185903] system 00:04: [io  0x0b10-0x0b1f] has been reserved
[    0.185946] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.185988] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.186031] system 00:04: [io  0xfe00-0xfefe] has been reserved
[    0.186075] system 00:04: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.186118] system 00:04: [mem 0xfff00000-0xffffffff] has been reserved
[    0.186161] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.186275] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.186540] system 00:06: [io  0x0600-0x06df] has been reserved
[    0.186584] system 00:06: [io  0x0ae0-0x0aef] has been reserved
[    0.186628] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.186753] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.186797] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.187200] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.187245] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.187290] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.187333] system 00:08: [mem 0x00100000-0x37ffffff] could not be reserved
[    0.187377] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.187420] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.187599] pnp: PnP ACPI: found 9 devices
[    0.187647] PnPBIOS: Disabled by ACPI PNP
[    0.226031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.226128] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.226172] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.226216] pci 0000:00:01.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.226259] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.226308] pci 0000:00:07.0: PCI bridge to [bus 02]
[    0.226352] pci 0000:00:07.0:   bridge window [io  0xe000-0xefff]
[    0.226395] pci 0000:00:07.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.226443] pci 0000:00:14.4: PCI bridge to [bus 03]
[    0.226488] pci 0000:00:14.4:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.226541] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.226545] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.226548] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.226552] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.226555] pci_bus 0000:00: resource 8 [mem 0x38000000-0xdfffffff window]
[    0.226559] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.226562] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.226566] pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
[    0.226569] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff 64bit pref]
[    0.226573] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.226576] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.226580] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.226583] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.226587] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.226590] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.226594] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.226597] pci_bus 0000:03: resource 8 [mem 0x38000000-0xdfffffff window]
[    0.226601] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.226653] NET: Registered protocol family 2
[    0.226975] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.227044] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.227128] TCP: Hash tables configured (established 8192 bind 8192)
[    0.227219] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.227272] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.227403] NET: Registered protocol family 1
[    0.628428] pci 0000:01:05.0: Video device with shadowed ROM
[    0.628439] PCI: CLS 64 bytes, default 64
[    0.628552] Unpacking initramfs...
[    1.689162] Freeing initrd memory: 38876K
[    1.689417] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36a3255322c, max_idle_ns: 881590553448 ns
[    1.689575] Scanning for low memory corruption every 60 seconds
[    1.690324] audit: initializing netlink subsys (disabled)
[    1.690396] audit: type=2000 audit(1548001858.684:1): initialized
[    1.690992] Initialise system trusted keyring
[    1.691229] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.695448] zbud: loaded
[    1.695799] VFS: Disk quotas dquot_6.6.0
[    1.695930] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.696613] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.697276] fuse init (API version 7.23)
[    1.697686] Key type big_key registered
[    1.697769] Allocating IMA MOK and blacklist keyrings.
[    1.698476] Key type asymmetric registered
[    1.698523] Asymmetric key parser 'x509' registered
[    1.698597] bounce: pool size: 64 pages
[    1.698769] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.698879] io scheduler noop registered
[    1.698922] io scheduler deadline registered (default)
[    1.699047] io scheduler cfq registered
[    1.699554] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.699615] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.699892] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.699944] ACPI: Power Button [PWRB]
[    1.700134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.700182] ACPI: Power Button [PWRF]
[    1.700291] ACPI: duty_cycle spans bit 4
[    1.700533] GHES: HEST is not enabled!
[    1.700806] isapnp: Scanning for PnP cards...
[    1.706416] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.727020] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.774550] Linux agpgart interface v0.103
[    1.778626] loop: module loaded
[    1.779215] libphy: Fixed MDIO Bus: probed
[    1.779259] tun: Universal TUN/TAP device driver, 1.6
[    1.779300] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.779446] PPP generic driver version 2.4.2
[    1.779615] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.779664] ehci-pci: EHCI PCI platform driver
[    1.779944] ehci-pci 0000:00:13.5: EHCI Host Controller
[    1.779995] ehci-pci 0000:00:13.5: new USB bus registered, assigned bus number 1
[    1.781624] ehci-pci 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
[    1.781684] ehci-pci 0000:00:13.5: debug port 1
[    1.781794] ehci-pci 0000:00:13.5: irq 19, io mem 0xfe7ff000
[    1.825452] ehci-pci 0000:00:13.5: USB 2.0 started, EHCI 1.00
[    1.825626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.825669] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.825715] usb usb1: Product: EHCI Host Controller
[    1.825756] usb usb1: Manufacturer: Linux 4.4.0-141-generic ehci_hcd
[    1.825798] usb usb1: SerialNumber: 0000:00:13.5
[    1.826108] hub 1-0:1.0: USB hub found
[    1.826160] hub 1-0:1.0: 10 ports detected
[    1.826759] ehci-platform: EHCI generic platform driver
[    1.826828] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.826877] ohci-pci: OHCI PCI platform driver
[    1.827140] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.827190] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
[    1.827285] ohci-pci 0000:00:13.0: irq 16, io mem 0xfe7fe000
[    1.918626] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.918669] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.918716] usb usb2: Product: OHCI PCI host controller
[    1.918757] usb usb2: Manufacturer: Linux 4.4.0-141-generic ohci_hcd
[    1.918799] usb usb2: SerialNumber: 0000:00:13.0
[    1.919120] hub 2-0:1.0: USB hub found
[    1.919175] hub 2-0:1.0: 2 ports detected
[    1.919656] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    1.919707] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 3
[    1.919802] ohci-pci 0000:00:13.1: irq 17, io mem 0xfe7fd000
[    2.011088] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.011133] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.011179] usb usb3: Product: OHCI PCI host controller
[    2.011221] usb usb3: Manufacturer: Linux 4.4.0-141-generic ohci_hcd
[    2.011263] usb usb3: SerialNumber: 0000:00:13.1
[    2.011596] hub 3-0:1.0: USB hub found
[    2.011653] hub 3-0:1.0: 2 ports detected
[    2.012179] ohci-pci 0000:00:13.2: OHCI PCI host controller
[    2.012230] ohci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    2.012338] ohci-pci 0000:00:13.2: irq 18, io mem 0xfe7fc000
[    2.099488] isapnp: No Plug & Play device found
[    2.103650] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.103693] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.103740] usb usb4: Product: OHCI PCI host controller
[    2.103782] usb usb4: Manufacturer: Linux 4.4.0-141-generic ohci_hcd
[    2.103824] usb usb4: SerialNumber: 0000:00:13.2
[    2.104177] hub 4-0:1.0: USB hub found
[    2.104230] hub 4-0:1.0: 2 ports detected
[    2.104768] ohci-pci 0000:00:13.3: OHCI PCI host controller
[    2.104820] ohci-pci 0000:00:13.3: new USB bus registered, assigned bus number 5
[    2.104908] ohci-pci 0000:00:13.3: irq 17, io mem 0xfe7fb000
[    2.164108] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.164155] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.164202] usb usb5: Product: OHCI PCI host controller
[    2.164245] usb usb5: Manufacturer: Linux 4.4.0-141-generic ohci_hcd
[    2.164288] usb usb5: SerialNumber: 0000:00:13.3
[    2.164656] hub 5-0:1.0: USB hub found
[    2.164712] hub 5-0:1.0: 2 ports detected
[    2.165216] ohci-pci 0000:00:13.4: OHCI PCI host controller
[    2.165270] ohci-pci 0000:00:13.4: new USB bus registered, assigned bus number 6
[    2.165361] ohci-pci 0000:00:13.4: irq 18, io mem 0xfe7fa000
[    2.224109] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.224155] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.224202] usb usb6: Product: OHCI PCI host controller
[    2.224244] usb usb6: Manufacturer: Linux 4.4.0-141-generic ohci_hcd
[    2.224287] usb usb6: SerialNumber: 0000:00:13.4
[    2.224647] hub 6-0:1.0: USB hub found
[    2.224703] hub 6-0:1.0: 2 ports detected
[    2.225010] ohci-platform: OHCI generic platform driver
[    2.225079] uhci_hcd: USB Universal Host Controller Interface driver
[    2.225290] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.225332] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.226210] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.226546] mousedev: PS/2 mouse device common for all mice
[    2.226932] rtc_cmos 00:01: RTC can wake from S4
[    2.227181] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    2.227256] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.227322] i2c /dev entries driver
[    2.227512] device-mapper: uevent: version 1.0.3
[    2.227721] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    2.227832] platform eisa.0: Probing EISA bus 0
[    2.227876] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    2.227920] platform eisa.0: Cannot allocate resource for EISA slot 1
[    2.227963] platform eisa.0: Cannot allocate resource for EISA slot 2
[    2.228042] platform eisa.0: Cannot allocate resource for EISA slot 3
[    2.228085] platform eisa.0: Cannot allocate resource for EISA slot 4
[    2.228129] platform eisa.0: Cannot allocate resource for EISA slot 5
[    2.228173] platform eisa.0: Cannot allocate resource for EISA slot 6
[    2.228215] platform eisa.0: Cannot allocate resource for EISA slot 7
[    2.228259] platform eisa.0: Cannot allocate resource for EISA slot 8
[    2.228302] platform eisa.0: EISA: Detected 0 cards
[    2.228373] cpufreq-nforce2: No nForce2 chipset.
[    2.228426] ledtrig-cpu: registered to indicate activity on CPUs
[    2.229105] NET: Registered protocol family 10
[    2.229638] NET: Registered protocol family 17
[    2.229707] Key type dns_resolver registered
[    2.230096] Using IPI No-Shortcut mode
[    2.230485] registered taskstats version 1
[    2.230552] Loading compiled-in X.509 certificates
[    2.234870] Loaded X.509 cert 'Build time autogenerated kernel key: 8ee7231a1e42e4b4a17d0e4b95c66ffe15d3b32e'
[    2.234957] zswap: loaded using pool lzo/zbud
[    2.240386] Key type trusted registered
[    2.246879] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.251246] Key type encrypted registered
[    2.251306] AppArmor: AppArmor sha1 policy hashing enabled
[    2.251351] ima: No TPM chip found, activating TPM-bypass!
[    2.251405] ima: Allocated hash algorithm: sha1
[    2.251469] evm: HMAC attrs: 0x1
[    2.252383]   Magic number: 3:646:540
[    2.252556] rtc_cmos 00:01: setting system clock to 2019-01-20 16:31:00 UTC (1548001860)
[    2.259243] powernow_k8: [Firmware Bug]: No PSB or ACPI _PSS objects
[    2.259286] powernow_k8: Make sure that your BIOS is up to date and Cool'N'Quiet support is enabled in BIOS setup
[    2.259378] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.259419] EDD information not available.
[    2.259576] PM: Hibernation image not present or could not be loaded.
[    2.260523] Freeing unused kernel memory: 952K
[    2.272119] Write protecting the kernel text: 8056k
[    2.272208] Write protecting the kernel read-only data: 3184k
[    2.272253] NX-protecting the kernel data: 6280k
[    2.301511] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.301737] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.301829] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.304513] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.346774] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.346949] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.347230] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.347429] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.347608] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.347811] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[    2.484066] usb 2-1: new full-speed USB device number 2 using ohci-pci
[    2.521834] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    2.614685] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.614749] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.623596] r8169 0000:02:00.0 eth0: RTL8168b/8111b at 0xf840a000, 00:1d:92:3f:75:5d, XID 18000000 IRQ 25
[    2.623653] r8169 0000:02:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    2.631564] scsi host0: pata_atiixp
[    2.638050] scsi host1: pata_atiixp
[    2.638246] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    2.638289] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    2.638705] ahci 0000:00:12.0: version 3.0
[    2.638900] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
[    2.639054] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    2.639103] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc 
[    2.647918] scsi host2: ahci
[    2.656312] scsi host3: ahci
[    2.662391] scsi host4: ahci
[    2.670385] scsi host5: ahci
[    2.670583] ata3: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ff900 irq 22
[    2.672212] ata4: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ff980 irq 22
[    2.672261] ata5: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ffa00 irq 22
[    2.672308] ata6: SATA max UDMA/133 abar m1024@0xfe7ff800 port 0xfe7ffa80 irq 22
[    2.674792] [drm] Initialized drm 1.1.0 20060810
[    2.747094] usb 2-1: New USB device found, idVendor=046d, idProduct=08b2
[    2.747146] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.880533] ata1.00: ATAPI: HL-DT-ST DVD-ROM GDR-H30N, 1.00, max UDMA/33
[    2.881293] ata1.01: ATA-6: ST3200822A, 3.01, max UDMA/100
[    2.881337] ata1.01: 390721968 sectors, multi 16: LBA48 
[    2.881384] ata1.01: limited to UDMA/33 due to 40-wire cable
[    2.882996] [drm] VGACON disable radeon kernel modesetting.
[    2.883111] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    2.896444] ata1.00: configured for UDMA/33
[    2.912666] ata1.01: configured for UDMA/33
[    2.913833] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD-ROM GDR-H30N 1.00 PQ: 0 ANSI: 5
[    2.929584] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/52x cd/rw xa/form2 cdda tray
[    2.929640] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.929937] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.930193] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.931657] scsi 0:0:1:0: Direct-Access     ATA      ST3200822A       3.01 PQ: 0 ANSI: 5
[    2.932165] sd 0:0:1:0: [sda] 390721968 512-byte logical blocks: (200 GB/186 GiB)
[    2.932281] sd 0:0:1:0: [sda] Write Protect is off
[    2.932324] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    2.932356] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.932858] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    2.987332]  sda: sda1 sda2 < sda5 sda6 >
[    2.987991] sd 0:0:1:0: [sda] Attached SCSI disk
[    2.996048] ata4: SATA link down (SStatus 0 SControl 300)
[    2.996136] ata5: SATA link down (SStatus 0 SControl 300)
[    2.996211] ata6: SATA link down (SStatus 0 SControl 300)
[    3.164020] ata3: softreset failed (device not ready)
[    3.164063] ata3: applying PMP SRST workaround and retrying
[    3.288034] usb 3-1: new low-speed USB device number 2 using ohci-pci
[    3.340030] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.377194] ata3.00: ATA-7: MAXTOR STM380211AS, 3.AAE, max UDMA/133
[    3.377237] ata3.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.377281] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.435504] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.435546] ata3.00: configured for UDMA/133
[    3.435777] scsi 2:0:0:0: Direct-Access     ATA      MAXTOR STM380211 E    PQ: 0 ANSI: 5
[    3.436733] sd 2:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    3.436858] sd 2:0:0:0: [sdb] Write Protect is off
[    3.436902] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.436936] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.437751] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    3.459060] usb 3-1: New USB device found, idVendor=046d, idProduct=c00c
[    3.459111] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.459154] usb 3-1: Product: USB Mouse
[    3.459196] usb 3-1: Manufacturer: Logitech
[    3.474306] hidraw: raw HID events driver (C) Jiri Kosina
[    3.490459] usbcore: registered new interface driver usbhid
[    3.490508] usbhid: USB HID core driver
[    3.497541] input: Logitech USB Mouse as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.0/0003:046D:C00C.0001/input/input3
[    3.498437] hid-generic 0003:046D:C00C.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:13.1-1/input0
[    3.524024]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    3.524751] sd 2:0:0:0: [sdb] Attached SCSI disk
[    4.484404] random: nonblocking pool is initialized
[    5.172464] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[    7.151448] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    7.151717] systemd[1]: Detected architecture x86.
[    7.199630] systemd[1]: Set hostname to <papygege-MS-7367>.
[   10.536433] systemd[1]: Listening on udev Control Socket.
[   10.537053] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[   10.537504] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.538061] systemd[1]: Created slice System Slice.
[   10.538491] systemd[1]: Listening on udev Kernel Socket.
[   10.538910] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   10.539247] systemd[1]: Reached target Encrypted Volumes.
[   10.539568] systemd[1]: Reached target Slices.
[   10.540290] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.540766] systemd[1]: Listening on Journal Socket.
[   10.542130] systemd[1]: Starting Set console scheme...
[   10.543545] systemd[1]: Mounting Debug File System...
[   10.545210] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   10.699782] systemd[1]: Mounting Huge Pages File System...
[   10.701291] systemd[1]: Started Read required files in advance.
[   10.707742] systemd[1]: Started Braille Device Support.
[   11.011582] systemd[1]: Starting Load Kernel Modules...
[   11.012078] systemd[1]: Listening on fsck to fsckd communication Socket.
[   11.013537] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.014961] systemd[1]: Starting Nameserver information manager...
[   11.017780] systemd[1]: Mounting POSIX Message Queue File System...
[   11.023666] systemd[1]: Listening on Journal Audit Socket.
[   11.029720] systemd[1]: Starting Journal Service...
[   11.038186] systemd[1]: Starting Set console keymap...
[   11.048714] systemd[1]: Mounted Debug File System.
[   11.052251] systemd[1]: Mounted Huge Pages File System.
[   11.052684] systemd[1]: Mounted POSIX Message Queue File System.
[   11.053436] systemd[1]: Started Set console scheme.
[   11.054417] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   11.209899] systemd[1]: Starting Create Static Device Nodes in /dev...
[   11.267642] systemd[1]: Started Nameserver information manager.
[   11.269943] systemd[1]: Reached target Network (Pre).
[   11.292059] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
[   11.294991] systemd[1]: Started Remount Root and Kernel File Systems.
[   11.587624] systemd[1]: Starting udev Coldplug all Devices...
[   11.589074] systemd[1]: Starting Load/Save Random Seed...
[   11.966588] systemd[1]: Started udev Coldplug all Devices.
[   12.167974] systemd[1]: Started Load/Save Random Seed.
[   12.435953] systemd[1]: Started Journal Service.
[   12.837373] systemd-journald[216]: Received request to flush runtime journal from PID 1
[   12.853478] lp: driver loaded but no devices found
[   12.943878] ppdev: user-space parallel port driver
[   20.421358] audit: type=1400 audit(1548001878.664:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=391 comm="apparmor_parser"
[   20.421375] audit: type=1400 audit(1548001878.664:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=391 comm="apparmor_parser"
[   20.772914] audit: type=1400 audit(1548001879.016:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=403 comm="apparmor_parser"
[   20.772932] audit: type=1400 audit(1548001879.016:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=403 comm="apparmor_parser"
[   20.772941] audit: type=1400 audit(1548001879.016:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=403 comm="apparmor_parser"
[   20.772951] audit: type=1400 audit(1548001879.016:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=403 comm="apparmor_parser"
[   20.993160] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   22.886892] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B06 (\SMOV) (20150930/utaddress-254)
[   22.886907] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.466002] [drm] VGACON disable radeon kernel modesetting.
[   23.466062] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[   23.721877] EDAC MC: Ver: 3.0.0
[   23.743750] audit: type=1400 audit(1548001881.984:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=410 comm="apparmor_parser"
[   23.743769] audit: type=1400 audit(1548001881.984:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=410 comm="apparmor_parser"
[   23.743779] audit: type=1400 audit(1548001881.984:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=410 comm="apparmor_parser"
[   23.743789] audit: type=1400 audit(1548001881.984:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=410 comm="apparmor_parser"
[   23.755596] MCE: In-kernel MCE decoding enabled.
[   23.783331] AMD64 EDAC driver v3.4.0
[   23.783394] EDAC amd64: DRAM ECC disabled.
[   23.783399] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   24.132268] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   24.176203] media: Linux media interface: v0.10
[   24.319653] Linux video capture interface: v2.00
[   25.044276] pwc: Logitech QuickCam 4000 Pro USB webcam detected.
[   25.212923] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   25.212939] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   25.212944] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   25.212947] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   25.212951] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   25.212953] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   25.212958] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   25.212962] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   25.212965] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   25.252958] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
[   25.253124] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   25.253251] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   25.253375] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   25.253514] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   25.253648] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   25.253773] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   25.253901] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   25.270249] pwc: Registered as video0.
[   25.270346] input: PWC snapshot button as /devices/pci0000:00/0000:00:13.0/usb2/2-1/input/input12
[   25.270480] usbcore: registered new interface driver Philips webcam
[   25.666551] audit_printk_skb: 6 callbacks suppressed
[   25.666558] audit: type=1400 audit(1548001883.908:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app" pid=443 comm="apparmor_parser"
[   25.666573] audit: type=1400 audit(1548001883.908:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app//oxide_helper" pid=443 comm="apparmor_parser"
[   25.700636] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2561, rf: 0003, rev: 000c
[   25.794804] usbcore: registered new interface driver snd-usb-audio
[   25.863903] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   25.936610] audit: type=1400 audit(1548001884.180:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=528 comm="apparmor_parser"
[   25.936629] audit: type=1400 audit(1548001884.180:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=528 comm="apparmor_parser"
[   26.337105] audit: type=1400 audit(1548001884.580:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=541 comm="apparmor_parser"
[   26.337124] audit: type=1400 audit(1548001884.580:19): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=541 comm="apparmor_parser"
[   26.337134] audit: type=1400 audit(1548001884.580:20): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=541 comm="apparmor_parser"
[   26.337143] audit: type=1400 audit(1548001884.580:21): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//sanitized_helper" pid=541 comm="apparmor_parser"
[   26.337152] audit: type=1400 audit(1548001884.580:22): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-ofono" pid=541 comm="apparmor_parser"
[   26.703522] audit: type=1400 audit(1548001884.948:23): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=551 comm="apparmor_parser"
[   27.085241] cfg80211: World regulatory domain updated:
[   27.085250] cfg80211:  DFS Master region: unset
[   27.085253] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   27.085257] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   27.085261] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   27.085264] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   27.085267] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   27.085271] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   27.085274] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   27.085277] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   27.085280] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   30.213496] Adding 915452k swap on /dev/sdb6.  Priority:-1 extents:1 across:915452k FS
[   41.409842] cgroup: new mount options do not match the existing superblock, will be ignored
[   46.881336] NET: Registered protocol family 4
[   46.923896] NET: Registered protocol family 5
[   47.665331] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561s.bin'
[   48.108065] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8
[   48.149416] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   53.112113] r8169 0000:02:00.0 eth0: link down
[   53.112195] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   62.712550] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   63.644112] r8169 0000:02:00.0 eth0: link down
[   63.644197] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   64.660483] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   68.018000] wlan0: authenticate with 2e:90:48:12:e9:14
[   68.032227] wlan0: send auth to 2e:90:48:12:e9:14 (try 1/3)
[   68.041532] wlan0: authenticated
[   68.041580] rt61pci 0000:03:03.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   68.044756] wlan0: associate with 2e:90:48:12:e9:14 (try 1/3)
[   68.048060] wlan0: RX AssocResp from 2e:90:48:12:e9:14 (capab=0x411 status=0 aid=2)
[   68.048149] wlan0: associated
[   68.048717] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   68.990225] audit_printk_skb: 12 callbacks suppressed
[   68.990232] audit: type=1400 audit(1548001927.232:28): apparmor="DENIED" operation="open" profile="/sbin/dhclient" name="/var/lib/wicd/dhclient.conf" pid=1658 comm="dhclient" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
papygege@papygege-MS-7367:~$ dmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesgdmesg

Je vous donne les adresses dont la fonction sort en rouge:
0.029654
2.259243
2.259286
3.164020
23.466062
Bon courage A+

Dernière modification par Gégé92 (Le 20/01/2019, à 18:02)

Hors ligne

#50 Le 20/01/2019, à 20:25

nam1962

Re : [RESOLU] Error code (1)

Ce ne sont pas des adresses, mais des durées chronomètre wink


[ Modéré ]

Hors ligne