Problem
My computer randomly freezes (does not accept any input anymore, mouse pointer is frozen) or shuts down (not completely, it "hangs" so that even pushing the reset button won't restart, I then have to press the power button for a few seconds to turn it off completely).
System
Hardware
I'm using a wifi USB stick to connect to a wifi repeater, which in turn connects to a wifi router that is connected to the internet. My wifi stick is old and there are no official Linux drivers so I'm using ndiswrapper to load Windows drivers. The DHCP sits on the wifi router.
Software
I'm running KDE Neon which is based on Ubuntu. I'm new to the Linux world, forgive me if this is missing vital information. I'm using UFW firewall and connect to VPN servers through openvpn, using the NetworkManager package. I checked the syslogs for a recurring pattern before the system crashes.
Packages
uname
output: Linux COMPUTER 4.15.0-88-generic #88-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
sudo ufw version
output: ufw 0.36
openvpn --version
output: OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2019library versions: OpenSSL 1.1.1 11 Sep 2018, LZO 2.08
sudo NetworkManager --version
output: 1.10.6
ndiswrapper -v
output: utils version: '1.9', utils version needed by module: '1.9'
sudo ufw status
output:
Status: activeTo Action From-- ------ ----Anywhere on tun1 ALLOW Anywhere Anywhere on tun0 ALLOW Anywhere [VPN SERVER IP] ALLOW Anywhere [VPN SERVER IP] ALLOW Anywhere [VPN SERVER IP] ALLOW Anywhere [VPN SERVER IP] ALLOW Anywhere [VPN SERVER IP] ALLOW Anywhere 224.0.0.1 DENY Anywhere Anywhere (v6) on tun1 ALLOW Anywhere (v6) Anywhere (v6) on tun0 ALLOW Anywhere (v6) Anywhere ALLOW OUT Anywhere on tun1 Anywhere ALLOW OUT Anywhere on tun0 [VPN SERVER IP] ALLOW OUT Anywhere [VPN SERVER IP] ALLOW OUT Anywhere [VPN SERVER IP] ALLOW OUT Anywhere [VPN SERVER IP] ALLOW OUT Anywhere [VPN SERVER IP] ALLOW OUT Anywhere Anywhere (v6) ALLOW OUT Anywhere (v6) on tun1 Anywhere (v6) ALLOW OUT Anywhere (v6) on tun0
I'm not 100% sure about these rules but the intent is to block any traffic that isn't going through the vpn tunnel (tun1, tun0) and to specific IPs of my VPN service provider. It seems to work that if the VPN connection stops working no other traffic is possible. The 224.0.0.1
rule is there because I've read this is some signal coming from the repeater potentially causing problems, but it seems to have no effect.
ifconfig
output:
enp30s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 4c:cc:6a:f9:56:9b txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 12871 bytes 715172 (715.1 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 12871 bytes 715172 (715.1 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500 inet 10.7.3.4 netmask 255.255.255.0 destination 10.7.3.4 inet6 fe80::f9ed:3025:72ea:6375 prefixlen 64 scopeid 0x20<link> unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC) RX packets 36581 bytes 32163868 (32.1 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 29713 bytes 3197761 (3.1 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0wlxb039564f2855: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.0.0.62 netmask 255.255.255.0 broadcast 10.0.0.255 inet6 fe80::21d6:bdc9:e12f:845 prefixlen 64 scopeid 0x20<link> ether b0:39:56:4f:28:55 txqueuelen 1000 (Ethernet) RX packets 34129 bytes 35593621 (35.5 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 24056 bytes 6108772 (6.1 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Logs
Last syslog entries before each crash following below. Sorry for the giant dump, I don't know what exactly is revelant. wlxb039564f2855
is the name of my wifi USB stick. I have retracted some non-local IPs and MAC addresses.
Apr 4 20:27:00 COMPUTER wpa_supplicant[1211]: wlxb039564f2855: WPA: Group rekeying completed with 7c:ff:4d:54:ec:e1 [GTK=CCMP]Apr 4 20:27:01 COMPUTER NetworkManager[1223]: <info> [1586024821.4117] connectivity: (wlxb039564f2855) timed outApr 4 20:27:08 COMPUTER kernel: [34548.519842] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=77 TOS=0x00 PREC=0x00 TTL=64 ID=56705 DF PROTO=UDP SPT=33191 DPT=53 LEN=57 Apr 4 20:27:43 COMPUTER kernel: [34584.317455] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=43184 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139 Apr 4 20:28:13 COMPUTER kernel: [34614.327670] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=45127 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139 Apr 4 20:28:44 COMPUTER kernel: [34644.340008] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=50555 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139 Apr 4 20:29:14 COMPUTER kernel: [34674.351972] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=51007 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139 Apr 4 20:29:44 COMPUTER kernel: [34704.361478] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=53127 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139 Apr 4 20:30:14 COMPUTER kernel: [34734.370823] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=56443 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139 Apr 4 20:30:21 COMPUTER kernel: [34742.147479] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=12740 DF PROTO=UDP SPT=57803 DPT=53 LEN=59 Apr 4 20:30:21 COMPUTER kernel: [34742.147498] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=12741 DF PROTO=UDP SPT=57803 DPT=53 LEN=59 Apr 4 20:30:21 COMPUTER kernel: [34742.147510] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=12742 DF PROTO=UDP SPT=57803 DPT=53 LEN=59 Apr 4 20:30:26 COMPUTER kernel: [34747.152618] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=13783 DF PROTO=UDP SPT=42778 DPT=53 LEN=59 Apr 4 20:31:14 COMPUTER kernel: [34794.390293] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=159 TOS=0x00 PREC=0x00 TTL=64 ID=3644 DF PROTO=UDP SPT=17500 DPT=17500 LEN=139
Mar 31 10:27:50 COMPUTER kernel: [ 2887.807083] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=18689 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Mar 31 10:28:14 COMPUTER kernel: [ 2911.948764] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=42572 DF PROTO=UDP SPT=58777 DPT=53 LEN=60 Mar 31 10:28:14 COMPUTER kernel: [ 2911.948781] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=42573 DF PROTO=UDP SPT=58777 DPT=53 LEN=60 Mar 31 10:28:19 COMPUTER kernel: [ 2916.953995] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=43787 DF PROTO=UDP SPT=49608 DPT=53 LEN=60 Mar 31 10:28:49 COMPUTER kernel: [ 2946.816734] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=194 TOS=0x00 PREC=0x00 TTL=1 ID=19953 DF PROTO=UDP SPT=57341 DPT=1900 LEN=174
Mar 27 18:18:14 COMPUTER kernel: [26872.215942] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=15409 DF PROTO=UDP SPT=49044 DPT=53 LEN=59 Mar 27 18:18:14 COMPUTER kernel: [26872.215953] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=15410 DF PROTO=UDP SPT=49044 DPT=53 LEN=59 Mar 27 18:18:14 COMPUTER kernel: [26872.215963] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=15411 DF PROTO=UDP SPT=49044 DPT=53 LEN=59 Mar 27 18:18:14 COMPUTER kernel: [26872.215973] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=79 TOS=0x00 PREC=0x00 TTL=64 ID=15412 DF PROTO=UDP SPT=49044 DPT=53 LEN=59 Mar 27 18:18:29 COMPUTER systemd-resolved[969]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.Mar 27 18:18:29 COMPUTER kernel: [26886.732964] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=16850 DF PROTO=UDP SPT=35329 DPT=53 LEN=60
Mar 21 09:47:07 COMPUTER nm-openvpn[2964]: AEAD Decrypt error: bad packet ID (may be a replay): [ #43467 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warningsMar 21 09:47:07 COMPUTER nm-openvpn[2964]: AEAD Decrypt error: bad packet ID (may be a replay): [ #43468 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warningsMar 21 09:47:07 COMPUTER nm-openvpn[2964]: AEAD Decrypt error: bad packet ID (may be a replay): [ #43469 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warningsMar 21 09:47:07 COMPUTER nm-openvpn[2964]: AEAD Decrypt error: bad packet ID (may be a replay): [ #43470 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warningsMar 21 09:47:07 COMPUTER nm-openvpn[2964]: AEAD Decrypt error: bad packet ID (may be a replay): [ #43471 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warningsMar 21 09:47:09 COMPUTER kernel: [ 1094.010541] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=224.0.0.251 LEN=90 TOS=0x00 PREC=0x00 TTL=255 ID=4167 DF PROTO=UDP SPT=5353 DPT=5353 LEN=70 Mar 21 09:47:10 COMPUTER kernel: [ 1095.012786] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=[RETRACTED] DST=[RETRACTED] LEN=110 TC=0 HOPLIMIT=255 FLOWLBL=82113 PROTO=UDP SPT=5353 DPT=5353 LEN=70
Mar 14 23:25:52 COMPUTER kernel: [10214.879228] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=62080 DF PROTO=TCP SPT=41466 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 Mar 14 23:25:53 COMPUTER kernel: [10215.904175] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=62081 DF PROTO=TCP SPT=41466 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 Mar 14 23:25:55 COMPUTER kernel: [10217.920091] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=62082 DF PROTO=TCP SPT=41466 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 Mar 14 23:25:59 COMPUTER kernel: [10222.176000] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=62083 DF PROTO=TCP SPT=41466 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 Mar 14 23:26:21 COMPUTER NetworkManager[1225]: <info> [1584224781.4104] connectivity: (wlxb039564f2855) timed outMar 14 23:26:35 COMPUTER systemd-resolved[1204]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.Mar 14 23:26:35 COMPUTER kernel: [10258.192232] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=12622 DF PROTO=UDP SPT=42953 DPT=53 LEN=60 Mar 14 23:26:35 COMPUTER kernel: [10258.192251] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=12623 DF PROTO=UDP SPT=42953 DPT=53 LEN=60
Mar 12 12:15:53 COMPUTER kernel: [ 7403.683044] NMI backtrace for cpu 8Mar 12 12:15:53 COMPUTER kernel: [ 7403.683045] CPU: 8 PID: 444 Comm: systemd-journal Tainted: G D OE 4.15.0-88-generic #88-UbuntuMar 12 12:15:53 COMPUTER kernel: [ 7403.683046] Hardware name: MSI MS-7A33/X370 KRAIT GAMING (MS-7A33), BIOS 1.00 03/09/2017Mar 12 12:15:53 COMPUTER kernel: [ 7403.683047] RIP: 0010:native_queued_spin_lock_slowpath+0x65/0x1c0Mar 12 12:15:53 COMPUTER kernel: [ 7403.683047] RSP: 0018:ffffb0d9022cfdc0 EFLAGS: 00000002Mar 12 12:15:53 COMPUTER kernel: [ 7403.683048] RAX: 0000000000000101 RBX: 0000000000000087 RCX: 0000000000000002Mar 12 12:15:53 COMPUTER kernel: [ 7403.683049] RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffff8d3bded1cc00Mar 12 12:15:53 COMPUTER kernel: [ 7403.683050] RBP: ffffb0d9022cfdc0 R08: ffff8d3bc079a100 R09: 0000000000000010Mar 12 12:15:53 COMPUTER kernel: [ 7403.683051] R10: ffff8d3bcaead138 R11: 0000000000000000 R12: ffff8d3bbe691d30Mar 12 12:15:53 COMPUTER kernel: [ 7403.683051] R13: ffffb0d9022cfe18 R14: 0000000000000001 R15: 0000000000000000Mar 12 12:15:53 COMPUTER kernel: [ 7403.683052] FS: 00007f03893a7940(0000) GS:ffff8d3bdee00000(0000) knlGS:0000000000000000Mar 12 12:15:53 COMPUTER kernel: [ 7403.683053] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033Mar 12 12:15:53 COMPUTER kernel: [ 7403.683053] CR2: 00000ba82159c000 CR3: 0000000402746000 CR4: 00000000003406e0Mar 12 12:15:53 COMPUTER kernel: [ 7403.683054] Call Trace:Mar 12 12:15:53 COMPUTER kernel: [ 7403.683054] _raw_spin_lock_irqsave+0x37/0x40Mar 12 12:15:53 COMPUTER kernel: [ 7403.683055] lock_hrtimer_base.isra.19+0x29/0x50Mar 12 12:15:53 COMPUTER kernel: [ 7403.683055] hrtimer_try_to_cancel+0x60/0x110Mar 12 12:15:53 COMPUTER kernel: [ 7403.683056] ? __fdget+0x13/0x20Mar 12 12:15:53 COMPUTER kernel: [ 7403.683056] do_timerfd_settime+0xef/0x400Mar 12 12:15:53 COMPUTER kernel: [ 7403.683057] SyS_timerfd_settime+0x5b/0xb0Mar 12 12:15:53 COMPUTER kernel: [ 7403.683057] do_syscall_64+0x73/0x130Mar 12 12:15:53 COMPUTER kernel: [ 7403.683058] ? do_syscall_64+0x73/0x130Mar 12 12:15:53 COMPUTER kernel: [ 7403.683058] entry_SYSCALL_64_after_hwframe+0x3d/0xa2Mar 12 12:15:53 COMPUTER kernel: [ 7403.683059] RIP: 0033:0x7f0388eea5daMar 12 12:15:53 COMPUTER kernel: [ 7403.683059] RSP: 002b:00007fffccf180b8 EFLAGS: 00000246 ORIG_RAX: 000000000000011eMar 12 12:15:53 COMPUTER kernel: [ 7403.683060] RAX: ffffffffffffffda RBX: 000055c2c4056f80 RCX: 00007f0388eea5daMar 12 12:15:53 COMPUTER kernel: [ 7403.683061] RDX: 00007fffccf180d0 RSI: 0000000000000001 RDI: 0000000000000010Mar 12 12:15:53 COMPUTER kernel: [ 7403.683062] RBP: 000055c2c4056f10 R08: 0005a0a676494660 R09: 00007f0388d40740Mar 12 12:15:53 COMPUTER kernel: [ 7403.683063] R10: 0000000000000000 R11: 0000000000000246 R12: 00007f0388ade880Mar 12 12:15:53 COMPUTER kernel: [ 7403.683063] R13: 00007f0388ad4ad0 R14: 00007f0388d3efe0 R15: 000055c2c258e940Mar 12 12:15:53 COMPUTER kernel: [ 7403.683064] Code: f0 0f ba 2f 08 b8 00 01 00 00 0f 42 f0 8b 07 30 e4 09 c6 f7 c6 00 ff ff ff 75 20 85 f6 75 0c b8 01 00 00 00 66 89 07 5d c3 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 66 89 07 eb ec 81 e6 00 ff 00
Feb 23 17:37:39 COMPUTER kernel: [25810.537383] [UFW BLOCK] IN=wlxb039564f2855 OUT= MAC=[RETRACTED] SRC=10.0.0.138 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 Feb 23 17:37:41 COMPUTER kernel: [25812.205979] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=136.243.103.182 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=65258 DF PROTO=TCP SPT=37760 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 Feb 23 17:38:04 COMPUTER systemd-resolved[1175]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.Feb 23 17:38:04 COMPUTER kernel: [25834.860873] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=28532 DF PROTO=UDP SPT=39028 DPT=53 LEN=60 Feb 23 17:38:04 COMPUTER systemd-resolved[1175]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.Feb 23 17:38:10 COMPUTER NetworkManager[1271]: <info> [1582475890.4437] connectivity: (wlxb039564f2855) timed outFeb 23 17:38:42 COMPUTER kernel: [25872.937034] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=34883 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 23 17:39:12 COMPUTER kernel: [25902.947578] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=40904 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140
Feb 20 12:41:34 COMPUTER kernel: [14761.550280] radeon 0000:23:00.0: GPU lockup (current fence id 0x0000000000191b76 last fence id 0x0000000000191b7f on ring 4)Feb 20 12:41:34 COMPUTER kernel: [14761.550286] radeon 0000:23:00.0: GPU lockup (current fence id 0x000000000019cff0 last fence id 0x000000000019cffb on ring 0)Feb 20 12:41:34 COMPUTER kernel: [14761.646231] radeon 0000:23:00.0: ring 3 stalled for more than 22668msecFeb 20 12:41:34 COMPUTER kernel: [14761.646239] radeon 0000:23:00.0: GPU lockup (current fence id 0x000000000006312f last fence id 0x0000000000063194 on ring 3)Feb 20 12:41:34 COMPUTER kernel: [14762.062657] radeon 0000:23:00.0: ring 4 stalled for more than 23040msecFeb 20 12:41:34 COMPUTER kernel: [14762.062660] radeon 0000:23:00.0: ring 0 stalled for more than 23092msecFeb 20 12:41:34 COMPUTER kernel: [14762.062665] radeon 0000:23:00.0: GPU lockup (current fence id 0x000000000019cff0 last fence id 0x000000000019cffb on ring 0)Feb 20 12:41:34 COMPUTER kernel: [14762.062670] radeon 0000:23:00.0: GPU lockup (current fence id 0x0000000000191b76 last fence id 0x0000000000191b7f on ring 4)Feb 20 12:41:34 COMPUTER kernel: [14762.158202] radeon 0000:23:00.0: ring 3 stalled for more than 23180msecFeb 20 12:41:34 COMPUTER kernel: [14762.158209] radeon 0000:23:00.0: GPU lockup (current fence id 0x000000000006312f last fence id 0x0000000000063194 on ring 3)
Feb 13 15:42:41 COMPUTER NetworkManager[1184]: <info> [1581604961.4136] connectivity: (wlxb039564f2855) timed outFeb 13 15:42:44 COMPUTER kernel: [25544.961423] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=42196 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 13 15:43:14 COMPUTER kernel: [25574.971154] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=43761 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 13 15:43:15 COMPUTER nm-openvpn[5169]: WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1602', remote='link-mtu 1634'Feb 13 15:43:15 COMPUTER nm-openvpn[5169]: WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1500', remote='tun-mtu 1532'Feb 13 15:43:17 COMPUTER systemd-resolved[827]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.Feb 13 15:43:21 COMPUTER kernel: [25581.970924] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=195 TOS=0x00 PREC=0x00 TTL=1 ID=27041 DF PROTO=UDP SPT=37814 DPT=1900 LEN=175 Feb 13 15:43:34 COMPUTER kernel: [25594.668162] [UFW BLOCK] IN=wlxb039564f2855 OUT= MAC=[RETRACTED] SRC=10.0.0.138 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 Feb 13 15:43:17 COMPUTER systemd-resolved[827]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.Feb 13 15:43:34 COMPUTER wpa_supplicant[1221]: wlxb039564f2855: WPA: Group rekeying completed with 7c:ff:4d:54:ec:e1 [GTK=CCMP]Feb 13 15:43:44 COMPUTER kernel: [25604.980133] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=46829 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 13 15:44:14 COMPUTER kernel: [25634.988701] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=47415 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 13 15:44:44 COMPUTER kernel: [25664.997970] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=53241 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 13 15:45:14 COMPUTER kernel: [25695.006783] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=56767 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140 Feb 13 15:45:17 COMPUTER kernel: [25698.439197] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.138 LEN=80 TOS=0x00 PREC=0x00 TTL=64 ID=21836 DF PROTO=UDP SPT=44990 DPT=53 LEN=60 Feb 13 15:45:21 COMPUTER kernel: [25701.967992] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=[RETRACTED] LEN=195 TOS=0x00 PREC=0x00 TTL=1 ID=53378 DF PROTO=UDP SPT=34177 DPT=1900 LEN=175 Feb 13 15:45:39 COMPUTER kernel: [25719.694468] [UFW BLOCK] IN=wlxb039564f2855 OUT= MAC=[RETRACTED] SRC=10.0.0.138 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2 Feb 13 15:45:44 COMPUTER kernel: [25725.016420] [UFW BLOCK] IN= OUT=wlxb039564f2855 SRC=10.0.0.62 DST=10.0.0.255 LEN=160 TOS=0x00 PREC=0x00 TTL=64 ID=57362 DF PROTO=UDP SPT=17500 DPT=17500 LEN=140
Thoughts
I have a hunch the crashes are related to network issues. They seemed to have increased since the hardware setup was changed to incorporate the wifi repeater and/or since I've set up those VPN-related firewall rules.
NetworkManager[1184]: <info> [1581604961.4136] connectivity: (wlxb039564f2855) timed out
seems to happen often before freezes. And freezes occur dis-proportionally often after the computer has been idling for a while.
Any help is much appreciated!