You are not logged in.
My internet connectivity keeps dropping every few minutes and then I get reconnected again after a short while.
Output from
ping 8.8.8.8
when this happens is:
64 bytes from 8.8.8.8: icmp_seq=1348 ttl=117 time=50.4 ms
64 bytes from 8.8.8.8: icmp_seq=1349 ttl=117 time=49.5 ms
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
ping: sendmsg: No buffer space available
64 bytes from 8.8.8.8: icmp_seq=1350 ttl=117 time=29545 ms
64 bytes from 8.8.8.8: icmp_seq=1351 ttl=117 time=28533 ms
64 bytes from 8.8.8.8: icmp_seq=1352 ttl=117 time=27523 ms
64 bytes from 8.8.8.8: icmp_seq=1353 ttl=117 time=26509 ms
64 bytes from 8.8.8.8: icmp_seq=1354 ttl=117 time=25496 ms
64 bytes from 8.8.8.8: icmp_seq=1355 ttl=117 time=24483 ms
64 bytes from 8.8.8.8: icmp_seq=1356 ttl=117 time=23469 ms
64 bytes from 8.8.8.8: icmp_seq=1357 ttl=117 time=22456 ms
64 bytes from 8.8.8.8: icmp_seq=1361 ttl=117 time=49.4 ms
The output from
journalctl -f
is:
May 03 09:06:17 kyljmn dhcpcd[351]: wlp3s0: fe80::1 is unreachable
May 03 09:06:18 kyljmn dhcpcd[351]: wlp3s0: soliciting an IPv6 router
May 03 09:06:19 kyljmn dhcpcd[351]: wlp3s0: fe80::1 is reachable again
Last edited by kyljmn (2022-05-03 01:17:24)
Offline
could you post the output of find /etc/systemd/system ??
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
could you post the output of find /etc/systemd/system ??
Here the output:
/etc/systemd/system
/etc/systemd/system/getty.target.wants
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/multi-user.target.wants
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/docker.service
/etc/systemd/system/multi-user.target.wants/sshd.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/sysinit.target.wants
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
/etc/systemd/system/network-online.target.wants
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
I've tried reinstalling Arch already and I still have the same problem. Doesn't happen when I'm on windows (same machine).
Offline
I've tried reinstalling Arch
Please avoid that - it's not going to magically fix stuff and you're creating a moving target.
Doesn't happen when I'm on windows (same machine).
3rd link below. Mandatory. Reboot windows (and linux) properly twice (voodoo reasons) - possibly (if you can) also the access point (router)
If that's not the cause, please post a complete system journal of an affected boot ("sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st" for the previous one)
Offline
I've tried reinstalling Arch
Please avoid that - it's not going to magically fix stuff and you're creating a moving target.
Doesn't happen when I'm on windows (same machine).
3rd link below. Mandatory. Reboot windows (and linux) properly twice (voodoo reasons) - possibly (if you can) also the access point (router)
If that's not the cause, please post a complete system journal of an affected boot ("sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st" for the previous one)
Hi heres the link to the result of "sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st"
Offline
May 21 12:36:04 kyljmn NetworkManager[365]: <info> [1653107764.1664] manager: NetworkManager state is now CONNECTED_GLOBAL
May 21 12:36:59 kyljmn systemd[1]: Stopped target Network.
The only but very suspicious thing inbetween is the docker0 NIC and resulting iptables.
=> Disable docker, the wifi looks unsuspicious but I guess docker derails the netfilter (firewall)
Offline
`
Last edited by jerryDaBaaws (2022-07-27 20:31:35)
Offline