How can i fix systemctl active(exited)?

Can i prevent this service from exiting? I think this is why my backlight is not working :frowning:

systemctl status systemd-backlight@backlight:acpi_video0.service
● systemd-backlight@backlight:acpi_video0.service - Load/Save Screen Backlight Brightness of backlight:acpi_video0
     Loaded: loaded (/usr/lib/systemd/system/systemd-backlight@.service; static)
     Active: active (exited) since Thu 2021-10-07 17:09:41 WEST; 3min 6s ago
       Docs: man:systemd-backlight@.service(8)
   Main PID: 618 (code=exited, status=0/SUCCESS)
        CPU: 5ms

What is written in the service file?

/usr/lib/systemd/system/systemd-backlight@.service

The command exited successfuly so everything is OK

code=exited, status=0/SUCCESS

It is possible that the service is type=oneshot.

1 Like

This is the status of the coressponding service on my system:

 systemctl status  systemd-backlight@backlight:amdgpu_bl0.service  
● systemd-backlight@backlight:amdgpu_bl0.service - Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0
     Loaded: loaded (/usr/lib/systemd/system/systemd-backlight@.service; static)
     Active: active (exited) since Thu 2021-10-07 12:34:48 CEST; 5h 45min ago
       Docs: man:systemd-backlight@.service(8)
    Process: 1061 ExecStart=/usr/lib/systemd/systemd-backlight load backlight:amdgpu_bl0 (code=exited, status=0/SUCCES>
   Main PID: 1061 (code=exited, status=0/SUCCESS)
        CPU: 7ms

and this is the service itself:

cat /usr/lib/systemd/system/systemd-backlight@.service 
#  SPDX-License-Identifier: LGPL-2.1-or-later
#
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=Load/Save Screen Backlight Brightness of %i
Documentation=man:systemd-backlight@.service(8)
DefaultDependencies=no
Conflicts=shutdown.target
Before=sysinit.target shutdown.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/systemd/systemd-backlight load %i
ExecStop=/usr/lib/systemd/systemd-backlight save %i
TimeoutSec=90s
StateDirectory=systemd/backlight

I am guessing at

RemainAfterExit=yes

might be the “crucial” part.

I do not think so

Behavior of oneshot is similar to simple; however, the service manager will consider the unit up after the main process exits. It will then start follow-up units. RemainAfterExit= is particularly useful for this type of service. Type= oneshot is the implied default if neither Type= nor ExecStart= are specified. Note that if this option is used without RemainAfterExit= the service will never enter “active” unit state, but directly transition from “activating” to “deactivating” or “dead” since no process is configured that shall run continuously. In particular this means that after a service of this type ran (and which has RemainAfterExit= not set) it will not show up as started afterwards, but as dead.

Since this service looks like only loads and saves some configurations I do not think it should run continuously.

ExecStart=/usr/lib/systemd/systemd-backlight load %i
ExecStop=/usr/lib/systemd/systemd-backlight save %i

ExecStart probably runs after boot and ExexStop runs just before shutdown (because the unit is always active with RemainAfterExit=). I may be mistaken so anyone feel free to correct me.

@lighttigerXIV if you cannot change your backlight I would look for something else. Maybe you could run /usr/lib/systemd/systemd-backlight directly to see if you get some error. I do not have it installed so I am not able to help more.
Something like this perhaps?

/usr/lib/systemd/system/systemd-backlight load "backlight:acpi_video0"
1 Like

This backlight thing is killing me :frowning:

It’s exactly the same as mine :frowning:

1 Like

Yup. Turns out it’s only for saving the state of brightness

Do you use X11 oe Wayland?

If X11 what happens when you run xbacklight -inc 10 or xbacklight -dec 10.

It it works, can you bound it to a hotkey in your desktop envirionment?

For example I have i3wm

# monitor brightness
bindsym XF86MonBrightnessUp exec --no-startup-id "xbacklight -inc 10; notify-send 'brightness up'"
bindsym XF86MonBrightnessDown exec --no-startup-id "xbacklight -dec 10; notify-send 'brightness down'"

xbacklight does not work, my alternative for now is using xrandr --brightness with python scripts i made, but i wanted the real deal xD

1 Like

If it works don’t fix it :laughing:

Btw, do you have any systemctl --service called “systemd-backlight@backlight:acpi_video0” ? Because mine does not exists and there should be one

I don’t since I run a desktop not a laptop (brightness is controlled on the monitor).
But you could look into systemctl list-units and systemctl --user list-units and systemctl --all list-units.

You should have this /usr/lib/systemd/system/systemd-backlight@.service.
It is not at the usual place under /etc/systemd and the part afte @ is just a parameter for the service (in service you get it with %i)

" This backlight thing is killing me :frowning: "

maybe try brightnessctl.

1 Like

Didn’t worked as well. I am starting to think is impossible to fix a stupid thing like this.

Do you at least get an error message? It is not possible to fix something that is too “genericaly broken”.

I even removed the quiet option from grub i don’t see any error that’s why i am driving nuts with this

Not sure what your hardware is? You are right it is only for saving. I have the same output on my HP laptop. I added acpi_backlight=video as a kernel parameter in the default grub file in /etc/default/grub and then update grub with

sudo grub-mkconfig -o /boot/grub/grub.cfg

Edit: Some hardware use acpi_backlight=vendor such as lenovo & others acpi_backlight=native

Edit2: The other option if it’s a Dell or you you can’t figure it out you could mask the service then it won’t load anymore.

It’s a lenovo legion 5 with a ryzen5600h and nvidia 3060 laptop and believe ne, i tried all of the parameters

Does sudo dmesg show you anything?

Do you want to see anything specific? I can use grep for better reading XD

w.bin
[    2.813144] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[    2.813281] Bluetooth: hci0: RTL: cfg_sz 6, total sz 46195
[    2.847100] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:05:00.4-2/input0
[    2.853021] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C52B.0003/input/input23
[    2.853146] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C52B.0003/input/input24
[    2.893866] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.893872] Bluetooth: BNEP filters: protocol multicast
[    2.893879] Bluetooth: BNEP socket layer initialized
[    2.906992] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C52B.0003/input/input25
[    2.907228] hid-generic 0003:046D:C52B.0003: input,hiddev96,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:05:00.4-2/input1
[    2.912342] hid-generic 0003:046D:C52B.0004: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:05:00.4-2/input2
[    2.926942] input: ITE Tech. Inc. ITE Device(8910) Keyboard as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-4/1-4:1.0/0003:048D:C101.0005/input/input27
[    2.983766] input: ITE Tech. Inc. ITE Device(8910) Wireless Radio Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-4/1-4:1.0/0003:048D:C101.0005/input/input28
[    2.984041] hid-generic 0003:048D:C101.0005: input,hiddev98,hidraw4: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8910)] on usb-0000:05:00.3-4/input0
[    2.984082] usbcore: registered new interface driver usbhid
[    2.984083] usbhid: USB HID core driver
[    3.043546] random: crng init done
[    3.043548] random: 7 urandom warning(s) missed due to ratelimiting
[    3.203829] Bluetooth: hci0: RTL: fw version 0xd9a91d69
[    3.288272] mc: Linux media interface: v0.10
[    3.294660] videodev: Linux video capture interface: v2.00
[    3.305740] usb 1-3: Found UVC 1.10 device Integrated Camera (174f:2459)
[    3.310435] NET: Registered PF_ALG protocol family
[    3.312357] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/input29
[    3.350972] usbcore: registered new interface driver uvcvideo
[    3.395161] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    3.428338] logitech-djreceiver 0003:046D:C52B.0004: hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:05:00.4-2/input2
[    3.542206] input: Logitech Wireless Device PID:4082 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:046D:C52B.0004/0003:046D:4082.0006/input/input30
[    3.542442] input: Logitech Wireless Device PID:4082 Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:046D:C52B.0004/0003:046D:4082.0006/input/input31
[    3.542816] hid-generic 0003:046D:4082.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4082] on usb-0000:05:00.4-2/input2:1
[    3.768112] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    3.811873] r8169 0000:03:00.0 eno1: Link is Up - 100Mbps/Full - flow control rx/tx
[    3.811905] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[    3.905969] logitech-hidpp-device 0003:046D:4082.0006: HID++ 4.5 device connected.
[    4.188317] input: Logitech MX Master 3 as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.2/0003:046D:C52B.0004/0003:046D:4082.0006/input/input35
[    4.189010] logitech-hidpp-device 0003:046D:4082.0006: input,hidraw2: USB HID v1.11 Keyboard [Logitech MX Master 3] on usb-0000:05:00.4-2/input2:1
[    4.595233] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    6.209847] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[    7.244088] kauditd_printk_skb: 37 callbacks suppressed
[    7.244092] audit: type=1100 audit(1633810767.339:48): pid=983 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    7.244100] audit: type=1101 audit(1633810767.339:49): pid=983 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    7.244658] audit: type=1103 audit(1633810767.339:50): pid=983 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    7.257469] audit: type=1130 audit(1633810767.353:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.264612] audit: type=1101 audit(1633810767.359:52): pid=985 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.264695] audit: type=1103 audit(1633810767.359:53): pid=985 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    7.264796] audit: type=1006 audit(1633810767.359:54): pid=985 uid=0 old-auid=4294967295 auid=969 tty=(none) old-ses=4294967295 ses=1 res=1
[    7.264801] audit: type=1300 audit(1633810767.359:54): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffc8c9adf30 a2=3 a3=3c9 items=0 ppid=1 pid=985 auid=969 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    7.264804] audit: type=1327 audit(1633810767.359:54): proctitle="(systemd)"
[    7.266562] audit: type=1105 audit(1633810767.359:55): pid=985 uid=0 auid=969 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.258682] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[   11.327614] wlan0: authenticate with 50:d2:f5:4f:32:87
[   11.511015] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[   11.512877] wlan0: authenticated
[   11.513761] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[   11.520049] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[   11.627617] wlan0: associated
[   11.806970] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   11.829353] Bluetooth: RFCOMM TTY layer initialized
[   11.829371] Bluetooth: RFCOMM socket layer initialized
[   11.829377] Bluetooth: RFCOMM ver 1.11
[   11.889663] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[   12.572219] kauditd_printk_skb: 34 callbacks suppressed
[   12.572222] audit: type=1130 audit(1633810772.666:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.945984] audit: type=1130 audit(1633810774.039:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.580715] audit: type=1131 audit(1633810780.676:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.588488] audit: type=1131 audit(1633810780.683:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.013013] audit: type=1131 audit(1633810784.106:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.449525] audit: type=1334 audit(1633810791.621:87): prog-id=28 op=LOAD
[   32.449771] audit: type=1334 audit(1633810791.621:88): prog-id=29 op=LOAD
[   32.449866] audit: type=1334 audit(1633810791.621:89): prog-id=30 op=LOAD
[   32.490377] audit: type=1130 audit(1633810791.665:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.507526] audit: type=1130 audit(1633810791.681:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.925762] audit: type=1131 audit(1633810792.098:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.013999] audit: type=1334 audit(1633810792.188:93): prog-id=23 op=UNLOAD
[   33.014015] audit: type=1334 audit(1633810792.188:94): prog-id=22 op=UNLOAD
[   33.014026] audit: type=1334 audit(1633810792.188:95): prog-id=21 op=UNLOAD
[   43.857722] audit: type=1130 audit(1633810803.031:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.424110] audit: type=1130 audit(1633810804.598:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.269414] audit: type=1131 audit(1633810826.441:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.323984] audit: type=1334 audit(1633810826.498:99): prog-id=30 op=UNLOAD
[   67.323997] audit: type=1334 audit(1633810826.498:100): prog-id=29 op=UNLOAD
[   67.324002] audit: type=1334 audit(1633810826.498:101): prog-id=28 op=UNLOAD
[  136.813938] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[  141.483766] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[  142.192421] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[  142.201399] nvidia-uvm: Loaded the UVM driver, major device number 508.
[  144.271650] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[  145.833301] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[  145.833308] Bluetooth: HIDP socket layer initialized
[  145.839108] sony 0005:054C:09CC.0007: unknown main item tag 0x0
[  145.855782] input: Wireless Controller Touchpad as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/bluetooth/hci0/hci0:1/0005:054C:09CC.0007/input/input37
[  145.856024] input: Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/bluetooth/hci0/hci0:1/0005:054C:09CC.0007/input/input38
[  145.856215] input: Wireless Controller as /devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/bluetooth/hci0/hci0:1/0005:054C:09CC.0007/input/input36
[  145.856339] sony 0005:054C:09CC.0007: input,hidraw3: BLUETOOTH HID v81.00 Gamepad [Wireless Controller] on 74:4c:a1:d8:02:16
[  151.048749] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[  156.707148] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[  168.481240] usb 1-2.1: USB disconnect, device number 4
[  171.642237] nvidia-modeset: WARNING: GPU:0: BOE Technology Group Co., Ltd (DP-4): G-SYNC Compatible: EDID min refresh rate invalid, disabling G-SYNC Compatible.
[  646.107907] audit: type=1131 audit(1633811405.269:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  924.839508] audit: type=1130 audit(1633811683.998:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  924.839513] audit: type=1131 audit(1633811683.998:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1805.927728] audit: type=1130 audit(1633812565.088:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1816.019701] audit: type=1131 audit(1633812575.178:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3605.918827] audit: type=1130 audit(1633814365.077:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3616.022498] audit: type=1131 audit(1633814375.180:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3644.050225] input: T7 (AVRCP) as /devices/virtual/input/input39
[ 3704.009367] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 3704.016690] rtw89_pci 0000:04:00.0: failed to remove key from sec cam
[ 3704.016695] wlan0: failed to remove key (0, 50:d2:f5:4f:32:87) from hardware (-22)
[ 3704.372582] audit: type=1130 audit(1633814463.531:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3712.927081] wlan0: authenticate with 50:d2:f5:4f:32:87
[ 3713.107028] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[ 3713.109173] wlan0: authenticated
[ 3713.109870] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[ 3713.115503] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[ 3713.223620] wlan0: associated
[ 3715.006257] audit: type=1131 audit(1633814474.164:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3719.538020] wlan0: deauthenticated from 50:d2:f5:4f:32:87 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[ 3723.763715] wlan0: authenticate with 50:d2:f5:4f:32:87
[ 3723.946269] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[ 3723.950593] wlan0: authenticated
[ 3723.953194] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[ 3723.958378] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[ 3724.066622] wlan0: associated
[ 3724.243297] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3730.276371] wlan0: deauthenticated from 50:d2:f5:4f:32:87 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[ 3743.833742] wlan0: authenticate with 50:d2:f5:4f:32:87
[ 3744.015941] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[ 3744.020892] wlan0: authenticated
[ 3744.023150] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[ 3744.032469] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[ 3744.139938] wlan0: associated
[ 3748.892119] audit: type=1130 audit(1633814508.050:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3759.012709] audit: type=1131 audit(1633814518.170:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5405.894739] audit: type=1130 audit(1633816165.055:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5416.006638] audit: type=1131 audit(1633816175.168:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7205.889575] audit: type=1130 audit(1633817965.052:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7216.014222] audit: type=1131 audit(1633817975.175:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7439.004232] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 7439.165361] audit: type=1130 audit(1633818198.324:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7447.461676] wlan0: authenticate with 50:d2:f5:4f:32:87
[ 7447.639658] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[ 7447.643819] wlan0: authenticated
[ 7447.646156] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[ 7447.651449] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[ 7447.759643] wlan0: associated
[ 7447.906419] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 7449.013032] audit: type=1131 audit(1633818208.174:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7450.054697] audit: type=1130 audit(1633818209.214:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7460.013871] audit: type=1131 audit(1633818219.174:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9005.892210] audit: type=1130 audit(1633819765.051:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9016.012220] audit: type=1131 audit(1633819775.171:122): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9645.364910] audit: type=1334 audit(1633820404.522:123): prog-id=31 op=LOAD
[ 9645.369833] audit: type=1130 audit(1633820404.529:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9645.394368] audit: type=1131 audit(1633820404.552:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9645.404056] audit: type=1130 audit(1633820404.562:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9645.404082] audit: type=1131 audit(1633820404.562:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9645.462824] audit: type=1334 audit(1633820404.622:128): prog-id=31 op=UNLOAD
[ 9645.967712] audit: type=1130 audit(1633820405.125:129): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9645.967718] audit: type=1131 audit(1633820405.125:130): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10805.898739] audit: type=1130 audit(1633821565.056:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[10816.011606] audit: type=1131 audit(1633821575.169:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11140.008015] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[11140.174640] audit: type=1130 audit(1633821899.333:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11150.011690] audit: type=1131 audit(1633821909.169:134): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11152.517817] wlan0: authenticate with 50:d2:f5:4f:32:87
[11152.702194] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[11152.704025] wlan0: authenticated
[11152.705740] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[11152.711173] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[11152.819628] wlan0: associated
[11152.999624] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[11155.147560] audit: type=1130 audit(1633821914.306:135): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[11165.013464] audit: type=1131 audit(1633821924.173:136): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12605.896161] audit: type=1130 audit(1633823365.057:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[12616.015847] audit: type=1131 audit(1633823375.177:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14405.902800] audit: type=1130 audit(1633825165.061:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14416.015615] audit: type=1131 audit(1633825175.175:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14845.006884] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[14845.172883] audit: type=1130 audit(1633825604.334:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14855.011185] audit: type=1131 audit(1633825614.171:142): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14857.516068] wlan0: authenticate with 50:d2:f5:4f:32:87
[14857.702855] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[14857.704945] wlan0: authenticated
[14857.705399] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[14857.711265] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[14857.819161] wlan0: associated
[14857.952312] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[14862.709043] audit: type=1130 audit(1633825621.871:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[14873.007678] audit: type=1131 audit(1633825632.167:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[16205.943686] audit: type=1130 audit(1633826965.102:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[16216.015764] audit: type=1131 audit(1633826975.175:146): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18005.920742] audit: type=1130 audit(1633828765.079:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18016.015902] audit: type=1131 audit(1633828775.176:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18553.004768] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[18553.176380] audit: type=1130 audit(1633829312.334:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18561.479848] wlan0: authenticate with 50:d2:f5:4f:32:87
[18561.663695] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[18561.665842] wlan0: authenticated
[18561.668384] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[18561.673652] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[18561.781961] wlan0: associated
[18561.918509] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[18563.010190] audit: type=1131 audit(1633829322.168:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18564.077107] audit: type=1130 audit(1633829323.238:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[18574.009584] audit: type=1131 audit(1633829333.171:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19805.910564] audit: type=1130 audit(1633830565.071:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[19816.015295] audit: type=1131 audit(1633830575.177:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21605.930168] audit: type=1130 audit(1633832365.090:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[21616.014630] audit: type=1131 audit(1633832375.174:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22254.006099] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[22254.174641] audit: type=1130 audit(1633833013.331:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22264.013251] audit: type=1131 audit(1633833023.171:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22266.479579] wlan0: authenticate with 50:d2:f5:4f:32:87
[22266.662611] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[22266.664434] wlan0: authenticated
[22266.664632] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[22266.671556] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[22266.781486] wlan0: associated
[22266.931501] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[22269.080511] audit: type=1130 audit(1633833028.238:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[22279.014855] audit: type=1131 audit(1633833038.174:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23405.907968] audit: type=1130 audit(1633834165.068:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[23416.014397] audit: type=1131 audit(1633834175.171:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25205.918957] audit: type=1130 audit(1633835965.079:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25216.014947] audit: type=1131 audit(1633835975.175:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25959.008907] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[25959.172544] audit: type=1130 audit(1633836718.330:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25967.542218] wlan0: authenticate with 50:d2:f5:4f:32:87
[25967.726240] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[25967.728375] wlan0: authenticated
[25967.730980] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[25967.736272] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[25967.844502] wlan0: associated
[25967.991541] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[25969.014067] audit: type=1131 audit(1633836728.170:166): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25970.123844] audit: type=1130 audit(1633836729.280:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[25980.010327] audit: type=1131 audit(1633836739.167:168): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[27005.984962] audit: type=1130 audit(1633837765.144:169): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[27016.013803] audit: type=1131 audit(1633837775.170:170): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[28805.904848] audit: type=1130 audit(1633839565.064:171): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[28816.015533] audit: type=1131 audit(1633839575.174:172): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[29660.005591] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[29660.170886] audit: type=1130 audit(1633840419.330:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[29670.013687] audit: type=1131 audit(1633840429.170:174): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[29672.487984] wlan0: authenticate with 50:d2:f5:4f:32:87
[29672.671190] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[29672.673028] wlan0: authenticated
[29672.673900] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[29672.680122] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[29672.787441] wlan0: associated
[29672.970702] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[29675.126518] audit: type=1130 audit(1633840434.284:175): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[29685.013916] audit: type=1131 audit(1633840444.170:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[30605.904081] audit: type=1130 audit(1633841365.065:177): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[30616.004955] audit: type=1131 audit(1633841375.165:178): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[32405.899555] audit: type=1130 audit(1633843165.059:179): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[32416.015617] audit: type=1131 audit(1633843175.175:180): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[33365.005200] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[33365.177255] audit: type=1130 audit(1633844124.339:181): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[33375.010135] audit: type=1131 audit(1633844134.169:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[33377.545224] wlan0: authenticate with 50:d2:f5:4f:32:87
[33377.728364] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[33377.730494] wlan0: authenticated
[33377.733572] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[33377.738806] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[33377.847066] wlan0: associated
[33379.010770] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[33383.966967] audit: type=1130 audit(1633844143.129:183): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[33394.013418] audit: type=1131 audit(1633844153.172:184): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[34205.905198] audit: type=1130 audit(1633844965.065:185): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[34216.014231] audit: type=1131 audit(1633844975.175:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[36005.897736] audit: type=1130 audit(1633846765.059:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[36016.015206] audit: type=1131 audit(1633846775.175:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37074.006385] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[37074.175953] audit: type=1130 audit(1633847833.335:189): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37084.013225] audit: type=1131 audit(1633847843.175:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37086.537705] wlan0: authenticate with 50:d2:f5:4f:32:87
[37086.722249] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[37086.724389] wlan0: authenticated
[37086.726486] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[37086.731778] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[37086.840000] wlan0: associated
[37086.962687] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[37089.111914] audit: type=1130 audit(1633847848.272:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37099.014943] audit: type=1131 audit(1633847858.175:192): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37805.900568] audit: type=1130 audit(1633848565.061:193): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[37816.008139] audit: type=1131 audit(1633848575.168:194): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[39605.906329] audit: type=1130 audit(1633850365.066:195): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[39616.010734] audit: type=1131 audit(1633850375.169:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[40779.009355] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[40779.176858] audit: type=1130 audit(1633851538.338:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[40789.012106] audit: type=1131 audit(1633851548.171:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[40791.467378] wlan0: authenticate with 50:d2:f5:4f:32:87
[40791.650747] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[40791.652905] wlan0: authenticated
[40791.656113] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[40791.661442] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[40791.769904] wlan0: associated
[40791.895869] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[40794.067593] audit: type=1130 audit(1633851553.228:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[40804.015312] audit: type=1131 audit(1633851563.175:200): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[41405.904268] audit: type=1130 audit(1633852165.065:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[41416.013916] audit: type=1131 audit(1633852175.175:202): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[43205.902496] audit: type=1130 audit(1633853965.061:203): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[43216.013616] audit: type=1131 audit(1633853975.175:204): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[44484.008830] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[44484.180217] audit: type=1130 audit(1633855243.339:205): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[44494.011460] audit: type=1131 audit(1633855253.169:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[44501.550509] wlan0: authenticate with 50:d2:f5:4f:32:87
[44501.735179] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[44501.737048] wlan0: authenticated
[44501.739121] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[44501.744419] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[44501.855924] wlan0: associated
[44502.010478] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[44502.082594] audit: type=1130 audit(1633855261.242:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[44512.014960] audit: type=1131 audit(1633855271.172:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[45005.904204] audit: type=1130 audit(1633855765.065:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[45016.014529] audit: type=1131 audit(1633855775.175:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46805.903134] audit: type=1130 audit(1633857565.062:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46816.014891] audit: type=1131 audit(1633857575.172:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46840.082894] audit: type=1130 audit(1633857599.245:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46850.012916] audit: type=1131 audit(1633857609.175:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46879.400464] audit: type=1130 audit(1633857638.561:215): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[46890.011665] audit: type=1131 audit(1633857649.171:216): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[48190.826385] audit: type=1100 audit(1633858949.986:217): pid=9227 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="lighttigerxiv" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[48192.007595] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[48192.175567] audit: type=1130 audit(1633858951.336:218): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[48202.004662] audit: type=1131 audit(1633858961.162:219): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[48204.137468] audit: type=1111 audit(1633858963.296:220): pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics interface="eno1" ifindex=2 args=2000 pid=1141 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[48204.516035] wlan0: authenticate with 50:d2:f5:4f:32:87
[48204.696556] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[48204.698655] wlan0: authenticated
[48204.702044] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[48204.707314] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[48204.815617] wlan0: associated
[48205.205946] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[48205.414139] audit: type=1130 audit(1633858964.572:221): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[48205.436108] audit: type=1111 audit(1633858964.596:222): pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics interface="wlan0" ifindex=3 args=2000 pid=1141 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[48206.349170] audit: type=1111 audit(1633858965.509:223): pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics interface="eno1" ifindex=2 args=0 pid=1141 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[48206.354991] audit: type=1111 audit(1633858965.512:224): pid=432 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics interface="wlan0" ifindex=3 args=0 pid=1141 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[48216.010567] audit: type=1131 audit(1633858975.169:225): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[48241.087334] input: T7 (AVRCP) as /devices/virtual/input/input40
[48605.896513] audit: type=1130 audit(1633859365.055:226): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[48616.011097] audit: type=1131 audit(1633859375.168:227): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[49245.355201] audit: type=1334 audit(1633860004.513:228): prog-id=32 op=LOAD
[49247.446437] audit: type=1130 audit(1633860006.606:229): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[49247.446442] audit: type=1131 audit(1633860006.606:230): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[49247.569163] audit: type=1334 audit(1633860006.729:231): prog-id=32 op=UNLOAD
[49365.185115] ideapad_acpi VPC2004:00: Unknown event: 12
[49365.924894] ideapad_acpi VPC2004:00: Unknown event: 12
[49366.858195] ideapad_acpi VPC2004:00: Unknown event: 12
[50405.895792] audit: type=1130 audit(1633861165.056:232): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[50416.010986] audit: type=1131 audit(1633861175.170:233): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[50835.160008] input: T7 (AVRCP) as /devices/virtual/input/input41
[51895.006416] wlan0: deauthenticating from 50:d2:f5:4f:32:87 by local choice (Reason: 3=DEAUTH_LEAVING)
[51895.175698] audit: type=1130 audit(1633862654.336:234): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51903.465738] wlan0: authenticate with 50:d2:f5:4f:32:87
[51903.650193] wlan0: send auth to 50:d2:f5:4f:32:87 (try 1/3)
[51903.652018] wlan0: authenticated
[51903.655042] wlan0: associate with 50:d2:f5:4f:32:87 (try 1/3)
[51903.660299] wlan0: RX AssocResp from 50:d2:f5:4f:32:87 (capab=0xc11 status=0 aid=2)
[51903.768581] wlan0: associated
[51903.915492] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[51905.010407] audit: type=1131 audit(1633862664.170:235): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51906.197518] audit: type=1130 audit(1633862665.356:236): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[51916.015052] audit: type=1131 audit(1633862675.173:237): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[52053.111244] audit: type=1100 audit(1633862812.268:238): pid=10776 uid=1000 auid=1000 ses=2 msg='op=PAM:unix_chkpwd acct="lighttigerxiv" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
[52094.066877] input: T7 (AVRCP) as /devices/virtual/input/input42
[52115.128029] audit: type=1130 audit(1633862874.285:239): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[52205.895695] audit: type=1130 audit(1633862965.057:240): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[52216.010139] audit: type=1131 audit(1633862975.170:241): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[52715.116373] audit: type=1131 audit(1633863474.275:242): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[53049.502672] audit: type=1100 audit(1633863808.663:243): pid=11732 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="lighttigerxiv" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[53049.512813] audit: type=1101 audit(1633863808.673:244): pid=11732 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="lighttigerxiv" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[53049.514405] audit: type=1110 audit(1633863808.673:245): pid=11732 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[53049.516637] audit: type=1105 audit(1633863808.676:246): pid=11732 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

And sorry for late reply. I din’t received any email notification