Pas d'accès internet [Réglé]
sauf au retour de veille
Système et matériels / Réseau Internet Wi-Fi

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
Je ne comprends rien, vous allez m'expliquer sans doute comment cela est possible.
Sur un PC que je refais, je teste le live cd mageia7. Impossible d'avoir une connexion internet. Je teste alors avec un live cd ubuntu 18.04, idem.
Bon, je me dis, c'est la carte ethernet qui est morte (Nvidia Corporation MCP61 Ethernet).
Je fais quand même une installation classique de Mageia7. Toujours impossible d'avoir une connexion.
Puis je ne sais plus pourquoi, je mets l'ordi en veille sur ram. Au retour de veille, voilà ma connexion qui fonctionne !
J'ai retesté la manip une dizaine de fois. Au démarrage, impossible d'avoir une connexion, que ce soit en créant une nouvelle connexion dans le centre réseau ou par un clic droit "connecter" sur l'applet du tableau de bord.
Mais au retour de veille, elle fonctionne.
??? Une idée ???
merci d'avance,
Etienne

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Ce doit être un processus d'initialisation de la carte qui ne fonctionne pas au démarrage mais qui fonctionne en sortie de veille. En général c'est le contraire !
Il faut inspecter le journal, tous ce qui a trait à la carte réseau.
Yves

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
mais je trouve où ces journaux ? (euh là tu as affaire à un pas doué).
J'ai testé quelques commandes au hasard trouvées sur le net :
Caché :
[jerome@localhost ~]$ /sbin/ifconfig -a
enp0s7: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether d0:50:99:82:1a:03 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4 bytes 1368 (1.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Boucle locale)
RX packets 961 bytes 78832 (76.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 961 bytes 78832 (76.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[jerome@localhost ~]$ sudo ifup enp0s7
Determining IP information for enp0s7...PING 192.168.0.254 (192.168.0.254) 56(84) bytes of data.
--- 192.168.0.254 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
failed.
[jerome@localhost ~]$ /etc/init.d/networking restart
bash: /etc/init.d/networking: Aucun fichier ou dossier de ce type
[jerome@localhost ~]$
enp0s7: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether d0:50:99:82:1a:03 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4 bytes 1368 (1.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Boucle locale)
RX packets 961 bytes 78832 (76.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 961 bytes 78832 (76.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[jerome@localhost ~]$ sudo ifup enp0s7
Determining IP information for enp0s7...PING 192.168.0.254 (192.168.0.254) 56(84) bytes of data.
--- 192.168.0.254 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
failed.
[jerome@localhost ~]$ /etc/init.d/networking restart
bash: /etc/init.d/networking: Aucun fichier ou dossier de ce type
[jerome@localhost ~]$
Après ça ça ne fonctionne pas mieux. Une mise en veille et la connexion apparaît comme par miracle. C'est quand même un peu contraignant de devoir mettre en veille après chaque démarrage ...
Édité par Etienne Le 27/01/2020 à 18h54

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Pour limiter à la session en court, on ajoute -b
Pour filtrer, on peut spécifier l'unité qui nous intéresse avec l'option -u <unité>.
On peut essayer avec :
journalctl -xe -b|grep -i net
tu auras toutes les lignes qui contiennent "net" même avec majuscules.
Yves

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
Donc je fais les choses lentement pour repérer les heures sur la console :
La session s'ouvre à 19h23.
à 19h25 je clic droit sur l'applet pour connecter.
à19h27 je mets en veille.
à 19h27, après le retour de veille, la connexion se fait et se reperd immédiatement.
Nouveau clic droit sur l'applet pour relancer la connexion, et ça fonctionne.
Je laisse toutes les lignes données par la commande même si pas mal n'ont rien à voir, je ne veux pas faire de bêtise.
(tu remarqueras que je ne suis plus sur le même utilisateur que tout à l'heure, je voulais vérifier que c'était le même problème quel que soit l'utilisateur.)
A noter que si je déconnecte la session sans éteindre l'ordi, je ne perds pas la connexion internet.
Caché :
[tieno@localhost ~]$ journalctl -xe -b|grep -i net
janv. 27 19:22:05 localhost.localdomain systemd[1]: Condition check resulted in Import network configuration from initramfs being skipped.
janv. 27 19:22:05 localhost.localdomain systemd[1]: Starting Network Time Synchronization...
janv. 27 19:22:05 localhost.localdomain systemd[1]: Started Network Time Synchronization.
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ETHERNET took: 0:00:00
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Wait for the hotplugged network to be up...
-- Subject: L'unité (unit) network-up.service a commencé à démarrer
-- L'unité (unit) network-up.service a commencé à démarrer.
janv. 27 19:22:11 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...
-- Subject: L'unité (unit) network.service a commencé à démarrer
-- L'unité (unit) network.service a commencé à démarrer.
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:13 localhost.localdomain network[1085]: Démarrage de l'interface loopback : [ OK ]
janv. 27 19:22:13 localhost.localdomain network[1085]: Activation de l'interface enp0s7 : [ OK ]
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:13 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
-- Subject: L'unité (unit) network.service a terminé son démarrage
-- L'unité (unit) network.service a terminé son démarrage, avec le résultat done.
janv. 27 19:22:14 localhost.localdomain kernel: NET: Registered protocol family 17
janv. 27 19:22:24 localhost.localdomain kernel: NETDEV WATCHDOG: enp0s7 (forcedeth): transmit queue 0 timed out
janv. 27 19:22:24 localhost.localdomain kernel: WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:448 dev_watchdog+0x239/0x240
janv. 27 19:22:39 localhost.localdomain network-up[935]: Attente de l'activation du réseau[ÉCHEC ]
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started LSB: Wait for the hotplugged network to be up.
-- Subject: L'unité (unit) network-up.service a terminé son démarrage
-- L'unité (unit) network-up.service a terminé son démarrage, avec le résultat done.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network.
-- Subject: L'unité (unit) network.target a terminé son démarrage
-- L'unité (unit) network.target a terminé son démarrage, avec le résultat done.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network is Online.
-- Subject: L'unité (unit) network-online.target a terminé son démarrage
-- L'unité (unit) network-online.target a terminé son démarrage, avec le résultat done.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Host and Network Name Lookups.
janv. 27 19:22:41 localhost.localdomain kernel: netfilter PSD loaded - (c) astaro AG
janv. 27 19:23:42 localhost.localdomain ksmserver[7572]: Qt: Session management error: networkIdsList argument is NULL
janv. 27 19:23:45 localhost.localdomain ksmserver[7572]: org.kde.kf5.ksmserver: Starting autostart service "/etc/xdg/autostart/net_applet.desktop" ("/usr/bin/net_applet")
janv. 27 19:23:46 localhost.localdomain net_applet[7673]: ### Program is starting ###
janv. 27 19:23:48 localhost.localdomain at-spi-bus-launcher[7722]: dbus-daemon[7727]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=7673 comm="/usr/bin/perl /usr/bin/net_applet")
janv. 27 19:23:49 localhost.localdomain net_applet[7673]: failed to acquire monitor on DBus: org.freedesktop.DBus.Error.ServiceUnknown: The name org.mageia.monitoring was not provided by any .service files
janv. 27 19:25:56 localhost.localdomain net_applet[7673]: running: /usr/sbin/ifup enp0s7 daemon
janv. 27 19:27:10 localhost.localdomain kscreenlocker_greet[13684]: Qt: Session management error: networkIdsList argument is NULL
janv. 27 19:27:51 localhost.localdomain net_applet[7673]: running: /usr/sbin/ifup enp0s7 daemon
[tieno@localhost ~]$
janv. 27 19:22:05 localhost.localdomain systemd[1]: Condition check resulted in Import network configuration from initramfs being skipped.
janv. 27 19:22:05 localhost.localdomain systemd[1]: Starting Network Time Synchronization...
janv. 27 19:22:05 localhost.localdomain systemd[1]: Started Network Time Synchronization.
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ETHERNET took: 0:00:00
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Wait for the hotplugged network to be up...
-- Subject: L'unité (unit) network-up.service a commencé à démarrer
-- L'unité (unit) network-up.service a commencé à démarrer.
janv. 27 19:22:11 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...
-- Subject: L'unité (unit) network.service a commencé à démarrer
-- L'unité (unit) network.service a commencé à démarrer.
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:13 localhost.localdomain network[1085]: Démarrage de l'interface loopback : [ OK ]
janv. 27 19:22:13 localhost.localdomain network[1085]: Activation de l'interface enp0s7 : [ OK ]
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects', ignoring: No such file or directory
janv. 27 19:22:13 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
-- Subject: L'unité (unit) network.service a terminé son démarrage
-- L'unité (unit) network.service a terminé son démarrage, avec le résultat done.
janv. 27 19:22:14 localhost.localdomain kernel: NET: Registered protocol family 17
janv. 27 19:22:24 localhost.localdomain kernel: NETDEV WATCHDOG: enp0s7 (forcedeth): transmit queue 0 timed out
janv. 27 19:22:24 localhost.localdomain kernel: WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:448 dev_watchdog+0x239/0x240
janv. 27 19:22:39 localhost.localdomain network-up[935]: Attente de l'activation du réseau[ÉCHEC ]
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started LSB: Wait for the hotplugged network to be up.
-- Subject: L'unité (unit) network-up.service a terminé son démarrage
-- L'unité (unit) network-up.service a terminé son démarrage, avec le résultat done.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network.
-- Subject: L'unité (unit) network.target a terminé son démarrage
-- L'unité (unit) network.target a terminé son démarrage, avec le résultat done.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network is Online.
-- Subject: L'unité (unit) network-online.target a terminé son démarrage
-- L'unité (unit) network-online.target a terminé son démarrage, avec le résultat done.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Host and Network Name Lookups.
janv. 27 19:22:41 localhost.localdomain kernel: netfilter PSD loaded - (c) astaro AG
janv. 27 19:23:42 localhost.localdomain ksmserver[7572]: Qt: Session management error: networkIdsList argument is NULL
janv. 27 19:23:45 localhost.localdomain ksmserver[7572]: org.kde.kf5.ksmserver: Starting autostart service "/etc/xdg/autostart/net_applet.desktop" ("/usr/bin/net_applet")
janv. 27 19:23:46 localhost.localdomain net_applet[7673]: ### Program is starting ###
janv. 27 19:23:48 localhost.localdomain at-spi-bus-launcher[7722]: dbus-daemon[7727]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=7673 comm="/usr/bin/perl /usr/bin/net_applet")
janv. 27 19:23:49 localhost.localdomain net_applet[7673]: failed to acquire monitor on DBus: org.freedesktop.DBus.Error.ServiceUnknown: The name org.mageia.monitoring was not provided by any .service files
janv. 27 19:25:56 localhost.localdomain net_applet[7673]: running: /usr/sbin/ifup enp0s7 daemon
janv. 27 19:27:10 localhost.localdomain kscreenlocker_greet[13684]: Qt: Session management error: networkIdsList argument is NULL
janv. 27 19:27:51 localhost.localdomain net_applet[7673]: running: /usr/sbin/ifup enp0s7 daemon
[tieno@localhost ~]$
Merci à toi !
Édité par Etienne Le 27/01/2020 à 19h35

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Code BASH :
journalctl -S "2020-01-27 19:22:10" -U "2020-01-27 19:22:40"
Yves

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
Caché :
[tieno@localhost ~]$ journalctl -S "2020-01-27 19:22:10" -U "2020-01-27 19:22:40"
-- Logs begin at Sat 2020-01-25 19:02:34 CET, end at Tue 2020-01-28 21:08:04 CET. --
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: VIDEO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: DVB took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: TV took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MULTIMEDIA_OTHER took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: AUDIO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: WEBCAM took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: CPU took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ISDN took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: USB_AUDIO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: RADIO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ATM took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: WAN took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: BLUETOOTH took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ETHERNET took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MODEM took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ADSL took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MEMORY took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: PRINTER took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: GAMEPORT took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: JOYSTICK took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: KEYBOARD took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MISC_INPUT took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MOUSE took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: BIOMETRIC took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: UPS took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: SCANNER took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: UNKNOWN took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: created file /etc/sysconfig/harddrake2/previous_hw
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: launched command: display_driver_helper --check-loaded
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Reconfigure the system on administrator request.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Reached target Basic System.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Manage Sound Card State (restore and store).
janv. 27 19:22:10 localhost.localdomain alsactl[931]: alsactl 1.1.9 daemon started
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting RealtimeKit Scheduling Policy Service...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Adapt Mageia theme to the monitor resolution...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Locks NumLock key at init runlevel change...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Wait for the hotplugged network to be up...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Enables MSEC security policy on boot...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting D-Bus System Message Bus...
janv. 27 19:22:10 localhost.localdomain numlock[934]: Lancement du verrouillage numérique : [ OK ]
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Modem Manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Daemon for power management...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Condition check resulted in Save/Restore Sound Card State being skip>
janv. 27 19:22:10 localhost.localdomain systemd[1]: Reached target Sound Card.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Software RAID monitoring and management...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started irqbalance daemon.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Disk Manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Checks if a partition is close to full up...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Nameserver information manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Console Mouse manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Adaptive readahead daemon...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Login Service...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started LSB: Enables MSEC security policy on boot.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started LSB: Locks NumLock key at init runlevel change.
janv. 27 19:22:10 localhost.localdomain partmon[962]: Vérification si les partitions disposent d'assez d'espace libre : >
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started LSB: Checks if a partition is close to full up.
janv. 27 19:22:10 localhost.localdomain /usr/sbin/gpm[1027]: *** info [daemon/startup.c(136)]:
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Console Mouse manager.
janv. 27 19:22:10 localhost.localdomain /usr/sbin/gpm[1027]: Started gpm successfully. Entered daemon mode.
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: New seat seat0.
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: Watching system buttons on /dev/input/event1 (Power Button)
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: Watching system buttons on /dev/input/event0 (Power Button)
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: Watching system buttons on /dev/input/event3 (Dell Dell USB>
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Software RAID monitoring and management.
janv. 27 19:22:11 localhost.localdomain resolvconf[963]: Lancement de resolvconf : [ OK ]
janv. 27 19:22:11 localhost.localdomain systemd[1]: Started LSB: Nameserver information manager.
janv. 27 19:22:11 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...
janv. 27 19:22:11 localhost.localdomain preload[965]: Lancement du service preload : [ OK ]
janv. 27 19:22:11 localhost.localdomain systemd[1]: Started LSB: Adaptive readahead daemon.
janv. 27 19:22:11 localhost.localdomain udisksd[961]: udisks daemon version 2.8.2 starting
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redire>
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects'>
janv. 27 19:22:11 localhost.localdomain ModemManager[957]: <info> ModemManager (version 1.10.0) starting in system bus.>
janv. 27 19:22:11 localhost.localdomain mga-bg-res[933]: mmap /dev/zero: Operation not permitted
janv. 27 19:22:12 localhost.localdomain systemd[1]: mga-bg-res.service: Succeeded.
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started Adapt Mageia theme to the monitor resolution.
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started D-Bus System Message Bus.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Successfully called chroot.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Successfully dropped privileges.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Successfully limited resources.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Running.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Canary thread running.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Watchdog thread running.
janv. 27 19:22:12 localhost.localdomain dbus-daemon[937]: [system] Successfully activated service 'org.freedesktop.syste>
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started RealtimeKit Scheduling Policy Service.
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started Login Service.
janv. 27 19:22:12 localhost.localdomain kernel: forcedeth 0000:00:07.0 enp0s7: MSI enabled
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started Daemon for power management.
janv. 27 19:22:13 localhost.localdomain systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
janv. 27 19:22:13 localhost.localdomain kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
janv. 27 19:22:13 localhost.localdomain kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
janv. 27 19:22:13 localhost.localdomain dbus-daemon[937]: [system] Activating via systemd: service name='org.freedesktop>
janv. 27 19:22:13 localhost.localdomain systemd[1]: Starting Authorization Manager...
janv. 27 19:22:13 localhost.localdomain network[1085]: Démarrage de l'interface loopback : [ OK ]
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: ifplugd 0.28 initializing.
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Using interface enp0s7/D0:50:99:82:1A:03 with driver <for>
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Using detection mode: SIOCETHTOOL
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Initialization complete, link beat detected.
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Executing '/etc/ifplugd/ifplugd.action enp0s7 up'.
janv. 27 19:22:13 localhost.localdomain network[1085]: Activation de l'interface enp0s7 : [ OK ]
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redire>
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects'>
janv. 27 19:22:13 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
janv. 27 19:22:13 localhost.localdomain systemd[1]: Started Modem Manager.
janv. 27 19:22:14 localhost.localdomain polkitd[1252]: Started polkitd version 0.116
janv. 27 19:22:14 localhost.localdomain kernel: NET: Registered protocol family 17
janv. 27 19:22:14 localhost.localdomain dhclient[1364]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port 67
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Loading rules from directory /etc/polkit-1/rules.d
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Loading rules from directory /usr/share/polkit-1/rules.d
janv. 27 19:22:16 localhost.localdomain ModemManager[957]: <info> Couldn't check support for device '/sys/devices/pci00>
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Finished loading, compiling and executing 4 rules
janv. 27 19:22:16 localhost.localdomain dbus-daemon[937]: [system] Successfully activated service 'org.freedesktop.Polic>
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
janv. 27 19:22:16 localhost.localdomain systemd[1]: Started Authorization Manager.
janv. 27 19:22:17 localhost.localdomain dhclient[1364]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port 67
janv. 27 19:22:19 localhost.localdomain systemd[1]: Started Disk Manager.
janv. 27 19:22:19 localhost.localdomain udisksd[961]: Acquired the name org.freedesktop.UDisks2 on the system message bus
janv. 27 19:22:21 localhost.localdomain dhclient[1364]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port 67
janv. 27 19:22:24 localhost.localdomain kernel: ------------[ cut here ]------------
janv. 27 19:22:24 localhost.localdomain kernel: NETDEV WATCHDOG: enp0s7 (forcedeth): transmit queue 0 timed out
janv. 27 19:22:24 localhost.localdomain kernel: WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:448 dev_watchdog+0x239>
janv. 27 19:22:24 localhost.localdomain kernel: Modules linked in: af_packet cfg80211 rfkill dm_mirror dm_region_hash dm>
janv. 27 19:22:24 localhost.localdomain kernel: CPU: 3 PID: 0 Comm: swapper/3 Tainted: P O 5.4.12-desktop>
janv. 27 19:22:24 localhost.localdomain kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./N68-GS4/USB>
janv. 27 19:22:24 localhost.localdomain kernel: RIP: 0010:dev_watchdog+0x239/0x240
janv. 27 19:22:24 localhost.localdomain kernel: Code: 48 85 c0 75 e4 eb 9d 4c 89 ef c6 05 56 65 ad 00 01 e8 3b 23 fb ff >
janv. 27 19:22:24 localhost.localdomain kernel: RSP: 0018:ffffa83500150e90 EFLAGS: 00010286
janv. 27 19:22:24 localhost.localdomain kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
janv. 27 19:22:24 localhost.localdomain kernel: RDX: ffff9c5a56ae7240 RSI: 00000000000000f6 RDI: 0000000000000300
janv. 27 19:22:24 localhost.localdomain kernel: RBP: ffff9c5a4afc8480 R08: 00000000000002f5 R09: 0000000000000004
janv. 27 19:22:24 localhost.localdomain kernel: R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000001
janv. 27 19:22:24 localhost.localdomain kernel: R13: ffff9c5a4afc8000 R14: 0000000000000000 R15: ffffffffb0205100
janv. 27 19:22:24 localhost.localdomain kernel: FS: 0000000000000000(0000) GS:ffff9c5a56ac0000(0000) knlGS:000000000000>
janv. 27 19:22:24 localhost.localdomain kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
janv. 27 19:22:24 localhost.localdomain kernel: CR2: 00007ff5961ec740 CR3: 000000020620a000 CR4: 00000000000406e0
janv. 27 19:22:24 localhost.localdomain kernel: Call Trace:
janv. 27 19:22:24 localhost.localdomain kernel: <IRQ>
janv. 27 19:22:24 localhost.localdomain kernel: ? qdisc_put_unlocked+0x30/0x30
janv. 27 19:22:24 localhost.localdomain kernel: call_timer_fn+0x2d/0x130
janv. 27 19:22:24 localhost.localdomain kernel: run_timer_softirq+0x19b/0x400
janv. 27 19:22:24 localhost.localdomain kernel: ? tick_sched_timer+0x37/0x70
janv. 27 19:22:24 localhost.localdomain kernel: ? __hrtimer_run_queues+0x110/0x280
janv. 27 19:22:24 localhost.localdomain kernel: __do_softirq+0xdf/0x2e5
janv. 27 19:22:24 localhost.localdomain kernel: irq_exit+0xd8/0xe0
janv. 27 19:22:24 localhost.localdomain kernel: smp_apic_timer_interrupt+0x74/0x130
janv. 27 19:22:24 localhost.localdomain kernel: apic_timer_interrupt+0xf/0x20
janv. 27 19:22:24 localhost.localdomain kernel: </IRQ>
janv. 27 19:22:24 localhost.localdomain kernel: RIP: 0010:cpuidle_enter_state+0xbc/0x450
janv. 27 19:22:24 localhost.localdomain kernel: Code: e8 f9 df 90 ff 80 7c 24 13 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 >
janv. 27 19:22:24 localhost.localdomain kernel: RSP: 0018:ffffa8350008be78 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff13
janv. 27 19:22:24 localhost.localdomain kernel: RAX: ffff9c5a56aea3c0 RBX: ffffffffb02cdde0 RCX: 000000000000001f
janv. 27 19:22:24 localhost.localdomain kernel: RDX: 0000000717b78676 RSI: 0000000020abd7f1 RDI: 0000000000000000
janv. 27 19:22:24 localhost.localdomain kernel: RBP: ffff9c5a551ae400 R08: 0000000000000002 R09: 0000000000029c40
janv. 27 19:22:24 localhost.localdomain kernel: R10: 0000003350997f0b R11: ffff9c5a56ae9380 R12: 0000000000000002
janv. 27 19:22:24 localhost.localdomain kernel: R13: ffffffffb02cdeb8 R14: 0000000000000002 R15: 0000000000000000
janv. 27 19:22:24 localhost.localdomain kernel: ? cpuidle_enter_state+0x97/0x450
janv. 27 19:22:24 localhost.localdomain kernel: cpuidle_enter+0x29/0x40
janv. 27 19:22:24 localhost.localdomain kernel: do_idle+0x228/0x270
janv. 27 19:22:24 localhost.localdomain kernel: cpu_startup_entry+0x19/0x20
janv. 27 19:22:24 localhost.localdomain kernel: start_secondary+0x15f/0x1b0
janv. 27 19:22:24 localhost.localdomain kernel: secondary_startup_64+0xa4/0xb0
janv. 27 19:22:24 localhost.localdomain kernel: ---[ end trace dabd962b0b7a1d23 ]---
janv. 27 19:22:24 localhost.localdomain kernel: forcedeth 0000:00:07.0 enp0s7: Got tx_timeout. irq status: 00000032
janv. 27 19:22:27 localhost.localdomain dhclient[1364]: DHCPDISCOVER on enp0s7 to 255.255.255.255 port 67 interval 7
janv. 27 19:22:34 localhost.localdomain dhclient[1364]: DHCPDISCOVER on enp0s7 to 255.255.255.255 port 67 interval 15
janv. 27 19:22:34 localhost.localdomain kernel: forcedeth 0000:00:07.0 enp0s7: Got tx_timeout. irq status: 00000032
janv. 27 19:22:39 localhost.localdomain network-up[935]: Attente de l'activation du réseau[ÉCHEC ]
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started LSB: Wait for the hotplugged network to be up.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network is Online.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Shorewall IPv4 firewall...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Permit User Sessions...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Host and Network Name Lookups.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Permit User Sessions.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Hold until boot process finishes up...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Terminate Plymouth Boot Screen...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Command Scheduler.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Received SIGRTMIN+21 from PID 346 (plymouthd).
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) STARTUP (1.5.4)
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) INFO (Syslog will be used instead of sendmail.)
janv. 27 19:22:39 localhost.localdomain systemd[1]: Received SIGRTMIN+21 from PID 346 (plymouthd).
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 77% if used.)
janv. 27 19:22:39 localhost.localdomain systemd[1]: plymouth-quit-wait.service: Succeeded.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Hold until boot process finishes up.
janv. 27 19:22:39 localhost.localdomain systemd[1]: plymouth-quit.service: Succeeded.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Terminate Plymouth Boot Screen.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Simple Desktop Display Manager.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Multi-User System.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Graphical Interface.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Update UTMP about System Runlevel Changes...
janv. 27 19:22:39 localhost.localdomain systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Update UTMP about System Runlevel Changes.
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) INFO (running with inotify support)
lines 166-194/194 (END)
-- Logs begin at Sat 2020-01-25 19:02:34 CET, end at Tue 2020-01-28 21:08:04 CET. --
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: VIDEO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: DVB took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: TV took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MULTIMEDIA_OTHER took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: AUDIO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: WEBCAM took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: CPU took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ISDN took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: USB_AUDIO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: RADIO took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ATM took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: WAN took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: BLUETOOTH took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ETHERNET took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MODEM took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: ADSL took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MEMORY took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: PRINTER took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: GAMEPORT took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: JOYSTICK took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: KEYBOARD took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MISC_INPUT took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: MOUSE took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: BIOMETRIC took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: UPS took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: SCANNER took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: UNKNOWN took: 0:00:00
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: created file /etc/sysconfig/harddrake2/previous_hw
janv. 27 19:22:10 localhost.localdomain service_harddrake[899]: launched command: display_driver_helper --check-loaded
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Reconfigure the system on administrator request.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Reached target Basic System.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Manage Sound Card State (restore and store).
janv. 27 19:22:10 localhost.localdomain alsactl[931]: alsactl 1.1.9 daemon started
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting RealtimeKit Scheduling Policy Service...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Adapt Mageia theme to the monitor resolution...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Locks NumLock key at init runlevel change...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Wait for the hotplugged network to be up...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Enables MSEC security policy on boot...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting D-Bus System Message Bus...
janv. 27 19:22:10 localhost.localdomain numlock[934]: Lancement du verrouillage numérique : [ OK ]
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Modem Manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Daemon for power management...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Condition check resulted in Save/Restore Sound Card State being skip>
janv. 27 19:22:10 localhost.localdomain systemd[1]: Reached target Sound Card.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Software RAID monitoring and management...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started irqbalance daemon.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Disk Manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Checks if a partition is close to full up...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Nameserver information manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Console Mouse manager...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting LSB: Adaptive readahead daemon...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Starting Login Service...
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started LSB: Enables MSEC security policy on boot.
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started LSB: Locks NumLock key at init runlevel change.
janv. 27 19:22:10 localhost.localdomain partmon[962]: Vérification si les partitions disposent d'assez d'espace libre : >
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started LSB: Checks if a partition is close to full up.
janv. 27 19:22:10 localhost.localdomain /usr/sbin/gpm[1027]: *** info [daemon/startup.c(136)]:
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Console Mouse manager.
janv. 27 19:22:10 localhost.localdomain /usr/sbin/gpm[1027]: Started gpm successfully. Entered daemon mode.
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: New seat seat0.
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: Watching system buttons on /dev/input/event1 (Power Button)
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: Watching system buttons on /dev/input/event0 (Power Button)
janv. 27 19:22:10 localhost.localdomain systemd-logind[969]: Watching system buttons on /dev/input/event3 (Dell Dell USB>
janv. 27 19:22:10 localhost.localdomain systemd[1]: Started Software RAID monitoring and management.
janv. 27 19:22:11 localhost.localdomain resolvconf[963]: Lancement de resolvconf : [ OK ]
janv. 27 19:22:11 localhost.localdomain systemd[1]: Started LSB: Nameserver information manager.
janv. 27 19:22:11 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...
janv. 27 19:22:11 localhost.localdomain preload[965]: Lancement du service preload : [ OK ]
janv. 27 19:22:11 localhost.localdomain systemd[1]: Started LSB: Adaptive readahead daemon.
janv. 27 19:22:11 localhost.localdomain udisksd[961]: udisks daemon version 2.8.2 starting
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redire>
janv. 27 19:22:11 localhost.localdomain systemd-sysctl[1117]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects'>
janv. 27 19:22:11 localhost.localdomain ModemManager[957]: <info> ModemManager (version 1.10.0) starting in system bus.>
janv. 27 19:22:11 localhost.localdomain mga-bg-res[933]: mmap /dev/zero: Operation not permitted
janv. 27 19:22:12 localhost.localdomain systemd[1]: mga-bg-res.service: Succeeded.
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started Adapt Mageia theme to the monitor resolution.
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started D-Bus System Message Bus.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Successfully called chroot.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Successfully dropped privileges.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Successfully limited resources.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Running.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Canary thread running.
janv. 27 19:22:12 localhost.localdomain rtkit-daemon[932]: Watchdog thread running.
janv. 27 19:22:12 localhost.localdomain dbus-daemon[937]: [system] Successfully activated service 'org.freedesktop.syste>
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started RealtimeKit Scheduling Policy Service.
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started Login Service.
janv. 27 19:22:12 localhost.localdomain kernel: forcedeth 0000:00:07.0 enp0s7: MSI enabled
janv. 27 19:22:12 localhost.localdomain systemd[1]: Started Daemon for power management.
janv. 27 19:22:13 localhost.localdomain systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
janv. 27 19:22:13 localhost.localdomain kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
janv. 27 19:22:13 localhost.localdomain kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
janv. 27 19:22:13 localhost.localdomain dbus-daemon[937]: [system] Activating via systemd: service name='org.freedesktop>
janv. 27 19:22:13 localhost.localdomain systemd[1]: Starting Authorization Manager...
janv. 27 19:22:13 localhost.localdomain network[1085]: Démarrage de l'interface loopback : [ OK ]
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: ifplugd 0.28 initializing.
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Using interface enp0s7/D0:50:99:82:1A:03 with driver <for>
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Using detection mode: SIOCETHTOOL
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Initialization complete, link beat detected.
janv. 27 19:22:13 localhost.localdomain ifplugd(enp0s7)[1292]: Executing '/etc/ifplugd/ifplugd.action enp0s7 up'.
janv. 27 19:22:13 localhost.localdomain network[1085]: Activation de l'interface enp0s7 : [ OK ]
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/default/accept_redire>
janv. 27 19:22:13 localhost.localdomain systemd-sysctl[1325]: Couldn't write '0' to 'net/ipv6/conf/all/accept_redirects'>
janv. 27 19:22:13 localhost.localdomain systemd[1]: Started LSB: Bring up/down networking.
janv. 27 19:22:13 localhost.localdomain systemd[1]: Started Modem Manager.
janv. 27 19:22:14 localhost.localdomain polkitd[1252]: Started polkitd version 0.116
janv. 27 19:22:14 localhost.localdomain kernel: NET: Registered protocol family 17
janv. 27 19:22:14 localhost.localdomain dhclient[1364]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port 67
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Loading rules from directory /etc/polkit-1/rules.d
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Loading rules from directory /usr/share/polkit-1/rules.d
janv. 27 19:22:16 localhost.localdomain ModemManager[957]: <info> Couldn't check support for device '/sys/devices/pci00>
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Finished loading, compiling and executing 4 rules
janv. 27 19:22:16 localhost.localdomain dbus-daemon[937]: [system] Successfully activated service 'org.freedesktop.Polic>
janv. 27 19:22:16 localhost.localdomain polkitd[1252]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
janv. 27 19:22:16 localhost.localdomain systemd[1]: Started Authorization Manager.
janv. 27 19:22:17 localhost.localdomain dhclient[1364]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port 67
janv. 27 19:22:19 localhost.localdomain systemd[1]: Started Disk Manager.
janv. 27 19:22:19 localhost.localdomain udisksd[961]: Acquired the name org.freedesktop.UDisks2 on the system message bus
janv. 27 19:22:21 localhost.localdomain dhclient[1364]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port 67
janv. 27 19:22:24 localhost.localdomain kernel: ------------[ cut here ]------------
janv. 27 19:22:24 localhost.localdomain kernel: NETDEV WATCHDOG: enp0s7 (forcedeth): transmit queue 0 timed out
janv. 27 19:22:24 localhost.localdomain kernel: WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:448 dev_watchdog+0x239>
janv. 27 19:22:24 localhost.localdomain kernel: Modules linked in: af_packet cfg80211 rfkill dm_mirror dm_region_hash dm>
janv. 27 19:22:24 localhost.localdomain kernel: CPU: 3 PID: 0 Comm: swapper/3 Tainted: P O 5.4.12-desktop>
janv. 27 19:22:24 localhost.localdomain kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./N68-GS4/USB>
janv. 27 19:22:24 localhost.localdomain kernel: RIP: 0010:dev_watchdog+0x239/0x240
janv. 27 19:22:24 localhost.localdomain kernel: Code: 48 85 c0 75 e4 eb 9d 4c 89 ef c6 05 56 65 ad 00 01 e8 3b 23 fb ff >
janv. 27 19:22:24 localhost.localdomain kernel: RSP: 0018:ffffa83500150e90 EFLAGS: 00010286
janv. 27 19:22:24 localhost.localdomain kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
janv. 27 19:22:24 localhost.localdomain kernel: RDX: ffff9c5a56ae7240 RSI: 00000000000000f6 RDI: 0000000000000300
janv. 27 19:22:24 localhost.localdomain kernel: RBP: ffff9c5a4afc8480 R08: 00000000000002f5 R09: 0000000000000004
janv. 27 19:22:24 localhost.localdomain kernel: R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000001
janv. 27 19:22:24 localhost.localdomain kernel: R13: ffff9c5a4afc8000 R14: 0000000000000000 R15: ffffffffb0205100
janv. 27 19:22:24 localhost.localdomain kernel: FS: 0000000000000000(0000) GS:ffff9c5a56ac0000(0000) knlGS:000000000000>
janv. 27 19:22:24 localhost.localdomain kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
janv. 27 19:22:24 localhost.localdomain kernel: CR2: 00007ff5961ec740 CR3: 000000020620a000 CR4: 00000000000406e0
janv. 27 19:22:24 localhost.localdomain kernel: Call Trace:
janv. 27 19:22:24 localhost.localdomain kernel: <IRQ>
janv. 27 19:22:24 localhost.localdomain kernel: ? qdisc_put_unlocked+0x30/0x30
janv. 27 19:22:24 localhost.localdomain kernel: call_timer_fn+0x2d/0x130
janv. 27 19:22:24 localhost.localdomain kernel: run_timer_softirq+0x19b/0x400
janv. 27 19:22:24 localhost.localdomain kernel: ? tick_sched_timer+0x37/0x70
janv. 27 19:22:24 localhost.localdomain kernel: ? __hrtimer_run_queues+0x110/0x280
janv. 27 19:22:24 localhost.localdomain kernel: __do_softirq+0xdf/0x2e5
janv. 27 19:22:24 localhost.localdomain kernel: irq_exit+0xd8/0xe0
janv. 27 19:22:24 localhost.localdomain kernel: smp_apic_timer_interrupt+0x74/0x130
janv. 27 19:22:24 localhost.localdomain kernel: apic_timer_interrupt+0xf/0x20
janv. 27 19:22:24 localhost.localdomain kernel: </IRQ>
janv. 27 19:22:24 localhost.localdomain kernel: RIP: 0010:cpuidle_enter_state+0xbc/0x450
janv. 27 19:22:24 localhost.localdomain kernel: Code: e8 f9 df 90 ff 80 7c 24 13 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 >
janv. 27 19:22:24 localhost.localdomain kernel: RSP: 0018:ffffa8350008be78 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff13
janv. 27 19:22:24 localhost.localdomain kernel: RAX: ffff9c5a56aea3c0 RBX: ffffffffb02cdde0 RCX: 000000000000001f
janv. 27 19:22:24 localhost.localdomain kernel: RDX: 0000000717b78676 RSI: 0000000020abd7f1 RDI: 0000000000000000
janv. 27 19:22:24 localhost.localdomain kernel: RBP: ffff9c5a551ae400 R08: 0000000000000002 R09: 0000000000029c40
janv. 27 19:22:24 localhost.localdomain kernel: R10: 0000003350997f0b R11: ffff9c5a56ae9380 R12: 0000000000000002
janv. 27 19:22:24 localhost.localdomain kernel: R13: ffffffffb02cdeb8 R14: 0000000000000002 R15: 0000000000000000
janv. 27 19:22:24 localhost.localdomain kernel: ? cpuidle_enter_state+0x97/0x450
janv. 27 19:22:24 localhost.localdomain kernel: cpuidle_enter+0x29/0x40
janv. 27 19:22:24 localhost.localdomain kernel: do_idle+0x228/0x270
janv. 27 19:22:24 localhost.localdomain kernel: cpu_startup_entry+0x19/0x20
janv. 27 19:22:24 localhost.localdomain kernel: start_secondary+0x15f/0x1b0
janv. 27 19:22:24 localhost.localdomain kernel: secondary_startup_64+0xa4/0xb0
janv. 27 19:22:24 localhost.localdomain kernel: ---[ end trace dabd962b0b7a1d23 ]---
janv. 27 19:22:24 localhost.localdomain kernel: forcedeth 0000:00:07.0 enp0s7: Got tx_timeout. irq status: 00000032
janv. 27 19:22:27 localhost.localdomain dhclient[1364]: DHCPDISCOVER on enp0s7 to 255.255.255.255 port 67 interval 7
janv. 27 19:22:34 localhost.localdomain dhclient[1364]: DHCPDISCOVER on enp0s7 to 255.255.255.255 port 67 interval 15
janv. 27 19:22:34 localhost.localdomain kernel: forcedeth 0000:00:07.0 enp0s7: Got tx_timeout. irq status: 00000032
janv. 27 19:22:39 localhost.localdomain network-up[935]: Attente de l'activation du réseau[ÉCHEC ]
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started LSB: Wait for the hotplugged network to be up.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Network is Online.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Shorewall IPv4 firewall...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Permit User Sessions...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Host and Network Name Lookups.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Permit User Sessions.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Hold until boot process finishes up...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Terminate Plymouth Boot Screen...
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Command Scheduler.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Received SIGRTMIN+21 from PID 346 (plymouthd).
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) STARTUP (1.5.4)
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) INFO (Syslog will be used instead of sendmail.)
janv. 27 19:22:39 localhost.localdomain systemd[1]: Received SIGRTMIN+21 from PID 346 (plymouthd).
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 77% if used.)
janv. 27 19:22:39 localhost.localdomain systemd[1]: plymouth-quit-wait.service: Succeeded.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Hold until boot process finishes up.
janv. 27 19:22:39 localhost.localdomain systemd[1]: plymouth-quit.service: Succeeded.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Terminate Plymouth Boot Screen.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Simple Desktop Display Manager.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Multi-User System.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Reached target Graphical Interface.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Starting Update UTMP about System Runlevel Changes...
janv. 27 19:22:39 localhost.localdomain systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
janv. 27 19:22:39 localhost.localdomain systemd[1]: Started Update UTMP about System Runlevel Changes.
janv. 27 19:22:39 localhost.localdomain crond[2945]: (CRON) INFO (running with inotify support)
lines 166-194/194 (END)
et
Caché :
[tieno@localhost ~]$ journalctl -S "2020-01-27 19:27:45" -U "2020-01-27 19:28:59"
-- Logs begin at Sat 2020-01-25 19:02:34 CET, end at Tue 2020-01-28 21:11:09 CET. --
janv. 27 19:27:51 localhost.localdomain net_applet[7673]: running: /usr/sbin/ifup enp0s7 daemon
janv. 27 19:27:51 localhost.localdomain dhclient[14722]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port >
janv. 27 19:27:51 localhost.localdomain dhclient[14722]: DHCPACK of 192.168.0.11 from 192.168.0.254
janv. 27 19:27:51 localhost.localdomain dhclient[14722]: bound to 192.168.0.11 -- renewal in 375660 seconds.
janv. 27 19:27:51 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:27:51 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notificatio>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:362>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:363>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:364>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:365>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:99: Typ>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:99: Typ>
janv. 27 19:27:55 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:27:55 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:27:59 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:27:59 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:03 localhost.localdomain kwrite[15367]: sonnet.plugins.hspell: HSpellDict::HSpellDict: Init failed
janv. 27 19:28:05 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:05 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:05 localhost.localdomain plasmashell[7607]: KActivitiesStats( 0x2504110 ) ResultModelPrivate::onResultSco>
janv. 27 19:28:08 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:11 localhost.localdomain plasmashell[7607]: KActivitiesStats( 0x2554260 ) ResultModelPrivate::onResultSco>
janv. 27 19:28:20 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:20 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:21 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:21 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
lines 4-32/32 (END)
-- Logs begin at Sat 2020-01-25 19:02:34 CET, end at Tue 2020-01-28 21:11:09 CET. --
janv. 27 19:27:51 localhost.localdomain net_applet[7673]: running: /usr/sbin/ifup enp0s7 daemon
janv. 27 19:27:51 localhost.localdomain dhclient[14722]: DHCPREQUEST for 192.168.0.11 on enp0s7 to 255.255.255.255 port >
janv. 27 19:27:51 localhost.localdomain dhclient[14722]: DHCPACK of 192.168.0.11 from 192.168.0.254
janv. 27 19:27:51 localhost.localdomain dhclient[14722]: bound to 192.168.0.11 -- renewal in 375660 seconds.
janv. 27 19:27:51 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:27:51 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notificatio>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:362>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:363>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:364>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/ScrollView.qml:365>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:99: Typ>
janv. 27 19:27:52 localhost.localdomain plasmashell[7607]: file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:99: Typ>
janv. 27 19:27:55 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:27:55 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:27:59 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:27:59 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:02 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:03 localhost.localdomain kwrite[15367]: sonnet.plugins.hspell: HSpellDict::HSpellDict: Init failed
janv. 27 19:28:05 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:05 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:05 localhost.localdomain plasmashell[7607]: KActivitiesStats( 0x2504110 ) ResultModelPrivate::onResultSco>
janv. 27 19:28:08 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:11 localhost.localdomain plasmashell[7607]: KActivitiesStats( 0x2554260 ) ResultModelPrivate::onResultSco>
janv. 27 19:28:20 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:20 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence>
janv. 27 19:28:21 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
janv. 27 19:28:21 localhost.localdomain kwin_x11[7601]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: >
lines 4-32/32 (END)
Bon courage !
(et merci, bien sûr)

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
On voit que le système demande une adresse au serveur DHCP, mais que celle-ci n'aboutit pas. On a un timeout signalé par le noyau.
Par contre, à l'issue du retour de veille, cette même requête est satisfaite immédiatement.
Je pense qu'il faut déposer un rapport de bug avec le journal complet d'une séquence démarrage-mise en veille-retour.
Code BASH :
journalctl -x -b 0 >journal.txt chown 1000:1000 journal.txt
Tu récupères le fichier journal.txt avec les droits dessus.
Il faudrait aussi les informations suivantes :
Code BASH :
lspcidrake -v |grep -i net uname -a
J'espère que Thomas Backlund pourra en tirer quelque chose.
As-tu essayé avec un noyau antérieur ?
sinon, tu as une manœuvre à essayer ici : https://debian-facile.org/viewtopic.php?id=17899
Édité par Papoteur Le 31/01/2020 à 15h06
Yves

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
OK grand merci à toi. J'ai résolu le problème grâce au lien que tu m'as donné. Ca fait deux fois que je redémarre l'ordi et ça fonctionne. Ceci dit faudrait peut-être quand même que je fasse un rapport de bug ? Sauf si, comme je crois l'avoir compris, la config de la carte réseau (intégrée au chipset) aurait été changée par windows du temps où celui-ci polluait cette machine ? Dis moi si ça nécessite toujours un rapport de bug, le cas échéant j'essaierai d'en faire un (mais l'anglais, bof ...). Je ne mets pas ici les infos que tu me demandes pour ça, le fichier de "journal" étant vraiment très long.
Bref, j'ai créé un fichier /etc/modprobe.d/forcedeth.conf contenant : options forcedeth msi=0 msix=0
puis en root :
Code :
[root@localhost tieno]# update-initramfs -u
bash: update-initramfs : commande introuvable
Mais comme tu le vois ça n'a pas l'air de servir à grand chose ...
Donc j'essaie ce que le post de ton lien appelle "tester en live" :
Code :
[root@localhost tieno]# ifconfig eth0 down
eth0: ERROR while getting interface flags: Aucun périphérique de ce type
mais ça ne fonctionne pas donc je remplace eth0 par enp0s7, qui d'après des manips précédentes a l'air de désigner ma carte réseau.
Et donc :
Code :
[root@localhost tieno]# ifconfig enp0s7 down
[root@localhost tieno]# modprobe -r forcedeth
[root@localhost tieno]# modprobe forcedeth msi=0 msix=0
[root@localhost tieno]# dhclient enp0s7
RTNETLINK answers: File exists
Du coup je ne sais pas bien si c'est le fait d'avoir créé un nouveau fichier forcedeth.conf qui a fait qu'au redémarrage ça a fonctionné, ou si c'est cette dernière série de commandes qui a changé un truc qui fait que maintenant ça fonctionne tout le temps. Bof, moi, du moment que ça marche ...
Super merci !
Allez, je recoupe l'ordi et le rallume histoire d'être vraiment sûr !
Édité par Etienne Le 03/02/2020 à 21h29

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Etienne :
Super merci !
Allez, je recoupe l'ordi et le rallume histoire d'être vraiment sûr !
Allez, je recoupe l'ordi et le rallume histoire d'être vraiment sûr !

Si, je pense que ça vaut le coup de faire un rapport :
1- D'autres, francophones ou non, pourraient trouver là la solution
2- Il se peut que ces options puissent être ajoutées systématiquement au démarrage sans que l'utilisateur ait à s'en préoccuper.
Yves

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
https://bugs.mageia.org/show_bug.cgi?id=26154
Je ne peux malheureusement pas y joindre le journal demandé par ta dernière commande, qui est beaucoup trop long (nombre de caractères limité).
Bon, mais les utilisateurs français, et même d'ailleurs, c'est bien sûr sur MLO qu'ils trouveront leur solution, comme d'hab !
Édité par Etienne Le 30/01/2020 à 21h12

alp1 Membre non connecté
-
- Voir le profil du membre alp1
- Inscrit le : 26/06/2012
- Groupes :
journalctl -x -b 0 >journal.txt
chown 1000:1000 journalctl.txt
alors que la deuzième commande doit s'écrire :
chown 1000:1000 journal.txt
Aucune idée de l'effet du changement sur le nombre de lignes maxi d'un copié-collé . Ce qui est certain : telle quelle, la deuzième commande du rapport ne pointe aucun fichier de ce nom, donc pas de transfert possible (journalctl.txt est différent de journal.txt).
Pour le cas ou il s'agirait d'une simple coquille de retranscription manuelle, du moment que le fichier trop long rendu accessible par l'attribution à l'utilisateur sans droits root est constitué, rien n'empêche de le découper en plusieurs plus petits par l'intermédiaire de kwrite, mousepad ou leafpad pour les envoyer sucessivement, les ayant nommés par exemple un.txt, deux.txt, trois.txt, quatre.txt s'il y en a quatre.

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
alp1 :
Il y a une erreur dans le rapport de bug 26154. On lit :
journalctl -x -b 0 >journal.txt
chown 1000:1000 journalctl.txt
alors que la deuzième commande doit s'écrire :
chown 1000:1000 journal.txt
Aucune idée de l'effet du changement sur le nombre de lignes maxi d'un copié-collé . Ce qui est certain : telle quelle, la deuzième commande du rapport ne pointe aucun fichier de ce nom, donc pas de transfert possible (journalctl.txt est différent de journal.txt).
Pour le cas ou il s'agirait d'une simple coquille de retranscription manuelle, du moment que le fichier trop long rendu accessible par l'attribution à l'utilisateur sans droits root est constitué, rien n'empêche de le découper en plusieurs plus petits par l'intermédiaire de kwrite, mousepad ou leafpad pour les envoyer sucessivement, les ayant nommés par exemple un.txt, deux.txt, trois.txt, quatre.txt s'il y en a quatre.
journalctl -x -b 0 >journal.txt
chown 1000:1000 journalctl.txt
alors que la deuzième commande doit s'écrire :
chown 1000:1000 journal.txt
Aucune idée de l'effet du changement sur le nombre de lignes maxi d'un copié-collé . Ce qui est certain : telle quelle, la deuzième commande du rapport ne pointe aucun fichier de ce nom, donc pas de transfert possible (journalctl.txt est différent de journal.txt).
Pour le cas ou il s'agirait d'une simple coquille de retranscription manuelle, du moment que le fichier trop long rendu accessible par l'attribution à l'utilisateur sans droits root est constitué, rien n'empêche de le découper en plusieurs plus petits par l'intermédiaire de kwrite, mousepad ou leafpad pour les envoyer sucessivement, les ayant nommés par exemple un.txt, deux.txt, trois.txt, quatre.txt s'il y en a quatre.
En effet, merci pour ta vigilance. J'ai corrigé.
On peut aussi compresser le fichier :
xz -z journal.txt
Ceci remplace le fichier d'origine avec le fichier compressé muni de l'extension .xz.
Yves

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Au fait, il ne faut pas faire un copier-coller, mais ajouter un fichier (attachment) avec le journal. Pour les autres informations, le copier-coller conviendra.
Tu peux également citer ce rapport à Lewis qui comprend le français.
Yves

Etienne Membre non connecté
-
- Voir le profil du membre Etienne
- Inscrit le : 20/11/2008
- Site internet
- Groupes :
C'est bien un certain Lewis qui traite le rapport. Il m'a redemandé deux trois infos. Je reviens ici pour avertir quand le bug sera résolu.
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie