journalctl --since "1 minute ago" :

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
Sep 27 01:31:58 host warp-svc[1236]: 2025-09-26T20:01:58.844Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:31:58 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.7;
Sep 27 01:32:02 host warp-svc[1236]: 2025-09-26T20:02:02.428Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:02 host warp-svc[1236]: NewNeighbour; Destination: fe80::1;
Sep 27 01:32:08 host warp-svc[1236]: 2025-09-26T20:02:08.060Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:08 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.7;
Sep 27 01:32:10 host warp-svc[1236]: 2025-09-26T20:02:10.107Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:10 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:10 host warp-svc[1236]: 2025-09-26T20:02:10.125Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:10 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:17 host warp-svc[1236]: 2025-09-26T20:02:17.275Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:17 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.7;
Sep 27 01:32:26 host warp-svc[1236]: 2025-09-26T20:02:26.491Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:26 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:26 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.7;
Sep 27 01:32:32 host systemd[1708]: app-org.kde.konsole-69864.scope: Consumed 19.831s CPU time, 28.1M memory peak.
Sep 27 01:32:35 host warp-svc[1236]: 2025-09-26T20:02:35.707Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:35 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:35 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.7;
Sep 27 01:32:35 host warp-svc[1236]: 2025-09-26T20:02:35.718Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:35 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:36 host systemd-logind[1214]: The system will suspend now!
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z DEBUG actor_connectivity::connectivity: New power state Suspend
Sep 27 01:32:36 host ModemManager[1343]: <msg> [sleep-monitor-systemd] system is about to suspend
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z  INFO handle_update{update=PowerStatusChanged}: actor_emergency_disconnect: close time.busy=6.85µs time.idle=23.3µs
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.5635] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.5638] device (enp46s0): state change: unavailable -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z  INFO handle_power_status_changes{power_status=Suspend}: actor_emergency_disconnect::handler: close time.busy=1.60µs time.idle=7.44µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z DEBUG main_loop:handle_update{update=PowerStatusChanged}: warp::warp_service::actor_compat: Handling power status change new_power_status=Suspend
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z DEBUG main_loop:handle_update{update=PowerStatusChanged}: warp::warp_service::actor_compat: close time.busy=70.2µs time.idle=2.98µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.563Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=222.502µs
Sep 27 01:32:36 host dbus-broker[1142]: A security policy denied :1.74 to send method call /org/freedesktop/login1/seat/seat0:org.freedesktop.login1.Seat.Inhibit to org.freedesktop.login1.
Sep 27 01:32:36 host kwin_wayland[2080]: kwin_core: Failed to delay sleep: Sender is not authorized to send message
Sep 27 01:32:36 host chromium-browser[10949]: [10942:10969:0927/013236.564728:ERROR:google_apis/gcm/engine/connection_factory_impl.cc:483] ConnectionHandler failed with net error: -2
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.5722] device (p2p-dev-wlp45s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.5723] manager: NetworkManager state is now ASLEEP
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.5724] device (wlp45s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Sep 27 01:32:36 host systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
Sep 27 01:32:36 host systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
Sep 27 01:32:36 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.590Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 239.255.255.250;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 255.255.255.255;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 192.168.1.7;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.251;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.22;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::1:ff46:9bc5;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::1:2;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: fe80::1;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::fb;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::2;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::1:ff1f:e129;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::16;
Sep 27 01:32:36 host kernel: wlp45s0: deauthenticating from e6:66:ab:1f:a4:18 by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 27 01:32:36 host chromium-browser[10949]: [10942:10969:0927/013236.591352:ERROR:google_apis/gcm/engine/connection_factory_impl.cc:434] Failed to connect to MCS endpoint with error -106
Sep 27 01:32:36 host wpa_supplicant[1460]: nl80211: send_event_marker failed: Source based routing not supported
Sep 27 01:32:36 host wpa_supplicant[1460]: wlp45s0: CTRL-EVENT-DISCONNECTED bssid=e6:66:ab:1f:a4:18 reason=3 locally_generated=1
Sep 27 01:32:36 host wpa_supplicant[1460]: wlp45s0: CTRL-EVENT-DSCP-POLICY clear_all
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7092] device (wlp45s0): supplicant interface state: completed -> disconnected
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7093] device (wlp45s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Sep 27 01:32:36 host avahi-daemon[1145]: Withdrawing address record for 2401:4900:1c8f:d472:f72c:684a:3646:9bc5 on wlp45s0.
Sep 27 01:32:36 host avahi-daemon[1145]: Leaving mDNS multicast group on interface wlp45s0.IPv6 with address 2401:4900:1c8f:d472:f72c:684a:3646:9bc5.
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7097] dhcp4 (wlp45s0): canceled DHCP transaction
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.709Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::16;
Sep 27 01:32:36 host avahi-daemon[1145]: Joining mDNS multicast group on interface wlp45s0.IPv6 with address fe80::51de:c582:e31f:e129.
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7098] dhcp4 (wlp45s0): activation: beginning transaction (timeout in 45 seconds)
Sep 27 01:32:36 host avahi-daemon[1145]: Registering new address record for fe80::51de:c582:e31f:e129 on wlp45s0.*.
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7098] dhcp4 (wlp45s0): state changed no lease
Sep 27 01:32:36 host avahi-daemon[1145]: Withdrawing address record for fe80::51de:c582:e31f:e129 on wlp45s0.
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7098] dhcp6 (wlp45s0): canceled DHCP transaction
Sep 27 01:32:36 host avahi-daemon[1145]: Leaving mDNS multicast group on interface wlp45s0.IPv6 with address fe80::51de:c582:e31f:e129.
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7098] dhcp6 (wlp45s0): activation: beginning transaction (timeout in 45 seconds)
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7098] dhcp6 (wlp45s0): state changed no lease
Sep 27 01:32:36 host DiscoverNotifier[2094]: packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
Sep 27 01:32:36 host audit[1350]: NETFILTER_CFG table=firewalld:16 family=1 entries=26 op=nft_unregister_rule pid=1350 subj=system_u:system_r:firewalld_t:s0 comm="firewalld"
Sep 27 01:32:36 host avahi-daemon[1145]: Interface wlp45s0.IPv6 no longer relevant for mDNS.
Sep 27 01:32:36 host avahi-daemon[1145]: Interface wlp45s0.IPv4 no longer relevant for mDNS.
Sep 27 01:32:36 host avahi-daemon[1145]: Leaving mDNS multicast group on interface wlp45s0.IPv4 with address 192.168.1.8.
Sep 27 01:32:36 host avahi-daemon[1145]: Withdrawing address record for 192.168.1.8 on wlp45s0.
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7397] device (wlp45s0): set-hw-addr: set MAC address to 72:2F:66:2C:D6:E8 (scanning)
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.251;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.22;
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: ff02::16;
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z  INFO handle_update{update=NetworkInfoChanged}: actor_device_state: close time.busy=3.43µs time.idle=18.3µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z  INFO handle_update{update=NetworkInfoChanged}: actor_alternate_network: close time.busy=4.97µs time.idle=2.88µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z  INFO handle_command{command=NetworkChanged("..")}: actor_alternate_network::actor: close time.busy=4.75µs time.idle=10.5µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z DEBUG update_network_info:spawn_outside_tunnel_traces: actor_device_state::collector: close time.busy=1.50µs time.idle=1.06µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: Handling network status change old_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Ga>
Sep 27 01:32:36 host warp-svc[1236]:  new_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Gateway: Some(192.168.1.1)], DNS servers:,  9.9.9.9:53,  149.112.112.112:53,  [2620:fe::fe]:53,  [2620:fe::9]:53,  [fe80::1]:53, Non-Primary Interfac>
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Reconnecting on network change
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.740Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp::controller: Stopping WarpConnection state=Disconnected
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z  INFO firewall::engine: Firewall unloaded
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z  INFO main_loop:handle_update{update=NetworkInfoChanged}:align_base_firewall_state: warp::warp_service: close time.busy=16.8µs time.idle=528µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Determining disconnected reason from connectivity state net_info=IPv4: [wlp45s0; 192.168.1.8; E>
Sep 27 01:32:36 host warp-svc[1236]:  power_state=Some(Suspend) disconnect_reason=None
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z  WARN main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Disconnecting, but reason is unknown
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: close time.busy=139µs time.idle=522µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.741Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=686.707µs
Sep 27 01:32:36 host avahi-daemon[1145]: Joining mDNS multicast group on interface wlp45s0.IPv4 with address 192.168.1.8.
Sep 27 01:32:36 host avahi-daemon[1145]: New relevant interface wlp45s0.IPv4 for mDNS.
Sep 27 01:32:36 host avahi-daemon[1145]: Registering new address record for 192.168.1.8 on wlp45s0.IPv4.
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.751Z DEBUG update_network_info: actor_device_state::collector: close time.busy=10.1ms time.idle=3.26µs
Sep 27 01:32:36 host avahi-daemon[1145]: Withdrawing address record for 192.168.1.8 on wlp45s0.
Sep 27 01:32:36 host avahi-daemon[1145]: Leaving mDNS multicast group on interface wlp45s0.IPv4 with address 192.168.1.8.
Sep 27 01:32:36 host avahi-daemon[1145]: Interface wlp45s0.IPv4 no longer relevant for mDNS.
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z  INFO handle_update{update=NetworkInfoChanged}: actor_device_state: close time.busy=2.59µs time.idle=12.1µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z  INFO handle_update{update=NetworkInfoChanged}: actor_alternate_network: close time.busy=2.01µs time.idle=4.34µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG update_network_info:spawn_outside_tunnel_traces: actor_device_state::collector: close time.busy=2.09µs time.idle=1.27µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z  INFO handle_command{command=NetworkChanged("..")}: actor_alternate_network::actor: close time.busy=3.45µs time.idle=12.6µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: Handling network status change old_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Ga>
Sep 27 01:32:36 host warp-svc[1236]:  new_info=DNS servers:,  9.9.9.9:53,  149.112.112.112:53,  [2620:fe::fe]:53,  [2620:fe::9]:53,  [fe80::1]:53, Non-Primary Interfaces: enp46s0, wlp45s0
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Reconnecting on network change
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp::controller: Stopping WarpConnection state=Disconnected
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z  INFO firewall::engine: Firewall unloaded
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z  INFO main_loop:handle_update{update=NetworkInfoChanged}:align_base_firewall_state: warp::warp_service: close time.busy=29.4µs time.idle=5.02µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Determining disconnected reason from connectivity state net_info=DNS servers:,  9.9.9.9:53,  14>
Sep 27 01:32:36 host warp-svc[1236]:  power_state=Some(Suspend) disconnect_reason=None
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: close time.busy=154µs time.idle=2.88µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z  INFO main_loop: warp::warp_service: WARP status: Unable(NoNetwork)
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=179.291µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="status_change"
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop: warp::warp_service::ipc_handlers: Sending IPC status update: Unable(NoNetwork)
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG main_loop: warp::warp_service::ipc_handlers: Ipc Broadcast ResponseStatus: Unable(NoNetwork)
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="status_change" elapsed=50.652µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.752Z DEBUG update_network_info: actor_device_state::collector: close time.busy=297µs time.idle=1.98µs
Sep 27 01:32:36 host warp-taskbar[2032]: 2025-09-26T20:02:36.752Z  INFO ThreadId(05) warp_taskbar::ipc: Received status status=Unable(NoNetwork)
Sep 27 01:32:36 host warp-taskbar[2032]: 2025-09-26T20:02:36.752Z  INFO ThreadId(10) warp_taskbar::main_window: DaemonStatus callback status=Unable(NoNetwork)
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7825] device (wlp45s0): supplicant interface state: disconnected -> interface_disabled
Sep 27 01:32:36 host systemd-resolved[1103]: wlp45s0: Bus client set default route setting: no
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7828] device (wlp45s0): supplicant interface state: interface_disabled -> disconnected
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.7829] device (wlp45s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 27 01:32:36 host systemd-resolved[1103]: wlp45s0: Bus client reset DNS server list.
Sep 27 01:32:36 host chronyd[1160]: Source 45.77.249.167 offline
Sep 27 01:32:36 host chronyd[1160]: Source 167.71.195.165 offline
Sep 27 01:32:36 host chronyd[1160]: Source 64.235.61.113 offline
Sep 27 01:32:36 host chronyd[1160]: Can't synchronise: no selectable sources (4 unreachable sources)
Sep 27 01:32:36 host chronyd[1160]: Source 45.77.171.102 offline
Sep 27 01:32:36 host NetworkManager[1438]: <info>  [1758916956.8040] device (wlp45s0): set-hw-addr: reset MAC address to 10:68:38:9F:D5:C9 (unmanage)
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.803Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.22;
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z  INFO handle_update{update=NetworkInfoChanged}: actor_device_state: close time.busy=3.77µs time.idle=24.5µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z  INFO handle_update{update=NetworkInfoChanged}: actor_alternate_network: close time.busy=4.83µs time.idle=3.07µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z DEBUG update_network_info: actor_device_state::collector: close time.busy=1.75µs time.idle=983ns
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z  INFO handle_command{command=NetworkChanged("..")}: actor_alternate_network::actor: close time.busy=3.72µs time.idle=13.4µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: Handling network status change old_info=DNS servers:,  9.9.9.9:53,  149.112.112.1>
Sep 27 01:32:36 host warp-svc[1236]:  new_info=Non-Primary Interfaces: enp46s0, wlp45s0
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: close time.busy=53.6µs time.idle=3.77µs
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.814Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=98.352µs
Sep 27 01:32:36 host wpa_supplicant[1460]: p2p-dev-wlp45s0: CTRL-EVENT-DSCP-POLICY clear_all
Sep 27 01:32:36 host wpa_supplicant[1460]: p2p-dev-wlp45s0: CTRL-EVENT-DSCP-POLICY clear_all
Sep 27 01:32:36 host wpa_supplicant[1460]: nl80211: deinit ifname=p2p-dev-wlp45s0 disabled_11b_rates=0
Sep 27 01:32:36 host wpa_supplicant[1460]: wlp45s0: CTRL-EVENT-DSCP-POLICY clear_all
Sep 27 01:32:36 host wpa_supplicant[1460]: wlp45s0: CTRL-EVENT-DSCP-POLICY clear_all
Sep 27 01:32:36 host wpa_supplicant[1460]: nl80211: deinit ifname=wlp45s0 disabled_11b_rates=0
Sep 27 01:32:36 host warp-svc[1236]: 2025-09-26T20:02:36.884Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:36 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.22;
Sep 27 01:32:37 host systemd[1]: Reached target sleep.target - Sleep.
Sep 27 01:32:37 host systemd[1]: Starting nvidia-suspend.service - NVIDIA system suspend actions...
Sep 27 01:32:37 host PackageKit[69922]: get-updates transaction /582_cceeebea from uid 1000 finished with success after 186ms
Sep 27 01:32:37 host suspend[70820]: nvidia-suspend.service
Sep 27 01:32:37 host logger[70820]: <13>Sep 27 01:32:37 suspend: nvidia-suspend.service
Sep 27 01:32:38 host kernel: ------------[ cut here ]------------
Sep 27 01:32:38 host kernel: WARNING: CPU: 0 PID: 70827 at nvidia/nv.c:4430 nv_suspend_devices+0x19c/0x310 [nvidia]
Sep 27 01:32:38 host kernel: Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_rej>
Sep 27 01:32:38 host kernel:  nvidia_drm(OE) snd_hda_codec_generic snd_hda_scodec_component nvidia_modeset(OE) kvm snd_hda_intel mac80211 uvcvideo snd_intel_dspcfg nvidia_uvm(OE) btusb snd_intel_sdw_acpi btrtl snd_hda_codec btintel uvc>
Sep 27 01:32:38 host kernel:  intel_hid acpi_thermal_rel pmt_class asus_wireless acpi_pad sparse_keymap joydev loop zram lz4hc_compress lz4_compress xe drm_ttm_helper drm_suballoc_helper gpu_sched drm_gpuvm drm_exec drm_gpusvm i915 i2c>
Sep 27 01:32:38 host kernel: CPU: 0 UID: 0 PID: 70827 Comm: nvidia-sleep.sh Tainted: G        W  OE       6.15.9-201.fc42.x86_64 #1 PREEMPT(lazy)
Sep 27 01:32:38 host kernel: Tainted: [W]=WARN, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Sep 27 01:32:38 host kernel: Hardware name: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HC_FX506HC/FX506HC, BIOS FX506HC.313 03/03/2023
Sep 27 01:32:38 host kernel: RIP: 0010:nv_suspend_devices+0x19c/0x310 [nvidia]
Sep 27 01:32:38 host kernel: Code: 34 d0 e9 f4 fe ff ff 48 c7 c7 b0 99 63 c1 e8 6b 19 11 d1 31 ed 48 83 c4 08 89 e8 5b 5d 41 5c 41 5d 41 5e 41 5f c3 cc cc cc cc <0f> 0b 4c 89 e7 e8 4a 19 11 d1 4d 85 ed 74 0d e8 70 cf 12 00 84 c0
Sep 27 01:32:38 host kernel: RSP: 0018:ffffd30d2250fc10 EFLAGS: 00010206
Sep 27 01:32:38 host kernel: RAX: 0000000000000011 RBX: ffff8a60d4cef000 RCX: ffffd30d2250fba0
Sep 27 01:32:38 host kernel: RDX: 0000000000000000 RSI: 0000000000000286 RDI: ffffd30d2250fb60
Sep 27 01:32:38 host kernel: RBP: 0000000000000011 R08: 0000000000000000 R09: ffffffffc1fa2b96
Sep 27 01:32:38 host kernel: R10: ffff8a610cb57180 R11: fffffcd24532d5c0 R12: ffff8a60d4cef6a8
Sep 27 01:32:38 host kernel: R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
Sep 27 01:32:38 host kernel: FS:  00007f2b24466740(0000) GS:ffff8a62ae470000(0000) knlGS:0000000000000000
Sep 27 01:32:38 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 27 01:32:38 host kernel: CR2: 00007f2b246527b0 CR3: 000000014a0a3002 CR4: 0000000000f72ef0
Sep 27 01:32:38 host kernel: PKRU: 55555554
Sep 27 01:32:38 host kernel: Call Trace:
Sep 27 01:32:38 host kernel:  <TASK>
Sep 27 01:32:38 host kernel:  nv_set_system_power_state+0x8a/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel:  nv_procfs_write_suspend+0x108/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel:  ? security_file_permission+0x50/0xf0
Sep 27 01:32:38 host kernel:  proc_reg_write+0x5a/0xb0
Sep 27 01:32:38 host kernel:  vfs_write+0xf2/0x470
Sep 27 01:32:38 host kernel:  ? avc_has_perm+0x59/0xe0
Sep 27 01:32:38 host kernel:  ? from_kgid_munged+0x17/0x30
Sep 27 01:32:38 host kernel:  ? cp_new_stat+0x130/0x170
Sep 27 01:32:38 host kernel:  ksys_write+0x73/0xe0
Sep 27 01:32:38 host kernel:  do_syscall_64+0x7b/0x160
Sep 27 01:32:38 host kernel:  ? __do_sys_newfstat+0x68/0x70
Sep 27 01:32:38 host kernel:  ? syscall_exit_to_user_mode+0x10/0x210
Sep 27 01:32:38 host kernel:  ? do_syscall_64+0x87/0x160
Sep 27 01:32:38 host kernel:  ? do_user_addr_fault+0x21a/0x690
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 27 01:32:38 host kernel: RIP: 0033:0x7f2b244d6986
Sep 27 01:32:38 host kernel: Code: 5d e8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 75 19 83 e2 39 83 fa 08 75 11 e8 26 ff ff ff 66 0f 1f 44 00 00 48 8b 45 10 0f 05 <48> 8b 5d f8 c9 c3 0f 1f 40 00 f3 0f 1e fa 55 48 89 e5 48 83 ec 08
Sep 27 01:32:38 host kernel: RSP: 002b:00007ffe9f0811f0 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
Sep 27 01:32:38 host kernel: RAX: ffffffffffffffda RBX: 0000000000000008 RCX: 00007f2b244d6986
Sep 27 01:32:38 host kernel: RDX: 0000000000000008 RSI: 000055dcc850fa60 RDI: 0000000000000001
Sep 27 01:32:38 host kernel: RBP: 00007ffe9f081210 R08: 0000000000000000 R09: 0000000000000000
Sep 27 01:32:38 host kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000008
Sep 27 01:32:38 host kernel: R13: 000055dcc850fa60 R14: 00007f2b246515c0 R15: 0000000000000000
Sep 27 01:32:38 host kernel:  </TASK>
Sep 27 01:32:38 host kernel: ---[ end trace 0000000000000000 ]---
Sep 27 01:32:38 host kernel: ------------[ cut here ]------------
Sep 27 01:32:38 host kernel: WARNING: CPU: 0 PID: 70827 at nvidia/nv.c:4635 nv_suspend_devices+0x1b8/0x310 [nvidia]
Sep 27 01:32:38 host kernel: Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_rej>
Sep 27 01:32:38 host kernel:  nvidia_drm(OE) snd_hda_codec_generic snd_hda_scodec_component nvidia_modeset(OE) kvm snd_hda_intel mac80211 uvcvideo snd_intel_dspcfg nvidia_uvm(OE) btusb snd_intel_sdw_acpi btrtl snd_hda_codec btintel uvc>
Sep 27 01:32:38 host kernel:  intel_hid acpi_thermal_rel pmt_class asus_wireless acpi_pad sparse_keymap joydev loop zram lz4hc_compress lz4_compress xe drm_ttm_helper drm_suballoc_helper gpu_sched drm_gpuvm drm_exec drm_gpusvm i915 i2c>
Sep 27 01:32:38 host kernel: CPU: 0 UID: 0 PID: 70827 Comm: nvidia-sleep.sh Tainted: G        W  OE       6.15.9-201.fc42.x86_64 #1 PREEMPT(lazy)
Sep 27 01:32:38 host kernel: Tainted: [W]=WARN, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Sep 27 01:32:38 host kernel: Hardware name: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HC_FX506HC/FX506HC, BIOS FX506HC.313 03/03/2023
Sep 27 01:32:38 host kernel: RIP: 0010:nv_suspend_devices+0x1b8/0x310 [nvidia]
Sep 27 01:32:38 host kernel: Code: 5d 41 5c 41 5d 41 5e 41 5f c3 cc cc cc cc 0f 0b 4c 89 e7 e8 4a 19 11 d1 4d 85 ed 74 0d e8 70 cf 12 00 84 c0 0f 85 35 01 00 00 <0f> 0b 48 c7 c7 b0 99 63 c1 45 31 e4 e8 27 19 11 d1 48 c7 c7 b0 99
Sep 27 01:32:38 host kernel: RSP: 0018:ffffd30d2250fc10 EFLAGS: 00010246
Sep 27 01:32:38 host kernel: RAX: 0000000000000000 RBX: ffff8a60d4cef000 RCX: ffff8a60d4cef6b0
Sep 27 01:32:38 host kernel: RDX: ffff8a60d4cef6b0 RSI: 0000000000000286 RDI: ffff8a60d4cef6a8
Sep 27 01:32:38 host kernel: RBP: 0000000000000011 R08: 0000000000000000 R09: ffffffffc1fa2b96
Sep 27 01:32:38 host kernel: R10: ffff8a610cb57180 R11: fffffcd24532d5c0 R12: ffff8a60d4cef6a8
Sep 27 01:32:38 host kernel: R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
Sep 27 01:32:38 host kernel: FS:  00007f2b24466740(0000) GS:ffff8a62ae470000(0000) knlGS:0000000000000000
Sep 27 01:32:38 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 27 01:32:38 host kernel: CR2: 00007f2b246527b0 CR3: 000000014a0a3002 CR4: 0000000000f72ef0
Sep 27 01:32:38 host kernel: PKRU: 55555554
Sep 27 01:32:38 host kernel: Call Trace:
Sep 27 01:32:38 host kernel:  <TASK>
Sep 27 01:32:38 host kernel:  nv_set_system_power_state+0x8a/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel:  nv_procfs_write_suspend+0x108/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel:  ? security_file_permission+0x50/0xf0
Sep 27 01:32:38 host kernel:  proc_reg_write+0x5a/0xb0
Sep 27 01:32:38 host kernel:  vfs_write+0xf2/0x470
Sep 27 01:32:38 host kernel:  ? avc_has_perm+0x59/0xe0
Sep 27 01:32:38 host kernel:  ? from_kgid_munged+0x17/0x30
Sep 27 01:32:38 host kernel:  ? cp_new_stat+0x130/0x170
Sep 27 01:32:38 host kernel:  ksys_write+0x73/0xe0
Sep 27 01:32:38 host kernel:  do_syscall_64+0x7b/0x160
Sep 27 01:32:38 host kernel:  ? __do_sys_newfstat+0x68/0x70
Sep 27 01:32:38 host kernel:  ? syscall_exit_to_user_mode+0x10/0x210
Sep 27 01:32:38 host kernel:  ? do_syscall_64+0x87/0x160
Sep 27 01:32:38 host kernel:  ? do_user_addr_fault+0x21a/0x690
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 27 01:32:38 host kernel: RIP: 0033:0x7f2b244d6986
Sep 27 01:32:38 host kernel: Code: 5d e8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 75 19 83 e2 39 83 fa 08 75 11 e8 26 ff ff ff 66 0f 1f 44 00 00 48 8b 45 10 0f 05 <48> 8b 5d f8 c9 c3 0f 1f 40 00 f3 0f 1e fa 55 48 89 e5 48 83 ec 08
Sep 27 01:32:38 host kernel: RSP: 002b:00007ffe9f0811f0 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
Sep 27 01:32:38 host kernel: RAX: ffffffffffffffda RBX: 0000000000000008 RCX: 00007f2b244d6986
Sep 27 01:32:38 host kernel: RDX: 0000000000000008 RSI: 000055dcc850fa60 RDI: 0000000000000001
Sep 27 01:32:38 host kernel: RBP: 00007ffe9f081210 R08: 0000000000000000 R09: 0000000000000000
Sep 27 01:32:38 host kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000008
Sep 27 01:32:38 host kernel: R13: 000055dcc850fa60 R14: 00007f2b246515c0 R15: 0000000000000000
Sep 27 01:32:38 host kernel:  </TASK>
Sep 27 01:32:38 host kernel: ---[ end trace 0000000000000000 ]---
Sep 27 01:32:38 host kernel: ------------[ cut here ]------------
Sep 27 01:32:38 host kernel: WARNING: CPU: 0 PID: 70827 at nvidia/nv.c:4380 nv_restore_user_channels+0x4e/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel: Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_rej>
Sep 27 01:32:38 host kernel:  nvidia_drm(OE) snd_hda_codec_generic snd_hda_scodec_component nvidia_modeset(OE) kvm snd_hda_intel mac80211 uvcvideo snd_intel_dspcfg nvidia_uvm(OE) btusb snd_intel_sdw_acpi btrtl snd_hda_codec btintel uvc>
Sep 27 01:32:38 host kernel:  intel_hid acpi_thermal_rel pmt_class asus_wireless acpi_pad sparse_keymap joydev loop zram lz4hc_compress lz4_compress xe drm_ttm_helper drm_suballoc_helper gpu_sched drm_gpuvm drm_exec drm_gpusvm i915 i2c>
Sep 27 01:32:38 host kernel: CPU: 0 UID: 0 PID: 70827 Comm: nvidia-sleep.sh Tainted: G        W  OE       6.15.9-201.fc42.x86_64 #1 PREEMPT(lazy)
Sep 27 01:32:38 host kernel: Tainted: [W]=WARN, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Sep 27 01:32:38 host kernel: Hardware name: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HC_FX506HC/FX506HC, BIOS FX506HC.313 03/03/2023
Sep 27 01:32:38 host kernel: RIP: 0010:nv_restore_user_channels+0x4e/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel: Code: 24 a8 06 00 00 4c 89 ef e8 ef 22 11 d1 f6 43 10 01 74 76 48 89 de 31 ff e8 af 79 12 00 41 89 c6 85 c0 0f 84 40 01 00 00 31 ed <0f> 0b 49 8d bc 24 e0 07 00 00 e8 c3 22 11 d1 be 01 00 00 00 48 89
Sep 27 01:32:38 host kernel: RSP: 0018:ffffd30d2250fbe0 EFLAGS: 00010246
Sep 27 01:32:38 host kernel: RAX: 0000000000000011 RBX: ffff8a60d4cef000 RCX: ffffd30d2250fb70
Sep 27 01:32:38 host kernel: RDX: 0000000000000000 RSI: 0000000000000282 RDI: ffffd30d2250fb30
Sep 27 01:32:38 host kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: ffffffffc1fa2b96
Sep 27 01:32:38 host kernel: R10: ffff8a610cb57180 R11: fffffcd24532d5c0 R12: ffff8a60d4cef000
Sep 27 01:32:38 host kernel: R13: ffff8a60d4cef6a8 R14: 0000000000000011 R15: 0000000000000000
Sep 27 01:32:38 host kernel: FS:  00007f2b24466740(0000) GS:ffff8a62ae470000(0000) knlGS:0000000000000000
Sep 27 01:32:38 host kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 27 01:32:38 host kernel: CR2: 00007f2b246527b0 CR3: 000000014a0a3002 CR4: 0000000000f72ef0
Sep 27 01:32:38 host kernel: PKRU: 55555554
Sep 27 01:32:38 host kernel: Call Trace:
Sep 27 01:32:38 host kernel:  <TASK>
Sep 27 01:32:38 host kernel:  nv_suspend_devices+0x238/0x310 [nvidia]
Sep 27 01:32:38 host kernel:  nv_set_system_power_state+0x8a/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel:  nv_procfs_write_suspend+0x108/0x1d0 [nvidia]
Sep 27 01:32:38 host kernel:  ? security_file_permission+0x50/0xf0
Sep 27 01:32:38 host kernel:  proc_reg_write+0x5a/0xb0
Sep 27 01:32:38 host kernel:  vfs_write+0xf2/0x470
Sep 27 01:32:38 host kernel:  ? avc_has_perm+0x59/0xe0
Sep 27 01:32:38 host kernel:  ? from_kgid_munged+0x17/0x30
Sep 27 01:32:38 host kernel:  ? cp_new_stat+0x130/0x170
Sep 27 01:32:38 host kernel:  ksys_write+0x73/0xe0
Sep 27 01:32:38 host kernel:  do_syscall_64+0x7b/0x160
Sep 27 01:32:38 host kernel:  ? __do_sys_newfstat+0x68/0x70
Sep 27 01:32:38 host kernel:  ? syscall_exit_to_user_mode+0x10/0x210
Sep 27 01:32:38 host kernel:  ? do_syscall_64+0x87/0x160
Sep 27 01:32:38 host kernel:  ? do_user_addr_fault+0x21a/0x690
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  ? clear_bhb_loop+0x50/0xa0
Sep 27 01:32:38 host kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 27 01:32:38 host kernel: RIP: 0033:0x7f2b244d6986
Sep 27 01:32:38 host kernel: Code: 5d e8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 75 19 83 e2 39 83 fa 08 75 11 e8 26 ff ff ff 66 0f 1f 44 00 00 48 8b 45 10 0f 05 <48> 8b 5d f8 c9 c3 0f 1f 40 00 f3 0f 1e fa 55 48 89 e5 48 83 ec 08
Sep 27 01:32:38 host kernel: RSP: 002b:00007ffe9f0811f0 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
Sep 27 01:32:38 host kernel: RAX: ffffffffffffffda RBX: 0000000000000008 RCX: 00007f2b244d6986
Sep 27 01:32:38 host kernel: RDX: 0000000000000008 RSI: 000055dcc850fa60 RDI: 0000000000000001
Sep 27 01:32:38 host kernel: RBP: 00007ffe9f081210 R08: 0000000000000000 R09: 0000000000000000
Sep 27 01:32:38 host kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000008
Sep 27 01:32:38 host kernel: R13: 000055dcc850fa60 R14: 00007f2b246515c0 R15: 0000000000000000
Sep 27 01:32:38 host kernel:  </TASK>
Sep 27 01:32:38 host kernel: ---[ end trace 0000000000000000 ]---
Sep 27 01:32:38 host nvidia-sleep.sh[70827]: /usr/bin/nvidia-sleep.sh: line 45: echo: write error: Input/output error
Sep 27 01:32:38 host systemd[1]: nvidia-suspend.service: Main process exited, code=exited, status=1/FAILURE
Sep 27 01:32:38 host systemd[1]: nvidia-suspend.service: Failed with result 'exit-code'.
Sep 27 01:32:38 host systemd[1]: Failed to start nvidia-suspend.service - NVIDIA system suspend actions.
Sep 27 01:32:38 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 27 01:32:38 host systemd[1]: Starting systemd-suspend.service - System Suspend...
Sep 27 01:32:38 host systemd[1]: user@1000.service: Unit now frozen-by-parent.
Sep 27 01:32:38 host systemd[1]: session-2.scope: Unit now frozen-by-parent.
Sep 27 01:32:38 host systemd[1]: session-4.scope: Unit now frozen-by-parent.
Sep 27 01:32:38 host systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Sep 27 01:32:38 host systemd[1]: user.slice: Unit now frozen.
Sep 27 01:32:38 host systemd-sleep[70853]: Successfully froze unit 'user.slice'.
Sep 27 01:32:38 host systemd-sleep[70853]: Performing sleep operation 'suspend'...
Sep 27 01:32:38 host kernel: PM: suspend entry (s2idle)
Sep 27 01:32:38 host kernel: Filesystems sync: 0.012 seconds
Sep 27 01:32:39 host kernel: Freezing user space processes
Sep 27 01:32:39 host kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Sep 27 01:32:39 host kernel: OOM killer disabled.
Sep 27 01:32:39 host kernel: Freezing remaining freezable tasks
Sep 27 01:32:39 host kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Sep 27 01:32:39 host kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Sep 27 01:32:39 host kernel: queueing ieee80211 work while going to suspend
Sep 27 01:32:39 host kernel: NVRM: GPU 0000:01:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management S>
Sep 27 01:32:39 host kernel: nvidia 0000:01:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Sep 27 01:32:39 host kernel: nvidia 0000:01:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Sep 27 01:32:39 host kernel: nvidia 0000:01:00.0: PM: failed to suspend async: error -5
Sep 27 01:32:39 host kernel: PM: Some devices failed to suspend, or early wake event detected
Sep 27 01:32:39 host kernel: pcieport 10000:e0:1b.0: can't derive routing for PCI INT A
Sep 27 01:32:39 host kernel: nvme 10000:e1:00.0: PCI INT A: no GSI
Sep 27 01:32:39 host kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 27 01:32:39 host kernel: nvme nvme0: 6/0/0 default/read/poll queues
Sep 27 01:32:39 host kernel: PM: resume devices took 1.037 seconds
Sep 27 01:32:39 host kernel: OOM killer enabled.
Sep 27 01:32:39 host kernel: Restarting tasks ... done.
Sep 27 01:32:39 host kernel: random: crng reseeded on system resumption
Sep 27 01:32:39 host kernel: PM: suspend exit
Sep 27 01:32:39 host kernel: PM: suspend entry (s2idle)
Sep 27 01:32:39 host kernel: Filesystems sync: 0.018 seconds
Sep 27 01:32:41 host kernel: Freezing user space processes
Sep 27 01:32:41 host kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Sep 27 01:32:41 host kernel: OOM killer disabled.
Sep 27 01:32:41 host kernel: Freezing remaining freezable tasks
Sep 27 01:32:41 host kernel: Freezing remaining freezable tasks completed (elapsed 0.161 seconds)
Sep 27 01:32:41 host kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Sep 27 01:32:41 host kernel: queueing ieee80211 work while going to suspend
Sep 27 01:32:41 host kernel: NVRM: GPU 0000:01:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management S>
Sep 27 01:32:41 host kernel: nvidia 0000:01:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Sep 27 01:32:41 host kernel: nvidia 0000:01:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Sep 27 01:32:41 host kernel: nvidia 0000:01:00.0: PM: failed to suspend async: error -5
Sep 27 01:32:41 host kernel: PM: Some devices failed to suspend, or early wake event detected
Sep 27 01:32:41 host kernel: pcieport 10000:e0:1b.0: can't derive routing for PCI INT A
Sep 27 01:32:41 host kernel: nvme 10000:e1:00.0: PCI INT A: no GSI
Sep 27 01:32:41 host kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 27 01:32:41 host kernel: nvme nvme0: 6/0/0 default/read/poll queues
Sep 27 01:32:41 host kernel: PM: resume devices took 1.048 seconds
Sep 27 01:32:41 host kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Sep 27 01:32:41 host kernel: OOM killer enabled.
Sep 27 01:32:41 host kernel: Restarting tasks ...
Sep 27 01:32:41 host kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Sep 27 01:32:41 host kernel: done.
Sep 27 01:32:41 host kernel: random: crng reseeded on system resumption
Sep 27 01:32:41 host abrt-dump-journal-oops[1367]: abrt-dump-journal-oops: Found oopses: 3
Sep 27 01:32:41 host abrt-dump-journal-oops[1367]: abrt-dump-journal-oops: Creating problem directories
Sep 27 01:32:41 host kernel: PM: suspend exit
Sep 27 01:32:41 host systemd-sleep[70853]: Failed to put system to sleep. System resumed again: Input/output error
Sep 27 01:32:41 host systemd[1]: user.slice: Unit now thawed.
Sep 27 01:32:41 host systemd[1]: user-1000.slice: Unit now thawed.
Sep 27 01:32:41 host systemd[1]: session-4.scope: Unit now thawed.
Sep 27 01:32:41 host systemd[1]: session-2.scope: Unit now thawed.
Sep 27 01:32:41 host systemd[1]: user@1000.service: Unit now thawed.
Sep 27 01:32:41 host systemd-sleep[70853]: Successfully thawed unit 'user.slice'.
Sep 27 01:32:41 host systemd[1]: systemd-suspend.service: Main process exited, code=exited, status=1/FAILURE
Sep 27 01:32:41 host systemd[1]: systemd-suspend.service: Failed with result 'exit-code'.
Sep 27 01:32:41 host systemd[1]: Failed to start systemd-suspend.service - System Suspend.
Sep 27 01:32:41 host systemd[1]: Dependency failed for suspend.target - Suspend.
Sep 27 01:32:41 host systemd[1]: suspend.target: Job suspend.target/start failed with result 'dependency'.
Sep 27 01:32:41 host systemd[1]: Stopped target sleep.target - Sleep.
Sep 27 01:32:41 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 27 01:32:41 host systemd[1]: Starting nvidia-resume.service - NVIDIA system resume actions...
Sep 27 01:32:41 host systemd-logind[1214]: Operation 'suspend' finished.
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.2301] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Sep 27 01:32:41 host ModemManager[1343]: <msg> [sleep-monitor-systemd] system is resuming
Sep 27 01:32:41 host systemd-resolved[1103]: Closing all remaining TCP connections.
Sep 27 01:32:41 host systemd-resolved[1103]: Resetting learnt feature levels on all servers.
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.2334] device (enp46s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 27 01:32:41 host suspend[70940]: nvidia-resume.service
Sep 27 01:32:41 host logger[70940]: <13>Sep 27 01:32:41 suspend: nvidia-resume.service
Sep 27 01:32:41 host bluetoothd[1147]: Failed to set mode: Failed (0x03)
Sep 27 01:32:41 host kded6[2432]: kf.bluezqt: PendingCall Error: "Failed"
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.231Z DEBUG actor_connectivity::connectivity: New power state Wakeup
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.232Z  INFO handle_update{update=PowerStatusChanged}: actor_emergency_disconnect: close time.busy=5.19µs time.idle=20.1µs
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.232Z  INFO handle_power_status_changes{power_status=Wakeup}: actor_emergency_disconnect::handler: close time.busy=1.86µs time.idle=2.80µs
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.234Z DEBUG main_loop:handle_update{update=PowerStatusChanged}: warp::warp_service::actor_compat: Handling power status change new_power_status=Wakeup
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.234Z DEBUG main_loop:handle_update{update=PowerStatusChanged}: warp::warp_service::actor_compat: close time.busy=48.5µs time.idle=4.95µs
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.234Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.234Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=129.963µs
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.234Z  INFO dex: Restarting dex tests on power notification
Sep 27 01:32:41 host kdeconnectd[2051]: 2025-09-27T01:32:41 qt.bluetooth.bluez: Bluetooth device is powered off
Sep 27 01:32:41 host kdeconnectd[2051]: 2025-09-27T01:32:41 default: Error sending UDP packet: QAbstractSocket::NetworkError
Sep 27 01:32:41 host kernel: Generic FE-GE Realtek PHY r8169-0-2e00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2e00:00, irq=MAC)
Sep 27 01:32:41 host systemd[1]: nvidia-resume.service: Deactivated successfully.
Sep 27 01:32:41 host systemd[1]: Finished nvidia-resume.service - NVIDIA system resume actions.
Sep 27 01:32:41 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-resume comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 27 01:32:41 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-resume comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 27 01:32:41 host abrt-server[70938]: Can't find a meaningful backtrace for hashing in '.'
Sep 27 01:32:41 host abrt-server[70938]: Deleting non-reportable oops '.' because DropNotReportableOopses is set to 'yes'
Sep 27 01:32:41 host abrt-server[70938]: 'post-create' on '/var/spool/abrt/oops-2025-09-27-01:32:41-1367-0' exited with 1
Sep 27 01:32:41 host abrt-server[70938]: Deleting problem directory '/var/spool/abrt/oops-2025-09-27-01:32:41-1367-0'
Sep 27 01:32:41 host abrt-server[70938]: Lock file '.lock' was locked by process 70958, but it crashed?
Sep 27 01:32:41 host kdeconnectd[2051]: 2025-09-27T01:32:41 kdeconnect.core: Failed to open any MDNS client sockets
Sep 27 01:32:41 host kernel: r8169 0000:2e:00.0 enp46s0: Link is Down
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4175] device (wlp45s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4182] device (p2p-dev-wlp45s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4183] manager: NetworkManager state is now DISCONNECTED
Sep 27 01:32:41 host kdeconnectd[2051]: 2025-09-27T01:32:41 kdeconnect.core: Failed to open any MDNS server sockets
Sep 27 01:32:41 host warp-svc[1236]: 2025-09-26T20:02:41.420Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:41 host warp-svc[1236]: DelNeighbour; Destination: 224.0.0.22;
Sep 27 01:32:41 host warp-svc[1236]: DelNeighbour; Destination: ff02::16;
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4493] device (wlp45s0): supplicant interface state: internal-starting -> disconnected
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4494] device (p2p-dev-wlp45s0): state change: unavailable -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4496] Wi-Fi P2P device controlled by interface wlp45s0 created
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4497] manager: (p2p-dev-wlp45s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/9)
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4498] device (p2p-dev-wlp45s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4499] device (wlp45s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 27 01:32:41 host NetworkManager[1438]: <info>  [1758916961.4502] device (p2p-dev-wlp45s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 27 01:32:42 host abrt-server[70992]: Can't find a meaningful backtrace for hashing in '.'
Sep 27 01:32:42 host abrt-server[70992]: Deleting non-reportable oops '.' because DropNotReportableOopses is set to 'yes'
Sep 27 01:32:42 host abrt-server[70992]: 'post-create' on '/var/spool/abrt/oops-2025-09-27-01:32:41-1367-1' exited with 1
Sep 27 01:32:42 host abrt-server[70992]: Deleting problem directory '/var/spool/abrt/oops-2025-09-27-01:32:41-1367-1'
Sep 27 01:32:42 host abrt-server[70992]: Lock file '.lock' was locked by process 71002, but it crashed?
Sep 27 01:32:43 host abrt-server[71003]: Can't find a meaningful backtrace for hashing in '.'
Sep 27 01:32:43 host abrt-server[71003]: Deleting non-reportable oops '.' because DropNotReportableOopses is set to 'yes'
Sep 27 01:32:43 host abrt-server[71003]: 'post-create' on '/var/spool/abrt/oops-2025-09-27-01:32:41-1367-2' exited with 1
Sep 27 01:32:43 host abrt-server[71003]: Deleting problem directory '/var/spool/abrt/oops-2025-09-27-01:32:41-1367-2'
Sep 27 01:32:43 host abrt-server[71003]: Lock file '.lock' was locked by process 71013, but it crashed?
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7430] policy: auto-activating connection 'Airtel__ZSD' (e489bbef-1a4d-477d-9144-52bff5af34e3)
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7436] device (wlp45s0): Activation: starting connection 'Airtel__ZSD' (e489bbef-1a4d-477d-9144-52bff5af34e3)
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7437] device (wlp45s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7437] manager: NetworkManager state is now CONNECTING
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7596] device (wlp45s0): set-hw-addr: set-cloned MAC address to AA:60:BF:6B:3B:33 (stable-ssid)
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7710] device (wlp45s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7711] device (wlp45s0): Activation: (wifi) access point 'Airtel__ZSD' has security, but secrets are required.
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7711] device (wlp45s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7713] device (wlp45s0): supplicant interface state: disconnected -> interface_disabled
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7713] device (p2p-dev-wlp45s0): supplicant management interface state: disconnected -> interface_disabled
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7792] device (wlp45s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7793] device (wlp45s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] device (wlp45s0): Activation: (wifi) connection 'Airtel__ZSD' has security, and secrets exist.  No new secrets needed.
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] Config: added 'ssid' value 'Airtel__ZSD'
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] Config: added 'scan_ssid' value '1'
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] Config: added 'auth_alg' value 'OPEN'
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7794] Config: added 'psk' value '<hidden>'
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7802] device (wlp45s0): supplicant interface state: interface_disabled -> inactive
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.7802] device (p2p-dev-wlp45s0): supplicant management interface state: interface_disabled -> inactive
Sep 27 01:32:43 host wpa_supplicant[1460]: wlp45s0: SME: Trying to authenticate with e6:66:ab:1f:a4:18 (SSID='Airtel__ZSD' freq=2437 MHz)
Sep 27 01:32:43 host kernel: wlp45s0: authenticate with e6:66:ab:1f:a4:18 (local address=aa:60:bf:6b:3b:33)
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.8012] device (wlp45s0): supplicant interface state: inactive -> authenticating
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.8012] device (p2p-dev-wlp45s0): supplicant management interface state: inactive -> authenticating
Sep 27 01:32:43 host kernel: wlp45s0: send auth to e6:66:ab:1f:a4:18 (try 1/3)
Sep 27 01:32:43 host wpa_supplicant[1460]: wlp45s0: Trying to associate with e6:66:ab:1f:a4:18 (SSID='Airtel__ZSD' freq=2437 MHz)
Sep 27 01:32:43 host kernel: wlp45s0: authenticated
Sep 27 01:32:43 host kernel: wlp45s0: associate with e6:66:ab:1f:a4:18 (try 1/3)
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.8037] device (wlp45s0): supplicant interface state: authenticating -> associating
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.8037] device (p2p-dev-wlp45s0): supplicant management interface state: authenticating -> associating
Sep 27 01:32:43 host kernel: wlp45s0: RX AssocResp from e6:66:ab:1f:a4:18 (capab=0x1c31 status=0 aid=1)
Sep 27 01:32:43 host wpa_supplicant[1460]: wlp45s0: Associated with e6:66:ab:1f:a4:18
Sep 27 01:32:43 host wpa_supplicant[1460]: wlp45s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 27 01:32:43 host kernel: wlp45s0: associated
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.8195] device (wlp45s0): supplicant interface state: associating -> associated
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.8195] device (p2p-dev-wlp45s0): supplicant management interface state: associating -> associated
Sep 27 01:32:43 host kernel: wlp45s0: Limiting TX power to 27 (27 - 0) dBm as advertised by e6:66:ab:1f:a4:18
Sep 27 01:32:43 host wpa_supplicant[1460]: wlp45s0: WPA: Key negotiation completed with e6:66:ab:1f:a4:18 [PTK=CCMP GTK=TKIP]
Sep 27 01:32:43 host wpa_supplicant[1460]: wlp45s0: CTRL-EVENT-CONNECTED - Connection to e6:66:ab:1f:a4:18 completed [id=0 id_str=]
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.9334] device (wlp45s0): supplicant interface state: associated -> completed
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.9335] device (wlp45s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Airtel__ZSD"
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.9335] device (p2p-dev-wlp45s0): supplicant management interface state: associated -> completed
Sep 27 01:32:43 host audit[1350]: NETFILTER_CFG table=firewalld:17 family=1 entries=26 op=nft_register_rule pid=1350 subj=system_u:system_r:firewalld_t:s0 comm="firewalld"
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.9434] device (wlp45s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 27 01:32:43 host NetworkManager[1438]: <info>  [1758916963.9438] dhcp4 (wlp45s0): activation: beginning transaction (timeout in 45 seconds)
Sep 27 01:32:43 host avahi-daemon[1145]: Joining mDNS multicast group on interface wlp45s0.IPv6 with address fe80::51de:c582:e31f:e129.
Sep 27 01:32:43 host avahi-daemon[1145]: New relevant interface wlp45s0.IPv6 for mDNS.
Sep 27 01:32:43 host avahi-daemon[1145]: Registering new address record for fe80::51de:c582:e31f:e129 on wlp45s0.*.
Sep 27 01:32:44 host abrt-dump-journal-oops[1367]: Reported 3 kernel oopses to Abrt
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.6695] dhcp4 (wlp45s0): state changed new lease, address=192.168.1.8, acd pending
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8327] dhcp4 (wlp45s0): state changed new lease, address=192.168.1.8
Sep 27 01:32:44 host avahi-daemon[1145]: Joining mDNS multicast group on interface wlp45s0.IPv4 with address 192.168.1.8.
Sep 27 01:32:44 host avahi-daemon[1145]: New relevant interface wlp45s0.IPv4 for mDNS.
Sep 27 01:32:44 host avahi-daemon[1145]: Registering new address record for 192.168.1.8 on wlp45s0.IPv4.
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8350] policy: set 'Airtel__ZSD' (wlp45s0) as default for IPv4 routing and DNS
Sep 27 01:32:44 host systemd-resolved[1103]: wlp45s0: Bus client set default route setting: yes
Sep 27 01:32:44 host systemd-resolved[1103]: wlp45s0: Bus client set DNS server list to: 9.9.9.9, 149.112.112.112
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.843Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:44 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.1;
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8471] device (wlp45s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.849Z  INFO handle_update{update=NetworkInfoChanged}: actor_device_state: close time.busy=3.69µs time.idle=33.1µs
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8506] device (wlp45s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.849Z  INFO handle_update{update=NetworkInfoChanged}: actor_alternate_network: close time.busy=3.80µs time.idle=3.58µs
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.849Z DEBUG update_network_info:spawn_outside_tunnel_traces: actor_device_state::collector: close time.busy=3.38µs time.idle=937ns
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.850Z  INFO handle_command{command=NetworkChanged("..")}: actor_alternate_network::actor: close time.busy=5.30µs time.idle=12.5µs
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG update_network_info: actor_device_state::collector: close time.busy=1.14ms time.idle=1.13µs
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: Handling network status change old_info=Non-Primary Interfaces: enp46s0, wlp45s0
Sep 27 01:32:44 host warp-svc[1236]:  new_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Gateway: Some(192.168.1.1)], DNS servers:,  9.9.9.9:53,  149.112.112.112:53, Non-Primary Interfaces: enp46s0
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Reconnecting on network change
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp::controller: Stopping WarpConnection state=Disconnected
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z  INFO firewall::engine: Firewall unloaded
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z  INFO main_loop:handle_update{update=NetworkInfoChanged}:align_base_firewall_state: warp::warp_service: close time.busy=100µs time.idle=11.2µs
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Determining disconnected reason from connectivity state net_info=IPv4: [wlp45s0; 192.168.1.8; E>
Sep 27 01:32:44 host warp-svc[1236]:  power_state=Some(Wakeup) disconnect_reason=None
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z  WARN main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Disconnecting, but reason is unknown
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: close time.busy=1.05ms time.idle=4.83µs
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z  INFO main_loop: warp::warp_service: WARP status: Disconnected(Manual)
Sep 27 01:32:44 host audit: BPF prog-id=149 op=LOAD
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8510] device (wlp45s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop: warp::warp_service::ipc_handlers: Sending IPC status update: Disconnected(Manual)
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.851Z DEBUG main_loop: warp::warp_service::ipc_handlers: Ipc Broadcast ResponseStatus: Disconnected(Manual)
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.852Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.852Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=1.528495ms
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.852Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="status_change"
Sep 27 01:32:44 host warp-svc[1236]: 2025-09-26T20:02:44.852Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="status_change" elapsed=470.616µs
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8513] manager: NetworkManager state is now CONNECTED_SITE
Sep 27 01:32:44 host NetworkManager[1438]: <info>  [1758916964.8516] device (wlp45s0): Activation: successful, device activated.
Sep 27 01:32:44 host warp-taskbar[2032]: 2025-09-26T20:02:44.854Z  INFO ThreadId(05) warp_taskbar::ipc: Received status status=Disconnected(Manual)
Sep 27 01:32:44 host warp-taskbar[2032]: 2025-09-26T20:02:44.854Z  INFO ThreadId(10) warp_taskbar::main_window: DaemonStatus callback status=Disconnected(Manual)
Sep 27 01:32:44 host systemd[1]: Starting fprintd.service - Fingerprint Authentication Daemon...
Sep 27 01:32:44 host chronyd[1160]: Source 45.77.249.167 online
Sep 27 01:32:44 host chronyd[1160]: Source 45.77.171.102 online
Sep 27 01:32:44 host chronyd[1160]: Source 167.71.195.165 online
Sep 27 01:32:44 host chronyd[1160]: Source 64.235.61.113 online
Sep 27 01:32:44 host systemd[1]: iscsi.service: Unit cannot be reloaded because it is inactive.
Sep 27 01:32:44 host systemd[1]: Started fprintd.service - Fingerprint Authentication Daemon.
Sep 27 01:32:44 host audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 27 01:32:45 host ModemManager[1343]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.0/0000:2d:00.0': not supported by any plugin
Sep 27 01:32:45 host ModemManager[1343]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1d.0/0000:2e:00.0': not supported by any plugin
Sep 27 01:32:45 host chronyd[1160]: Selected source 45.77.171.102 (2.fedora.pool.ntp.org)
Sep 27 01:32:45 host NetworkManager[1438]: <info>  [1758916965.4746] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 27 01:32:45 host kdeconnectd[2051]: 2025-09-27T01:32:45 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
Sep 27 01:32:45 host DiscoverNotifier[2094]: packagekitqt.offline: Cannot process "org.freedesktop.PackageKit" as "org.freedesktop.PackageKit.Offline"
Sep 27 01:32:45 host PackageKit[69922]: get-updates transaction /583_bacdeacb from uid 1000 finished with success after 185ms
Sep 27 01:32:46 host NetworkManager[1438]: <info>  [1758916966.0379] dhcp6 (wlp45s0): activation: beginning transaction (timeout in 45 seconds)
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.038Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:46 host warp-svc[1236]: NewNeighbour; Destination: fe80::1;
Sep 27 01:32:46 host avahi-daemon[1145]: Leaving mDNS multicast group on interface wlp45s0.IPv6 with address fe80::51de:c582:e31f:e129.
Sep 27 01:32:46 host avahi-daemon[1145]: Joining mDNS multicast group on interface wlp45s0.IPv6 with address 2401:4900:1c8f:d472:f72c:684a:3646:9bc5.
Sep 27 01:32:46 host avahi-daemon[1145]: Registering new address record for 2401:4900:1c8f:d472:f72c:684a:3646:9bc5 on wlp45s0.*.
Sep 27 01:32:46 host avahi-daemon[1145]: Withdrawing address record for fe80::51de:c582:e31f:e129 on wlp45s0.
Sep 27 01:32:46 host NetworkManager[1438]: <info>  [1758916966.0399] policy: set 'Airtel__ZSD' (wlp45s0) as default for IPv6 routing and DNS
Sep 27 01:32:46 host systemd-resolved[1103]: wlp45s0: Bus client set DNS server list to: 9.9.9.9, 149.112.112.112, 2620:fe::fe, 2620:fe::9, fe80::1
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z  INFO handle_update{update=NetworkInfoChanged}: actor_device_state: close time.busy=3.22µs time.idle=14.8µs
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z  INFO handle_update{update=NetworkInfoChanged}: actor_alternate_network: close time.busy=4.38µs time.idle=3.61µs
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG update_network_info:spawn_outside_tunnel_traces: actor_device_state::collector: close time.busy=1.94µs time.idle=954ns
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: Handling network status change old_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Ga>
Sep 27 01:32:46 host warp-svc[1236]:  new_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Gateway: Some(192.168.1.1)], IPv6: [wlp45s0; 2401:4900:1c8f:d472:f72c:684a:3646:9bc5; Ethernet; Gateway: Some(fe80::1)], DNS servers:,  9.9.9.9:53,  >
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z  INFO handle_command{command=NetworkChanged("..")}: actor_alternate_network::actor: close time.busy=5.00µs time.idle=18.3µs
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Reconnecting on network change
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp::controller: Stopping WarpConnection state=Disconnected
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z  INFO firewall::engine: Firewall unloaded
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z  INFO main_loop:handle_update{update=NetworkInfoChanged}:align_base_firewall_state: warp::warp_service: close time.busy=15.1µs time.idle=110µs
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Determining disconnected reason from connectivity state net_info=IPv4: [wlp45s0; 192.168.1.8; E>
Sep 27 01:32:46 host warp-svc[1236]:  power_state=Some(Wakeup) disconnect_reason=None
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z  WARN main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service: Disconnecting, but reason is unknown
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: close time.busy=128µs time.idle=106µs
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.044Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=257.519µs
Sep 27 01:32:46 host warp-svc[1236]: 2025-09-26T20:02:46.045Z DEBUG update_network_info: actor_device_state::collector: close time.busy=743µs time.idle=2.81µs
Sep 27 01:32:46 host NetworkManager[1438]: <info>  [1758916966.0465] dhcp6 (wlp45s0): state changed new lease
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.054Z  INFO handle_update{update=NetworkInfoChanged}: actor_device_state: close time.busy=9.43µs time.idle=33.3µs
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.054Z  INFO handle_update{update=NetworkInfoChanged}: actor_alternate_network: close time.busy=12.9µs time.idle=10.3µs
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.054Z DEBUG update_network_info: actor_device_state::collector: close time.busy=8.67µs time.idle=8.67µs
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.054Z DEBUG utilities::tokio::select_watcher: Entering: [main loop] arm="main_loop_compat_rx"
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.054Z  INFO handle_command{command=NetworkChanged("..")}: actor_alternate_network::actor: close time.busy=13.8µs time.idle=28.0µs
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.054Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: Handling network status change old_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Ga>
Sep 27 01:32:47 host warp-svc[1236]:  new_info=IPv4: [wlp45s0; 192.168.1.8; Ethernet; Gateway: Some(192.168.1.1)], IPv6: [wlp45s0; 2401:4900:1c8f:d472:f72c:684a:3646:9bc5; Ethernet; Gateway: Some(fe80::1)], DNS servers:,  9.9.9.9:53,  >
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.055Z DEBUG main_loop:handle_update{update=NetworkInfoChanged}: warp::warp_service::actor_compat: close time.busy=126µs time.idle=8.85µs
Sep 27 01:32:47 host warp-svc[1236]: 2025-09-26T20:02:47.055Z DEBUG utilities::tokio::select_watcher: Exiting: [main loop] arm="main_loop_compat_rx" elapsed=202.312µs
Sep 27 01:32:48 host audit[71090]: USER_AUTH pid=71090 uid=1000 auid=1000 ses=3 subj=unconfined_u:unconfined_r:chkpwd_t:s0-s0:c0.c1023 msg='op=PAM:unix_chkpwd acct="sanmayjoshi" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? r>
Sep 27 01:32:48 host kscreenlocker_greet[70739]: qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000)
Sep 27 01:32:48 host kscreenlocker_greet[70739]: Failed to write to the pipe: Bad file descriptor.
Sep 27 01:32:50 host systemd[1708]: Started app-org.kde.konsole@846bbfe168494a95b73763addb4782d9.service - Konsole - Terminal.
Sep 27 01:32:50 host konsole[71096]: QLayout: Cannot add a null widget to QHBoxLayout/
Sep 27 01:32:50 host systemd[1708]: Started app-org.kde.konsole-71096.scope.
Sep 27 01:32:51 host warp-svc[1236]: 2025-09-26T20:02:51.580Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:32:51 host warp-svc[1236]: NewNeighbour; Destination: fe80::1;
Sep 27 01:32:56 host systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 27 01:32:56 host audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Sep 27 01:33:02 host warp-svc[1236]: 2025-09-26T20:03:02.844Z DEBUG actor_connectivity::connectivity: Routes changed:
Sep 27 01:33:02 host warp-svc[1236]: NewNeighbour; Destination: 192.168.1.7;
Edit

Pub: 26 Sep 2025 20:32 UTC

Views: 61