Bug 2228327
| Summary: | Network Manager keeps renewing DHCP lease during online games | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | absynthesyne | ||||
| Component: | NetworkManager | Assignee: | Lubomir Rintel <lkundrak> | ||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 38 | CC: | bgalvani, dcbw, ferferna, gnome-sig, liangwen12year, lkundrak, mclasen, ngompa13, rstrode, vbubela | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2024-05-28 13:39:33 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
absynthesyne
2023-08-02 05:55:20 UTC
Please set level=TRACE in the logging section of /etc/NetworkManager/NetworkManager.conf, restart the NetworkManager service, reproduce the issue and then attach the output of "journalctl -u NetworkManager -b". Created attachment 1981380 [details]
networkmanager journalctl log
Here you go, happened right near the end.
The first strange thing I see is that there is a process with pid 6998 that is requesting secrets every 10 seconds: Aug 02 19:27:50 g14-linux NetworkManager[269368]: <trace> [1691018870.8935] auth: call[221]: CheckAuthorization(org.freedesktop.NetworkManager.settings.modify.system), subject=unix-process[pid=6998, uid=1000, start=16313] Aug 02 19:28:00 g14-linux NetworkManager[269368]: <trace> [1691018880.9220] auth: call[222]: CheckAuthorization(org.freedesktop.NetworkManager.settings.modify.system), subject=unix-process[pid=6998, uid=1000, start=16313] Aug 02 19:28:10 g14-linux NetworkManager[269368]: <trace> [1691018890.9488] auth: call[223]: CheckAuthorization(org.freedesktop.NetworkManager.settings.modify.system), subject=unix-process[pid=6998, uid=1000, start=16313] ... The actual problem is here, where the wireless interface loses carrier: Aug 02 19:34:20 g14-linux NetworkManager[269368]: <debug> [1691019260.5741] platform: (wlp2s0) signal: link changed: 2: wlp2s0 <UP;broadcast,multicast,up> mtu 1500 arp 1 wifi? init addrgenmode none addr A8:7E:EA:75:45:9A permaddr A8:7E:EA:75:45:9A brd FF:FF:FF:FF:FF:FF driver iwlwifi rx:5929333,3863781104 tx:3894728,1088928061 and then wpa_supplicant reports a disconnection: Aug 02 19:34:20 g14-linux NetworkManager[269368]: <info> [1691019260.6876] device (wlp2s0): supplicant interface state: completed -> disconnected To understand the reason, you need to enable logging in wpa_supplicant and analyze logs. How would I go about doing that? Add -ddd to OTHER_ARGS in /etc/sysconfig/wpa_supplicant and restart the service or reboot. Reproduce the issue and then check logs with "journalctl -u wpa_supplicant -b" Unfortunately after doing this I cannot reproduce it. I've been trying ever since and it won't reproduce. If it happens again I'll post logs. Fedora Linux 38 entered end-of-life (EOL) status on 2024-05-21. Fedora Linux 38 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed. |