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.

#1 Le 06/09/2023, à 13:32

Valérie_z

NetworkManager fonctionnement aléatoire

Bonjour,
Quelqu'un a déjà vu ce problème de NetworkManager qui fonctionne de manière aléatoire ?
Je suis sur un portable (PC3 dans ma signature), NetworkManager est bien chargé et actif mais sur certains démarrages, celui-ci ne permet pas la connexion.
Le plus étonnant, lorsqu'il ne fonctionne pas :

valerie@pc3:~$ systemctl is-active NetworkManager
active
valerie@pc3:~$ 

Et à l'extinction du PC :

Failed to start Network Manager, wait online

Évidemment

valerie@pc3:~$ sudo service NetworkManager reload
valerie@pc3:~$ 

ne change rien à la situation puisqu'il est bien actif

C'est complètement aléatoire, le temps de saisir ce message, la connexion s'est perdue puis est revenue.
Que dois-je vérifier au delà de l'état du service ?

Merci !


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#2 Le 26/11/2023, à 11:46

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Bonjour @bmaican

Désolée, je ne vois ton message que maintenant !

Oui, je suis les évolutions du noyau avec mainline. En tout cas je le faisais régulièrement pour voir si cela changeait quelque chose, mais malheureusement le problème subsiste malgré ça.... J'essaye de chercher aussi dans les journaux avec

journalctl -xeu NetworkManager.service

et un grep horodatage sur les moments où le problème se produit, la seule chose que je vois remonter qui pourrait être suspecte (et encore, pas sûre...) c'est ce genre de lignes :

nov. 24 14:15:21 pc3 NetworkManager[776]: <info>  [1700831721.7854] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
nov. 24 14:15:21 pc3 NetworkManager[776]: <info>  [1700831721.7856] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
nov. 24 14:15:21 pc3 NetworkManager[776]: <info>  [1700831721.7858] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')

J'essaye aussi de voir du côté de ce post : le problème pourrait être une histoire de gestion d'énergie de l'interface qui perturbe les négociations avec les interfaces distantes et provoque des interruptions intempestives.

Je te tiens au courant


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#3 Le 26/11/2023, à 11:56

xubu1957

Re : NetworkManager fonctionnement aléatoire

Bonjour,

Montre les cartes réseaux :

lspci -k -nn | grep -A 3 -i net
ip a
iwconfig
nmcli dev wifi | cat

les noyaux présents :

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

et :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#4 Le 26/11/2023, à 12:14

Christophe C

Re : NetworkManager fonctionnement aléatoire

j'ai eu un pb qui ressemble à ce que tu décris, mais comme c'est passé après divers redémarrage, j'avoue ne pas avoir creusé, mais ça ressemble.

Tu es en 23.10 ? L'utilisation de networkmanager a changé dans cette version : https://goodtech.info/netplan-configura … eau-linux/


BountySource - Faite un petit don, ponctuel ou récurent, pour soutenir le développement de XFCE.
Timeshift - Sécurité : pensez à paramétrer des points de restauration système.
Euclide : « Ce qui est affirmé sans preuve peut être nié sans preuve ».

Hors ligne

#5 Le 26/11/2023, à 12:36

Astrolivier

Re : NetworkManager fonctionnement aléatoire

salut

tu peux aussi regarder s'il y a d'autres services réseaux avec

systemctl --type=service

c'est source de conflit



ces lignes

nov. 24 14:15:21 pc3 NetworkManager[776]: <info>  [1700831721.7854] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
nov. 24 14:15:21 pc3 NetworkManager[776]: <info>  [1700831721.7856] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
nov. 24 14:15:21 pc3 NetworkManager[776]: <info>  [1700831721.7858] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')

je les ai en sortie de veille. ça déconnecte, et ensuite refait toutes les manips de reconnexion


S'il faut absolument faire des sacrifices pour assurer le progrès de l'humanité, ne serait-il pas indispensable de s'en tenir au principe selon lequel c'est à ceux dont on exige le sacrifice que la décision doit revenir en dernier ressort ? (howard zinn)

Hors ligne

#6 Le 26/11/2023, à 19:13

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Merci de vos retours !

@Christophe C je suis encore sous 22.04, donc pas encore concernée, mais pour le coup j'appréhende !

@xubu1957 voici l'ensemble des commandes, avec tous les réseaux wifi du coin :-)

valerie@pc3:/$ lspci -k -nn | grep -A 3 -i net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 16)
	DeviceName: OnBoard Enthernets
	Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:8a22]
	Kernel driver in use: r8169
	Kernel modules: r8169
04:00.0 Network controller [0280]: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter [14c3:7961]
	Subsystem: AzureWave Device [1a3b:4682]
	Kernel driver in use: mt7921e
	Kernel modules: mt7921e
valerie@pc3:/$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 5c:60:ba:dd:02:4e brd ff:ff:ff:ff:ff:ff
    altname enp3s0
3: wlp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 34:6f:24:e2:b5:f9 brd ff:ff:ff:ff:ff:ff
    inet 10.245.115.81/16 brd 10.245.255.255 scope global dynamic noprefixroute wlp4s0
       valid_lft 602512sec preferred_lft 602512sec
    inet6 fe80::49a6:c7f1:91f9:b37b/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
valerie@pc3:/$ iwconfig
lo        no wireless extensions.

eno1      no wireless extensions.

wlp4s0    IEEE 802.11  ESSID:"eduroam"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: 70:CA:97:6D:BC:38   
          Bit Rate=130 Mb/s   Tx-Power=3 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=52/70  Signal level=-58 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

valerie@pc3:/$ nmcli dev wifi | cat
IN-USE  BSSID              SSID                              MODE   CHAN  RATE        SIGNAL  BARS  SECURITY    
*       70:CA:97:6D:BC:38  eduroam                           Infra  1     130 Mbit/s  70      ▂▄▆_  WPA2 802.1X 
        70:CA:97:ED:BC:38  PlanetCampus - Prive 000346       Infra  1     130 Mbit/s  69      ▂▄▆_  WPA2        
        70:CA:97:AD:BC:38  PlanetCampus                      Infra  1     130 Mbit/s  69      ▂▄▆_  --          
        70:CA:97:6D:53:68  eduroam                           Infra  11    130 Mbit/s  59      ▂▄▆_  WPA2 802.1X 
        70:CA:97:AD:53:68  PlanetCampus                      Infra  11    130 Mbit/s  59      ▂▄▆_  --          
        70:CA:97:ED:53:68  PlanetCampus - Prive 000346       Infra  11    130 Mbit/s  57      ▂▄▆_  WPA2        
        8C:7A:15:CB:28:38  PlanetCampus - Prive 000346       Infra  6     130 Mbit/s  37      ▂▄__  WPA2        
        8C:7A:15:4B:28:38  eduroam                           Infra  6     130 Mbit/s  37      ▂▄__  WPA2 802.1X 
        8C:7A:15:8B:28:38  PlanetCampus                      Infra  6     130 Mbit/s  37      ▂▄__  --          
        84:2A:FD:36:2A:40  DIRECT-3F-HP DeskJet 2700 series  Infra  11    65 Mbit/s   34      ▂▄__  WPA2        
        70:CA:97:AD:B2:48  PlanetCampus                      Infra  1     130 Mbit/s  30      ▂___  --          
        8C:7A:15:8D:36:D8  PlanetCampus                      Infra  11    130 Mbit/s  25      ▂___  --          
        8C:7A:15:CD:36:D8  PlanetCampus - Prive 000346       Infra  11    130 Mbit/s  25      ▂___  WPA2        
        70:CA:97:ED:81:F8  PlanetCampus - Prive 000346       Infra  6     130 Mbit/s  22      ▂___  WPA2        
        70:CA:97:AD:81:F8  PlanetCampus                      Infra  6     130 Mbit/s  22      ▂___  --          
        1C:3B:F3:16:BA:8E  WifiMurielleVannes                Infra  1     270 Mbit/s  19      ▂___  WPA2        
        20:54:FA:24:DF:0F  1337                              Infra  8     270 Mbit/s  15      ▂___  WPA2        
valerie@pc3:/$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

ii  linux-hwe-5.19-headers-5.19.0-46            5.19.0-46.47~22.04.1       all
ii  linux-headers-5.19.0-46-generic             5.19.0-46.47~22.04.1       amd64
ii  linux-image-5.19.0-46-generic               5.19.0-46.47~22.04.1       amd64
ii  linux-modules-5.19.0-46-generic             5.19.0-46.47~22.04.1       amd64
ii  linux-modules-extra-5.19.0-46-generic       5.19.0-46.47~22.04.1       amd64
ii  linux-hwe-6.2-headers-6.2.0-36              6.2.0-36.37~22.04.1        all
ii  linux-headers-6.2.0-36-generic              6.2.0-36.37~22.04.1        amd64
ii  linux-image-6.2.0-36-generic                6.2.0-36.37~22.04.1        amd64
ii  linux-modules-6.2.0-36-generic              6.2.0-36.37~22.04.1        amd64
ii  linux-modules-extra-6.2.0-36-generic        6.2.0-36.37~22.04.1        amd64
ii  linux-modules-nvidia-525-6.2.0-36-generic   6.2.0-36.37~22.04.1+1      amd64
ii  linux-signatures-nvidia-6.2.0-36-generic    6.2.0-36.37~22.04.1+1      amd64
ii  linux-hwe-6.2-headers-6.2.0-39              6.2.0-39.40~22.04.1        all
ii  linux-headers-6.2.0-39-generic              6.2.0-39.40~22.04.1        amd64
ii  linux-image-6.2.0-39-generic                6.2.0-39.40~22.04.1        amd64
ii  linux-modules-6.2.0-39-generic              6.2.0-39.40~22.04.1        amd64
ii  linux-modules-extra-6.2.0-39-generic        6.2.0-39.40~22.04.1        amd64
ii  linux-modules-nvidia-525-6.2.0-39-generic   6.2.0-39.40~22.04.1        amd64
ii  linux-modules-nvidia-525-generic-hwe-22.04  6.2.0-39.40~22.04.1        amd64
ii  linux-signatures-nvidia-6.2.0-39-generic    6.2.0-39.40~22.04.1        amd64
ii  linux-generic-hwe-22.04                     6.2.0.39.40~22.04.16       amd64
ii  linux-headers-generic-hwe-22.04             6.2.0.39.40~22.04.16       amd64
ii  linux-image-generic-hwe-22.04               6.2.0.39.40~22.04.16       amd64
ii  linux-headers-6.4.0-060400                  6.4.0-060400.202306271339  all
ii  linux-headers-6.4.0-060400-generic          6.4.0-060400.202306271339  amd64
ii  linux-image-unsigned-6.4.0-060400-generic   6.4.0-060400.202306271339  amd64
ii  linux-modules-6.4.0-060400-generic          6.4.0-060400.202306271339  amd64

Noyau courant : 6.4.0-060400-generic x86_64
valerie@pc3:/$ dpkg -l | grep -v ^ii
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
+++-==========================================-=================================================-============-=======================================================================================================================================================================================================================================================================================================================================================
rc  dctrl-tools                                2.24-3build2                                      amd64        Command-line tools to process Debian package information
rc  dkms                                       2.8.7-2ubuntu2.2                                  all          Dynamic Kernel Module Support Framework
rc  linux-image-6.2.0-26-generic               6.2.0-26.26~22.04.1                               amd64        Signed kernel image generic
rc  linux-image-6.2.0-32-generic               6.2.0-32.32~22.04.1                               amd64        Signed kernel image generic
rc  linux-image-6.2.0-34-generic               6.2.0-34.34~22.04.1                               amd64        Signed kernel image generic
rc  linux-image-unsigned-6.5.3-060503-generic  6.5.3-060503.202309130834                         amd64        Linux kernel image for version 6.5.3 on 64 bit x86 SMP
rc  linux-modules-6.2.0-26-generic             6.2.0-26.26~22.04.1                               amd64        Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc  linux-modules-6.2.0-32-generic             6.2.0-32.32~22.04.1                               amd64        Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc  linux-modules-6.2.0-34-generic             6.2.0-34.34~22.04.1                               amd64        Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc  linux-modules-6.5.3-060503-generic         6.5.3-060503.202309130834                         amd64        Linux kernel extra modules for version 6.5.3 on 64 bit x86 SMP
rc  linux-modules-extra-6.2.0-26-generic       6.2.0-26.26~22.04.1                               amd64        Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.2.0-32-generic       6.2.0-32.32~22.04.1                               amd64        Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc  linux-modules-extra-6.2.0-34-generic       6.2.0-34.34~22.04.1                               amd64        Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc  linux-modules-nvidia-525-5.19.0-46-generic 5.19.0-46.47~22.04.1+5                            amd64        Linux kernel nvidia modules for version 5.19.0-46
rc  linux-modules-nvidia-525-6.2.0-26-generic  6.2.0-26.26~22.04.1+2                             amd64        Linux kernel nvidia modules for version 6.2.0-26
rc  linux-modules-nvidia-525-6.2.0-32-generic  6.2.0-32.32~22.04.1                               amd64        Linux kernel nvidia modules for version 6.2.0-32
rc  linux-modules-nvidia-525-6.2.0-34-generic  6.2.0-34.34~22.04.1+1                             amd64        Linux kernel nvidia modules for version 6.2.0-34
rc  linux-objects-nvidia-525-5.19.0-46-generic 5.19.0-46.47~22.04.1+5                            amd64        Linux kernel nvidia modules for version 5.19.0-46 (objects)
rc  linux-objects-nvidia-525-6.2.0-26-generic  6.2.0-26.26~22.04.1+2                             amd64        Linux kernel nvidia modules for version 6.2.0-26 (objects)
rc  linux-objects-nvidia-525-6.2.0-32-generic  6.2.0-32.32~22.04.1                               amd64        Linux kernel nvidia modules for version 6.2.0-32 (objects)
rc  linux-objects-nvidia-525-6.2.0-34-generic  6.2.0-34.34~22.04.1+1                             amd64        Linux kernel nvidia modules for version 6.2.0-34 (objects)
valerie@pc3:/$ 

@Astrolivier, pour d'éventuels conflits réseaux :

valerie@pc3:/$ systemctl --type=service
  UNIT                                                  LOAD   ACTIVE SUB     DESCRIPTION                                                          
  accounts-daemon.service                               loaded active running Accounts Service
  acpid.service                                         loaded active running ACPI event daemon
  alsa-restore.service                                  loaded active exited  Save/Restore Sound Card State
  apache2.service                                       loaded active running The Apache HTTP Server
  apparmor.service                                      loaded active exited  Load AppArmor profiles
  apport.service                                        loaded active exited  LSB: automatic crash report generation
  avahi-daemon.service                                  loaded active running Avahi mDNS/DNS-SD Stack
  bluetooth.service                                     loaded active running Bluetooth service
  colord.service                                        loaded active running Manage, Install and Generate Color Profiles
  console-setup.service                                 loaded active exited  Set console font and keymap
  cron.service                                          loaded active running Regular background program processing daemon
  cups-browsed.service                                  loaded active running Make remote CUPS printers available locally
  cups.service                                          loaded active running CUPS Scheduler
  dbus.service                                          loaded active running D-Bus System Message Bus
  forticlient.service                                   loaded active running Forticlient Scheduler
  gdm.service                                           loaded active running GNOME Display Manager
  iio-sensor-proxy.service                              loaded active running IIO Sensor Proxy service
  irqbalance.service                                    loaded active running irqbalance daemon
  kerneloops.service                                    loaded active running Tool to automatically collect and submit kernel crash signatures
  keyboard-setup.service                                loaded active exited  Set the console keyboard layout
  kmod-static-nodes.service                             loaded active exited  Create List of Static Device Nodes
● logrotate.service                                     loaded failed failed  Rotate log files
  ModemManager.service                                  loaded active running Modem Manager
  mysql.service                                         loaded active running MySQL Community Server
  networkd-dispatcher.service                           loaded active running Dispatcher daemon for systemd-networkd
  NetworkManager.service                                loaded active running Network Manager
  openvpn.service                                       loaded active exited  OpenVPN service
  packagekit.service                                    loaded active running PackageKit Daemon
  plymouth-quit-wait.service                            loaded active exited  Hold until boot process finishes up
  plymouth-read-write.service                           loaded active exited  Tell Plymouth To Write Out Runtime Data
  plymouth-start.service                                loaded active exited  Show Plymouth Boot Screen
  polkit.service                                        loaded active running Authorization Manager
● postfix@-.service                                     loaded failed failed  Postfix Mail Transport Agent (instance -)
  power-profiles-daemon.service                         loaded active running Power Profiles daemon
  rsyslog.service                                       loaded active running System Logging Service
  rtkit-daemon.service                                  loaded active running RealtimeKit Scheduling Policy Service
  setvtrgb.service                                      loaded active exited  Set console scheme
  snap.canonical-livepatch.canonical-livepatchd.service loaded active running Service for snap application canonical-livepatch.canonical-livepatchd
  snapd.apparmor.service                                loaded active exited  Load AppArmor profiles managed internally by snapd
  snapd.seeded.service                                  loaded active exited  Wait until snapd is fully seeded
  snapd.service                                         loaded active running Snap Daemon
  ssh.service                                           loaded active running OpenBSD Secure Shell server
  switcheroo-control.service                            loaded active running Switcheroo Control Proxy service
  systemd-backlight@backlight:amdgpu_bl0.service        loaded active exited  Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0
  systemd-binfmt.service                                loaded active exited  Set Up Additional Binary Formats
  systemd-fsck@dev-disk-by\x2duuid-06F5\x2d29EB.service loaded active exited  File System Check on /dev/disk/by-uuid/06F5-29EB
  systemd-journal-flush.service                         loaded active exited  Flush Journal to Persistent Storage
  systemd-journald.service                              loaded active running Journal Service
  systemd-logind.service                                loaded active running User Login Management
  systemd-modules-load.service                          loaded active exited  Load Kernel Modules
  systemd-oomd.service                                  loaded active running Userspace Out-Of-Memory (OOM) Killer
  systemd-random-seed.service                           loaded active exited  Load/Save Random Seed
  systemd-remount-fs.service                            loaded active exited  Remount Root and Kernel File Systems
  systemd-resolved.service                              loaded active running Network Name Resolution
  systemd-sysctl.service                                loaded active exited  Apply Kernel Variables
  systemd-sysusers.service                              loaded active exited  Create System Users
  systemd-timesyncd.service                             loaded active running Network Time Synchronization
  systemd-tmpfiles-setup-dev.service                    loaded active exited  Create Static Device Nodes in /dev
  systemd-tmpfiles-setup.service                        loaded active exited  Create Volatile Files and Directories
  systemd-udev-trigger.service                          loaded active exited  Coldplug All udev Devices
  systemd-udevd.service                                 loaded active running Rule-based Manager for Device Events and Files
  systemd-update-utmp.service                           loaded active exited  Record System Boot/Shutdown in UTMP
  systemd-user-sessions.service                         loaded active exited  Permit User Sessions
  udisks2.service                                       loaded active running Disk Manager
  ufw.service                                           loaded active exited  Uncomplicated firewall
  unattended-upgrades.service                           loaded active running Unattended Upgrades Shutdown
  upower.service                                        loaded active running Daemon for power management
  user-runtime-dir@1000.service                         loaded active exited  User Runtime Directory /run/user/1000
  user@1000.service                                     loaded active running User Manager for UID 1000
  vboxautostart-service.service                         loaded active exited  vboxautostart-service.service
  vboxballoonctrl-service.service                       loaded active exited  vboxballoonctrl-service.service
  vboxdrv.service                                       loaded active exited  VirtualBox Linux kernel module
  vboxweb-service.service                               loaded active exited  vboxweb-service.service
  wpa_supplicant.service                                loaded active running WPA supplicant

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.
74 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

Les 2 services précédés de ● apparaissent en rouge....
Merci


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#7 Le 26/11/2023, à 19:18

Valérie_z

Re : NetworkManager fonctionnement aléatoire

NB concernant les noyaux : je reste bloquée en 6.4 parce qu'un problème de dépendance non résolue avec libc6 apparaît à partir du kernel 6.5, or la version du paquet demandé n'est pas encore sortie, du moins officiellement et en version stable. J'attends donc patiemment que les dev nous résolve ça.... :-) et ne fais plus de MAJ de noyau pour le moment....


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#8 Le 30/11/2023, à 09:54

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Bonjour,
Au cas où ce serait utile, j'ai repassé quelques unes de ces commandes à un moment où le problème se produit :
Rappel nmcli quand tout va bien :

valerie@pc3:~$ nmcli device show wlp4s0
GENERAL.DEVICE:                         wlp4s0
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                         34:6F:24:E2:B5:F9
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connecté)
GENERAL.CONNECTION:                     eduroam 2
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
IP4.ADDRESS[1]:                         10.245.115.81/16
IP4.GATEWAY:                            10.245.0.1
IP4.ROUTE[1]:                           dst = 10.245.0.0/16, nh = 0.0.0.0, mt = 600
IP4.ROUTE[2]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.ROUTE[3]:                           dst = 0.0.0.0/0, nh = 10.245.0.1, mt = 600
IP4.DNS[1]:                             10.245.0.1
IP6.ADDRESS[1]:                         fe80::49a6:c7f1:91f9:b37b/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 1024
valerie@pc3:~$ 

Puis, au moment de la perte de connexion :

valerie@pc3:~$ nmcli device show wlp4s0
GENERAL.DEVICE:                         wlp4s0
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                         34:6F:24:E2:B5:F9
GENERAL.MTU:                            1500
GENERAL.STATE:                          50 (connexion (configuration))
GENERAL.CONNECTION:                     eduroam 2
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/40
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --
valerie@pc3:~$ 

Même chose avec dmesg

sudo dmesg | grep wlp4s0 --> quand ça fonctionne

valerie@pc3:~$ sudo dmesg | grep wlp4s0
[    3.910818] mt7921e 0000:04:00.0 wlp4s0: renamed from wlan0
[    7.334127] wlp4s0: authenticate with 70:ca:97:6d:bc:38
[    7.351665] wlp4s0: send auth to 70:ca:97:6d:bc:38 (try 1/3)
[    7.354569] wlp4s0: authenticated
[    7.360854] wlp4s0: associate with 70:ca:97:6d:bc:38 (try 1/3)
[    7.363662] wlp4s0: RX AssocResp from 70:ca:97:6d:bc:38 (capab=0x1431 status=0 aid=1)
[    7.392397] wlp4s0: associated
[   11.235886] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
valerie@pc3:~$ 

Et quand la connexion est perdue :

valerie@pc3:~$ sudo dmesg | grep wlp4s0
[sudo] Mot de passe de valerie : 
[    4.822417] mt7921e 0000:04:00.0 wlp4s0: renamed from wlan0
[    8.251141] wlp4s0: authenticate with 70:ca:97:6d:bc:38
[    8.268807] wlp4s0: send auth to 70:ca:97:6d:bc:38 (try 1/3)
[    8.276388] wlp4s0: send auth to 70:ca:97:6d:bc:38 (try 2/3)
[    8.284464] wlp4s0: send auth to 70:ca:97:6d:bc:38 (try 3/3)
[    8.292228] wlp4s0: authentication with 70:ca:97:6d:bc:38 timed out
[    8.814144] wlp4s0: authenticate with 70:ca:97:6d:53:68
[    8.962986] wlp4s0: send auth to 70:ca:97:6d:53:68 (try 1/3)
[    8.970600] wlp4s0: send auth to 70:ca:97:6d:53:68 (try 2/3)
[    8.978497] wlp4s0: send auth to 70:ca:97:6d:53:68 (try 3/3)
[    8.987795] wlp4s0: authentication with 70:ca:97:6d:53:68 timed out

Et ce qui est intéressant, les logs :

valerie@pc3:~$ journalctl -xeu NetworkManager.service | grep 'nov. 27'
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0509] dhcp4 (wlp4s0): state changed no lease
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0510] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0512] device (wlp4s0): ip:dhcp6: restarting
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0512] dhcp6 (wlp4s0): canceled DHCP transaction
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0512] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0513] dhcp6 (wlp4s0): state changed no lease
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.0513] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.5236] device (wlp4s0): supplicant interface state: authenticating -> associating
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.5236] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.6793] device (wlp4s0): supplicant interface state: associating -> completed
nov. 27 15:36:33 pc3 NetworkManager[798]: <info>  [1701095793.6797] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> completed
nov. 27 15:36:34 pc3 NetworkManager[798]: <info>  [1701095794.1419] dhcp6 (wlp4s0): state changed new lease, address=2001:660:7304:f:4::1631
nov. 27 15:36:35 pc3 NetworkManager[798]: <info>  [1701095795.0942] dhcp4 (wlp4s0): state changed new lease, address=10.2.128.40
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3841] device (wlp4s0): supplicant interface state: completed -> authenticating
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3841] device (p2p-dev-wlp4s0): supplicant management interface state: completed -> authenticating
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3842] device (wlp4s0): ip:dhcp4: restarting
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3843] dhcp4 (wlp4s0): canceled DHCP transaction
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3843] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3843] dhcp4 (wlp4s0): state changed no lease
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3844] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3845] device (wlp4s0): ip:dhcp6: restarting
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3846] dhcp6 (wlp4s0): canceled DHCP transaction
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3846] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3846] dhcp6 (wlp4s0): state changed no lease
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.3847] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.4093] device (wlp4s0): supplicant interface state: authenticating -> associating
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.4093] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.4755] device (wlp4s0): supplicant interface state: associating -> 4way_handshake
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.4755] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> 4way_handshake
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.5010] device (wlp4s0): supplicant interface state: 4way_handshake -> completed
nov. 27 15:37:12 pc3 NetworkManager[798]: <info>  [1701095832.5042] device (p2p-dev-wlp4s0): supplicant management interface state: 4way_handshake -> completed
nov. 27 15:37:13 pc3 NetworkManager[798]: <info>  [1701095833.4974] dhcp6 (wlp4s0): state changed new lease, address=2001:660:7304:f:3::1631
nov. 27 15:37:14 pc3 NetworkManager[798]: <info>  [1701095834.4261] dhcp4 (wlp4s0): state changed new lease, address=10.2.128.40
nov. 27 15:58:07 pc3 NetworkManager[798]: <info>  [1701097087.6408] modem-manager: ModemManager no longer available
nov. 27 15:58:08 pc3 systemd[1]: Stopping Network Manager...
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.7071] caught SIGTERM, shutting down normally.
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8412] device (wlp4s0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8415] manager: NetworkManager state is now DISCONNECTING
nov. 27 15:58:08 pc3 NetworkManager[798]: <warn>  [1701097088.8431] dispatcher: (45) failed: Transaction for NetworkManager-dispatcher.service/start is destructive (proc-sys-fs-binfmt_misc.automount has 'stop' job queued, but 'start' is included in transaction).
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8432] device (wlp4s0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8795] dhcp4 (wlp4s0): canceled DHCP transaction
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8795] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8796] dhcp4 (wlp4s0): state changed no lease
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8799] dhcp6 (wlp4s0): canceled DHCP transaction
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8799] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.8799] dhcp6 (wlp4s0): state changed no lease
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.9459] manager: NetworkManager state is now DISCONNECTED
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.9474] device (p2p-dev-wlp4s0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.9943] exiting (success)
nov. 27 15:58:08 pc3 systemd[1]: NetworkManager.service: Deactivated successfully.
nov. 27 15:58:08 pc3 systemd[1]: Stopped Network Manager.
nov. 27 15:58:08 pc3 systemd[1]: NetworkManager.service: Consumed 2.691s CPU time.
(...)
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6855] manager: NetworkManager state is now CONNECTING
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6858] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6861] device (wlp4s0): Activation: (wifi) access point 'PlanetCampus - Prive 000346' has security, but secrets are required.
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6861] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6873] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6876] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6878] device (wlp4s0): Activation: (wifi) connection 'PlanetCampus - Prive 000346' has security, and secrets exist.  No new secrets needed.
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6879] Config: added 'ssid' value 'PlanetCampus - Prive 000346'
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6879] Config: added 'scan_ssid' value '1'
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6879] Config: added 'bgscan' value 'simple:30:-70:86400'
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6879] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6879] Config: added 'auth_alg' value 'OPEN'
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.6879] Config: added 'psk' value '<hidden>'
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.7208] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.7209] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.7937] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:50:42 pc3 NetworkManager[794]: <info>  [1701100242.7938] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:50:52 pc3 NetworkManager[794]: <info>  [1701100252.8107] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:50:52 pc3 NetworkManager[794]: <info>  [1701100252.8108] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:50:53 pc3 NetworkManager[794]: <info>  [1701100253.3696] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:50:53 pc3 NetworkManager[794]: <info>  [1701100253.3696] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:50:53 pc3 NetworkManager[794]: <info>  [1701100253.4451] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:50:53 pc3 NetworkManager[794]: <info>  [1701100253.4452] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:51:03 pc3 NetworkManager[794]: <info>  [1701100263.4646] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:51:03 pc3 NetworkManager[794]: <info>  [1701100263.4646] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:51:07 pc3 NetworkManager[794]: <warn>  [1701100267.9184] device (wlp4s0): Activation: (wifi) association took too long, failing activation
nov. 27 16:51:07 pc3 NetworkManager[794]: <info>  [1701100267.9185] device (wlp4s0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
nov. 27 16:51:07 pc3 NetworkManager[794]: <info>  [1701100267.9188] manager: NetworkManager state is now DISCONNECTED
nov. 27 16:51:07 pc3 NetworkManager[794]: <warn>  [1701100267.9192] device (wlp4s0): Activation: failed for connection 'PlanetCampus - Prive 000346'
nov. 27 16:51:07 pc3 NetworkManager[794]: <info>  [1701100267.9194] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6392] device (wlp4s0): supplicant interface state: scanning -> disconnected
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6393] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6412] policy: auto-activating connection 'PlanetCampus - Prive 000346' (010959f9-75bc-4394-8d95-4bbaa25c737c)
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6417] device (wlp4s0): Activation: starting connection 'PlanetCampus - Prive 000346' (010959f9-75bc-4394-8d95-4bbaa25c737c)
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6418] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6421] manager: NetworkManager state is now CONNECTING
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6424] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6427] device (wlp4s0): Activation: (wifi) access point 'PlanetCampus - Prive 000346' has security, but secrets are required.
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6427] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6439] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6441] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6444] device (wlp4s0): Activation: (wifi) connection 'PlanetCampus - Prive 000346' has security, and secrets exist.  No new secrets needed.
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6444] Config: added 'ssid' value 'PlanetCampus - Prive 000346'
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6444] Config: added 'scan_ssid' value '1'
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6445] Config: added 'bgscan' value 'simple:30:-70:86400'
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6445] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6445] Config: added 'auth_alg' value 'OPEN'
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6445] Config: added 'psk' value '<hidden>'
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6806] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.6807] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.7679] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:51:11 pc3 NetworkManager[794]: <info>  [1701100271.7680] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:51:21 pc3 NetworkManager[794]: <info>  [1701100281.7863] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:51:21 pc3 NetworkManager[794]: <info>  [1701100281.7863] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:51:22 pc3 NetworkManager[794]: <info>  [1701100282.2548] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:51:22 pc3 NetworkManager[794]: <info>  [1701100282.2549] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:51:22 pc3 NetworkManager[794]: <info>  [1701100282.3291] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:51:22 pc3 NetworkManager[794]: <info>  [1701100282.3292] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:51:32 pc3 NetworkManager[794]: <info>  [1701100292.3479] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:51:32 pc3 NetworkManager[794]: <info>  [1701100292.3479] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:51:36 pc3 NetworkManager[794]: <warn>  [1701100296.9185] device (wlp4s0): Activation: (wifi) association took too long, failing activation
nov. 27 16:51:36 pc3 NetworkManager[794]: <info>  [1701100296.9186] device (wlp4s0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
nov. 27 16:51:36 pc3 NetworkManager[794]: <info>  [1701100296.9190] manager: NetworkManager state is now DISCONNECTED
nov. 27 16:51:36 pc3 NetworkManager[794]: <warn>  [1701100296.9193] device (wlp4s0): Activation: failed for connection 'PlanetCampus - Prive 000346'
nov. 27 16:51:36 pc3 NetworkManager[794]: <info>  [1701100296.9195] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:40 pc3 NetworkManager[794]: <info>  [1701100300.6732] device (wlp4s0): supplicant interface state: scanning -> disconnected
nov. 27 16:51:40 pc3 NetworkManager[794]: <info>  [1701100300.6732] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5897] policy: auto-activating connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5903] device (wlp4s0): Activation: starting connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5904] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5907] manager: NetworkManager state is now CONNECTING
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5911] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5914] device (wlp4s0): Activation: (wifi) connection 'PlanetCampus' requires no security.  No secrets needed.
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5915] Config: added 'ssid' value 'PlanetCampus'
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5915] Config: added 'scan_ssid' value '1'
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5915] Config: added 'bgscan' value 'simple:30:-70:86400'
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.5915] Config: added 'key_mgmt' value 'NONE'
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.6168] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.6169] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.6968] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:51:44 pc3 NetworkManager[794]: <info>  [1701100304.6968] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:51:54 pc3 NetworkManager[794]: <info>  [1701100314.7065] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:51:54 pc3 NetworkManager[794]: <info>  [1701100314.7066] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:51:55 pc3 NetworkManager[794]: <info>  [1701100315.1746] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:51:55 pc3 NetworkManager[794]: <info>  [1701100315.1747] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:51:55 pc3 NetworkManager[794]: <info>  [1701100315.2600] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:51:55 pc3 NetworkManager[794]: <info>  [1701100315.2601] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:52:05 pc3 NetworkManager[794]: <info>  [1701100325.2704] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:52:05 pc3 NetworkManager[794]: <info>  [1701100325.2704] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:52:09 pc3 NetworkManager[794]: <warn>  [1701100329.9183] device (wlp4s0): Activation: (wifi) association took too long, failing activation
nov. 27 16:52:09 pc3 NetworkManager[794]: <info>  [1701100329.9184] device (wlp4s0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
nov. 27 16:52:09 pc3 NetworkManager[794]: <info>  [1701100329.9189] manager: NetworkManager state is now DISCONNECTED
nov. 27 16:52:09 pc3 NetworkManager[794]: <warn>  [1701100329.9193] device (wlp4s0): Activation: failed for connection 'PlanetCampus'
nov. 27 16:52:09 pc3 NetworkManager[794]: <info>  [1701100329.9195] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7402] device (wlp4s0): supplicant interface state: scanning -> disconnected
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7402] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7414] policy: auto-activating connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7421] device (wlp4s0): Activation: starting connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7422] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7427] manager: NetworkManager state is now CONNECTING
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7430] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7433] device (wlp4s0): Activation: (wifi) connection 'PlanetCampus' requires no security.  No secrets needed.
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7434] Config: added 'ssid' value 'PlanetCampus'
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7434] Config: added 'scan_ssid' value '1'
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7434] Config: added 'bgscan' value 'simple:30:-70:86400'
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7434] Config: added 'key_mgmt' value 'NONE'
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7701] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.7701] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.8732] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:52:13 pc3 NetworkManager[794]: <info>  [1701100333.8732] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:52:23 pc3 NetworkManager[794]: <info>  [1701100343.8921] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:52:23 pc3 NetworkManager[794]: <info>  [1701100343.8921] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:52:24 pc3 NetworkManager[794]: <info>  [1701100344.3499] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:52:24 pc3 NetworkManager[794]: <info>  [1701100344.3500] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:52:24 pc3 NetworkManager[794]: <info>  [1701100344.4323] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:52:24 pc3 NetworkManager[794]: <info>  [1701100344.4323] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:52:34 pc3 NetworkManager[794]: <info>  [1701100354.4430] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:52:34 pc3 NetworkManager[794]: <info>  [1701100354.4430] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:52:38 pc3 NetworkManager[794]: <warn>  [1701100358.9175] device (wlp4s0): Activation: (wifi) association took too long, failing activation
nov. 27 16:52:38 pc3 NetworkManager[794]: <info>  [1701100358.9176] device (wlp4s0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
nov. 27 16:52:38 pc3 NetworkManager[794]: <info>  [1701100358.9179] manager: NetworkManager state is now DISCONNECTED
nov. 27 16:52:38 pc3 NetworkManager[794]: <warn>  [1701100358.9182] device (wlp4s0): Activation: failed for connection 'PlanetCampus'
nov. 27 16:52:38 pc3 NetworkManager[794]: <info>  [1701100358.9184] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6203] device (wlp4s0): supplicant interface state: scanning -> disconnected
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6204] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6228] policy: auto-activating connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6233] device (wlp4s0): Activation: starting connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6234] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6238] manager: NetworkManager state is now CONNECTING
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6240] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6244] device (wlp4s0): Activation: (wifi) connection 'PlanetCampus' requires no security.  No secrets needed.
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6244] Config: added 'ssid' value 'PlanetCampus'
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6245] Config: added 'scan_ssid' value '1'
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6245] Config: added 'bgscan' value 'simple:30:-70:86400'
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6245] Config: added 'key_mgmt' value 'NONE'
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6493] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.6493] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.7316] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:52:42 pc3 NetworkManager[794]: <info>  [1701100362.7317] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:52:52 pc3 NetworkManager[794]: <info>  [1701100372.7512] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:52:52 pc3 NetworkManager[794]: <info>  [1701100372.7513] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:52:53 pc3 NetworkManager[794]: <info>  [1701100373.3094] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:52:53 pc3 NetworkManager[794]: <info>  [1701100373.3094] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:52:53 pc3 NetworkManager[794]: <info>  [1701100373.4002] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:52:53 pc3 NetworkManager[794]: <info>  [1701100373.4003] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:53:03 pc3 NetworkManager[794]: <info>  [1701100383.4188] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:53:03 pc3 NetworkManager[794]: <info>  [1701100383.4188] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:53:07 pc3 NetworkManager[794]: <warn>  [1701100387.9181] device (wlp4s0): Activation: (wifi) association took too long, failing activation
nov. 27 16:53:07 pc3 NetworkManager[794]: <info>  [1701100387.9182] device (wlp4s0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
nov. 27 16:53:07 pc3 NetworkManager[794]: <info>  [1701100387.9185] manager: NetworkManager state is now DISCONNECTED
nov. 27 16:53:07 pc3 NetworkManager[794]: <warn>  [1701100387.9188] device (wlp4s0): Activation: failed for connection 'PlanetCampus'
nov. 27 16:53:07 pc3 NetworkManager[794]: <info>  [1701100387.9190] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6519] device (wlp4s0): supplicant interface state: scanning -> disconnected
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6520] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6532] policy: auto-activating connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6540] device (wlp4s0): Activation: starting connection 'PlanetCampus' (0c4d747d-dc2a-446a-94f9-82ce1c811ac1)
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6541] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6544] manager: NetworkManager state is now CONNECTING
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6546] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6548] device (wlp4s0): Activation: (wifi) connection 'PlanetCampus' requires no security.  No secrets needed.
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6549] Config: added 'ssid' value 'PlanetCampus'
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6549] Config: added 'scan_ssid' value '1'
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6549] Config: added 'bgscan' value 'simple:30:-70:86400'
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6550] Config: added 'key_mgmt' value 'NONE'
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6803] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.6803] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.7527] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:53:11 pc3 NetworkManager[794]: <info>  [1701100391.7528] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:53:21 pc3 NetworkManager[794]: <info>  [1701100401.7693] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:53:21 pc3 NetworkManager[794]: <info>  [1701100401.7694] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:53:22 pc3 NetworkManager[794]: <info>  [1701100402.4137] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:53:22 pc3 NetworkManager[794]: <info>  [1701100402.4137] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:53:22 pc3 NetworkManager[794]: <info>  [1701100402.5013] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:53:22 pc3 NetworkManager[794]: <info>  [1701100402.5013] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:53:32 pc3 NetworkManager[794]: <info>  [1701100412.5179] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:53:32 pc3 NetworkManager[794]: <info>  [1701100412.5179] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:53:36 pc3 NetworkManager[794]: <warn>  [1701100416.9173] device (wlp4s0): Activation: (wifi) association took too long, failing activation
nov. 27 16:53:36 pc3 NetworkManager[794]: <info>  [1701100416.9173] device (wlp4s0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
nov. 27 16:53:36 pc3 NetworkManager[794]: <info>  [1701100416.9177] manager: NetworkManager state is now DISCONNECTED
nov. 27 16:53:36 pc3 NetworkManager[794]: <warn>  [1701100416.9180] device (wlp4s0): Activation: failed for connection 'PlanetCampus'
nov. 27 16:53:36 pc3 NetworkManager[794]: <info>  [1701100416.9182] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
nov. 27 16:53:40 pc3 NetworkManager[794]: <info>  [1701100420.6363] device (wlp4s0): supplicant interface state: scanning -> disconnected
nov. 27 16:53:40 pc3 NetworkManager[794]: <info>  [1701100420.6363] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7103] policy: auto-activating connection 'eduroam 2' (38da71f4-fee4-420d-8cad-d28e45716ce1)
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7111] device (wlp4s0): Activation: starting connection 'eduroam 2' (38da71f4-fee4-420d-8cad-d28e45716ce1)
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7112] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7116] manager: NetworkManager state is now CONNECTING
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7119] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7122] device (wlp4s0): Activation: (wifi) access point 'eduroam 2' has security, but secrets are required.
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7123] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7139] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7141] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7143] device (wlp4s0): Activation: (wifi) connection 'eduroam 2' has security, and secrets exist.  No new secrets needed.
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7144] Config: added 'ssid' value 'eduroam'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7144] Config: added 'scan_ssid' value '1'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7144] Config: added 'bgscan' value 'simple:30:-65:300'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'key_mgmt' value 'WPA-EAP FT-EAP FT-EAP-SHA384 WPA-EAP-SHA256'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'auth_alg' value 'OPEN'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'password' value '<hidden>'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'eap' value 'TTLS'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'fragment_size' value '1266'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'phase2' value 'auth=MSCHAPV2'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'ca_cert' value '/usr/share/ca-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'domain_suffix_match' value 'univ-ubs.fr'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7145] Config: added 'identity' value 'e2300079@univ-ubs.fr'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7146] Config: added 'anonymous_identity' value 'anonyme@univ-ubs.fr'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7146] Config: added 'proactive_key_caching' value '1'
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7418] device (wlp4s0): supplicant interface state: disconnected -> authenticating
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.7419] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.8538] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:54:42 pc3 NetworkManager[794]: <info>  [1701100482.8539] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected
nov. 27 16:54:52 pc3 NetworkManager[794]: <info>  [1701100492.8716] device (wlp4s0): supplicant interface state: disconnected -> scanning
nov. 27 16:54:52 pc3 NetworkManager[794]: <info>  [1701100492.8716] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
nov. 27 16:54:53 pc3 NetworkManager[794]: <info>  [1701100493.3020] device (wlp4s0): supplicant interface state: scanning -> authenticating
nov. 27 16:54:53 pc3 NetworkManager[794]: <info>  [1701100493.3021] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
nov. 27 16:54:53 pc3 NetworkManager[794]: <info>  [1701100493.3930] device (wlp4s0): supplicant interface state: authenticating -> disconnected
nov. 27 16:54:53 pc3 NetworkManager[794]: <info>  [1701100493.3930] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> disconnected

Voilà voilà...


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#9 Le 30/11/2023, à 10:21

xubu1957

Re : NetworkManager fonctionnement aléatoire

Bonjour,

Quand la connexion est perdue, essaye :

sudo ip link set wlp4s0 up

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#10 Le 30/11/2023, à 10:36

iznobe

Re : NetworkManager fonctionnement aléatoire

Bonjour , il semblerait que ce soit un probleme de DHCP vu les logs du #9 .

de quels appareils disposes tu sur ton reseau en plus de l' ordi ?

est ce que le probleme est identique ailleurs que chez toi , si c ' est bien chez toi que ca se produit ?

peux tu tester en ethernet a la place du wifi ?


As tu testé de supprimer toutes les connexions wifi enregistrées , puis de les refaire ?

Dernière modification par iznobe (Le 30/11/2023, à 10:43)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#11 Le 30/11/2023, à 10:39

xubu1957

Re : NetworkManager fonctionnement aléatoire

eduroam 2

@iznobe

Wi-Fi d'Université ?

> wikipedia.org/wiki/Eduroam

Dernière modification par xubu1957 (Le 30/11/2023, à 10:40)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#12 Le 30/11/2023, à 10:45

iznobe

Re : NetworkManager fonctionnement aléatoire

Merci xubu .
ok , alors j' ajouterais comme question supplémentaire :
est ce que les autres utilisateurs ont le meme phenomene qui se produit ou pas ?


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#13 Le 30/11/2023, à 11:25

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Hello,
Le problème est similaire quelque soit le réseau wifi. Eduroam est un réseau universitaire, j'en utilise d'autres également selon l'endroit où je me trouve donc peut importe. D'ailleurs le mobile qui utilise aussi les mêmes réseaux n'a pas de souci.
Et non, les autres utilisateurs de cs mêmes réseaux n'ont pas ce problème.

On est bien sur un souci de service sur ce PC. Au moment du boot, le service NetworkManager tente de monter et parfois échoue avant même que je n'ai pu ouvrir une session, le message d'échec de connexion apparaît en notification en haut de l'écran, avant même de voir la liste des réseaux disponibles.

J'ai aussi pensé à un souci de dhcp au vu de ces logs, je vais investiguer de ce côté. Apparemment dhcp v6 est aussi de la partie, peut-être à désactiver quelque part en cas de conflit ?

Malheureusement, la commande

sudo ip link set wlp4s0 up

(ou bien)

sudo ip link set wlp4s0 down
sudo ip link set wlp4s0 up

n'ont aucun effet (vues sur le post dont le lien est en #3). Dans ce post, on évoque la piste d'un problème de gestion électrique (EEE) qui modifie l'état de l'interface de manière intempestive, c'est aussi une piste à explorer... d'ailleurs la consommation CPU apparaît dans les logs, il y a peut-être quelque chose à ce niveau.
Exemple :

nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.9459] manager: NetworkManager state is now DISCONNECTED
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.9474] device (p2p-dev-wlp4s0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
nov. 27 15:58:08 pc3 NetworkManager[798]: <info>  [1701097088.9943] exiting (success)
nov. 27 15:58:08 pc3 systemd[1]: NetworkManager.service: Deactivated successfully.
nov. 27 15:58:08 pc3 systemd[1]: Stopped Network Manager.
nov. 27 15:58:08 pc3 systemd[1]: NetworkManager.service: Consumed 2.691s CPU time.

Merci....


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#14 Le 30/11/2023, à 11:29

xubu1957

Re : NetworkManager fonctionnement aléatoire

sudo service network-manager restart

répond ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#15 Le 30/11/2023, à 11:36

Valérie_z

Re : NetworkManager fonctionnement aléatoire

#1 :-(


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#16 Le 30/11/2023, à 11:39

xubu1957

Re : NetworkManager fonctionnement aléatoire

Montre :

bootctl

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#17 Le 30/11/2023, à 11:44

Valérie_z

Re : NetworkManager fonctionnement aléatoire

root@pc3:/home/valerie# bootctl
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
lines 1-23...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
lines 1-24...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no
lines 1-25...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

lines 1-26...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
lines 1-27...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
lines 1-28...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI
lines 1-29...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

lines 1-30...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
lines 1-31...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
lines 1-32...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
lines 1-33...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
lines 1-35...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi
lines 1-36...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

lines 1-37...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
lines 1-38...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
lines 1-39...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
lines 1-40...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
lines 1-41...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi
lines 1-42...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

lines 1-43...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
lines 1-44...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
lines 1-45...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

lines 1-46...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
lines 1-47...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
~
lines 1-47/47 (END)...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
~
~
lines 1-47/47 (END)...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
~
~
~
lines 1-47/47 (END)...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
~
~
~
~
lines 1-47/47 (END)...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
~
~
~
~
~
lines 1-47/47 (END)...skipping...
systemd-boot not installed in ESP.
System:
     Firmware: n/a (n/a)
  Secure Boot: disabled
   Setup Mode: user
 TPM2 Support: yes
 Boot into FW: supported

Current Boot Loader:
      Product: n/a
     Features: ✗ Boot counting
               ✗ Menu timeout control
               ✗ One-shot menu timeout control
               ✗ Default entry control
               ✗ One-shot entry control
               ✗ Support for XBOOTLDR partition
               ✗ Support for passing random seed to OS
               ✗ Boot loader sets ESP information
          ESP: n/a
         File: └─n/a

Random Seed:
 Passed to OS: no
 System Token: not set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>
         File: └─/EFI/BOOT/BOOTX64.EFI

Boot Loaders Listed in EFI Variables:
        Title: ubuntu
           ID: 0x0000
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c4419b
         File: └─/EFI/ubuntu/shimx64.efi

        Title: Windows Boot Manager
           ID: 0x0001
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/39f7db80-08c5-4fb5-92b4-8cae4bb939ec
         File: └─/EFI/Microsoft/Boot/bootmgfw.efi

Boot Loader Entries:
        $BOOT: /boot/efi (/dev/disk/by-partuuid/93a23e93-b828-478e-97e4-6d3db1c>

0 entries, no entry could be determined as default.
~

Merci


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#18 Le 30/11/2023, à 11:47

Astrolivier

Re : NetworkManager fonctionnement aléatoire

un post intéressant
https://unix.stackexchange.com/question … i-fix-this

des soucis avec la gestion ipv6

et tu peux mettre les logs de networkmanager, ça pourrait donner des indications

Debug

Another way to debug the issue is to raise the logging level with the following change to /etc/NetworkManager/NetworkManager.conf:

[logging]
level=DEBUG

Then run the following to get better messages in /var/log/syslog:

sudo systemctl restart NetworkManager

S'il faut absolument faire des sacrifices pour assurer le progrès de l'humanité, ne serait-il pas indispensable de s'en tenir au principe selon lequel c'est à ceux dont on exige le sacrifice que la décision doit revenir en dernier ressort ? (howard zinn)

Hors ligne

#19 Le 30/11/2023, à 11:48

xubu1957

Re : NetworkManager fonctionnement aléatoire

Montre aussi :

dkms status

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#20 Le 30/11/2023, à 11:53

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Oui, merci @Astrolivier, très intérssant, en particulier ip v6, et cette autre solution concernant le check régulier :

[connectivity]
interval=0

J'active les logs Network Manager. Je reste à l’affût de la prochaine déconnexion et vous envoie ça.


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#21 Le 30/11/2023, à 11:56

Valérie_z

Re : NetworkManager fonctionnement aléatoire

@xubu1957

dkms status

ne renvoie rien, ceci dit je viens de l'installer (je ne l'avais pas)...


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#22 Le 30/11/2023, à 12:38

iznobe

Re : NetworkManager fonctionnement aléatoire

ca dis quoi :

grep NetworkManager /var/log/syslog

?


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#23 Le 30/11/2023, à 16:44

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Ouh là, c'est ultra verbeux !

Nov 30 13:20:49 pc3 NetworkManager[10738]: <debug> [1701346849.7813] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.2011] connectivity: (eno1,IPv4,209) skip connectivity check due to no carrier
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.2011] connectivity: (eno1,IPv6,210) skip connectivity check due to no carrier
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.2011] connectivity: (eno1,IPv4,209) check completed: NONE; no carrier
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.2012] connectivity: (eno1,IPv6,210) check completed: NONE; no carrier
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.3134] connectivity: (p2p-dev-wlp4s0,IPv4,211) start fake request (fake result)
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.3134] connectivity: (p2p-dev-wlp4s0,IPv6,212) start fake request (fake result)
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.3134] connectivity: (p2p-dev-wlp4s0,IPv4,211) check completed: FAKE; fake result
Nov 30 13:21:28 pc3 NetworkManager[10738]: <debug> [1701346888.3134] connectivity: (p2p-dev-wlp4s0,IPv6,212) check completed: FAKE; fake result
Nov 30 13:21:36 pc3 NetworkManager[10738]: <debug> [1701346896.0340] connectivity: (wlp4s0,IPv6,213) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:21:36 pc3 NetworkManager[10738]: <debug> [1701346896.1411] connectivity: (wlp4s0,IPv6,213) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:21:42 pc3 NetworkManager[10738]: <debug> [1701346902.0346] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:21:50 pc3 NetworkManager[10738]: <debug> [1701346910.3135] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:23:06 pc3 NetworkManager[10738]: <debug> [1701346986.0369] connectivity: (wlp4s0,IPv4,214) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:23:06 pc3 NetworkManager[10738]: <debug> [1701346986.3169] connectivity: (wlp4s0,IPv4,214) check completed: FULL; status header found
Nov 30 13:24:43 pc3 NetworkManager[10738]: <debug> [1701347083.2954] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:24:54 pc3 NetworkManager[10738]: <debug> [1701347094.8240] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:00 pc3 NetworkManager[10738]: <debug> [1701347100.2805] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:09 pc3 NetworkManager[10738]: <debug> [1701347109.2721] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:09 pc3 NetworkManager[10738]: <debug> [1701347109.2773] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:16 pc3 NetworkManager[10738]: <debug> [1701347116.3759] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:33 pc3 NetworkManager[10738]: <debug> [1701347133.2748] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:42 pc3 NetworkManager[10738]: <debug> [1701347142.7749] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:25:42 pc3 NetworkManager[10738]: <debug> [1701347142.7759] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:11 pc3 NetworkManager[10738]: <debug> [1701347171.2829] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:17 pc3 NetworkManager[10738]: <debug> [1701347177.2714] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.2035] connectivity: (eno1,IPv4,215) skip connectivity check due to no carrier
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.2035] connectivity: (eno1,IPv6,216) skip connectivity check due to no carrier
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.2036] connectivity: (eno1,IPv4,215) check completed: NONE; no carrier
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.2036] connectivity: (eno1,IPv6,216) check completed: NONE; no carrier
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.3128] connectivity: (p2p-dev-wlp4s0,IPv4,217) start fake request (fake result)
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.3128] connectivity: (p2p-dev-wlp4s0,IPv6,218) start fake request (fake result)
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.3129] connectivity: (p2p-dev-wlp4s0,IPv4,217) check completed: FAKE; fake result
Nov 30 13:26:28 pc3 NetworkManager[10738]: <debug> [1701347188.3129] connectivity: (p2p-dev-wlp4s0,IPv6,218) check completed: FAKE; fake result
Nov 30 13:26:36 pc3 NetworkManager[10738]: <debug> [1701347196.0341] connectivity: (wlp4s0,IPv6,219) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:26:36 pc3 NetworkManager[10738]: <debug> [1701347196.0745] connectivity: (wlp4s0,IPv6,219) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:26:40 pc3 NetworkManager[10738]: <debug> [1701347200.4708] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:40 pc3 NetworkManager[10738]: <debug> [1701347200.4765] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:43 pc3 NetworkManager[10738]: <debug> [1701347203.3405] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:43 pc3 NetworkManager[10738]: <debug> [1701347203.3407] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:50 pc3 NetworkManager[10738]: <debug> [1701347210.3164] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:26:54 pc3 NetworkManager[10738]: <debug> [1701347214.2747] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:26:58 pc3 NetworkManager[10738]: <debug> [1701347218.6223] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:27:03 pc3 NetworkManager[10738]: <debug> [1701347223.7807] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:27:03 pc3 NetworkManager[10738]: <debug> [1701347223.7823] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:27:34 pc3 NetworkManager[10738]: <debug> [1701347254.4384] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:27:34 pc3 NetworkManager[10738]: <debug> [1701347254.9642] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:27:34 pc3 NetworkManager[10738]: <debug> [1701347254.9645] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:28:06 pc3 NetworkManager[10738]: <debug> [1701347286.0334] connectivity: (wlp4s0,IPv4,220) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:28:06 pc3 NetworkManager[10738]: <debug> [1701347286.1743] connectivity: (wlp4s0,IPv4,220) check completed: FULL; status header found
Nov 30 13:29:00 pc3 NetworkManager[10738]: <debug> [1701347340.8569] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:30:10 pc3 NetworkManager[10738]: <debug> [1701347410.6801] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:30:16 pc3 NetworkManager[10738]: <debug> [1701347416.7664] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.2010] connectivity: (eno1,IPv4,221) skip connectivity check due to no carrier
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.2011] connectivity: (eno1,IPv6,222) skip connectivity check due to no carrier
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.2011] connectivity: (eno1,IPv4,221) check completed: NONE; no carrier
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.2011] connectivity: (eno1,IPv6,222) check completed: NONE; no carrier
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.3133] connectivity: (p2p-dev-wlp4s0,IPv4,223) start fake request (fake result)
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.3133] connectivity: (p2p-dev-wlp4s0,IPv6,224) start fake request (fake result)
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.3134] connectivity: (p2p-dev-wlp4s0,IPv4,223) check completed: FAKE; fake result
Nov 30 13:31:28 pc3 NetworkManager[10738]: <debug> [1701347488.3134] connectivity: (p2p-dev-wlp4s0,IPv6,224) check completed: FAKE; fake result
Nov 30 13:31:32 pc3 NetworkManager[10738]: <debug> [1701347492.8962] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:31:36 pc3 NetworkManager[10738]: <debug> [1701347496.0346] connectivity: (wlp4s0,IPv6,225) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:31:36 pc3 NetworkManager[10738]: <debug> [1701347496.0882] connectivity: (wlp4s0,IPv6,225) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:31:58 pc3 NetworkManager[10738]: <debug> [1701347518.6267] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:32:06 pc3 NetworkManager[10738]: <debug> [1701347526.9593] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:33:06 pc3 NetworkManager[10738]: <debug> [1701347586.0338] connectivity: (wlp4s0,IPv4,226) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:33:06 pc3 NetworkManager[10738]: <debug> [1701347586.1614] connectivity: (wlp4s0,IPv4,226) check completed: FULL; status header found
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.2010] connectivity: (eno1,IPv4,227) skip connectivity check due to no carrier
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.2010] connectivity: (eno1,IPv6,228) skip connectivity check due to no carrier
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.2011] connectivity: (eno1,IPv4,227) check completed: NONE; no carrier
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.2011] connectivity: (eno1,IPv6,228) check completed: NONE; no carrier
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.3133] connectivity: (p2p-dev-wlp4s0,IPv4,229) start fake request (fake result)
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.3133] connectivity: (p2p-dev-wlp4s0,IPv6,230) start fake request (fake result)
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.3133] connectivity: (p2p-dev-wlp4s0,IPv4,229) check completed: FAKE; fake result
Nov 30 13:36:28 pc3 NetworkManager[10738]: <debug> [1701347788.3133] connectivity: (p2p-dev-wlp4s0,IPv6,230) check completed: FAKE; fake result
Nov 30 13:36:36 pc3 NetworkManager[10738]: <debug> [1701347796.0371] connectivity: (wlp4s0,IPv6,231) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:36:36 pc3 NetworkManager[10738]: <debug> [1701347796.0665] connectivity: (wlp4s0,IPv6,231) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:37:06 pc3 NetworkManager[10738]: <debug> [1701347826.9613] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:37:15 pc3 NetworkManager[10738]: <debug> [1701347835.3072] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:38:06 pc3 NetworkManager[10738]: <debug> [1701347886.0332] connectivity: (wlp4s0,IPv4,232) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:38:06 pc3 NetworkManager[10738]: <debug> [1701347886.3853] connectivity: (wlp4s0,IPv4,232) check completed: FULL; status header found
Nov 30 13:38:44 pc3 NetworkManager[10738]: <debug> [1701347924.8352] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:40:06 pc3 NetworkManager[10738]: <debug> [1701348006.7545] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:40:19 pc3 NetworkManager[10738]: <debug> [1701348019.3270] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:41:05 pc3 NetworkManager[10738]: <debug> [1701348065.8812] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.2011] connectivity: (eno1,IPv4,233) skip connectivity check due to no carrier
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.2011] connectivity: (eno1,IPv6,234) skip connectivity check due to no carrier
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.2012] connectivity: (eno1,IPv4,233) check completed: NONE; no carrier
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.2012] connectivity: (eno1,IPv6,234) check completed: NONE; no carrier
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.3144] connectivity: (p2p-dev-wlp4s0,IPv4,235) start fake request (fake result)
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.3144] connectivity: (p2p-dev-wlp4s0,IPv6,236) start fake request (fake result)
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.3145] connectivity: (p2p-dev-wlp4s0,IPv4,235) check completed: FAKE; fake result
Nov 30 13:41:28 pc3 NetworkManager[10738]: <debug> [1701348088.3145] connectivity: (p2p-dev-wlp4s0,IPv6,236) check completed: FAKE; fake result
Nov 30 13:41:36 pc3 NetworkManager[10738]: <debug> [1701348096.0372] connectivity: (wlp4s0,IPv6,237) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:41:36 pc3 NetworkManager[10738]: <debug> [1701348096.1156] connectivity: (wlp4s0,IPv6,237) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:41:53 pc3 NetworkManager[10738]: <debug> [1701348113.7412] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:42:15 pc3 NetworkManager[10738]: <debug> [1701348135.3180] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:42:23 pc3 NetworkManager[10738]: <debug> [1701348143.6249] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:43:06 pc3 NetworkManager[10738]: <debug> [1701348186.0341] connectivity: (wlp4s0,IPv4,238) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:43:06 pc3 NetworkManager[10738]: <debug> [1701348186.3159] connectivity: (wlp4s0,IPv4,238) check completed: FULL; status header found
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.2025] connectivity: (eno1,IPv4,239) skip connectivity check due to no carrier
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.2025] connectivity: (eno1,IPv6,240) skip connectivity check due to no carrier
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.2026] connectivity: (eno1,IPv4,239) check completed: NONE; no carrier
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.2026] connectivity: (eno1,IPv6,240) check completed: NONE; no carrier
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.3129] connectivity: (p2p-dev-wlp4s0,IPv4,241) start fake request (fake result)
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.3129] connectivity: (p2p-dev-wlp4s0,IPv6,242) start fake request (fake result)
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.3130] connectivity: (p2p-dev-wlp4s0,IPv4,241) check completed: FAKE; fake result
Nov 30 13:46:28 pc3 NetworkManager[10738]: <debug> [1701348388.3130] connectivity: (p2p-dev-wlp4s0,IPv6,242) check completed: FAKE; fake result
Nov 30 13:46:36 pc3 NetworkManager[10738]: <debug> [1701348396.0334] connectivity: (wlp4s0,IPv6,243) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:46:36 pc3 NetworkManager[10738]: <debug> [1701348396.1254] connectivity: (wlp4s0,IPv6,243) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:47:23 pc3 NetworkManager[10738]: <debug> [1701348443.6326] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:47:31 pc3 NetworkManager[10738]: <debug> [1701348451.8752] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:48:06 pc3 NetworkManager[10738]: <debug> [1701348486.0339] connectivity: (wlp4s0,IPv4,244) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:48:07 pc3 NetworkManager[10738]: <debug> [1701348487.5880] connectivity: (wlp4s0,IPv4,244) check completed: FULL; status header found
Nov 30 13:49:41 pc3 NetworkManager[10738]: <debug> [1701348581.8401] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.2032] connectivity: (eno1,IPv4,245) skip connectivity check due to no carrier
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.2033] connectivity: (eno1,IPv6,246) skip connectivity check due to no carrier
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.2033] connectivity: (eno1,IPv4,245) check completed: NONE; no carrier
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.2033] connectivity: (eno1,IPv6,246) check completed: NONE; no carrier
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.3136] connectivity: (p2p-dev-wlp4s0,IPv4,247) start fake request (fake result)
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.3136] connectivity: (p2p-dev-wlp4s0,IPv6,248) start fake request (fake result)
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.3137] connectivity: (p2p-dev-wlp4s0,IPv4,247) check completed: FAKE; fake result
Nov 30 13:51:28 pc3 NetworkManager[10738]: <debug> [1701348688.3137] connectivity: (p2p-dev-wlp4s0,IPv6,248) check completed: FAKE; fake result
Nov 30 13:51:36 pc3 NetworkManager[10738]: <debug> [1701348696.0336] connectivity: (wlp4s0,IPv6,249) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:51:36 pc3 NetworkManager[10738]: <debug> [1701348696.0696] connectivity: (wlp4s0,IPv6,249) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:52:31 pc3 NetworkManager[10738]: <debug> [1701348751.8797] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:52:40 pc3 NetworkManager[10738]: <debug> [1701348760.1430] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:53:06 pc3 NetworkManager[10738]: <debug> [1701348786.0351] connectivity: (wlp4s0,IPv4,250) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:53:07 pc3 NetworkManager[10738]: <debug> [1701348787.7018] connectivity: (wlp4s0,IPv4,250) check completed: FULL; status header found
Nov 30 13:53:35 pc3 NetworkManager[10738]: <debug> [1701348815.6123] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:54:50 pc3 NetworkManager[10738]: <debug> [1701348890.7716] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:54:51 pc3 NetworkManager[10738]: <debug> [1701348891.2708] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:54:56 pc3 NetworkManager[10738]: <debug> [1701348896.5894] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:55:09 pc3 NetworkManager[10738]: <debug> [1701348909.2935] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:55:18 pc3 NetworkManager[10738]: <debug> [1701348918.2772] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:55:30 pc3 NetworkManager[10738]: <debug> [1701348930.2801] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.2010] connectivity: (eno1,IPv4,251) skip connectivity check due to no carrier
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.2011] connectivity: (eno1,IPv6,252) skip connectivity check due to no carrier
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.2011] connectivity: (eno1,IPv4,251) check completed: NONE; no carrier
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.2011] connectivity: (eno1,IPv6,252) check completed: NONE; no carrier
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.3133] connectivity: (p2p-dev-wlp4s0,IPv4,253) start fake request (fake result)
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.3133] connectivity: (p2p-dev-wlp4s0,IPv6,254) start fake request (fake result)
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.3134] connectivity: (p2p-dev-wlp4s0,IPv4,253) check completed: FAKE; fake result
Nov 30 13:56:28 pc3 NetworkManager[10738]: <debug> [1701348988.3134] connectivity: (p2p-dev-wlp4s0,IPv6,254) check completed: FAKE; fake result
Nov 30 13:56:36 pc3 NetworkManager[10738]: <debug> [1701348996.0345] connectivity: (wlp4s0,IPv6,255) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:56:36 pc3 NetworkManager[10738]: <debug> [1701348996.0803] connectivity: (wlp4s0,IPv6,255) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 13:57:40 pc3 NetworkManager[10738]: <debug> [1701349060.1490] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 13:57:48 pc3 NetworkManager[10738]: <debug> [1701349068.3816] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 13:58:06 pc3 NetworkManager[10738]: <debug> [1701349086.0356] connectivity: (wlp4s0,IPv4,256) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 13:58:06 pc3 NetworkManager[10738]: <debug> [1701349086.4124] connectivity: (wlp4s0,IPv4,256) check completed: FULL; status header found
Nov 30 13:58:43 pc3 NetworkManager[10738]: <debug> [1701349123.8374] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.2003] connectivity: (eno1,IPv4,257) skip connectivity check due to no carrier
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.2003] connectivity: (eno1,IPv6,258) skip connectivity check due to no carrier
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.2004] connectivity: (eno1,IPv4,257) check completed: NONE; no carrier
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.2004] connectivity: (eno1,IPv6,258) check completed: NONE; no carrier
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.3128] connectivity: (p2p-dev-wlp4s0,IPv4,259) start fake request (fake result)
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.3129] connectivity: (p2p-dev-wlp4s0,IPv6,260) start fake request (fake result)
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.3129] connectivity: (p2p-dev-wlp4s0,IPv4,259) check completed: FAKE; fake result
Nov 30 14:01:28 pc3 NetworkManager[10738]: <debug> [1701349288.3129] connectivity: (p2p-dev-wlp4s0,IPv6,260) check completed: FAKE; fake result
Nov 30 14:01:36 pc3 NetworkManager[10738]: <debug> [1701349296.0349] connectivity: (wlp4s0,IPv6,261) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:01:36 pc3 NetworkManager[10738]: <debug> [1701349296.0808] connectivity: (wlp4s0,IPv6,261) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:02:48 pc3 NetworkManager[10738]: <debug> [1701349368.3872] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:02:56 pc3 NetworkManager[10738]: <debug> [1701349376.7232] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:03:06 pc3 NetworkManager[10738]: <debug> [1701349386.0337] connectivity: (wlp4s0,IPv4,262) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:03:06 pc3 NetworkManager[10738]: <debug> [1701349386.3509] connectivity: (wlp4s0,IPv4,262) check completed: FULL; status header found
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.2015] connectivity: (eno1,IPv4,263) skip connectivity check due to no carrier
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.2015] connectivity: (eno1,IPv6,264) skip connectivity check due to no carrier
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.2016] connectivity: (eno1,IPv4,263) check completed: NONE; no carrier
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.2016] connectivity: (eno1,IPv6,264) check completed: NONE; no carrier
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.3138] connectivity: (p2p-dev-wlp4s0,IPv4,265) start fake request (fake result)
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.3139] connectivity: (p2p-dev-wlp4s0,IPv6,266) start fake request (fake result)
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.3139] connectivity: (p2p-dev-wlp4s0,IPv4,265) check completed: FAKE; fake result
Nov 30 14:06:28 pc3 NetworkManager[10738]: <debug> [1701349588.3140] connectivity: (p2p-dev-wlp4s0,IPv6,266) check completed: FAKE; fake result
Nov 30 14:06:36 pc3 NetworkManager[10738]: <debug> [1701349596.0372] connectivity: (wlp4s0,IPv6,267) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:06:36 pc3 NetworkManager[10738]: <debug> [1701349596.0684] connectivity: (wlp4s0,IPv6,267) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:07:02 pc3 NetworkManager[10738]: <debug> [1701349622.8809] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:07:56 pc3 NetworkManager[10738]: <debug> [1701349676.7347] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:08:05 pc3 NetworkManager[10738]: <debug> [1701349685.0069] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:08:06 pc3 NetworkManager[10738]: <debug> [1701349686.0349] connectivity: (wlp4s0,IPv4,268) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:08:06 pc3 NetworkManager[10738]: <debug> [1701349686.3337] connectivity: (wlp4s0,IPv4,268) check completed: FULL; status header found
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.2017] connectivity: (eno1,IPv4,269) skip connectivity check due to no carrier
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.2018] connectivity: (eno1,IPv6,270) skip connectivity check due to no carrier
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.2018] connectivity: (eno1,IPv4,269) check completed: NONE; no carrier
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.2019] connectivity: (eno1,IPv6,270) check completed: NONE; no carrier
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.3146] connectivity: (p2p-dev-wlp4s0,IPv4,271) start fake request (fake result)
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.3147] connectivity: (p2p-dev-wlp4s0,IPv6,272) start fake request (fake result)
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.3147] connectivity: (p2p-dev-wlp4s0,IPv4,271) check completed: FAKE; fake result
Nov 30 14:11:28 pc3 NetworkManager[10738]: <debug> [1701349888.3147] connectivity: (p2p-dev-wlp4s0,IPv6,272) check completed: FAKE; fake result
Nov 30 14:11:36 pc3 NetworkManager[10738]: <debug> [1701349896.0332] connectivity: (wlp4s0,IPv6,273) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:11:36 pc3 NetworkManager[10738]: <debug> [1701349896.0579] connectivity: (wlp4s0,IPv6,273) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:13:05 pc3 NetworkManager[10738]: <debug> [1701349985.0174] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:13:06 pc3 NetworkManager[10738]: <debug> [1701349986.0347] connectivity: (wlp4s0,IPv4,274) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:13:06 pc3 NetworkManager[10738]: <debug> [1701349986.1982] connectivity: (wlp4s0,IPv4,274) check completed: FULL; status header found
Nov 30 14:13:13 pc3 NetworkManager[10738]: <debug> [1701349993.3178] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:15:27 pc3 NetworkManager[10738]: <debug> [1701350127.4325] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.2037] connectivity: (eno1,IPv4,275) skip connectivity check due to no carrier
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.2037] connectivity: (eno1,IPv6,276) skip connectivity check due to no carrier
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.2038] connectivity: (eno1,IPv4,275) check completed: NONE; no carrier
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.2038] connectivity: (eno1,IPv6,276) check completed: NONE; no carrier
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.3131] connectivity: (p2p-dev-wlp4s0,IPv4,277) start fake request (fake result)
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.3131] connectivity: (p2p-dev-wlp4s0,IPv6,278) start fake request (fake result)
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.3131] connectivity: (p2p-dev-wlp4s0,IPv4,277) check completed: FAKE; fake result
Nov 30 14:16:28 pc3 NetworkManager[10738]: <debug> [1701350188.3131] connectivity: (p2p-dev-wlp4s0,IPv6,278) check completed: FAKE; fake result
Nov 30 14:16:36 pc3 NetworkManager[10738]: <debug> [1701350196.0336] connectivity: (wlp4s0,IPv6,279) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:16:36 pc3 NetworkManager[10738]: <debug> [1701350196.0590] connectivity: (wlp4s0,IPv6,279) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:16:42 pc3 NetworkManager[10738]: <debug> [1701350202.6663] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:17:41 pc3 NetworkManager[10738]: <debug> [1701350261.0533] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: start explicit scan (0 SSIDs to probe scan)
Nov 30 14:17:41 pc3 NetworkManager[10738]: <debug> [1701350261.0534] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:17:49 pc3 NetworkManager[10738]: <debug> [1701350269.4289] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:17:55 pc3 NetworkManager[10738]: <debug> [1701350275.8703] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: start explicit scan (0 SSIDs to probe scan)
Nov 30 14:17:55 pc3 NetworkManager[10738]: <debug> [1701350275.8704] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:18:04 pc3 NetworkManager[10738]: <debug> [1701350284.1833] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:18:06 pc3 NetworkManager[10738]: <debug> [1701350286.0347] connectivity: (wlp4s0,IPv4,280) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:18:06 pc3 NetworkManager[10738]: <debug> [1701350286.3072] connectivity: (wlp4s0,IPv4,280) check completed: FULL; status header found
Nov 30 14:18:13 pc3 NetworkManager[10738]: <debug> [1701350293.3261] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:18:21 pc3 NetworkManager[10738]: <debug> [1701350301.6309] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:19:14 pc3 NetworkManager[10738]: <debug> [1701350354.8957] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:20:11 pc3 NetworkManager[10738]: <debug> [1701350411.3682] ndisc[0x55e539e5d3b0,"wlp4s0"]: solicit: schedule sending next solicitation in 3436,847 seconds
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.2023] connectivity: (eno1,IPv4,281) skip connectivity check due to no carrier
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.2024] connectivity: (eno1,IPv6,282) skip connectivity check due to no carrier
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.2024] connectivity: (eno1,IPv4,281) check completed: NONE; no carrier
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.2024] connectivity: (eno1,IPv6,282) check completed: NONE; no carrier
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.3137] connectivity: (p2p-dev-wlp4s0,IPv4,283) start fake request (fake result)
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.3138] connectivity: (p2p-dev-wlp4s0,IPv6,284) start fake request (fake result)
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.3138] connectivity: (p2p-dev-wlp4s0,IPv4,283) check completed: FAKE; fake result
Nov 30 14:21:28 pc3 NetworkManager[10738]: <debug> [1701350488.3139] connectivity: (p2p-dev-wlp4s0,IPv6,284) check completed: FAKE; fake result
Nov 30 14:21:36 pc3 NetworkManager[10738]: <debug> [1701350496.0348] connectivity: (wlp4s0,IPv6,285) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:21:36 pc3 NetworkManager[10738]: <debug> [1701350496.0637] connectivity: (wlp4s0,IPv6,285) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:23:06 pc3 NetworkManager[10738]: <debug> [1701350586.0352] connectivity: (wlp4s0,IPv4,286) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:23:06 pc3 NetworkManager[10738]: <debug> [1701350586.2503] connectivity: (wlp4s0,IPv4,286) check completed: FULL; status header found
Nov 30 14:23:21 pc3 NetworkManager[10738]: <debug> [1701350601.6357] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:23:29 pc3 NetworkManager[10738]: <debug> [1701350609.9966] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:26:05 pc3 NetworkManager[10738]: <debug> [1701350765.0003] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.2010] connectivity: (eno1,IPv4,287) skip connectivity check due to no carrier
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.2011] connectivity: (eno1,IPv6,288) skip connectivity check due to no carrier
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.2011] connectivity: (eno1,IPv4,287) check completed: NONE; no carrier
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.2011] connectivity: (eno1,IPv6,288) check completed: NONE; no carrier
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.3133] connectivity: (p2p-dev-wlp4s0,IPv4,289) start fake request (fake result)
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.3134] connectivity: (p2p-dev-wlp4s0,IPv6,290) start fake request (fake result)
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.3134] connectivity: (p2p-dev-wlp4s0,IPv4,289) check completed: FAKE; fake result
Nov 30 14:26:28 pc3 NetworkManager[10738]: <debug> [1701350788.3135] connectivity: (p2p-dev-wlp4s0,IPv6,290) check completed: FAKE; fake result
Nov 30 14:26:36 pc3 NetworkManager[10738]: <debug> [1701350796.0336] connectivity: (wlp4s0,IPv6,291) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:26:36 pc3 NetworkManager[10738]: <debug> [1701350796.0588] connectivity: (wlp4s0,IPv6,291) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:28:06 pc3 NetworkManager[10738]: <debug> [1701350886.0363] connectivity: (wlp4s0,IPv4,292) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:28:06 pc3 NetworkManager[10738]: <debug> [1701350886.3172] connectivity: (wlp4s0,IPv4,292) check completed: FULL; status header found
Nov 30 14:28:29 pc3 NetworkManager[10738]: <debug> [1701350909.9986] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:28:38 pc3 NetworkManager[10738]: <debug> [1701350918.4174] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:29:49 pc3 NetworkManager[10738]: <debug> [1701350989.2351] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:30:08 pc3 NetworkManager[10738]: <debug> [1701351008.2197] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.2007] connectivity: (eno1,IPv4,293) skip connectivity check due to no carrier
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.2007] connectivity: (eno1,IPv6,294) skip connectivity check due to no carrier
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.2008] connectivity: (eno1,IPv4,293) check completed: NONE; no carrier
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.2008] connectivity: (eno1,IPv6,294) check completed: NONE; no carrier
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.3134] connectivity: (p2p-dev-wlp4s0,IPv4,295) start fake request (fake result)
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.3135] connectivity: (p2p-dev-wlp4s0,IPv6,296) start fake request (fake result)
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.3135] connectivity: (p2p-dev-wlp4s0,IPv4,295) check completed: FAKE; fake result
Nov 30 14:31:28 pc3 NetworkManager[10738]: <debug> [1701351088.3135] connectivity: (p2p-dev-wlp4s0,IPv6,296) check completed: FAKE; fake result
Nov 30 14:31:36 pc3 NetworkManager[10738]: <debug> [1701351096.0373] connectivity: (wlp4s0,IPv6,297) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:31:36 pc3 NetworkManager[10738]: <debug> [1701351096.0478] connectivity: (wlp4s0,IPv6,297) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:33:06 pc3 NetworkManager[10738]: <debug> [1701351186.0339] connectivity: (wlp4s0,IPv4,298) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:33:06 pc3 NetworkManager[10738]: <debug> [1701351186.3091] connectivity: (wlp4s0,IPv4,298) check completed: FULL; status header found
Nov 30 14:33:38 pc3 NetworkManager[10738]: <debug> [1701351218.4177] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:33:46 pc3 NetworkManager[10738]: <debug> [1701351226.8090] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.2019] connectivity: (eno1,IPv4,299) skip connectivity check due to no carrier
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.2020] connectivity: (eno1,IPv6,300) skip connectivity check due to no carrier
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.2020] connectivity: (eno1,IPv4,299) check completed: NONE; no carrier
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.2020] connectivity: (eno1,IPv6,300) check completed: NONE; no carrier
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.3133] connectivity: (p2p-dev-wlp4s0,IPv4,301) start fake request (fake result)
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.3133] connectivity: (p2p-dev-wlp4s0,IPv6,302) start fake request (fake result)
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.3134] connectivity: (p2p-dev-wlp4s0,IPv4,301) check completed: FAKE; fake result
Nov 30 14:36:28 pc3 NetworkManager[10738]: <debug> [1701351388.3134] connectivity: (p2p-dev-wlp4s0,IPv6,302) check completed: FAKE; fake result
Nov 30 14:36:36 pc3 NetworkManager[10738]: <debug> [1701351396.0351] connectivity: (wlp4s0,IPv6,303) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:36:36 pc3 NetworkManager[10738]: <debug> [1701351396.0458] connectivity: (wlp4s0,IPv6,303) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:38:06 pc3 NetworkManager[10738]: <debug> [1701351486.0365] connectivity: (wlp4s0,IPv4,304) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:38:06 pc3 NetworkManager[10738]: <debug> [1701351486.1093] connectivity: (wlp4s0,IPv4,304) check completed: FULL; status header found
Nov 30 14:38:13 pc3 NetworkManager[10738]: <debug> [1701351493.3062] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:38:46 pc3 NetworkManager[10738]: <debug> [1701351526.8148] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:38:55 pc3 NetworkManager[10738]: <debug> [1701351535.1220] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:40:06 pc3 NetworkManager[10738]: <debug> [1701351606.8914] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:40:11 pc3 NetworkManager[10738]: <debug> [1701351611.1762] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.2005] connectivity: (eno1,IPv4,305) skip connectivity check due to no carrier
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.2006] connectivity: (eno1,IPv6,306) skip connectivity check due to no carrier
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.2006] connectivity: (eno1,IPv4,305) check completed: NONE; no carrier
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.2007] connectivity: (eno1,IPv6,306) check completed: NONE; no carrier
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.3143] connectivity: (p2p-dev-wlp4s0,IPv4,307) start fake request (fake result)
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.3144] connectivity: (p2p-dev-wlp4s0,IPv6,308) start fake request (fake result)
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.3144] connectivity: (p2p-dev-wlp4s0,IPv4,307) check completed: FAKE; fake result
Nov 30 14:41:28 pc3 NetworkManager[10738]: <debug> [1701351688.3144] connectivity: (p2p-dev-wlp4s0,IPv6,308) check completed: FAKE; fake result
Nov 30 14:41:36 pc3 NetworkManager[10738]: <debug> [1701351696.0381] connectivity: (wlp4s0,IPv6,309) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:41:36 pc3 NetworkManager[10738]: <debug> [1701351696.0636] connectivity: (wlp4s0,IPv6,309) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:43:06 pc3 NetworkManager[10738]: <debug> [1701351786.0336] connectivity: (wlp4s0,IPv4,310) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:43:13 pc3 NetworkManager[10738]: <debug> [1701351793.5392] connectivity: (wlp4s0,IPv4,310) check completed: FULL; status header found
Nov 30 14:43:55 pc3 NetworkManager[10738]: <debug> [1701351835.1306] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:44:03 pc3 NetworkManager[10738]: <debug> [1701351843.4572] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:45:23 pc3 NetworkManager[10738]: <debug> [1701351923.7259] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:45:29 pc3 NetworkManager[10738]: <debug> [1701351929.7234] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:46:26 pc3 NetworkManager[10738]: <debug> [1701351986.7288] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.2017] connectivity: (eno1,IPv4,311) skip connectivity check due to no carrier
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.2018] connectivity: (eno1,IPv6,312) skip connectivity check due to no carrier
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.2018] connectivity: (eno1,IPv4,311) check completed: NONE; no carrier
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.2018] connectivity: (eno1,IPv6,312) check completed: NONE; no carrier
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.3131] connectivity: (p2p-dev-wlp4s0,IPv4,313) start fake request (fake result)
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.3131] connectivity: (p2p-dev-wlp4s0,IPv6,314) start fake request (fake result)
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.3131] connectivity: (p2p-dev-wlp4s0,IPv4,313) check completed: FAKE; fake result
Nov 30 14:46:28 pc3 NetworkManager[10738]: <debug> [1701351988.3132] connectivity: (p2p-dev-wlp4s0,IPv6,314) check completed: FAKE; fake result
Nov 30 14:46:36 pc3 NetworkManager[10738]: <debug> [1701351996.0344] connectivity: (wlp4s0,IPv6,315) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:46:36 pc3 NetworkManager[10738]: <debug> [1701351996.0604] connectivity: (wlp4s0,IPv6,315) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:48:06 pc3 NetworkManager[10738]: <debug> [1701352086.0386] connectivity: (wlp4s0,IPv4,316) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:48:06 pc3 NetworkManager[10738]: <debug> [1701352086.2659] connectivity: (wlp4s0,IPv4,316) check completed: FULL; status header found
Nov 30 14:49:03 pc3 NetworkManager[10738]: <debug> [1701352143.4611] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:49:11 pc3 NetworkManager[10738]: <debug> [1701352151.7892] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.2041] connectivity: (eno1,IPv4,317) skip connectivity check due to no carrier
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.2042] connectivity: (eno1,IPv6,318) skip connectivity check due to no carrier
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.2042] connectivity: (eno1,IPv4,317) check completed: NONE; no carrier
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.2042] connectivity: (eno1,IPv6,318) check completed: NONE; no carrier
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.3140] connectivity: (p2p-dev-wlp4s0,IPv4,319) start fake request (fake result)
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.3141] connectivity: (p2p-dev-wlp4s0,IPv6,320) start fake request (fake result)
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.3141] connectivity: (p2p-dev-wlp4s0,IPv4,319) check completed: FAKE; fake result
Nov 30 14:51:28 pc3 NetworkManager[10738]: <debug> [1701352288.3141] connectivity: (p2p-dev-wlp4s0,IPv6,320) check completed: FAKE; fake result
Nov 30 14:51:36 pc3 NetworkManager[10738]: <debug> [1701352296.0336] connectivity: (wlp4s0,IPv6,321) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:51:36 pc3 NetworkManager[10738]: <debug> [1701352296.0587] connectivity: (wlp4s0,IPv6,321) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:53:06 pc3 NetworkManager[10738]: <debug> [1701352386.0363] connectivity: (wlp4s0,IPv4,322) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:53:06 pc3 NetworkManager[10738]: <debug> [1701352386.1450] connectivity: (wlp4s0,IPv4,322) check completed: FULL; status header found
Nov 30 14:53:17 pc3 NetworkManager[10738]: <debug> [1701352397.8254] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:53:43 pc3 NetworkManager[10738]: <debug> [1701352423.6893] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 14:54:11 pc3 NetworkManager[10738]: <debug> [1701352451.7953] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:54:20 pc3 NetworkManager[10738]: <debug> [1701352460.1198] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.2010] connectivity: (eno1,IPv4,323) skip connectivity check due to no carrier
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.2011] connectivity: (eno1,IPv6,324) skip connectivity check due to no carrier
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.2011] connectivity: (eno1,IPv4,323) check completed: NONE; no carrier
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.2011] connectivity: (eno1,IPv6,324) check completed: NONE; no carrier
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.3143] connectivity: (p2p-dev-wlp4s0,IPv4,325) start fake request (fake result)
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.3143] connectivity: (p2p-dev-wlp4s0,IPv6,326) start fake request (fake result)
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.3144] connectivity: (p2p-dev-wlp4s0,IPv4,325) check completed: FAKE; fake result
Nov 30 14:56:28 pc3 NetworkManager[10738]: <debug> [1701352588.3144] connectivity: (p2p-dev-wlp4s0,IPv6,326) check completed: FAKE; fake result
Nov 30 14:56:36 pc3 NetworkManager[10738]: <debug> [1701352596.0331] connectivity: (wlp4s0,IPv6,327) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:56:36 pc3 NetworkManager[10738]: <debug> [1701352596.0554] connectivity: (wlp4s0,IPv6,327) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 14:58:06 pc3 NetworkManager[10738]: <debug> [1701352686.0357] connectivity: (wlp4s0,IPv4,328) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 14:58:06 pc3 NetworkManager[10738]: <debug> [1701352686.8953] connectivity: (wlp4s0,IPv4,328) check completed: FULL; status header found
Nov 30 14:59:20 pc3 NetworkManager[10738]: <debug> [1701352760.1182] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 14:59:28 pc3 NetworkManager[10738]: <debug> [1701352768.4975] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:00:22 pc3 NetworkManager[10738]: <debug> [1701352822.3282] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:00:23 pc3 NetworkManager[10738]: <debug> [1701352823.5699] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:00:27 pc3 NetworkManager[10738]: <debug> [1701352827.4597] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.2014] connectivity: (eno1,IPv4,329) skip connectivity check due to no carrier
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.2015] connectivity: (eno1,IPv6,330) skip connectivity check due to no carrier
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.2015] connectivity: (eno1,IPv4,329) check completed: NONE; no carrier
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.2015] connectivity: (eno1,IPv6,330) check completed: NONE; no carrier
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.3128] connectivity: (p2p-dev-wlp4s0,IPv4,331) start fake request (fake result)
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.3128] connectivity: (p2p-dev-wlp4s0,IPv6,332) start fake request (fake result)
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.3129] connectivity: (p2p-dev-wlp4s0,IPv4,331) check completed: FAKE; fake result
Nov 30 15:01:28 pc3 NetworkManager[10738]: <debug> [1701352888.3129] connectivity: (p2p-dev-wlp4s0,IPv6,332) check completed: FAKE; fake result
Nov 30 15:01:36 pc3 NetworkManager[10738]: <debug> [1701352896.0345] connectivity: (wlp4s0,IPv6,333) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:01:36 pc3 NetworkManager[10738]: <debug> [1701352896.0653] connectivity: (wlp4s0,IPv6,333) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:02:57 pc3 NetworkManager[10738]: <debug> [1701352977.8990] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:03:06 pc3 NetworkManager[10738]: <debug> [1701352986.0352] connectivity: (wlp4s0,IPv4,334) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:03:06 pc3 NetworkManager[10738]: <debug> [1701352986.3014] connectivity: (wlp4s0,IPv4,334) check completed: FULL; status header found
Nov 30 15:03:19 pc3 NetworkManager[10738]: <debug> [1701352999.0229] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:03:19 pc3 NetworkManager[10738]: <debug> [1701352999.4319] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:03:45 pc3 NetworkManager[10738]: <debug> [1701353025.0097] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:04:13 pc3 NetworkManager[10738]: <debug> [1701353053.9993] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:04:28 pc3 NetworkManager[10738]: <debug> [1701353068.5024] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:04:36 pc3 NetworkManager[10738]: <debug> [1701353076.9203] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.2025] connectivity: (eno1,IPv4,335) skip connectivity check due to no carrier
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.2025] connectivity: (eno1,IPv6,336) skip connectivity check due to no carrier
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.2026] connectivity: (eno1,IPv4,335) check completed: NONE; no carrier
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.2026] connectivity: (eno1,IPv6,336) check completed: NONE; no carrier
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.3138] connectivity: (p2p-dev-wlp4s0,IPv4,337) start fake request (fake result)
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.3139] connectivity: (p2p-dev-wlp4s0,IPv6,338) start fake request (fake result)
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.3139] connectivity: (p2p-dev-wlp4s0,IPv4,337) check completed: FAKE; fake result
Nov 30 15:06:28 pc3 NetworkManager[10738]: <debug> [1701353188.3140] connectivity: (p2p-dev-wlp4s0,IPv6,338) check completed: FAKE; fake result
Nov 30 15:06:36 pc3 NetworkManager[10738]: <debug> [1701353196.0348] connectivity: (wlp4s0,IPv6,339) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:06:36 pc3 NetworkManager[10738]: <debug> [1701353196.0610] connectivity: (wlp4s0,IPv6,339) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:08:06 pc3 NetworkManager[10738]: <debug> [1701353286.0345] connectivity: (wlp4s0,IPv4,340) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:08:06 pc3 NetworkManager[10738]: <debug> [1701353286.1457] connectivity: (wlp4s0,IPv4,340) check completed: FULL; status header found
Nov 30 15:09:36 pc3 NetworkManager[10738]: <debug> [1701353376.9234] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:09:45 pc3 NetworkManager[10738]: <debug> [1701353385.2735] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.2022] connectivity: (eno1,IPv4,341) skip connectivity check due to no carrier
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.2022] connectivity: (eno1,IPv6,342) skip connectivity check due to no carrier
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.2023] connectivity: (eno1,IPv4,341) check completed: NONE; no carrier
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.2023] connectivity: (eno1,IPv6,342) check completed: NONE; no carrier
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.3135] connectivity: (p2p-dev-wlp4s0,IPv4,343) start fake request (fake result)
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.3136] connectivity: (p2p-dev-wlp4s0,IPv6,344) start fake request (fake result)
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.3136] connectivity: (p2p-dev-wlp4s0,IPv4,343) check completed: FAKE; fake result
Nov 30 15:11:28 pc3 NetworkManager[10738]: <debug> [1701353488.3137] connectivity: (p2p-dev-wlp4s0,IPv6,344) check completed: FAKE; fake result
Nov 30 15:11:36 pc3 NetworkManager[10738]: <debug> [1701353496.0361] connectivity: (wlp4s0,IPv6,345) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:11:36 pc3 NetworkManager[10738]: <debug> [1701353496.0618] connectivity: (wlp4s0,IPv6,345) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:13:06 pc3 NetworkManager[10738]: <debug> [1701353586.0335] connectivity: (wlp4s0,IPv4,346) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:13:06 pc3 NetworkManager[10738]: <debug> [1701353586.1219] connectivity: (wlp4s0,IPv4,346) check completed: FULL; status header found
Nov 30 15:14:18 pc3 NetworkManager[10738]: <debug> [1701353658.2523] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:14:45 pc3 NetworkManager[10738]: <debug> [1701353685.2784] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:14:53 pc3 NetworkManager[10738]: <debug> [1701353693.5786] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:15:39 pc3 NetworkManager[10738]: <debug> [1701353739.6708] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.2015] connectivity: (eno1,IPv4,347) skip connectivity check due to no carrier
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.2015] connectivity: (eno1,IPv6,348) skip connectivity check due to no carrier
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.2016] connectivity: (eno1,IPv4,347) check completed: NONE; no carrier
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.2016] connectivity: (eno1,IPv6,348) check completed: NONE; no carrier
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.3138] connectivity: (p2p-dev-wlp4s0,IPv4,349) start fake request (fake result)
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.3139] connectivity: (p2p-dev-wlp4s0,IPv6,350) start fake request (fake result)
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.3140] connectivity: (p2p-dev-wlp4s0,IPv4,349) check completed: FAKE; fake result
Nov 30 15:16:28 pc3 NetworkManager[10738]: <debug> [1701353788.3140] connectivity: (p2p-dev-wlp4s0,IPv6,350) check completed: FAKE; fake result
Nov 30 15:16:36 pc3 NetworkManager[10738]: <debug> [1701353796.0341] connectivity: (wlp4s0,IPv6,351) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:16:36 pc3 NetworkManager[10738]: <debug> [1701353796.0723] connectivity: (wlp4s0,IPv6,351) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:17:28 pc3 NetworkManager[10738]: <debug> [1701353848.2183] ndisc[0x55e539e5d3b0,"wlp4s0"]: solicit: schedule sending next solicitation in 3623,324 seconds
Nov 30 15:18:06 pc3 NetworkManager[10738]: <debug> [1701353886.0369] connectivity: (wlp4s0,IPv4,352) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:18:06 pc3 NetworkManager[10738]: <debug> [1701353886.1221] connectivity: (wlp4s0,IPv4,352) check completed: FULL; status header found
Nov 30 15:18:41 pc3 NetworkManager[10738]: <debug> [1701353921.6052] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:18:58 pc3 NetworkManager[10738]: <debug> [1701353938.6080] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:19:19 pc3 NetworkManager[10738]: <debug> [1701353959.1169] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:19:53 pc3 NetworkManager[10738]: <debug> [1701353993.5829] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:20:01 pc3 NetworkManager[10738]: <debug> [1701354001.9048] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.2015] connectivity: (eno1,IPv4,353) skip connectivity check due to no carrier
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.2016] connectivity: (eno1,IPv6,354) skip connectivity check due to no carrier
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.2017] connectivity: (eno1,IPv4,353) check completed: NONE; no carrier
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.2017] connectivity: (eno1,IPv6,354) check completed: NONE; no carrier
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.3139] connectivity: (p2p-dev-wlp4s0,IPv4,355) start fake request (fake result)
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.3140] connectivity: (p2p-dev-wlp4s0,IPv6,356) start fake request (fake result)
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.3140] connectivity: (p2p-dev-wlp4s0,IPv4,355) check completed: FAKE; fake result
Nov 30 15:21:28 pc3 NetworkManager[10738]: <debug> [1701354088.3140] connectivity: (p2p-dev-wlp4s0,IPv6,356) check completed: FAKE; fake result
Nov 30 15:21:36 pc3 NetworkManager[10738]: <debug> [1701354096.0365] connectivity: (wlp4s0,IPv6,357) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:21:36 pc3 NetworkManager[10738]: <debug> [1701354096.0732] connectivity: (wlp4s0,IPv6,357) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:23:06 pc3 NetworkManager[10738]: <debug> [1701354186.0340] connectivity: (wlp4s0,IPv4,358) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:23:06 pc3 NetworkManager[10738]: <debug> [1701354186.2527] connectivity: (wlp4s0,IPv4,358) check completed: FULL; status header found
Nov 30 15:25:01 pc3 NetworkManager[10738]: <debug> [1701354301.9057] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:25:10 pc3 NetworkManager[10738]: <debug> [1701354310.2053] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.2021] connectivity: (eno1,IPv4,359) skip connectivity check due to no carrier
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.2022] connectivity: (eno1,IPv6,360) skip connectivity check due to no carrier
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.2022] connectivity: (eno1,IPv4,359) check completed: NONE; no carrier
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.2022] connectivity: (eno1,IPv6,360) check completed: NONE; no carrier
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.3134] connectivity: (p2p-dev-wlp4s0,IPv4,361) start fake request (fake result)
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.3135] connectivity: (p2p-dev-wlp4s0,IPv6,362) start fake request (fake result)
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.3135] connectivity: (p2p-dev-wlp4s0,IPv4,361) check completed: FAKE; fake result
Nov 30 15:26:28 pc3 NetworkManager[10738]: <debug> [1701354388.3135] connectivity: (p2p-dev-wlp4s0,IPv6,362) check completed: FAKE; fake result
Nov 30 15:26:36 pc3 NetworkManager[10738]: <debug> [1701354396.0373] connectivity: (wlp4s0,IPv6,363) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:26:36 pc3 NetworkManager[10738]: <debug> [1701354396.0667] connectivity: (wlp4s0,IPv6,363) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:27:26 pc3 NetworkManager[10738]: <debug> [1701354446.2369] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:28:06 pc3 NetworkManager[10738]: <debug> [1701354486.0337] connectivity: (wlp4s0,IPv4,364) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:28:06 pc3 NetworkManager[10738]: <debug> [1701354486.1248] connectivity: (wlp4s0,IPv4,364) check completed: FULL; status header found
Nov 30 15:30:10 pc3 NetworkManager[10738]: <debug> [1701354610.2147] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:30:18 pc3 NetworkManager[10738]: <debug> [1701354618.6187] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.2013] connectivity: (eno1,IPv4,365) skip connectivity check due to no carrier
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.2014] connectivity: (eno1,IPv6,366) skip connectivity check due to no carrier
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.2014] connectivity: (eno1,IPv4,365) check completed: NONE; no carrier
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.2014] connectivity: (eno1,IPv6,366) check completed: NONE; no carrier
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.3136] connectivity: (p2p-dev-wlp4s0,IPv4,367) start fake request (fake result)
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.3137] connectivity: (p2p-dev-wlp4s0,IPv6,368) start fake request (fake result)
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.3137] connectivity: (p2p-dev-wlp4s0,IPv4,367) check completed: FAKE; fake result
Nov 30 15:31:28 pc3 NetworkManager[10738]: <debug> [1701354688.3137] connectivity: (p2p-dev-wlp4s0,IPv6,368) check completed: FAKE; fake result
Nov 30 15:31:36 pc3 NetworkManager[10738]: <debug> [1701354696.0344] connectivity: (wlp4s0,IPv6,369) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:31:36 pc3 NetworkManager[10738]: <debug> [1701354696.0604] connectivity: (wlp4s0,IPv6,369) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:32:43 pc3 NetworkManager[10738]: <debug> [1701354763.1009] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:33:06 pc3 NetworkManager[10738]: <debug> [1701354786.0360] connectivity: (wlp4s0,IPv4,370) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:33:06 pc3 NetworkManager[10738]: <debug> [1701354786.4843] connectivity: (wlp4s0,IPv4,370) check completed: FULL; status header found
Nov 30 15:35:18 pc3 NetworkManager[10738]: <debug> [1701354918.6279] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:35:26 pc3 NetworkManager[10738]: <debug> [1701354926.9983] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.2022] connectivity: (eno1,IPv4,371) skip connectivity check due to no carrier
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.2023] connectivity: (eno1,IPv6,372) skip connectivity check due to no carrier
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.2023] connectivity: (eno1,IPv4,371) check completed: NONE; no carrier
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.2023] connectivity: (eno1,IPv6,372) check completed: NONE; no carrier
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.3136] connectivity: (p2p-dev-wlp4s0,IPv4,373) start fake request (fake result)
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.3136] connectivity: (p2p-dev-wlp4s0,IPv6,374) start fake request (fake result)
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.3136] connectivity: (p2p-dev-wlp4s0,IPv4,373) check completed: FAKE; fake result
Nov 30 15:36:28 pc3 NetworkManager[10738]: <debug> [1701354988.3137] connectivity: (p2p-dev-wlp4s0,IPv6,374) check completed: FAKE; fake result
Nov 30 15:36:31 pc3 NetworkManager[10738]: <debug> [1701354991.4333] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:36:36 pc3 NetworkManager[10738]: <debug> [1701354996.0335] connectivity: (wlp4s0,IPv6,375) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:36:36 pc3 NetworkManager[10738]: <debug> [1701354996.0663] connectivity: (wlp4s0,IPv6,375) check completed: LIMITED; check failed: (7) Couldn't connect to server
Nov 30 15:37:49 pc3 NetworkManager[10738]: <debug> [1701355069.0260] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:38:06 pc3 NetworkManager[10738]: <debug> [1701355086.0344] connectivity: (wlp4s0,IPv4,376) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:38:06 pc3 NetworkManager[10738]: <debug> [1701355086.3936] connectivity: (wlp4s0,IPv4,376) check completed: FULL; status header found
Nov 30 15:38:07 pc3 NetworkManager[10738]: <debug> [1701355087.4674] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:40:27 pc3 NetworkManager[10738]: <debug> [1701355227.0018] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: scanning
Nov 30 15:40:35 pc3 NetworkManager[10738]: <debug> [1701355235.3208] device[1dc322e0c16d70fe] (wlp4s0): wifi-scan: scanning-state: idle (notify last-scan)
Nov 30 15:41:19 pc3 NetworkManager[10738]: <debug> [1701355279.3428] ndisc-lndp[0x55e539e5d3b0,"wlp4s0"]: processing libndp events
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.2006] connectivity: (eno1,IPv4,377) skip connectivity check due to no carrier
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.2007] connectivity: (eno1,IPv6,378) skip connectivity check due to no carrier
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.2007] connectivity: (eno1,IPv4,377) check completed: NONE; no carrier
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.2007] connectivity: (eno1,IPv6,378) check completed: NONE; no carrier
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.3133] connectivity: (p2p-dev-wlp4s0,IPv4,379) start fake request (fake result)
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.3134] connectivity: (p2p-dev-wlp4s0,IPv6,380) start fake request (fake result)
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.3134] connectivity: (p2p-dev-wlp4s0,IPv4,379) check completed: FAKE; fake result
Nov 30 15:41:28 pc3 NetworkManager[10738]: <debug> [1701355288.3135] connectivity: (p2p-dev-wlp4s0,IPv6,380) check completed: FAKE; fake result
Nov 30 15:41:36 pc3 NetworkManager[10738]: <debug> [1701355296.0337] connectivity: (wlp4s0,IPv6,381) start request to 'http://connectivity-check.ubuntu.com./' (try resolving 'connectivity-check.ubuntu.com.' using systemd-resolved)
Nov 30 15:41:36 pc3 NetworkManager[10738]: <debug> [1701355296.0605] connectivity: (wlp4s0,IPv6,381) check completed: LIMITED; check failed: (7) Couldn't connect to server
root@pc3:/home/valerie# 

Pour le moment, pas de déconnexion, je ne sais pas si ça va parler....
Merci


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#24 Le 30/11/2023, à 17:02

iznobe

Re : NetworkManager fonctionnement aléatoire

tu te sers du wifi direct ?

C ' est normal que ce soit tres verbeux vu que tu as aactivé le mode debug pour networkmanager .
ca permettra de verifier les differences lorsque tu seras sujette a une deconnexion intempestive .


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

En ligne

#25 Le 30/11/2023, à 17:13

Valérie_z

Re : NetworkManager fonctionnement aléatoire

Le wifi direct ? Mais qu'est-ce donc ?

Dernière modification par Valérie_z (Le 30/11/2023, à 17:13)


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne