You are not logged in.

#1 2022-06-11 14:00:07

airclay
Member
Registered: 2020-05-27
Posts: 8

[SOLVED] SSH issues Macbook 8,1

Like the title, I'm having issues with outgoing SSH connections. I can use ethernet for out going SSH only when I boot up with ethernet plugged in.  I believe this points ttothe broadcom wireless card in this old Macbook has some issues?

I haven't been able to narrow my searches down enough to find out if I can change this behavior. Is that possible?

  ip a s                                                                                            
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 40:6c:8f:01:23:d3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.170/24 brd 192.168.0.255 scope global dynamic noprefixroute enp2s0f0
       valid_lft 7145sec preferred_lft 7145sec
    inet 192.168.0.168/24 brd 192.168.0.255 scope global secondary dynamic noprefixroute enp2s0f0
       valid_lft 7149sec preferred_lft 6249sec
    inet6 fe80::dca:192f:91c1:25db/64 scope link 
       valid_lft forever preferred_lft forever
    inet6 fe80::64a5:dae4:370:b396/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wlp3s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:a8:6d:55:d2:92 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.167/24 brd 192.168.0.255 scope global dynamic noprefixroute wlp3s0b1
       valid_lft 6479sec preferred_lft 6479sec
    inet 192.168.0.169/24 brd 192.168.0.255 scope global secondary dynamic noprefixroute wlp3s0b1
       valid_lft 4768sec preferred_lft 3868sec
    inet6 fe80::7d0d:cde5:75b4:da4e/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
    inet6 fe80::c22c:1eb1:ed87:5863/64 scope link 
       valid_lft forever preferred_lft forever 
ssh -vvv ez@192.168.0.163                                                                        ✘  2m 10s  
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.0.163 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.0.163 [192.168.0.163] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: connect to address 192.168.0.163 port 22: Connection timed out
ssh: connect to host 192.168.0.163 port 22: Connection timed out 
  systemctl status sshd.service                                                                                   ✔ 
● sshd.service - OpenSSH Daemon
     Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: disabled)
     Active: active (running) since Sat 2022-06-11 07:44:13 CDT; 1h 15min ago
   Main PID: 429 (sshd)
      Tasks: 1 (limit: 4585)
     Memory: 1.8M
        CPU: 27ms
     CGroup: /system.slice/sshd.service
             └─429 "sshd: /usr/bin/sshd -D [listener] 0 of 10-100 startups"

Jun 11 07:44:13 archbook systemd[1]: Started OpenSSH Daemon.
Jun 11 07:44:13 archbook sshd[429]: Server listening on 0.0.0.0 port 22.
Jun 11 07:44:13 archbook sshd[429]: Server listening on :: port 22. 

I've run through the checklist at OpenSSH Troubleshooting page with no real luck. ss utility show it properly listening for ssh, no iptables rules...

~AFTER REBOOT with ethernet plugged in I can successfully SSH until cable is unplugged and I am on wifi

    ~  systemctl status sshd.service                                                                           ✔  18s  
● sshd.service - OpenSSH Daemon
     Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: disabled)
     Active: active (running) since Sat 2022-06-11 09:01:57 CDT; 1min 35s ago
   Main PID: 429 (sshd)
      Tasks: 1 (limit: 4585)
     Memory: 1.8M
        CPU: 25ms
     CGroup: /system.slice/sshd.service
             └─429 "sshd: /usr/bin/sshd -D [listener] 0 of 10-100 startups"

Jun 11 09:01:57 archbook systemd[1]: Started OpenSSH Daemon.
Jun 11 09:01:57 archbook sshd[429]: Server listening on 0.0.0.0 port 22.
Jun 11 09:01:57 archbook sshd[429]: Server listening on :: port 22.
    ~  journalctl -u sshd > ./sshdJournal.txt                                                                          ✔ 
    ~  ssh -vvv ez@192.168.0.163                                                                                       ✔ 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.0.163 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.0.163 [192.168.0.163] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /home/ez/.ssh/id_rsa type 0
debug1: identity file /home/ez/.ssh/id_rsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa type -1
debug1: identity file /home/ez/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519 type -1
debug1: identity file /home/ez/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_xmss type -1
debug1: identity file /home/ez/.ssh/id_xmss-cert type -1
debug1: identity file /home/ez/.ssh/id_dsa type -1
debug1: identity file /home/ez/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.0
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1 Debian-10+deb10u2
debug1: compat_banner: match: OpenSSH_7.9p1 Debian-10+deb10u2 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.0.163:22 as 'ez'
debug3: record_hostkey: found key type ED25519 in file /home/ez/.ssh/known_hosts:1
debug3: record_hostkey: found key type ECDSA in file /home/ez/.ssh/known_hosts:2
debug3: load_hostkeys_file: loaded 2 keys from 192.168.0.163
debug1: load_hostkeys: fopen /home/ez/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug3: order_hostkeyalgs: have matching best-preference key type ssh-ed25519-cert-v01@openssh.com, using HostkeyAlgorithms verbatim
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com,zlib
debug2: compression stoc: none,zlib@openssh.com,zlib
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug3: receive packet: type 31
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:ZxlwRnx5jmw3oybyDwSgV5+SrL3q5YsKyCRRwVFVYRg
debug3: record_hostkey: found key type ED25519 in file /home/ez/.ssh/known_hosts:1
debug3: record_hostkey: found key type ECDSA in file /home/ez/.ssh/known_hosts:2
debug3: load_hostkeys_file: loaded 2 keys from 192.168.0.163
debug1: load_hostkeys: fopen /home/ez/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: Host '192.168.0.163' is known and matches the ED25519 host key.
debug1: Found key in /home/ez/.ssh/known_hosts:1
debug3: send packet: type 21
debug2: ssh_set_newkeys: mode 1
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug3: receive packet: type 21
debug1: SSH2_MSG_NEWKEYS received
debug2: ssh_set_newkeys: mode 0
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /home/ez/.ssh/id_rsa RSA SHA256:Tq/sv3/C7ykOkIdpfmCJ01JHuY9fj2cQHENtq6cutTY
debug1: Will attempt key: /home/ez/.ssh/id_ecdsa 
debug1: Will attempt key: /home/ez/.ssh/id_ecdsa_sk 
debug1: Will attempt key: /home/ez/.ssh/id_ed25519 
debug1: Will attempt key: /home/ez/.ssh/id_ed25519_sk 
debug1: Will attempt key: /home/ez/.ssh/id_xmss 
debug1: Will attempt key: /home/ez/.ssh/id_dsa 
debug2: pubkey_prepare: done
debug3: send packet: type 5
debug3: receive packet: type 7
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug3: receive packet: type 6
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug3: send packet: type 50
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/ez/.ssh/id_rsa RSA SHA256:Tq/sv3/C7ykOkIdpfmCJ01JHuY9fj2cQHENtq6cutTY
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/ez/.ssh/id_ecdsa
debug3: no such identity: /home/ez/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: /home/ez/.ssh/id_ecdsa_sk
debug3: no such identity: /home/ez/.ssh/id_ecdsa_sk: No such file or directory
debug1: Trying private key: /home/ez/.ssh/id_ed25519
debug3: no such identity: /home/ez/.ssh/id_ed25519: No such file or directory
debug1: Trying private key: /home/ez/.ssh/id_ed25519_sk
debug3: no such identity: /home/ez/.ssh/id_ed25519_sk: No such file or directory
debug1: Trying private key: /home/ez/.ssh/id_xmss
debug3: no such identity: /home/ez/.ssh/id_xmss: No such file or directory
debug1: Trying private key: /home/ez/.ssh/id_dsa
debug3: no such identity: /home/ez/.ssh/id_dsa: No such file or directory
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
ez@192.168.0.163's password: 
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 52
Authenticated to 192.168.0.163 ([192.168.0.163]:22) using "password".
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug3: send packet: type 90
debug1: Requesting no-more-sessions@openssh.com
debug3: send packet: type 80
debug1: Entering interactive session.
debug1: pledge: filesystem
debug3: receive packet: type 80
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug3: client_input_hostkeys: received RSA key SHA256:qbTFfLLRH8/DKxKjumYKTHRQPqb8oDsFrAcYBa4CKkY
debug3: client_input_hostkeys: received ECDSA key SHA256:AmPtz95iIURqNaVVOb68fCNXNoKNNsdxyerRAKigcIk
debug3: client_input_hostkeys: received ED25519 key SHA256:ZxlwRnx5jmw3oybyDwSgV5+SrL3q5YsKyCRRwVFVYRg
debug1: client_input_hostkeys: searching /home/ez/.ssh/known_hosts for 192.168.0.163 / (none)
debug3: hostkeys_foreach: reading file "/home/ez/.ssh/known_hosts"
debug3: hostkeys_find: found ssh-ed25519 key at /home/ez/.ssh/known_hosts:1
debug3: hostkeys_find: found ecdsa-sha2-nistp256 key at /home/ez/.ssh/known_hosts:2
debug1: client_input_hostkeys: searching /home/ez/.ssh/known_hosts2 for 192.168.0.163 / (none)
debug1: client_input_hostkeys: hostkeys file /home/ez/.ssh/known_hosts2 does not exist
debug3: client_input_hostkeys: 3 server keys: 1 new, 1 retained, 1 incomplete match. 0 to remove
debug3: client_input_hostkeys: asking server to prove ownership for 1 keys
debug3: send packet: type 80
debug3: receive packet: type 91
debug2: channel_input_open_confirmation: channel 0: callback start
debug2: fd 3 setting TCP_NODELAY
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 1
debug3: send packet: type 98
debug2: channel 0: request shell confirm 1
debug3: send packet: type 98
debug2: channel_input_open_confirmation: channel 0: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug3: receive packet: type 81
debug1: client_global_hostkeys_private_confirm: server used untrusted RSA signature algorithm ssh-rsa for key 0, disregarding
debug3: hostkeys_foreach: reading file "/home/ez/.ssh/known_hosts"
debug3: host_delete: ED25519 key already at /home/ez/.ssh/known_hosts:1
debug3: host_delete: ECDSA key already at /home/ez/.ssh/known_hosts:2
debug1: update_known_hosts: known hosts file /home/ez/.ssh/known_hosts2 does not exist
debug3: receive packet: type 99
debug2: channel_input_status_confirm: type 99 id 0
debug2: PTY allocation request accepted on channel 0
debug2: channel 0: rcvd adjust 2097152
debug3: receive packet: type 99
debug2: channel_input_status_confirm: type 99 id 0
debug2: shell request accepted on channel 0
Linux home-server 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Jun 11 09:03:58 2022 from 192.168.0.168
ez@home-server - ~
$ exit
logout
debug3: receive packet: type 98
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug3: receive packet: type 98
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug2: channel 0: rcvd eow
debug2: chan_shutdown_read: channel 0: (i0 o0 sock -1 wfd 4 efd 6 [write])
debug2: channel 0: input open -> closed
debug3: receive packet: type 96
debug2: channel 0: rcvd eof
debug2: channel 0: output open -> drain
debug2: channel 0: obuf empty
debug2: chan_shutdown_write: channel 0: (i3 o1 sock -1 wfd 5 efd 6 [write])
debug2: channel 0: output drain -> closed
debug3: receive packet: type 97
debug2: channel 0: rcvd close
debug3: channel 0: will not send data after close
debug2: channel 0: almost dead
debug2: channel 0: gc: notify user
debug2: channel 0: gc: user detached
debug2: channel 0: send close
debug3: send packet: type 97
debug2: channel 0: is dead
debug2: channel 0: garbage collecting
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
  #0 client-session (t4 r0 i3/0 o3/0 e[write]/0 fd -1/-1/6 sock -1 cc -1 io 0x00/0x00)

debug3: send packet: type 1
Connection to 192.168.0.163 closed.
Transferred: sent 3184, received 3212 bytes, in 2.3 seconds
Bytes per second: sent 1362.9, received 1374.8
debug1: Exit status 0 
    ~  ip a s                                                                                                  ✔  14s  
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 40:6c:8f:01:23:d3 brd ff:ff:ff:ff:ff:ff
3: wlp3s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:a8:6d:55:d2:92 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.167/24 brd 192.168.0.255 scope global dynamic noprefixroute wlp3s0b1
       valid_lft 7052sec preferred_lft 7052sec
    inet 192.168.0.169/24 brd 192.168.0.255 scope global secondary dynamic noprefixroute wlp3s0b1
       valid_lft 7059sec preferred_lft 6159sec
    inet6 fe80::7d0d:cde5:75b4:da4e/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
    inet6 fe80::c22c:1eb1:ed87:5863/64 scope link 
       valid_lft forever preferred_lft forever 
    ~  ssh -vvv ez@192.168.0.163                                                                                       ✔ 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.0.163 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.0.163 [192.168.0.163] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /home/ez/.ssh/id_rsa type 0
debug1: identity file /home/ez/.ssh/id_rsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa type -1
debug1: identity file /home/ez/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519 type -1
debug1: identity file /home/ez/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_xmss type -1
debug1: identity file /home/ez/.ssh/id_xmss-cert type -1
debug1: identity file /home/ez/.ssh/id_dsa type -1
debug1: identity file /home/ez/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.0
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1 Debian-10+deb10u2
debug1: compat_banner: match: OpenSSH_7.9p1 Debian-10+deb10u2 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.0.163:22 as 'ez'
debug3: record_hostkey: found key type ED25519 in file /home/ez/.ssh/known_hosts:1
debug3: record_hostkey: found key type ECDSA in file /home/ez/.ssh/known_hosts:2
debug3: load_hostkeys_file: loaded 2 keys from 192.168.0.163
debug1: load_hostkeys: fopen /home/ez/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug3: order_hostkeyalgs: have matching best-preference key type ssh-ed25519-cert-v01@openssh.com, using HostkeyAlgorithms verbatim
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com,zlib
debug2: compression stoc: none,zlib@openssh.com,zlib
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by 192.168.0.163 port 22 

Journal entry:

 Jun 03 16:03:16 archbook systemd[1]: Started OpenSSH Daemon.
Jun 03 16:03:16 archbook sshd[47838]: Server listening on 0.0.0.0 port 22.
Jun 03 16:03:16 archbook sshd[47838]: Server listening on :: port 22.
Jun 03 16:04:06 archbook sshd[47896]: pam_systemd_home(sshd:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 03 16:04:06 archbook sshd[47896]: Accepted password for ez from 192.168.1.145 port 35668 ssh2
Jun 03 16:04:06 archbook sshd[47896]: pam_unix(sshd:session): session opened for user ez(uid=1000) by (uid=0)
Jun 03 16:04:06 archbook sshd[47896]: pam_env(sshd:session): deprecated reading of user environment enabled
Jun 03 16:29:31 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 03 16:29:31 archbook sshd[47838]: Received signal 15; terminating.
Jun 03 16:29:31 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 03 16:29:31 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 87833962a94a472283eb8f9f51f3a010 --
Jun 03 16:30:24 archbook systemd[1]: Started OpenSSH Daemon.
Jun 03 16:30:25 archbook sshd[417]: Server listening on 0.0.0.0 port 22.
Jun 03 16:30:25 archbook sshd[417]: Server listening on :: port 22.
Jun 03 16:33:30 archbook sshd[717]: pam_systemd_home(sshd:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 03 16:33:30 archbook sshd[717]: Accepted password for ez from 192.168.1.145 port 50600 ssh2
Jun 03 16:33:30 archbook sshd[717]: pam_unix(sshd:session): session opened for user ez(uid=1000) by (uid=0)
Jun 03 16:33:30 archbook sshd[717]: pam_env(sshd:session): deprecated reading of user environment enabled
Jun 03 18:28:40 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 03 18:28:40 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 03 18:28:40 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 51ca3a4d1e44446f8c5ab33d0c82f79b --
Jun 03 18:31:17 archbook systemd[1]: Started OpenSSH Daemon.
Jun 03 18:31:17 archbook sshd[409]: Server listening on 0.0.0.0 port 22.
Jun 03 18:31:17 archbook sshd[409]: Server listening on :: port 22.
Jun 03 19:11:07 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 03 19:11:07 archbook sshd[409]: Received signal 15; terminating.
Jun 03 19:11:07 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 03 19:11:07 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 53ef74b77c454ffd9926936d945ead12 --
Jun 03 19:12:13 archbook systemd[1]: Started OpenSSH Daemon.
Jun 03 19:12:14 archbook sshd[410]: Server listening on 0.0.0.0 port 22.
Jun 03 19:12:14 archbook sshd[410]: Server listening on :: port 22.
Jun 03 20:59:39 archbook sshd[410]: Received signal 15; terminating.
Jun 03 20:59:39 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 03 20:59:39 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 03 20:59:39 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 4b4147404d2342388abb739ab2be896a --
Jun 03 21:00:22 archbook systemd[1]: Started OpenSSH Daemon.
Jun 03 21:00:22 archbook sshd[418]: Server listening on 0.0.0.0 port 22.
Jun 03 21:00:22 archbook sshd[418]: Server listening on :: port 22.
Jun 04 00:29:06 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 04 00:29:06 archbook sshd[418]: Received signal 15; terminating.
Jun 04 00:29:06 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 04 00:29:06 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 293e6c9b6323426882879652c170cce5 --
Jun 04 01:54:22 archbook systemd[1]: Started OpenSSH Daemon.
Jun 04 01:54:23 archbook sshd[417]: Server listening on 0.0.0.0 port 22.
Jun 04 01:54:23 archbook sshd[417]: Server listening on :: port 22.
Jun 04 01:59:17 archbook sshd[417]: Received signal 15; terminating.
Jun 04 01:59:17 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 04 01:59:17 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 04 01:59:17 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 5a545a09baaf437487a9a219ded97413 --
Jun 04 08:03:46 archbook systemd[1]: Started OpenSSH Daemon.
Jun 04 08:03:47 archbook sshd[414]: Server listening on 0.0.0.0 port 22.
Jun 04 08:03:47 archbook sshd[414]: Server listening on :: port 22.
Jun 04 08:55:36 archbook sshd[414]: Received signal 15; terminating.
Jun 04 08:55:36 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 04 08:55:36 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 04 08:55:36 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 84c0a39ad22c491ab091243382e5b0a8 --
Jun 04 09:45:36 archbook systemd[1]: Started OpenSSH Daemon.
Jun 04 09:45:37 archbook sshd[407]: Server listening on 0.0.0.0 port 22.
Jun 04 09:45:37 archbook sshd[407]: Server listening on :: port 22.
Jun 04 10:12:19 archbook sshd[407]: Received signal 15; terminating.
Jun 04 10:12:19 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 04 10:12:19 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 04 10:12:19 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot b0625bcdaa364a12926eacf83ff64891 --
Jun 06 10:41:03 archbook systemd[1]: Started OpenSSH Daemon.
Jun 06 10:41:04 archbook sshd[409]: Server listening on 0.0.0.0 port 22.
Jun 06 10:41:04 archbook sshd[409]: Server listening on :: port 22.
Jun 06 11:21:27 archbook sshd[409]: Received signal 15; terminating.
Jun 06 11:21:27 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 06 11:21:27 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 06 11:21:27 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 63fdd7f3b3da45149c5858b9f2bebea8 --
Jun 07 11:52:43 archbook systemd[1]: Started OpenSSH Daemon.
Jun 07 11:52:44 archbook sshd[423]: Server listening on 0.0.0.0 port 22.
Jun 07 11:52:44 archbook sshd[423]: Server listening on :: port 22.
Jun 07 11:58:53 archbook sshd[423]: Received signal 15; terminating.
Jun 07 11:58:53 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 07 11:58:53 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 07 11:58:53 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 507992183d7f452e9d4295dd110e96d9 --
Jun 07 19:57:17 archbook systemd[1]: Started OpenSSH Daemon.
Jun 07 19:57:18 archbook sshd[413]: Server listening on 0.0.0.0 port 22.
Jun 07 19:57:18 archbook sshd[413]: Server listening on :: port 22.
Jun 07 20:48:15 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 07 20:48:16 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 07 20:48:16 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 36af5a681f27400095b27ba4d99a2518 --
Jun 08 05:18:17 archbook systemd[1]: Started OpenSSH Daemon.
Jun 08 05:18:17 archbook sshd[427]: Server listening on 0.0.0.0 port 22.
Jun 08 05:18:17 archbook sshd[427]: Server listening on :: port 22.
Jun 08 06:45:51 archbook sshd[427]: Received signal 15; terminating.
Jun 08 06:45:51 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 08 06:45:51 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 08 06:45:51 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot c2143b1115f243f1b7a40a36180b4f83 --
Jun 08 06:46:44 archbook systemd[1]: Started OpenSSH Daemon.
Jun 08 06:46:44 archbook sshd[420]: Server listening on 0.0.0.0 port 22.
Jun 08 06:46:44 archbook sshd[420]: Server listening on :: port 22.
Jun 08 08:30:34 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 08 08:30:34 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 08 08:30:34 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 30758288a53d4cba81a71394419069f4 --
Jun 08 15:47:16 archbook systemd[1]: Started OpenSSH Daemon.
Jun 08 15:47:16 archbook sshd[425]: Server listening on 0.0.0.0 port 22.
Jun 08 15:47:16 archbook sshd[425]: Server listening on :: port 22.
Jun 08 17:01:05 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 08 17:01:05 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 08 17:01:05 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 7285679f59464157b9998a59bfe016bc --
Jun 08 17:01:59 archbook systemd[1]: Started OpenSSH Daemon.
Jun 08 17:01:59 archbook sshd[434]: Server listening on 0.0.0.0 port 22.
Jun 08 17:01:59 archbook sshd[434]: Server listening on :: port 22.
Jun 08 19:11:57 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 08 19:11:57 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 08 19:11:57 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 09aeea36f1154f74937fe7f9dbd179f1 --
Jun 10 06:34:25 archbook systemd[1]: Started OpenSSH Daemon.
Jun 10 06:34:25 archbook sshd[429]: Server listening on 0.0.0.0 port 22.
Jun 10 06:34:25 archbook sshd[429]: Server listening on :: port 22.
Jun 10 07:01:41 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 10 07:01:41 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 10 07:01:41 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot e7fb4e4cd144446c87c6fc26caa21c2f --
Jun 10 07:02:46 archbook systemd[1]: Started OpenSSH Daemon.
Jun 10 07:02:46 archbook sshd[425]: Server listening on 0.0.0.0 port 22.
Jun 10 07:02:46 archbook sshd[425]: Server listening on :: port 22.
Jun 10 07:11:00 archbook sshd[1236]: Connection closed by authenticating user ez 192.168.0.163 port 51052 [preauth]
Jun 10 07:11:00 archbook sshd[1240]: Connection closed by authenticating user ez 192.168.0.163 port 51058 [preauth]
Jun 10 07:11:03 archbook sshd[1242]: pam_systemd_home(sshd:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 10 07:11:03 archbook sshd[1242]: Accepted password for ez from 192.168.0.163 port 51060 ssh2
Jun 10 07:11:03 archbook sshd[1242]: pam_unix(sshd:session): session opened for user ez(uid=1000) by (uid=0)
Jun 10 07:11:03 archbook sshd[1242]: pam_env(sshd:session): deprecated reading of user environment enabled
Jun 10 09:16:53 archbook sshd[2459]: pam_systemd_home(sshd:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 10 09:16:53 archbook sshd[2459]: Accepted password for ez from 192.168.0.163 port 51894 ssh2
Jun 10 09:16:53 archbook sshd[2459]: pam_unix(sshd:session): session opened for user ez(uid=1000) by (uid=0)
Jun 10 09:16:53 archbook sshd[2459]: pam_env(sshd:session): deprecated reading of user environment enabled
Jun 10 09:28:29 archbook sshd[2872]: pam_systemd_home(sshd:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 10 09:28:29 archbook sshd[2872]: Accepted password for ez from 192.168.0.163 port 36646 ssh2
Jun 10 09:28:29 archbook sshd[2872]: pam_unix(sshd:session): session opened for user ez(uid=1000) by (uid=0)
Jun 10 09:28:29 archbook sshd[2872]: pam_env(sshd:session): deprecated reading of user environment enabled
Jun 10 09:57:20 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 10 09:57:20 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 10 09:57:20 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 1c8b3f9756004185ac2b5346d1304042 --
Jun 10 12:20:49 archbook systemd[1]: Started OpenSSH Daemon.
Jun 10 12:20:50 archbook sshd[428]: Server listening on 0.0.0.0 port 22.
Jun 10 12:20:50 archbook sshd[428]: Server listening on :: port 22.
Jun 10 13:43:22 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 10 13:43:22 archbook sshd[428]: Received signal 15; terminating.
Jun 10 13:43:22 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 10 13:43:22 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot 075e9b22ff7f4f43a951236f9ae617e5 --
Jun 11 07:44:13 archbook systemd[1]: Started OpenSSH Daemon.
Jun 11 07:44:13 archbook sshd[429]: Server listening on 0.0.0.0 port 22.
Jun 11 07:44:13 archbook sshd[429]: Server listening on :: port 22.
Jun 11 09:01:06 archbook systemd[1]: Stopping OpenSSH Daemon...
Jun 11 09:01:06 archbook systemd[1]: sshd.service: Deactivated successfully.
Jun 11 09:01:06 archbook systemd[1]: Stopped OpenSSH Daemon.
-- Boot dce9a6529ac74f59bb8b6497f24ecb33 --
Jun 11 09:01:57 archbook systemd[1]: Started OpenSSH Daemon.
Jun 11 09:01:57 archbook sshd[429]: Server listening on 0.0.0.0 port 22.
Jun 11 09:01:57 archbook sshd[429]: Server listening on :: port 22.

Last edited by airclay (2022-06-16 00:24:15)

Offline

#2 2022-06-11 14:44:42

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [SOLVED] SSH issues Macbook 8,1

What's the output for..

ip r

Offline

#3 2022-06-11 14:56:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

You've two IPs for both NICs - is that deliberate?
You're also posting the sshd.service status, but the thread is about outgoing ssh (and you try to connect 192.168.0.163 which isn't any of the 4 IPs you've on this system)?

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Offline

#4 2022-06-12 03:50:39

airclay
Member
Registered: 2020-05-27
Posts: 8

Re: [SOLVED] SSH issues Macbook 8,1

Zod wrote:

What's the output for..

ip r
 ip r                                                                                                            ✔ 
default via 192.168.1.1 dev wlp3s0b1 proto dhcp src 192.168.1.116 metric 3003 
192.168.1.0/24 dev wlp3s0b1 proto dhcp scope link src 192.168.1.116 metric 3003 
Seth wrote:

You've two IPs for both NICs - is that deliberate?
You're also posting the sshd.service status, but the thread is about outgoing ssh (and you try to connect 192.168.0.163 which isn't any of the 4 IPs you've on this system)?

No, the two ip's is not deliberate. I should have been less obtuse, outgoing from laptop to home server on same network. I have the same result on any network however. Right now I am not at home but have two laptops to test and am having the same issue. I can ssh from sony laptop to the macbook on either ip. I cannot ssh from macbook to sony laptop.

Current attempts:

ip a s                                                                                                          ✔ 
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 40:6c:8f:01:23:d3 brd ff:ff:ff:ff:ff:ff
3: wlp3s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:a8:6d:55:d2:92 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.118/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp3s0b1
       valid_lft 85886sec preferred_lft 85886sec
    inet 192.168.1.116/24 brd 192.168.1.255 scope global secondary dynamic noprefixroute wlp3s0b1
       valid_lft 85896sec preferred_lft 75096sec
    inet6 2603:8081:1540:df4:2716:c1b:9453:6d40/64 scope global dynamic noprefixroute 
       valid_lft 505363sec preferred_lft 505363sec
    inet6 2603:8081:1540:df4:97d3:e85e:7230:b6c4/64 scope global dynamic mngtmpaddr noprefixroute 
       valid_lft 505362sec preferred_lft 505362sec
    inet6 fe80::e5e9:5355:a9a5:3485/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
    inet6 fe80::52a2:98e7:706:bc7/64 scope link 
       valid_lft forever preferred_lft forever

Attempt to ssh from macbook to sony laptop @ 192.168.1.145:

ssh -vvv ez@192.168.1.145                                                                                       ✔ 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.1.145 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.145 [192.168.1.145] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /home/ez/.ssh/id_rsa type 0
debug1: identity file /home/ez/.ssh/id_rsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa type -1
debug1: identity file /home/ez/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519 type -1
debug1: identity file /home/ez/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_xmss type -1
debug1: identity file /home/ez/.ssh/id_xmss-cert type -1
debug1: identity file /home/ez/.ssh/id_dsa type -1
debug1: identity file /home/ez/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.0
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.0
debug1: compat_banner: match: OpenSSH_9.0 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.1.145:22 as 'ez'
debug1: load_hostkeys: fopen /home/ez/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug3: order_hostkeyalgs: no algorithms matched; accept original
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com,zlib
debug2: compression stoc: none,zlib@openssh.com,zlib
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by 192.168.1.145 port 22

Offline

#5 2022-06-12 05:32:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

No, the two ip's is not deliberate.

So let's just deal w/ that.
a) because it's pointing to a bigger issue
b) because the ssh problem will (very most likely) go away with this problem

seth wrote:
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Offline

#6 2022-06-12 11:54:14

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [SOLVED] SSH issues Macbook 8,1

With NetworkManager, if the wifi is configured to connect automagically and an ethernet cable is attached both will be connected and you will receive 2 IP addresses.

In my case, I de-selected the automatic tic-box in the advanced wifi configuration.

Offline

#7 2022-06-12 11:56:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

Zod wrote:

With NetworkManager, if the wifi is configured to connect automagically and an ethernet cable is attached both will be connected and you will receive 2 IP addresses.

Per NIC????

Offline

#8 2022-06-12 11:58:27

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [SOLVED] SSH issues Macbook 8,1

seth wrote:
Zod wrote:

With NetworkManager, if the wifi is configured to connect automagically and an ethernet cable is attached both will be connected and you will receive 2 IP addresses.

Per NIC????


wlp*,  is that not wifi, my machine does not use that naming convention, I assumed it was.

Edit: Sorry, I also do not consider wifi a nic so to answer your question, yes, It does.

Last edited by Zod (2022-06-12 12:03:55)

Offline

#9 2022-06-12 12:11:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

The point is that he has two IPs on both, enp2s0f0 (192.168.0.170 & 192.168.0.168) and wlp3s0b1 (192.168.0.167 & 192.168.0.169)
Having two NICs active at the same time is "unusual" but not a big problem - having two IPs *per NIC* means that you'd have to at least tell ssh which local IP to bind to (or upgrade the routing table, the "default via" isn't gonna cut it)

Since the secondary IP isn't deliberate, the OP doesn't have to bother w/ any of that and just clean up their network config.

Offline

#10 2022-06-12 12:15:52

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: [SOLVED] SSH issues Macbook 8,1

That's right, if s/he is using NetworkManager and were to configure his/her wifi to *not* connect automatically s/he will be down to two IP's on his/her NIC.

Half the problem would be resolved.

Offline

#11 2022-06-12 12:29:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

Having an IP on enp2s0f0 doesn't really harm (because the only and default route goes over wlp3s0b1 - this isn't getting you in any trouble)
The OP also suggest that

I can successfully SSH until cable is unplugged and I am on wifi

so the problem exists when only one NIC is available - the problem is (likely) that this one NIC now has two IPs.

Let's see which and how many network daemons they use and what happens when we strip those down to one ;-)

Offline

#12 2022-06-12 14:53:45

airclay
Member
Registered: 2020-05-27
Posts: 8

Re: [SOLVED] SSH issues Macbook 8,1

$ find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f    
bluetooth.service                        | bluetooth.target.wants
dbus-org.bluez.service                   | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service    | system
dhcpcd.service                           | multi-user.target.wants
dirmngr.socket                           | sockets.target.wants
display-manager.service                  | system
getty@tty1.service                       | getty.target.wants
gpg-agent-browser.socket                 | sockets.target.wants
gpg-agent-extra.socket                   | sockets.target.wants
gpg-agent.socket                         | sockets.target.wants
gpg-agent-ssh.socket                     | sockets.target.wants
NetworkManager.service                   | multi-user.target.wants
NetworkManager-wait-online.service       | network-online.target.wants
p11-kit-server.socket                    | sockets.target.wants
pipewire-media-session.service           | pipewire.service.wants
pipewire-session-manager.service         | user
pipewire.socket                          | sockets.target.wants
pkgfile-update.timer                     | multi-user.target.wants
pulseaudio.socket                        | sockets.target.wants
remote-fs.target                         | multi-user.target.wants
sshd.service                             | multi-user.target.wants
systemd-resolved.service                 | sysinit.target.wants
xdg-user-dirs-update.service             | default.target.wants

Offline

#13 2022-06-12 15:00:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

You've dhcpcd and networkmanager enabled. Pick one (probably NM) and disable the other (probably dhcpcd), reboot and reassess the situation.

Offline

#14 2022-06-12 15:16:36

airclay
Member
Registered: 2020-05-27
Posts: 8

Re: [SOLVED] SSH issues Macbook 8,1

I removed dhcpcd and rebooted. That was correct, having the two was the cause of the two ip situation. I am still seeing the same behavior when trying to ssh. (yes, different ip's but, the same two device just on another network in different part of building)

$ ~ > ip a s                                                                                                         ✔ 
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 40:6c:8f:01:23:d3 brd ff:ff:ff:ff:ff:ff
3: wlp3s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:a8:6d:55:d2:92 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.76/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp3s0b1
       valid_lft 86332sec preferred_lft 86332sec
    inet6 2600:1700:600:29d0::1e/128 scope global dynamic noprefixroute 
       valid_lft 86333sec preferred_lft 3533sec
    inet6 2600:1700:600:29d0:9d47:423a:1ea8:8c18/64 scope global dynamic noprefixroute 
       valid_lft 86334sec preferred_lft 3534sec
    inet6 fe80::cf2f:fa66:aa18:e550/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
$ ~ > ssh -vvv ez@192.168.1.103                                                                                      ✔ 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.1.103 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.103 [192.168.1.103] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /home/ez/.ssh/id_rsa type 0
debug1: identity file /home/ez/.ssh/id_rsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa type -1
debug1: identity file /home/ez/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519 type -1
debug1: identity file /home/ez/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_xmss type -1
debug1: identity file /home/ez/.ssh/id_xmss-cert type -1
debug1: identity file /home/ez/.ssh/id_dsa type -1
debug1: identity file /home/ez/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.0
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.0
debug1: compat_banner: match: OpenSSH_9.0 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.1.103:22 as 'ez'
debug1: load_hostkeys: fopen /home/ez/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug3: order_hostkeyalgs: no algorithms matched; accept original
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com,zlib
debug2: compression stoc: none,zlib@openssh.com,zlib
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by 192.168.1.103 port 22

Offline

#15 2022-06-12 15:42:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

It constantly fails at

debug1: expecting SSH2_MSG_KEX_ECDH_REPLY

Since your no longer prone to be loosing the lease nor can this be a routing issue, try

sudo ip link set wlp3s0b1 mtu 1200 # safe, you can probably go up to 1492

Offline

#16 2022-06-12 22:19:35

airclay
Member
Registered: 2020-05-27
Posts: 8

Re: [SOLVED] SSH issues Macbook 8,1

I've tried updating mtu size to 1492 to no avail

 $ ~ >  sudo ip link set wlp3s0b1 mtu 1492                                                                              ✔ 
$ ~ >  ip a s                                                                                                          ✔ 
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 40:6c:8f:01:23:d3 brd ff:ff:ff:ff:ff:ff
3: wlp3s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1492 qdisc mq state UP group default qlen 1000
    link/ether 68:a8:6d:55:d2:92 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.76/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp3s0b1
       valid_lft 85840sec preferred_lft 85840sec
    inet6 2600:1700:600:29d0:9d47:423a:1ea8:8c18/64 scope global dynamic noprefixroute 
       valid_lft 86377sec preferred_lft 3577sec
    inet6 2600:1700:600:29d0:6aa8:6dff:fe55:d292/64 scope global dynamic mngtmpaddr 
       valid_lft 86376sec preferred_lft 3576sec
    inet6 fe80::f210:ba98:9a17:f6ba/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
    inet6 fe80::6aa8:6dff:fe55:d292/64 scope link 
       valid_lft forever preferred_lft forever
$ ~ >  ssh -vvv ez@192.168.1.103                                                                                       ✔ 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.1.103 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.103 [192.168.1.103] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: connect to address 192.168.1.103 port 22: Connection timed out
ssh: connect to host 192.168.1.103 port 22: Connection timed out
$ ~ > ssh -vvv ez@192.168.1.103                                                                        255 ✘ 2m 9s 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.1.103 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.103 [192.168.1.103] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: connect to address 192.168.1.103 port 22: Connection timed out
ssh: connect to host 192.168.1.103 port 22: Connection timed out

Offline

#17 2022-06-13 05:50:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

seth wrote:

you can probably go up to 1492

But interestingly you now(?) time out even on attempting to connect to the remote IP.

Is/has the problem actually (been) limited to ssh?
Can you curl or wget stuff from the LAN or interwebz over the wifi lease?

Please post a complete system journal

sudo journalctl -b

after a failed wifi action and the output of "lspci -k"

Offline

#18 2022-06-15 16:35:25

airclay
Member
Registered: 2020-05-27
Posts: 8

Re: [SOLVED] SSH issues Macbook 8,1

seth wrote:
seth wrote:

you can probably go up to 1492

But interestingly you now(?) time out even on attempting to connect to the remote IP.

It was initially set to 1280, I tried 1350 and then 1492, to the same effect. I'm out on the patio and now it's 1500 without my intervention ¯\_(ツ)_/¯

seth wrote:

Is/has the problem actually (been) limited to ssh?
Can you curl or wget stuff from the LAN or interwebz over the wifi lease?

So yes it's been limited to ssh as far I can tell. Testing shows curl,wget work fine

$ ~ > ip a s                                                                                                          ✔ 
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 40:6c:8f:01:23:d3 brd ff:ff:ff:ff:ff:ff
3: wlp3s0b1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 68:a8:6d:55:d2:92 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.76/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp3s0b1
       valid_lft 85405sec preferred_lft 85405sec
    inet6 2600:1700:600:29d0::a/128 scope global dynamic noprefixroute 
       valid_lft 85412sec preferred_lft 2612sec
    inet6 2600:1700:600:29d0:9d47:423a:1ea8:8c18/64 scope global dynamic noprefixroute 
       valid_lft 86354sec preferred_lft 3554sec
    inet6 fe80::cf2f:fa66:aa18:e550/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
$ ~ > wget -P /tmp/aur/ https://aur.archlinux.org/packages.gz                                              ✔ 8m 4s  
--2022-06-15 10:59:01--  https://aur.archlinux.org/packages.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aur.archlinux.org (aur.archlinux.org)... 2a01:4f9:c010:50::1, 95.216.144.15
Connecting to aur.archlinux.org (aur.archlinux.org)|2a01:4f9:c010:50::1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 397987 (389K) [application/gzip]
Saving to: ‘/tmp/aur/packages.gz’

packages.gz                     100%[======================================================>] 388.66K   385KB/s    in 1.0s    

2022-06-15 10:59:04 (385 KB/s) - ‘/tmp/aur/packages.gz’ saved [397987/397987]
seth wrote:

Please post a complete system journal

sudo journalctl -b

after a failed wifi action and the output of "lspci -k"

Here's the failed ssh, `lspci -k` and, `sudo journalctl -b`

$ ~ > ssh -vvv ez@192.168.1.103                                                                                      ✔ 
OpenSSH_9.0p1, OpenSSL 1.1.1o  3 May 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolve_canonicalize: hostname 192.168.1.103 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/ez/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/ez/.ssh/known_hosts2'
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.103 [192.168.1.103] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /home/ez/.ssh/id_rsa type 0
debug1: identity file /home/ez/.ssh/id_rsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa type -1
debug1: identity file /home/ez/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ez/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519 type -1
debug1: identity file /home/ez/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ez/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ez/.ssh/id_xmss type -1
debug1: identity file /home/ez/.ssh/id_xmss-cert type -1
debug1: identity file /home/ez/.ssh/id_dsa type -1
debug1: identity file /home/ez/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.0
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.0
debug1: compat_banner: match: OpenSSH_9.0 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.1.103:22 as 'ez'
debug1: load_hostkeys: fopen /home/ez/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug3: order_hostkeyalgs: no algorithms matched; accept original
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,ext-info-c
debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com,zlib
debug2: compression stoc: none,zlib@openssh.com,zlib
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos: 
debug2: languages stoc: 
debug2: first_kex_follows 0 
debug2: reserved 0 
debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by 192.168.1.103 port 22
$ ~ > lspci -k                                                                                                       ✔ 
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
	Subsystem: Apple Inc. Device 00db
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
	Subsystem: Apple Inc. Device 00db
	Kernel driver in use: pcieport
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
	Subsystem: Apple Inc. Device 00db
	Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
	Subsystem: Apple Inc. Device 00db
	Kernel driver in use: i915
	Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #5 (rev 05)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: uhci_hcd
00:1a.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
	Subsystem: Intel Corporation Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2
	Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
	Subsystem: Intel Corporation Server Board S1200BTS / Apple MacBook Pro 8,1/8,2
	Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #1 (rev 05)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
	Subsystem: Intel Corporation Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2
	Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset LPC Controller (rev 05)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller (rev 05)
	Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011]
	Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
	Subsystem: Intel Corporation Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
02:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe (rev 10)
	Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe
	Kernel driver in use: tg3
	Kernel modules: tg3
02:00.1 SD Host controller: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader (rev 10)
	Subsystem: Broadcom Inc. and subsidiaries Device 0000
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci_pci
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n (rev 02)
	Subsystem: Apple Inc. AirPort Extreme
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma
04:00.0 FireWire (IEEE 1394): LSI Corporation FW643 [TrueFire] PCIe 1394b Controller (rev 08)
	Subsystem: LSI Corporation FW643 [TrueFire] PCIe 1394b Controller
	Kernel driver in use: firewire_ohci
	Kernel modules: firewire_ohci
05:00.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Kernel driver in use: pcieport
06:00.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Kernel driver in use: pcieport
06:03.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Kernel driver in use: pcieport
06:04.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Kernel driver in use: pcieport
06:05.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Kernel driver in use: pcieport
06:06.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Kernel driver in use: pcieport
07:00.0 System peripheral: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
	Subsystem: Device 2222:1111
	Kernel driver in use: thunderbolt
	Kernel modules: thunderbolt
Jun 15 10:46:05 archbook kernel: Linux version 5.18.3-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 09 Jun 2022 16:14:10 +0000
Jun 15 10:46:05 archbook kernel: Command line: rw root=UUID=2384fdd1-03a6-4745-8847-1623a322b676 ahci libahci b43.allhwsupport=1 initrd=\initramfs-linux.img
Jun 15 10:46:05 archbook kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 15 10:46:05 archbook kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 15 10:46:05 archbook kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 15 10:46:05 archbook kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 15 10:46:05 archbook kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun 15 10:46:05 archbook kernel: signal: max sigframe size: 1776
Jun 15 10:46:05 archbook kernel: reserving inaccessible SNB gfx pages
Jun 15 10:46:05 archbook kernel: BIOS-provided physical RAM map:
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff] ACPI NVS
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008ad5f000-0x000000008ad6ffff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008ad70000-0x000000008ad8efff] ACPI data
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008ad8f000-0x000000008ae5bfff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008ae5c000-0x000000008ae8efff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008ae8f000-0x000000008aed6fff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008aed7000-0x000000008aefefff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008aeff000-0x000000008afa2fff] usable
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x000000008afa3000-0x000000008f9fffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x00000000ffed8000-0x00000000ffefffff] reserved
Jun 15 10:46:05 archbook kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016fdfffff] usable
Jun 15 10:46:05 archbook kernel: NX (Execute Disable) protection: active
Jun 15 10:46:05 archbook kernel: e820: update [mem 0x876b0018-0x876c0057] usable ==> usable
Jun 15 10:46:05 archbook kernel: e820: update [mem 0x876b0018-0x876c0057] usable ==> usable
Jun 15 10:46:05 archbook kernel: e820: update [mem 0x87bdb018-0x87bdb88d] usable ==> usable
Jun 15 10:46:05 archbook kernel: e820: update [mem 0x87bdb018-0x87bdb88d] usable ==> usable
Jun 15 10:46:05 archbook kernel: extended physical RAM map:
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000008dfff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000000008e000-0x000000000008ffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000020200000-0x000000003fffffff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000040000000-0x00000000401fffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000040200000-0x00000000876b0017] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x00000000876b0018-0x00000000876c0057] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x00000000876c0058-0x0000000087bdb017] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000087bdb018-0x0000000087bdb88d] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000087bdb88e-0x000000008ad33fff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008ad34000-0x000000008ad5efff] ACPI NVS
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008ad5f000-0x000000008ad6ffff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008ad70000-0x000000008ad8efff] ACPI data
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008ad8f000-0x000000008ae5bfff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008ae5c000-0x000000008ae8efff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008ae8f000-0x000000008aed6fff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008aed7000-0x000000008aefefff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008aeff000-0x000000008afa2fff] usable
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x000000008afa3000-0x000000008f9fffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x00000000ffed8000-0x00000000ffefffff] reserved
Jun 15 10:46:05 archbook kernel: reserve setup_data: [mem 0x0000000100000000-0x000000016fdfffff] usable
Jun 15 10:46:05 archbook kernel: efi: EFI v1.10 by Apple
Jun 15 10:46:05 archbook kernel: efi: ACPI=0x8ad8e000 ACPI 2.0=0x8ad8e014 SMBIOS=0x8ad3b000 
Jun 15 10:46:05 archbook kernel: SMBIOS 2.4 present.
Jun 15 10:46:05 archbook kernel: DMI: Apple Inc. MacBookPro8,1/Mac-94245B3640C91C81, BIOS 85.0.0.0.0 04/16/2019
Jun 15 10:46:05 archbook kernel: tsc: Fast TSC calibration using PIT
Jun 15 10:46:05 archbook kernel: tsc: Detected 2394.574 MHz processor
Jun 15 10:46:05 archbook kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 15 10:46:05 archbook kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 15 10:46:05 archbook kernel: last_pfn = 0x16fe00 max_arch_pfn = 0x400000000
Jun 15 10:46:05 archbook kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 15 10:46:05 archbook kernel: last_pfn = 0x8afa3 max_arch_pfn = 0x400000000
Jun 15 10:46:05 archbook kernel: Secure boot disabled
Jun 15 10:46:05 archbook kernel: RAMDISK: [mem 0x7f766000-0x7fffffff]
Jun 15 10:46:05 archbook kernel: ACPI: Early table checksum verification disabled
Jun 15 10:46:05 archbook kernel: ACPI: RSDP 0x000000008AD8E014 000024 (v02 APPLE )
Jun 15 10:46:05 archbook kernel: ACPI: XSDT 0x000000008AD8E1C0 00009C (v01 APPLE  Apple00  0000F000      01000013)
Jun 15 10:46:05 archbook kernel: ACPI: FACP 0x000000008AD8C000 0000F4 (v04 APPLE  Apple00  0000F000 Loki 0000005F)
Jun 15 10:46:05 archbook kernel: ACPI: DSDT 0x000000008AD80000 006F12 (v01 APPLE  MacBookP 00080001 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: FACS 0x000000008AD3E000 000040
Jun 15 10:46:05 archbook kernel: ACPI: FACS 0x000000008AD3E000 000040
Jun 15 10:46:05 archbook kernel: ACPI: HPET 0x000000008AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 15 10:46:05 archbook kernel: ACPI: APIC 0x000000008AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jun 15 10:46:05 archbook kernel: ACPI: SBST 0x000000008AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 15 10:46:05 archbook kernel: ACPI: ECDT 0x000000008AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD7C000 00020D (v01 APPLE  SataOdd  00001000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD7B000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD79000 00061A (v01 APPLE  UsbNoRmh 00001000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD76000 000159 (v02 APPLE  IGHda    00001000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD74000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD73000 000527 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD72000 0009B1 (v01 PmRef  CpuPm    00003000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD71000 000315 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0x000000008AD70000 00037A (v01 PmRef  ApTst    00003000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: MCFG 0x000000008AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 15 10:46:05 archbook kernel: ACPI: Reserving FACP table memory at [mem 0x8ad8c000-0x8ad8c0f3]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving DSDT table memory at [mem 0x8ad80000-0x8ad86f11]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving FACS table memory at [mem 0x8ad3e000-0x8ad3e03f]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving FACS table memory at [mem 0x8ad3e000-0x8ad3e03f]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving HPET table memory at [mem 0x8ad8b000-0x8ad8b037]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving APIC table memory at [mem 0x8ad8a000-0x8ad8a0bb]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SBST table memory at [mem 0x8ad88000-0x8ad8802f]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving ECDT table memory at [mem 0x8ad87000-0x8ad87052]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7c000-0x8ad7c20c]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7b000-0x8ad7b023]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad79000-0x8ad79619]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad76000-0x8ad76158]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad74000-0x8ad74031]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad73000-0x8ad73526]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad72000-0x8ad729b0]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad71000-0x8ad71314]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad70000-0x8ad70379]
Jun 15 10:46:05 archbook kernel: ACPI: Reserving MCFG table memory at [mem 0x8ad89000-0x8ad8903b]
Jun 15 10:46:05 archbook kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jun 15 10:46:05 archbook kernel: No NUMA configuration found
Jun 15 10:46:05 archbook kernel: Faking a node at [mem 0x0000000000000000-0x000000016fdfffff]
Jun 15 10:46:05 archbook kernel: NODE_DATA(0) allocated [mem 0x16fdfc000-0x16fdfffff]
Jun 15 10:46:05 archbook kernel: Zone ranges:
Jun 15 10:46:05 archbook kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 15 10:46:05 archbook kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 15 10:46:05 archbook kernel:   Normal   [mem 0x0000000100000000-0x000000016fdfffff]
Jun 15 10:46:05 archbook kernel:   Device   empty
Jun 15 10:46:05 archbook kernel: Movable zone start for each node
Jun 15 10:46:05 archbook kernel: Early memory node ranges
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x0000000000001000-0x000000000008dfff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x0000000020200000-0x000000003fffffff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x0000000040200000-0x000000008ad33fff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x000000008ad5f000-0x000000008ad6ffff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x000000008ad8f000-0x000000008ae5bfff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x000000008ae8f000-0x000000008aed6fff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x000000008aeff000-0x000000008afa2fff]
Jun 15 10:46:05 archbook kernel:   node   0: [mem 0x0000000100000000-0x000000016fdfffff]
Jun 15 10:46:05 archbook kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000016fdfffff]
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA: 2 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA32: 43 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA32: 31 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA32: 51 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone DMA32: 40 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone Normal: 20573 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: On node 0, zone Normal: 512 pages in unavailable ranges
Jun 15 10:46:05 archbook kernel: Reserving Intel graphics memory at [mem 0x8ba00000-0x8f9fffff]
Jun 15 10:46:05 archbook kernel: Resetting Apple AirPort card (left enabled by EFI)
Jun 15 10:46:05 archbook kernel: ACPI: PM-Timer IO Port: 0x408
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 15 10:46:05 archbook kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 15 10:46:05 archbook kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 15 10:46:05 archbook kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 15 10:46:05 archbook kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 15 10:46:05 archbook kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 15 10:46:05 archbook kernel: TSC deadline timer available
Jun 15 10:46:05 archbook kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x876b0000-0x876b0fff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x876c0000-0x876c0fff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x87bdb000-0x87bdbfff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x87bdb000-0x87bdbfff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8ad34000-0x8ad5efff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8ad70000-0x8ad8efff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8ae5c000-0x8ae8efff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8aed7000-0x8aefefff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8afa3000-0x8f9fffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffed7fff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0xffed8000-0xffefffff]
Jun 15 10:46:05 archbook kernel: PM: hibernation: Registered nosave memory: [mem 0xfff00000-0xffffffff]
Jun 15 10:46:05 archbook kernel: [mem 0x8fa00000-0xe00f7fff] available for PCI devices
Jun 15 10:46:05 archbook kernel: Booting paravirtualized kernel on bare hardware
Jun 15 10:46:05 archbook kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 15 10:46:05 archbook kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Jun 15 10:46:05 archbook kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
Jun 15 10:46:05 archbook kernel: pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
Jun 15 10:46:05 archbook kernel: pcpu-alloc: [0] 0 1 2 3 
Jun 15 10:46:05 archbook kernel: Fallback order for Node 0: 0 
Jun 15 10:46:05 archbook kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1010010
Jun 15 10:46:05 archbook kernel: Policy zone: Normal
Jun 15 10:46:05 archbook kernel: Kernel command line: rw root=UUID=2384fdd1-03a6-4745-8847-1623a322b676 ahci libahci b43.allhwsupport=1 initrd=\initramfs-linux.img
Jun 15 10:46:05 archbook kernel: Unknown kernel command line parameters "ahci libahci", will be passed to user space.
Jun 15 10:46:05 archbook kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jun 15 10:46:05 archbook kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 15 10:46:05 archbook kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 15 10:46:05 archbook kernel: Memory: 3862800K/4104812K available (14343K kernel code, 2098K rwdata, 10984K rodata, 1856K init, 3364K bss, 241752K reserved, 0K cma-reserved)
Jun 15 10:46:05 archbook kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jun 15 10:46:05 archbook kernel: Kernel/User page tables isolation: enabled
Jun 15 10:46:05 archbook kernel: ftrace: allocating 44870 entries in 176 pages
Jun 15 10:46:05 archbook kernel: ftrace: allocated 176 pages with 3 groups
Jun 15 10:46:05 archbook kernel: Dynamic Preempt: full
Jun 15 10:46:05 archbook kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 15 10:46:05 archbook kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Jun 15 10:46:05 archbook kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 15 10:46:05 archbook kernel:         Trampoline variant of Tasks RCU enabled.
Jun 15 10:46:05 archbook kernel:         Rude variant of Tasks RCU enabled.
Jun 15 10:46:05 archbook kernel:         Tracing variant of Tasks RCU enabled.
Jun 15 10:46:05 archbook kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 15 10:46:05 archbook kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jun 15 10:46:05 archbook kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
Jun 15 10:46:05 archbook kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 15 10:46:05 archbook kernel: Console: colour dummy device 80x25
Jun 15 10:46:05 archbook kernel: printk: console [tty0] enabled
Jun 15 10:46:05 archbook kernel: ACPI: Core revision 20211217
Jun 15 10:46:05 archbook kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 15 10:46:05 archbook kernel: APIC: Switch to symmetric I/O mode setup
Jun 15 10:46:05 archbook kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jun 15 10:46:05 archbook kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 15 10:46:05 archbook kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2284319c3df, max_idle_ns: 440795223778 ns
Jun 15 10:46:05 archbook kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.69 BogoMIPS (lpj=7981913)
Jun 15 10:46:05 archbook kernel: pid_max: default: 32768 minimum: 301
Jun 15 10:46:05 archbook kernel: LSM: Security Framework initializing
Jun 15 10:46:05 archbook kernel: landlock: Up and running.
Jun 15 10:46:05 archbook kernel: Yama: becoming mindful.
Jun 15 10:46:05 archbook kernel: LSM support for eBPF active
Jun 15 10:46:05 archbook kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jun 15 10:46:05 archbook kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jun 15 10:46:05 archbook kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 15 10:46:05 archbook kernel: process: using mwait in idle threads
Jun 15 10:46:05 archbook kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun 15 10:46:05 archbook kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun 15 10:46:05 archbook kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 15 10:46:05 archbook kernel: Spectre V2 : Mitigation: Retpolines
Jun 15 10:46:05 archbook kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 15 10:46:05 archbook kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 15 10:46:05 archbook kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 15 10:46:05 archbook kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jun 15 10:46:05 archbook kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 15 10:46:05 archbook kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Jun 15 10:46:05 archbook kernel: Freeing SMP alternatives memory: 36K
Jun 15 10:46:05 archbook kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1194
Jun 15 10:46:05 archbook kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2435M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Jun 15 10:46:05 archbook kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jun 15 10:46:05 archbook kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Jun 15 10:46:05 archbook kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Jun 15 10:46:05 archbook kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Jun 15 10:46:05 archbook kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun 15 10:46:05 archbook kernel: ... version:                3
Jun 15 10:46:05 archbook kernel: ... bit width:              48
Jun 15 10:46:05 archbook kernel: ... generic registers:      4
Jun 15 10:46:05 archbook kernel: ... value mask:             0000ffffffffffff
Jun 15 10:46:05 archbook kernel: ... max period:             00007fffffffffff
Jun 15 10:46:05 archbook kernel: ... fixed-purpose events:   3
Jun 15 10:46:05 archbook kernel: ... event mask:             000000070000000f
Jun 15 10:46:05 archbook kernel: rcu: Hierarchical SRCU implementation.
Jun 15 10:46:05 archbook kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 15 10:46:05 archbook kernel: smp: Bringing up secondary CPUs ...
Jun 15 10:46:05 archbook kernel: x86: Booting SMP configuration:
Jun 15 10:46:05 archbook kernel: .... node  #0, CPUs:      #1 #2
Jun 15 10:46:05 archbook kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jun 15 10:46:05 archbook kernel:  #3
Jun 15 10:46:05 archbook kernel: smp: Brought up 1 node, 4 CPUs
Jun 15 10:46:05 archbook kernel: smpboot: Max logical packages: 1
Jun 15 10:46:05 archbook kernel: smpboot: Total of 4 processors activated (19164.78 BogoMIPS)
Jun 15 10:46:05 archbook kernel: devtmpfs: initialized
Jun 15 10:46:05 archbook kernel: x86/mm: Memory block size: 128MB
Jun 15 10:46:05 archbook kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8ad34000-0x8ad5efff] (176128 bytes)
Jun 15 10:46:05 archbook kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 15 10:46:05 archbook kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Jun 15 10:46:05 archbook kernel: pinctrl core: initialized pinctrl subsystem
Jun 15 10:46:05 archbook kernel: PM: RTC time: 15:45:57, date: 2022-06-15
Jun 15 10:46:05 archbook kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 15 10:46:05 archbook kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Jun 15 10:46:05 archbook kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 15 10:46:05 archbook kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 15 10:46:05 archbook kernel: audit: initializing netlink subsys (disabled)
Jun 15 10:46:05 archbook kernel: audit: type=2000 audit(1655307956.043:1): state=initialized audit_enabled=0 res=1
Jun 15 10:46:05 archbook kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 15 10:46:05 archbook kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 15 10:46:05 archbook kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 15 10:46:05 archbook kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 15 10:46:05 archbook kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 15 10:46:05 archbook kernel: cpuidle: using governor ladder
Jun 15 10:46:05 archbook kernel: cpuidle: using governor menu
Jun 15 10:46:05 archbook kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 15 10:46:05 archbook kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jun 15 10:46:05 archbook kernel: PCI: not using MMCONFIG
Jun 15 10:46:05 archbook kernel: PCI: Using configuration type 1 for base access
Jun 15 10:46:05 archbook kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jun 15 10:46:05 archbook kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 15 10:46:05 archbook kernel: HugeTLB: can free 7 vmemmap pages for hugepages-2048kB
Jun 15 10:46:05 archbook kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jun 15 10:46:05 archbook kernel: ACPI: Disabled all _OSI OS vendors
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Module Device)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Processor Device)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jun 15 10:46:05 archbook kernel: ACPI: Added _OSI(Darwin)
Jun 15 10:46:05 archbook kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jun 15 10:46:05 archbook kernel: ACPI: EC: EC started
Jun 15 10:46:05 archbook kernel: ACPI: EC: interrupt blocked
Jun 15 10:46:05 archbook kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 15 10:46:05 archbook kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jun 15 10:46:05 archbook kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Jun 15 10:46:05 archbook kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 15 10:46:05 archbook kernel: ACPI: Dynamic OEM Table Load:
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0xFFFF9CE4C0A0C800 000781 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: Dynamic OEM Table Load:
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0xFFFF9CE4C0D6D800 0003A4 (v01 PmRef  ApIst    00003000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: Dynamic OEM Table Load:
Jun 15 10:46:05 archbook kernel: ACPI: SSDT 0xFFFF9CE4C0217000 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
Jun 15 10:46:05 archbook kernel: ACPI: Interpreter enabled
Jun 15 10:46:05 archbook kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 15 10:46:05 archbook kernel: ACPI: Using IOAPIC for interrupt routing
Jun 15 10:46:05 archbook kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jun 15 10:46:05 archbook kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
Jun 15 10:46:05 archbook kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 15 10:46:05 archbook kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Jun 15 10:46:05 archbook kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 15 10:46:05 archbook kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Jun 15 10:46:05 archbook kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
Jun 15 10:46:05 archbook kernel: PCI host bridge to bus 0000:00
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1: [8086:0105] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: reg 0x20: [io  0x2000-0x203f]
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Jun 15 10:46:05 archbook kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa0907100-0xa090710f 64bit]
Jun 15 10:46:05 archbook kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300
Jun 15 10:46:05 archbook kernel: pci 0000:00:1a.0: reg 0x20: [io  0x2120-0x213f]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320
Jun 15 10:46:05 archbook kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xa0906c00-0xa0906fff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Jun 15 10:46:05 archbook kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xa0900000-0xa0903fff 64bit]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300
Jun 15 10:46:05 archbook kernel: pci 0000:00:1d.0: reg 0x20: [io  0x20c0-0x20df]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320
Jun 15 10:46:05 archbook kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xa0906800-0xa0906bff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: reg 0x10: [io  0x2148-0x214f]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: reg 0x14: [io  0x215c-0x215f]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: reg 0x18: [io  0x2140-0x2147]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x2158-0x215b]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: reg 0x20: [io  0x2060-0x207f]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xa0906000-0xa09067ff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa0907000-0xa09070ff 64bit]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.0:   bridge window [mem 0xa0800000-0xa08fffff]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: [8086:1513] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1: PCI bridge to [bus 05-9b]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1:   bridge window [mem 0xa0a00000-0xa4efffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1:   bridge window [mem 0xa4f00000-0xa8efffff 64bit pref]
Jun 15 10:46:05 archbook kernel: acpiphp: Slot [3] registered
Jun 15 10:46:05 archbook kernel: acpiphp: Slot [4] registered
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0: [8086:1513] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: [8086:1513] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: [8086:1513] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: [8086:1513] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: [8086:1513] type 01 class 0x060400
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: PCI bridge to [bus 06-6b]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0:   bridge window [mem 0xa0a00000-0xa0efffff]
Jun 15 10:46:05 archbook kernel: acpiphp: Slot [1] registered
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: [8086:1513] type 00 class 0x088000
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: reg 0x10: [mem 0xa0c00000-0xa0c3ffff]
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: reg 0x14: [mem 0xa0c40000-0xa0c40fff]
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0:   bridge window [mem 0xa0c00000-0xa0cfffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: PCI bridge to [bus 08]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: PCI bridge to [bus 09-39]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0:   bridge window [mem 0xa0d00000-0xa0dfffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0:   bridge window [mem 0xa0e00000-0xa0efffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: PCI bridge to [bus 6b]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0:   bridge window [mem 0xa0a00000-0xa0afffff]
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.0: [14e4:16b4] type 00 class 0x020000
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa0400000-0xa040ffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.0: reg 0x18: [mem 0xa0410000-0xa041ffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.1: [14e4:16bc] type 00 class 0x080501
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.1: reg 0x10: [mem 0xa0420000-0xa042ffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:03:00.0: [14e4:4331] type 00 class 0x028000
Jun 15 10:46:05 archbook kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa0600000-0xa0603fff 64bit]
Jun 15 10:46:05 archbook kernel: pci 0000:03:00.0: enabling Extended Tags
Jun 15 10:46:05 archbook kernel: pci 0000:03:00.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
Jun 15 10:46:05 archbook kernel: pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
Jun 15 10:46:05 archbook kernel: pci 0000:04:00.0: reg 0x10: [mem 0xa0500000-0xa0500fff 64bit]
Jun 15 10:46:05 archbook kernel: pci 0000:04:00.0: supports D1 D2
Jun 15 10:46:05 archbook kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKA disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKB disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKC disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKD disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKE disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKF disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKG disabled
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jun 15 10:46:05 archbook kernel: ACPI: PCI: Interrupt link LNKH disabled
Jun 15 10:46:05 archbook kernel: ACPI: EC: interrupt unblocked
Jun 15 10:46:05 archbook kernel: ACPI: EC: event unblocked
Jun 15 10:46:05 archbook kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 15 10:46:05 archbook kernel: ACPI: EC: GPE=0x17
Jun 15 10:46:05 archbook kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Jun 15 10:46:05 archbook kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jun 15 10:46:05 archbook kernel: iommu: Default domain type: Translated 
Jun 15 10:46:05 archbook kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jun 15 10:46:05 archbook kernel: SCSI subsystem initialized
Jun 15 10:46:05 archbook kernel: libata version 3.00 loaded.
Jun 15 10:46:05 archbook kernel: ACPI: bus type USB registered
Jun 15 10:46:05 archbook kernel: usbcore: registered new interface driver usbfs
Jun 15 10:46:05 archbook kernel: usbcore: registered new interface driver hub
Jun 15 10:46:05 archbook kernel: usbcore: registered new device driver usb
Jun 15 10:46:05 archbook kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 15 10:46:05 archbook kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 15 10:46:05 archbook kernel: PTP clock support registered
Jun 15 10:46:05 archbook kernel: EDAC MC: Ver: 3.0.0
Jun 15 10:46:05 archbook kernel: Registered efivars operations
Jun 15 10:46:05 archbook kernel: NetLabel: Initializing
Jun 15 10:46:05 archbook kernel: NetLabel:  domain hash size = 128
Jun 15 10:46:05 archbook kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 15 10:46:05 archbook kernel: NetLabel:  unlabeled traffic allowed by default
Jun 15 10:46:05 archbook kernel: mctp: management component transport protocol core
Jun 15 10:46:05 archbook kernel: NET: Registered PF_MCTP protocol family
Jun 15 10:46:05 archbook kernel: PCI: Using ACPI for IRQ routing
Jun 15 10:46:05 archbook kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x876b0018-0x87ffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x87bdb018-0x87ffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x8ad34000-0x8bffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x8ad70000-0x8bffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x8ae5c000-0x8bffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x8aed7000-0x8bffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x8afa3000-0x8bffffff]
Jun 15 10:46:05 archbook kernel: e820: reserve RAM buffer [mem 0x16fe00000-0x16fffffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 15 10:46:05 archbook kernel: vgaarb: loaded
Jun 15 10:46:05 archbook kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 15 10:46:05 archbook kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 15 10:46:05 archbook kernel: clocksource: Switched to clocksource tsc-early
Jun 15 10:46:05 archbook kernel: VFS: Disk quotas dquot_6.6.0
Jun 15 10:46:05 archbook kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 15 10:46:05 archbook kernel: pnp: PnP ACPI init
Jun 15 10:46:05 archbook kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0x1000-0x100f] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0xffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0xffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jun 15 10:46:05 archbook kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:05: [mem 0x20000000-0x201fffff] has been reserved
Jun 15 10:46:05 archbook kernel: system 00:05: [mem 0x40000000-0x401fffff] has been reserved
Jun 15 10:46:05 archbook kernel: pnp: PnP ACPI: found 6 devices
Jun 15 10:46:05 archbook kernel: pci 0000:00:02.0: assigning 23 device properties
Jun 15 10:46:05 archbook kernel: pci 0000:04:00.0: assigning 2 device properties
Jun 15 10:46:05 archbook kernel: pci 0000:07:00.0: assigning 3 device properties
Jun 15 10:46:05 archbook kernel: pci 0000:00:1b.0: assigning 4 device properties
Jun 15 10:46:05 archbook kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 15 10:46:05 archbook kernel: NET: Registered PF_INET protocol family
Jun 15 10:46:05 archbook kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 15 10:46:05 archbook kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Jun 15 10:46:05 archbook kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 15 10:46:05 archbook kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jun 15 10:46:05 archbook kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jun 15 10:46:05 archbook kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Jun 15 10:46:05 archbook kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Jun 15 10:46:05 archbook kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Jun 15 10:46:05 archbook kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 15 10:46:05 archbook kernel: NET: Registered PF_XDP protocol family
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000 add_align 100000
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to [bus 09-39] add_size 1000
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09-39] add_size 200000 add_align 100000
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: bridge window [io  0x1000-0x0fff] to [bus 3a-6a] add_size 1000
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a-6a] add_size 200000 add_align 100000
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 6b] add_size 1000
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: bridge window [io  0x1000-0x0fff] to [bus 06-6b] add_size 4000
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: bridge window [mem 0x00100000-0x004fffff 64bit pref] to [bus 06-6b] add_size 800000 add_align 100000
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.0:   bridge window [mem 0xa0800000-0xa08fffff]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: BAR 15: assigned [mem 0xa4f00000-0xa5afffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: BAR 13: no space for [io  size 0x4000]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: BAR 13: failed to assign [io  size 0x4000]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: BAR 13: no space for [io  size 0x4000]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: BAR 13: failed to assign [io  size 0x4000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: BAR 15: assigned [mem 0xa4f00000-0xa50fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: BAR 15: assigned [mem 0xa5100000-0xa52fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: BAR 15: assigned [mem 0xa5300000-0xa54fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: BAR 15: assigned [mem 0xa5500000-0xa56fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: BAR 13: no space for [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: BAR 13: failed to assign [io  size 0x1000]
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Jun 15 10:46:05 archbook kernel: pci 0000:06:00.0:   bridge window [mem 0xa0c00000-0xa0cfffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0: PCI bridge to [bus 08]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:03.0:   bridge window [mem 0xa4f00000-0xa50fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0: PCI bridge to [bus 09-39]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0:   bridge window [mem 0xa0d00000-0xa0dfffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:04.0:   bridge window [mem 0xa5100000-0xa52fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0:   bridge window [mem 0xa0e00000-0xa0efffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:05.0:   bridge window [mem 0xa5300000-0xa54fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0: PCI bridge to [bus 6b]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0:   bridge window [mem 0xa0a00000-0xa0afffff]
Jun 15 10:46:05 archbook kernel: pci 0000:06:06.0:   bridge window [mem 0xa5500000-0xa56fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0: PCI bridge to [bus 06-6b]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0:   bridge window [mem 0xa0a00000-0xa0efffff]
Jun 15 10:46:05 archbook kernel: pci 0000:05:00.0:   bridge window [mem 0xa4f00000-0xa5afffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1: PCI bridge to [bus 05-9b]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1:   bridge window [mem 0xa0a00000-0xa4efffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:01.1:   bridge window [mem 0xa4f00000-0xa8efffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Jun 15 10:46:05 archbook kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:01: resource 1 [mem 0xa0800000-0xa08fffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:05: resource 1 [mem 0xa0a00000-0xa4efffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:05: resource 2 [mem 0xa4f00000-0xa8efffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:06: resource 1 [mem 0xa0a00000-0xa0efffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:06: resource 2 [mem 0xa4f00000-0xa5afffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:07: resource 1 [mem 0xa0c00000-0xa0cfffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:08: resource 1 [mem 0xa0b00000-0xa0bfffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:08: resource 2 [mem 0xa4f00000-0xa50fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:09: resource 1 [mem 0xa0d00000-0xa0dfffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:09: resource 2 [mem 0xa5100000-0xa52fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:3a: resource 1 [mem 0xa0e00000-0xa0efffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:3a: resource 2 [mem 0xa5300000-0xa54fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:6b: resource 1 [mem 0xa0a00000-0xa0afffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:6b: resource 2 [mem 0xa5500000-0xa56fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:02: resource 1 [mem 0xa0700000-0xa07fffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:02: resource 2 [mem 0xa0400000-0xa04fffff 64bit pref]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:03: resource 1 [mem 0xa0600000-0xa06fffff]
Jun 15 10:46:05 archbook kernel: pci_bus 0000:04: resource 1 [mem 0xa0500000-0xa05fffff]
Jun 15 10:46:05 archbook kernel: PCI: CLS 256 bytes, default 64
Jun 15 10:46:05 archbook kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 15 10:46:05 archbook kernel: software IO TLB: mapped [mem 0x00000000836b0000-0x00000000876b0000] (64MB)
Jun 15 10:46:05 archbook kernel: Trying to unpack rootfs image as initramfs...
Jun 15 10:46:05 archbook kernel: Initialise system trusted keyrings
Jun 15 10:46:05 archbook kernel: Key type blacklist registered
Jun 15 10:46:05 archbook kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Jun 15 10:46:05 archbook kernel: zbud: loaded
Jun 15 10:46:05 archbook kernel: Key type asymmetric registered
Jun 15 10:46:05 archbook kernel: Asymmetric key parser 'x509' registered
Jun 15 10:46:05 archbook kernel: Freeing initrd memory: 8808K
Jun 15 10:46:05 archbook kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jun 15 10:46:05 archbook kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jun 15 10:46:05 archbook kernel: io scheduler mq-deadline registered
Jun 15 10:46:05 archbook kernel: io scheduler kyber registered
Jun 15 10:46:05 archbook kernel: io scheduler bfq registered
Jun 15 10:46:05 archbook kernel: pcieport 0000:00:01.0: enabling device (0000 -> 0002)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:03.0: enabling device (0000 -> 0002)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:04.0: enabling device (0000 -> 0002)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:05.0: enabling device (0000 -> 0002)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:06.0: enabling device (0000 -> 0002)
Jun 15 10:46:05 archbook kernel: pcieport 0000:06:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jun 15 10:46:05 archbook kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 15 10:46:05 archbook kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Jun 15 10:46:05 archbook kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jun 15 10:46:05 archbook kernel: ACPI: button: Lid Switch [LID0]
Jun 15 10:46:05 archbook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 15 10:46:05 archbook kernel: ACPI: button: Power Button [PWRB]
Jun 15 10:46:05 archbook kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jun 15 10:46:05 archbook kernel: ACPI: button: Sleep Button [SLPB]
Jun 15 10:46:05 archbook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun 15 10:46:05 archbook kernel: ACPI: button: Power Button [PWRF]
Jun 15 10:46:05 archbook kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 15 10:46:05 archbook kernel: Non-volatile memory driver v1.3
Jun 15 10:46:05 archbook kernel: Linux agpgart interface v0.103
Jun 15 10:46:05 archbook kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jun 15 10:46:05 archbook kernel: ACPI: bus type drm_connector registered
Jun 15 10:46:05 archbook kernel: ahci 0000:00:1f.2: version 3.0
Jun 15 10:46:05 archbook kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
Jun 15 10:46:05 archbook kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
Jun 15 10:46:05 archbook kernel: scsi host0: ahci
Jun 15 10:46:05 archbook kernel: scsi host1: ahci
Jun 15 10:46:05 archbook kernel: scsi host2: ahci
Jun 15 10:46:05 archbook kernel: scsi host3: ahci
Jun 15 10:46:05 archbook kernel: scsi host4: ahci
Jun 15 10:46:05 archbook kernel: scsi host5: ahci
Jun 15 10:46:05 archbook kernel: ata1: SATA max UDMA/133 abar m2048@0xa0906000 port 0xa0906100 irq 28
Jun 15 10:46:05 archbook kernel: ata2: SATA max UDMA/133 abar m2048@0xa0906000 port 0xa0906180 irq 28
Jun 15 10:46:05 archbook kernel: ata3: DUMMY
Jun 15 10:46:05 archbook kernel: ata4: DUMMY
Jun 15 10:46:05 archbook kernel: ata5: DUMMY
Jun 15 10:46:05 archbook kernel: ata6: DUMMY
Jun 15 10:46:05 archbook kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 15 10:46:05 archbook kernel: ehci-pci: EHCI PCI platform driver
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1a.7: debug port 2
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xa0906c00
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Jun 15 10:46:05 archbook kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Jun 15 10:46:05 archbook kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 15 10:46:05 archbook kernel: usb usb1: Product: EHCI Host Controller
Jun 15 10:46:05 archbook kernel: usb usb1: Manufacturer: Linux 5.18.3-arch1-1 ehci_hcd
Jun 15 10:46:05 archbook kernel: usb usb1: SerialNumber: 0000:00:1a.7
Jun 15 10:46:05 archbook kernel: hub 1-0:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 1-0:1.0: 6 ports detected
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1d.7: debug port 2
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1d.7: irq 22, io mem 0xa0906800
Jun 15 10:46:05 archbook kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Jun 15 10:46:05 archbook kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Jun 15 10:46:05 archbook kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 15 10:46:05 archbook kernel: usb usb2: Product: EHCI Host Controller
Jun 15 10:46:05 archbook kernel: usb usb2: Manufacturer: Linux 5.18.3-arch1-1 ehci_hcd
Jun 15 10:46:05 archbook kernel: usb usb2: SerialNumber: 0000:00:1d.7
Jun 15 10:46:05 archbook kernel: hub 2-0:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 2-0:1.0: 8 ports detected
Jun 15 10:46:05 archbook kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 15 10:46:05 archbook kernel: ohci-pci: OHCI PCI platform driver
Jun 15 10:46:05 archbook kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1a.0: irq 21, io port 0x00002120
Jun 15 10:46:05 archbook kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
Jun 15 10:46:05 archbook kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 15 10:46:05 archbook kernel: usb usb3: Product: UHCI Host Controller
Jun 15 10:46:05 archbook kernel: usb usb3: Manufacturer: Linux 5.18.3-arch1-1 uhci_hcd
Jun 15 10:46:05 archbook kernel: usb usb3: SerialNumber: 0000:00:1a.0
Jun 15 10:46:05 archbook kernel: hub 3-0:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 3-0:1.0: 2 ports detected
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
Jun 15 10:46:05 archbook kernel: uhci_hcd 0000:00:1d.0: irq 19, io port 0x000020c0
Jun 15 10:46:05 archbook kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
Jun 15 10:46:05 archbook kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 15 10:46:05 archbook kernel: usb usb4: Product: UHCI Host Controller
Jun 15 10:46:05 archbook kernel: usb usb4: Manufacturer: Linux 5.18.3-arch1-1 uhci_hcd
Jun 15 10:46:05 archbook kernel: usb usb4: SerialNumber: 0000:00:1d.0
Jun 15 10:46:05 archbook kernel: hub 4-0:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 4-0:1.0: 2 ports detected
Jun 15 10:46:05 archbook kernel: usbcore: registered new interface driver usbserial_generic
Jun 15 10:46:05 archbook kernel: usbserial: USB Serial support registered for generic
Jun 15 10:46:05 archbook kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 15 10:46:05 archbook kernel: rtc_cmos 00:02: registered as rtc0
Jun 15 10:46:05 archbook kernel: rtc_cmos 00:02: setting system clock to 2022-06-15T15:45:57 UTC (1655307957)
Jun 15 10:46:05 archbook kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 15 10:46:05 archbook kernel: intel_pstate: Intel P-state driver initializing
Jun 15 10:46:05 archbook kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 15 10:46:05 archbook kernel: efifb: probing for efifb
Jun 15 10:46:05 archbook kernel: efifb: No BGRT, not showing boot graphics
Jun 15 10:46:05 archbook kernel: efifb: framebuffer at 0x90000000, using 4000k, total 4000k
Jun 15 10:46:05 archbook kernel: efifb: mode is 1280x800x32, linelength=5120, pages=1
Jun 15 10:46:05 archbook kernel: efifb: scrolling: redraw
Jun 15 10:46:05 archbook kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 15 10:46:05 archbook kernel: fbcon: Deferring console take-over
Jun 15 10:46:05 archbook kernel: fb0: EFI VGA frame buffer device
Jun 15 10:46:05 archbook kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 15 10:46:05 archbook kernel: drop_monitor: Initializing network drop monitor service
Jun 15 10:46:05 archbook kernel: Initializing XFRM netlink socket
Jun 15 10:46:05 archbook kernel: NET: Registered PF_INET6 protocol family
Jun 15 10:46:05 archbook kernel: Segment Routing with IPv6
Jun 15 10:46:05 archbook kernel: RPL Segment Routing with IPv6
Jun 15 10:46:05 archbook kernel: In-situ OAM (IOAM) with IPv6
Jun 15 10:46:05 archbook kernel: NET: Registered PF_PACKET protocol family
Jun 15 10:46:05 archbook kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2e
Jun 15 10:46:05 archbook kernel: microcode: Microcode Update Driver: v2.2.
Jun 15 10:46:05 archbook kernel: IPI shorthand broadcast: enabled
Jun 15 10:46:05 archbook kernel: sched_clock: Marking stable (360440794, 345689)->(366195858, -5409375)
Jun 15 10:46:05 archbook kernel: registered taskstats version 1
Jun 15 10:46:05 archbook kernel: Loading compiled-in X.509 certificates
Jun 15 10:46:05 archbook kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3c696fe1bc672fe2e20ff70d8a38ede7fc897c2d'
Jun 15 10:46:05 archbook kernel: zswap: loaded using pool lz4/z3fold
Jun 15 10:46:05 archbook kernel: Key type ._fscrypt registered
Jun 15 10:46:05 archbook kernel: Key type .fscrypt registered
Jun 15 10:46:05 archbook kernel: Key type fscrypt-provisioning registered
Jun 15 10:46:05 archbook kernel: PM:   Magic number: 10:952:790
Jun 15 10:46:05 archbook kernel: RAS: Correctable Errors collector initialized.
Jun 15 10:46:05 archbook kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jun 15 10:46:05 archbook kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jun 15 10:46:05 archbook kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 15 10:46:05 archbook kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 15 10:46:05 archbook kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 15 10:46:05 archbook kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 15 10:46:05 archbook kernel: ata2.00: ATAPI: MATSHITADVD-R   UJ-8A8, HB14, max UDMA/100
Jun 15 10:46:05 archbook kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 15 10:46:05 archbook kernel: ata2.00: configured for UDMA/100
Jun 15 10:46:05 archbook kernel: ata1.00: ATA-8: ST9500325ASG, 0009APM1, max UDMA/133
Jun 15 10:46:05 archbook kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
Jun 15 10:46:05 archbook kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 15 10:46:05 archbook kernel: ata1.00: configured for UDMA/133
Jun 15 10:46:05 archbook kernel: scsi 0:0:0:0: Direct-Access     ATA      ST9500325ASG     APM1 PQ: 0 ANSI: 5
Jun 15 10:46:05 archbook kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jun 15 10:46:05 archbook kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 15 10:46:05 archbook kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 15 10:46:05 archbook kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 15 10:46:05 archbook kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-8A8   HB14 PQ: 0 ANSI: 5
Jun 15 10:46:05 archbook kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
Jun 15 10:46:05 archbook kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 15 10:46:05 archbook kernel: hub 1-1:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 1-1:1.0: 3 ports detected
Jun 15 10:46:05 archbook kernel: usb 2-1: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
Jun 15 10:46:05 archbook kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 15 10:46:05 archbook kernel: hub 2-1:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 2-1:1.0: 2 ports detected
Jun 15 10:46:05 archbook kernel:  sda: sda1 sda2 sda3 sda4
Jun 15 10:46:05 archbook kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jun 15 10:46:05 archbook kernel: Freeing unused decrypted memory: 2036K
Jun 15 10:46:05 archbook kernel: Freeing unused kernel image (initmem) memory: 1856K
Jun 15 10:46:05 archbook kernel: Write protecting the kernel read-only data: 28672k
Jun 15 10:46:05 archbook kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jun 15 10:46:05 archbook kernel: Freeing unused kernel image (rodata/data gap) memory: 1304K
Jun 15 10:46:05 archbook kernel: usb 1-2: new high-speed USB device number 3 using ehci-pci
Jun 15 10:46:05 archbook kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 15 10:46:05 archbook kernel: rodata_test: all tests were successful
Jun 15 10:46:05 archbook kernel: x86/mm: Checking user space page tables
Jun 15 10:46:05 archbook kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 15 10:46:05 archbook kernel: Run /init as init process
Jun 15 10:46:05 archbook kernel:   with arguments:
Jun 15 10:46:05 archbook kernel:     /init
Jun 15 10:46:05 archbook kernel:     ahci
Jun 15 10:46:05 archbook kernel:     libahci
Jun 15 10:46:05 archbook kernel:   with environment:
Jun 15 10:46:05 archbook kernel:     HOME=/
Jun 15 10:46:05 archbook kernel:     TERM=linux
Jun 15 10:46:05 archbook kernel: usb 1-2: New USB device found, idVendor=05ac, idProduct=8509, bcdDevice= 5.16
Jun 15 10:46:05 archbook kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 15 10:46:05 archbook kernel: usb 1-2: Product: FaceTime HD Camera (Built-in)
Jun 15 10:46:05 archbook kernel: usb 1-2: Manufacturer: Apple Inc.
Jun 15 10:46:05 archbook kernel: usb 1-2: SerialNumber: DJHB5Q02H4DH7FL0
Jun 15 10:46:05 archbook kernel: usb 2-1.1: new low-speed USB device number 3 using ehci-pci
Jun 15 10:46:05 archbook kernel: usb 1-1.1: new full-speed USB device number 4 using ehci-pci
Jun 15 10:46:05 archbook kernel: usb 2-1.1: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
Jun 15 10:46:05 archbook kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 15 10:46:05 archbook kernel: usb 2-1.1: Product: IR Receiver
Jun 15 10:46:05 archbook kernel: usb 2-1.1: Manufacturer: Apple Computer, Inc.
Jun 15 10:46:05 archbook kernel: fbcon: Taking over console
Jun 15 10:46:05 archbook kernel: Console: switching to colour frame buffer device 160x50
Jun 15 10:46:05 archbook kernel: usb 1-1.1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Jun 15 10:46:05 archbook kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 15 10:46:05 archbook kernel: usb 1-1.1: Product: BRCM2070 Hub
Jun 15 10:46:05 archbook kernel: usb 1-1.1: Manufacturer: Apple Inc.
Jun 15 10:46:05 archbook kernel: hub 1-1.1:1.0: USB hub found
Jun 15 10:46:05 archbook kernel: hub 1-1.1:1.0: 3 ports detected
Jun 15 10:46:05 archbook kernel: tsc: Refined TSC clocksource calibration: 2394.560 MHz
Jun 15 10:46:05 archbook kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284248580e, max_idle_ns: 440795288736 ns
Jun 15 10:46:05 archbook kernel: clocksource: Switched to clocksource tsc
Jun 15 10:46:05 archbook kernel: usb 1-1.2: new full-speed USB device number 5 using ehci-pci
Jun 15 10:46:05 archbook kernel: sdhci: Secure Digital Host Controller Interface driver
Jun 15 10:46:05 archbook kernel: sdhci: Copyright(c) Pierre Ossman
Jun 15 10:46:05 archbook kernel: usbcore: registered new interface driver usbhid
Jun 15 10:46:05 archbook kernel: usbhid: USB HID core driver
Jun 15 10:46:05 archbook kernel: sdhci-pci 0000:02:00.1: SDHCI controller found [14e4:16bc] (rev 10)
Jun 15 10:46:05 archbook kernel: mmc0: SDHCI controller on PCI [0000:02:00.1] using ADMA 64-bit
Jun 15 10:46:05 archbook kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Jun 15 10:46:05 archbook kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jun 15 10:46:05 archbook kernel: input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/0003:05AC:8242.0001/input/input4
Jun 15 10:46:05 archbook kernel: usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0252, bcdDevice= 1.18
Jun 15 10:46:05 archbook kernel: usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 15 10:46:05 archbook kernel: usb 1-1.2: Product: Apple Internal Keyboard / Trackpad
Jun 15 10:46:05 archbook kernel: usb 1-1.2: Manufacturer: Apple Inc.
Jun 15 10:46:05 archbook kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0252.0002/input/input5
Jun 15 10:46:05 archbook kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Jun 15 10:46:05 archbook kernel: firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
Jun 15 10:46:05 archbook kernel: appleir 0003:05AC:8242.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.7-1.1/input0
Jun 15 10:46:05 archbook kernel: usb 1-1.1.1: new full-speed USB device number 6 using ehci-pci
Jun 15 10:46:05 archbook kernel: apple 0003:05AC:0252.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
Jun 15 10:46:05 archbook kernel: apple 0003:05AC:0252.0003: hidraw2: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
Jun 15 10:46:05 archbook kernel: usb 1-1.1.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Jun 15 10:46:05 archbook kernel: usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 15 10:46:05 archbook kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:05AC:820A.0004/input/input6
Jun 15 10:46:05 archbook kernel: hid-generic 0003:05AC:820A.0004: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
Jun 15 10:46:05 archbook kernel: usb 1-1.1.2: new full-speed USB device number 7 using ehci-pci
Jun 15 10:46:05 archbook kernel: usb 1-1.1.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Jun 15 10:46:05 archbook kernel: usb 1-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 15 10:46:05 archbook kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:05AC:820B.0005/input/input7
Jun 15 10:46:05 archbook kernel: hid-generic 0003:05AC:820B.0005: input,hidraw4: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
Jun 15 10:46:05 archbook kernel: usb 1-1.1.3: new full-speed USB device number 8 using ehci-pci
Jun 15 10:46:05 archbook kernel: firewire_core 0000:04:00.0: created device fw0: GUID 3c0754fffec81f9c, S800
Jun 15 10:46:05 archbook kernel: firewire_core 0000:04:00.0: phy config: new root=ffc0, gap_count=63
Jun 15 10:46:05 archbook kernel: usb 1-1.1.3: New USB device found, idVendor=05ac, idProduct=821a, bcdDevice= 0.42
Jun 15 10:46:05 archbook kernel: usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 15 10:46:05 archbook kernel: usb 1-1.1.3: Product: Bluetooth USB Host Controller
Jun 15 10:46:05 archbook kernel: usb 1-1.1.3: Manufacturer: Apple Inc.
Jun 15 10:46:05 archbook kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
Jun 15 10:46:05 archbook kernel: random: crng init done
Jun 15 10:46:05 archbook systemd[1]: systemd 251.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 15 10:46:05 archbook systemd[1]: Detected architecture x86-64.
Jun 15 10:46:05 archbook systemd[1]: Hostname set to <archbook>.
Jun 15 10:46:05 archbook systemd[1]: Queued start job for default target Graphical Interface.
Jun 15 10:46:05 archbook systemd[1]: Created slice Slice /system/getty.
Jun 15 10:46:05 archbook systemd[1]: Created slice Slice /system/modprobe.
Jun 15 10:46:05 archbook systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 15 10:46:05 archbook systemd[1]: Created slice User and Session Slice.
Jun 15 10:46:05 archbook systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 15 10:46:05 archbook systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 15 10:46:05 archbook systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 15 10:46:05 archbook systemd[1]: Reached target Local Encrypted Volumes.
Jun 15 10:46:05 archbook systemd[1]: Reached target Login Prompts.
Jun 15 10:46:05 archbook systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 15 10:46:05 archbook systemd[1]: Reached target Path Units.
Jun 15 10:46:05 archbook systemd[1]: Reached target Remote File Systems.
Jun 15 10:46:05 archbook systemd[1]: Reached target Slice Units.
Jun 15 10:46:05 archbook systemd[1]: Reached target Local Verity Protected Volumes.
Jun 15 10:46:05 archbook systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 15 10:46:05 archbook systemd[1]: Listening on LVM2 poll daemon socket.
Jun 15 10:46:05 archbook systemd[1]: Listening on Process Core Dump Socket.
Jun 15 10:46:05 archbook systemd[1]: Listening on Journal Audit Socket.
Jun 15 10:46:05 archbook systemd[1]: Listening on Journal Socket (/dev/log).
Jun 15 10:46:05 archbook systemd[1]: Listening on Journal Socket.
Jun 15 10:46:05 archbook systemd[1]: Listening on udev Control Socket.
Jun 15 10:46:05 archbook systemd[1]: Listening on udev Kernel Socket.
Jun 15 10:46:05 archbook systemd[1]: Mounting Huge Pages File System...
Jun 15 10:46:05 archbook systemd[1]: Mounting POSIX Message Queue File System...
Jun 15 10:46:05 archbook systemd[1]: Mounting Kernel Debug File System...
Jun 15 10:46:05 archbook systemd[1]: Mounting Kernel Trace File System...
Jun 15 10:46:05 archbook systemd[1]: Starting Create List of Static Device Nodes...
Jun 15 10:46:05 archbook systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 15 10:46:05 archbook systemd[1]: Starting Load Kernel Module configfs...
Jun 15 10:46:05 archbook systemd[1]: Starting Load Kernel Module drm...
Jun 15 10:46:05 archbook systemd[1]: Starting Load Kernel Module fuse...
Jun 15 10:46:05 archbook systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Jun 15 10:46:05 archbook systemd[1]: Starting Journal Service...
Jun 15 10:46:05 archbook systemd[1]: Starting Load Kernel Modules...
Jun 15 10:46:05 archbook systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 15 10:46:05 archbook systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Jun 15 10:46:05 archbook systemd[1]: Starting Coldplug All udev Devices...
Jun 15 10:46:05 archbook systemd[1]: Mounted Huge Pages File System.
Jun 15 10:46:05 archbook systemd[1]: Mounted POSIX Message Queue File System.
Jun 15 10:46:05 archbook systemd[1]: Mounted Kernel Debug File System.
Jun 15 10:46:05 archbook systemd[1]: Mounted Kernel Trace File System.
Jun 15 10:46:05 archbook systemd[1]: Finished Create List of Static Device Nodes.
Jun 15 10:46:05 archbook systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 15 10:46:05 archbook systemd[1]: Finished Load Kernel Module configfs.
Jun 15 10:46:05 archbook systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 15 10:46:05 archbook systemd[1]: Finished Load Kernel Module drm.
Jun 15 10:46:05 archbook systemd[1]: Mounting Kernel Configuration File System...
Jun 15 10:46:05 archbook systemd[1]: Mounted Kernel Configuration File System.
Jun 15 10:46:05 archbook kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Jun 15 10:46:05 archbook systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 15 10:46:05 archbook systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Jun 15 10:46:05 archbook kernel: fuse: init (API version 7.36)
Jun 15 10:46:05 archbook systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Jun 15 10:46:05 archbook systemd[1]: Starting Load/Save Random Seed...
Jun 15 10:46:05 archbook systemd[1]: Starting Create System Users...
Jun 15 10:46:05 archbook systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 15 10:46:05 archbook systemd[1]: Finished Load Kernel Module fuse.
Jun 15 10:46:05 archbook kernel: audit: type=1130 audit(1655307965.230:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook kernel: audit: type=1131 audit(1655307965.230:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd[1]: Mounting FUSE Control File System...
Jun 15 10:46:05 archbook systemd[1]: Mounted FUSE Control File System.
Jun 15 10:46:05 archbook systemd-journald[239]: Journal started
Jun 15 10:46:05 archbook systemd-journald[239]: Runtime Journal (/run/log/journal/0c1da7658a914e3d8ea490cad32a7e80) is 8.0M, max 191.8M, 183.8M free.
Jun 15 10:46:05 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd[1]: Started Journal Service.
Jun 15 10:46:05 archbook kernel: audit: type=1130 audit(1655307965.250:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 15 10:46:05 archbook systemd[1]: Finished Coldplug All udev Devices.
Jun 15 10:46:05 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook kernel: audit: type=1130 audit(1655307965.284:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd-modules-load[240]: Inserted module 'crypto_user'
Jun 15 10:46:05 archbook systemd[1]: Finished Load Kernel Modules.
Jun 15 10:46:05 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd[1]: Starting Apply Kernel Variables...
Jun 15 10:46:05 archbook kernel: audit: type=1130 audit(1655307965.330:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd-journald[239]: Time spent on flushing to /var/log/journal/0c1da7658a914e3d8ea490cad32a7e80 is 11.751364s for 979 entries.
Jun 15 10:46:05 archbook systemd-journald[239]: System Journal (/var/log/journal/0c1da7658a914e3d8ea490cad32a7e80) is 88.0M, max 4.0G, 3.9G free.
Jun 15 10:46:19 archbook systemd-journald[239]: Received client request to flush runtime journal.
Jun 15 10:46:19 archbook kernel: audit: type=1130 audit(1655307965.644:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:19 archbook kernel: audit: type=1130 audit(1655307966.057:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:19 archbook kernel: audit: type=1130 audit(1655307966.610:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:19 archbook kernel: audit: type=1130 audit(1655307967.514:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:19 archbook kernel: audit: type=1130 audit(1655307967.660:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:19 archbook kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20211217/utaddress-204)
Jun 15 10:46:19 archbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 15 10:46:19 archbook kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20211217/utaddress-204)
Jun 15 10:46:19 archbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 15 10:46:19 archbook kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20211217/utaddress-204)
Jun 15 10:46:19 archbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 15 10:46:19 archbook kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20211217/utaddress-204)
Jun 15 10:46:19 archbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 15 10:46:19 archbook kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 15 10:46:19 archbook kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Jun 15 10:46:19 archbook kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Jun 15 10:46:19 archbook kernel: ACPI: bus type thunderbolt registered
Jun 15 10:46:19 archbook kernel: apple_gmux: gmux device not present
Jun 15 10:46:19 archbook kernel: bcma-pci-bridge 0000:03:00.0: bus0: Found chip with id 0x4331, rev 0x02 and package 0x09
Jun 15 10:46:19 archbook kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x25, class 0x0)
Jun 15 10:46:19 archbook kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1D, class 0x0)
Jun 15 10:46:19 archbook kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x13, class 0x0)
Jun 15 10:46:19 archbook kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Jun 15 10:46:20 archbook kernel: bcma-pci-bridge 0000:03:00.0: bus0: Bus registered
Jun 15 10:46:20 archbook kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
Jun 15 10:46:20 archbook kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 15 10:46:20 archbook kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
Jun 15 10:46:20 archbook kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Jun 15 10:46:20 archbook kernel: iTCO_vendor_support: vendor-support=0
Jun 15 10:46:20 archbook kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jun 15 10:46:20 archbook kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jun 15 10:46:20 archbook kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 15 10:46:20 archbook kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jun 15 10:46:20 archbook kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jun 15 10:46:20 archbook kernel: cryptd: max_cpu_qlen set to 1000
Jun 15 10:46:20 archbook kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jun 15 10:46:20 archbook kernel: tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM957765) rev 57785100] (PCI Express) MAC address 40:6c:8f:01:23:d3
Jun 15 10:46:20 archbook kernel: tg3 0000:02:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Jun 15 10:46:20 archbook kernel: tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Jun 15 10:46:20 archbook kernel: tg3 0000:02:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
Jun 15 10:46:20 archbook kernel: applesmc: key=380 fan=1 temp=24 index=23 acc=1 lux=2 kbd=1
Jun 15 10:46:20 archbook kernel: input: bcm5974 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input9
Jun 15 10:46:20 archbook kernel: usbcore: registered new interface driver bcm5974
Jun 15 10:46:20 archbook kernel: mousedev: PS/2 mouse device common for all mice
Jun 15 10:46:20 archbook kernel: input: applesmc as /devices/platform/applesmc.768/input/input10
Jun 15 10:46:20 archbook kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jun 15 10:46:20 archbook kernel: AVX version of gcm_enc/dec engaged.
Jun 15 10:46:20 archbook kernel: AES CTR mode by8 optimization enabled
Jun 15 10:46:20 archbook kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Jun 15 10:46:20 archbook kernel: mc: Linux media interface: v0.10
Jun 15 10:46:20 archbook kernel: videodev: Linux video capture interface: v2.00
Jun 15 10:46:20 archbook kernel: checking generic (90000000 3e8000) vs hw (a0000000 400000)
Jun 15 10:46:20 archbook kernel: checking generic (90000000 3e8000) vs hw (90000000 10000000)
Jun 15 10:46:20 archbook kernel: fb0: switching to i915 from EFI VGA
Jun 15 10:46:20 archbook kernel: Console: switching to colour dummy device 80x25
Jun 15 10:46:20 archbook kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 15 10:46:20 archbook kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jun 15 10:46:20 archbook kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Jun 15 10:46:20 archbook kernel: acpi device:10: registered as cooling_device4
Jun 15 10:46:20 archbook kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11
Jun 15 10:46:20 archbook kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 15 10:46:20 archbook kernel: fbcon: i915drmfb (fb0) is primary device
Jun 15 10:46:20 archbook kernel: Bluetooth: Core ver 2.22
Jun 15 10:46:20 archbook kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 15 10:46:20 archbook kernel: Bluetooth: HCI device and connection manager initialized
Jun 15 10:46:20 archbook kernel: Bluetooth: HCI socket layer initialized
Jun 15 10:46:20 archbook kernel: Bluetooth: L2CAP socket layer initialized
Jun 15 10:46:20 archbook kernel: Bluetooth: SCO socket layer initialized
Jun 15 10:46:20 archbook kernel: Console: switching to colour frame buffer device 160x50
Jun 15 10:46:20 archbook kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 15 10:46:20 archbook kernel: tg3 0000:02:00.0 enp2s0f0: renamed from eth0
Jun 15 10:46:20 archbook kernel: at24 0-0050: supply vcc not found, using dummy regulator
Jun 15 10:46:20 archbook kernel: at24 0-0050: 256 byte spd EEPROM, read-only
Jun 15 10:46:20 archbook kernel: usb 1-2: Found UVC 1.00 device FaceTime HD Camera (Built-in) (05ac:8509)
Jun 15 10:46:20 archbook kernel: input: FaceTime HD Camera (Built-in):  as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input12
Jun 15 10:46:20 archbook kernel: usbcore: registered new interface driver uvcvideo
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Jun 15 10:46:20 archbook kernel: snd_hda_codec_cirrus hdaudioC0D0:      Line=0xc
Jun 15 10:46:20 archbook kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Jun 15 10:46:20 archbook kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Jun 15 10:46:20 archbook kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Jun 15 10:46:20 archbook kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Jun 15 10:46:20 archbook kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
Jun 15 10:46:20 archbook kernel: usbcore: registered new interface driver btusb
Jun 15 10:46:20 archbook kernel: usb 1-1.1.1: USB disconnect, device number 6
Jun 15 10:46:20 archbook kernel: Bluetooth: hci0: BCM: chip id 19 build 0847
Jun 15 10:46:20 archbook kernel: Bluetooth: hci0: BCM: product 05ac:821a
Jun 15 10:46:20 archbook kernel: Bluetooth: hci0: BCM: features 0x07
Jun 15 10:46:20 archbook kernel: Bluetooth: hci0: Apple Bluetooth Device
Jun 15 10:46:20 archbook kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 15 10:46:20 archbook kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 15 10:46:20 archbook kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 15 10:46:20 archbook kernel: cfg80211: failed to load regulatory.db
Jun 15 10:46:20 archbook kernel: usb 1-1.1.2: USB disconnect, device number 7
Jun 15 10:46:20 archbook kernel: intel_rapl_common: Found RAPL domain package
Jun 15 10:46:20 archbook kernel: intel_rapl_common: Found RAPL domain core
Jun 15 10:46:20 archbook kernel: intel_rapl_common: Found RAPL domain uncore
Jun 15 10:46:20 archbook kernel: b43-phy0: Broadcom 4331 WLAN found (core revision 29)
Jun 15 10:46:20 archbook kernel: b43-phy0: Found PHY: Analog 9, Type 7 (HT), Revision 1
Jun 15 10:46:20 archbook kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2059, Revision 0, Version 1
Jun 15 10:46:20 archbook kernel: b43-phy0 warning: 5 GHz band is unsupported on this PHY
Jun 15 10:46:20 archbook kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
Jun 15 10:46:20 archbook kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Jun 15 10:46:20 archbook kernel: b43 bcma0:1 wlp3s0b1: renamed from wlan0
Jun 15 10:46:20 archbook kernel: kauditd_printk_skb: 4 callbacks suppressed
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307973.090:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307973.090:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307973.090:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307973.090:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307973.597:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-5919\x2d0DC4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Quota mode: none.
Jun 15 10:46:20 archbook kernel: Adding 8653060k swap on /dev/sda3.  Priority:-2 extents:1 across:8653060k FS
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307977.404:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1131 audit(1655307978.047:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:06 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:06 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307980.357:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:07 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:07 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:07 archbook audit: BPF prog-id=9 op=LOAD
Jun 15 10:46:07 archbook audit: BPF prog-id=10 op=LOAD
Jun 15 10:46:07 archbook audit: BPF prog-id=11 op=LOAD
Jun 15 10:46:09 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:13 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:13 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:13 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:13 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:13 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-5919\x2d0DC4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:17 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:18 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:05 archbook systemd[1]: Finished Apply Kernel Variables.
Jun 15 10:46:06 archbook systemd[1]: Finished Load/Save Random Seed.
Jun 15 10:46:06 archbook systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Jun 15 10:46:06 archbook systemd[1]: Finished Create System Users.
Jun 15 10:46:20 archbook systemd-fsck[358]: fsck.fat 4.2 (2021-01-31)
Jun 15 10:46:20 archbook systemd-fsck[358]: /dev/sda1: 112 files, 15165/76643 clusters
Jun 15 10:46:06 archbook systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 15 10:46:07 archbook systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 15 10:46:07 archbook systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 15 10:46:07 archbook systemd[1]: Reached target Preparation for Local File Systems.
Jun 15 10:46:07 archbook systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 15 10:46:07 archbook systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 15 10:46:07 archbook systemd-udevd[253]: Using default interface naming scheme 'v251'.
Jun 15 10:46:09 archbook systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 15 10:46:10 archbook systemd-udevd[268]: event5: EVDEV_ABS override set but no EV_ABS present on device
Jun 15 10:46:12 archbook systemd[1]: Found device ST9500325ASG 1.
Jun 15 10:46:12 archbook systemd[1]: Starting File System Check on /dev/disk/by-uuid/5919-0DC4...
Jun 15 10:46:12 archbook systemd[1]: Created slice Slice /system/systemd-backlight.
Jun 15 10:46:12 archbook systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 15 10:46:12 archbook systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jun 15 10:46:12 archbook systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 15 10:46:12 archbook systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jun 15 10:46:12 archbook systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 15 10:46:13 archbook systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 15 10:46:13 archbook systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jun 15 10:46:13 archbook systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 15 10:46:13 archbook systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jun 15 10:46:13 archbook systemd[1]: Reached target Sound Card.
Jun 15 10:46:13 archbook systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Jun 15 10:46:13 archbook systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Jun 15 10:46:13 archbook systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Jun 15 10:46:13 archbook systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Jun 15 10:46:13 archbook systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Jun 15 10:46:13 archbook systemd[1]: Finished File System Check on /dev/disk/by-uuid/5919-0DC4.
Jun 15 10:46:13 archbook systemd[1]: Mounting /boot...
Jun 15 10:46:13 archbook systemd[1]: Mounted /boot.
Jun 15 10:46:14 archbook systemd[1]: Found device ST9500325ASG backup.
Jun 15 10:46:14 archbook systemd[1]: Mounting /.backup...
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307980.744:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1334 audit(1655307980.747:25): prog-id=12 op=LOAD
Jun 15 10:46:20 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook audit: BPF prog-id=12 op=LOAD
Jun 15 10:46:14 archbook systemd[1]: Found device ST9500325ASG 3.
Jun 15 10:46:14 archbook systemd[1]: Activating swap /dev/disk/by-uuid/fde762c2-0a13-45ae-be79-0c34ad535995...
Jun 15 10:46:14 archbook systemd[1]: Mounted /.backup.
Jun 15 10:46:14 archbook systemd[1]: Activated swap /dev/disk/by-uuid/fde762c2-0a13-45ae-be79-0c34ad535995.
Jun 15 10:46:14 archbook systemd[1]: Reached target Swaps.
Jun 15 10:46:14 archbook systemd[1]: Mounting Temporary Directory /tmp...
Jun 15 10:46:14 archbook systemd[1]: Mounted Temporary Directory /tmp.
Jun 15 10:46:14 archbook systemd[1]: Reached target Local File Systems.
Jun 15 10:46:14 archbook systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jun 15 10:46:15 archbook systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Jun 15 10:46:15 archbook systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 15 10:46:15 archbook systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 15 10:46:17 archbook systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jun 15 10:46:18 archbook systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 15 10:46:20 archbook systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 15 10:46:20 archbook systemd[1]: Starting Create Volatile Files and Directories...
Jun 15 10:46:20 archbook kernel: audit: type=1127 audit(1655307980.850:26): pid=377 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook audit[377]: SYSTEM_BOOT pid=377 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook systemd[1]: Finished Create Volatile Files and Directories.
Jun 15 10:46:20 archbook systemd[1]: Starting Rebuild Journal Catalog...
Jun 15 10:46:20 archbook systemd[1]: Starting Network Name Resolution...
Jun 15 10:46:20 archbook systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 15 10:46:20 archbook systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 15 10:46:20 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:20 archbook kernel: audit: type=1130 audit(1655307980.970:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook systemd[1]: Finished Rebuild Journal Catalog.
Jun 15 10:46:21 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook kernel: audit: type=1130 audit(1655307981.030:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook systemd[1]: Starting Update is Completed...
Jun 15 10:46:21 archbook systemd-resolved[376]: Positive Trust Anchors:
Jun 15 10:46:21 archbook kernel: audit: type=1130 audit(1655307981.054:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook systemd-resolved[376]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jun 15 10:46:21 archbook systemd-resolved[376]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jun 15 10:46:21 archbook systemd[1]: Finished Update is Completed.
Jun 15 10:46:21 archbook systemd-resolved[376]: Using system hostname 'archbook'.
Jun 15 10:46:21 archbook systemd[1]: Started Network Name Resolution.
Jun 15 10:46:21 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook systemd[1]: Reached target Host and Network Name Lookups.
Jun 15 10:46:21 archbook kernel: audit: type=1130 audit(1655307981.407:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook systemd[1]: Reached target System Initialization.
Jun 15 10:46:21 archbook systemd[1]: Started Daily man-db regeneration.
Jun 15 10:46:21 archbook systemd[1]: Started pkgfile database update timer.
Jun 15 10:46:21 archbook systemd[1]: Started Daily verification of password and group files.
Jun 15 10:46:21 archbook systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 15 10:46:21 archbook systemd[1]: Reached target Timer Units.
Jun 15 10:46:21 archbook kernel: audit: type=1334 audit(1655307981.494:31): prog-id=13 op=LOAD
Jun 15 10:46:21 archbook kernel: audit: type=1334 audit(1655307981.494:32): prog-id=14 op=LOAD
Jun 15 10:46:21 archbook audit: BPF prog-id=13 op=LOAD
Jun 15 10:46:21 archbook audit: BPF prog-id=14 op=LOAD
Jun 15 10:46:21 archbook audit: BPF prog-id=15 op=LOAD
Jun 15 10:46:21 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:21 archbook systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 15 10:46:21 archbook systemd[1]: Reached target Socket Units.
Jun 15 10:46:21 archbook systemd[1]: Reached target Basic System.
Jun 15 10:46:21 archbook systemd[1]: Starting Bluetooth service...
Jun 15 10:46:21 archbook systemd[1]: Starting D-Bus System Message Bus...
Jun 15 10:46:21 archbook systemd[1]: SSH Key Generation was skipped because all trigger condition checks failed.
Jun 15 10:46:21 archbook systemd[1]: Starting User Login Management...
Jun 15 10:46:21 archbook systemd[1]: Started Verify integrity of password and group files.
Jun 15 10:46:21 archbook systemd-logind[381]: New seat seat0.
Jun 15 10:46:21 archbook systemd-logind[381]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 15 10:46:21 archbook systemd-logind[381]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 15 10:46:21 archbook systemd-logind[381]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 15 10:46:21 archbook systemd-logind[381]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 15 10:46:21 archbook systemd-logind[381]: Watching system buttons on /dev/input/event5 (Apple Inc. Apple Internal Keyboard / Trackpad)
Jun 15 10:46:21 archbook systemd[1]: shadow.service: Deactivated successfully.
Jun 15 10:46:21 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:22 archbook bluetoothd[379]: Bluetooth daemon 5.64
Jun 15 10:46:23 archbook systemd[1]: Started D-Bus System Message Bus.
Jun 15 10:46:23 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:23 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jun 15 10:46:23 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:23 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:23 archbook systemd[1]: Starting Network Manager...
Jun 15 10:46:23 archbook systemd[1]: Started Bluetooth service.
Jun 15 10:46:23 archbook systemd[1]: Started User Login Management.
Jun 15 10:46:23 archbook systemd[1]: Reached target Bluetooth Support.
Jun 15 10:46:23 archbook bluetoothd[379]: Starting SDP server
Jun 15 10:46:23 archbook kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 15 10:46:23 archbook kernel: Bluetooth: BNEP filters: protocol multicast
Jun 15 10:46:23 archbook kernel: Bluetooth: BNEP socket layer initialized
Jun 15 10:46:23 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=379 comm="/usr/lib/bluetooth/bluetoothd")
Jun 15 10:46:23 archbook bluetoothd[379]: Bluetooth management interface 1.22 initialized
Jun 15 10:46:23 archbook audit: BPF prog-id=16 op=LOAD
Jun 15 10:46:23 archbook audit: BPF prog-id=17 op=LOAD
Jun 15 10:46:23 archbook audit: BPF prog-id=18 op=LOAD
Jun 15 10:46:23 archbook systemd[1]: Starting Hostname Service...
Jun 15 10:46:23 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun 15 10:46:23 archbook systemd[1]: Started Hostname Service.
Jun 15 10:46:23 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:23 archbook kernel: NET: Registered PF_ALG protocol family
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.5750] NetworkManager (version 1.38.0-1) is starting... (for the first time)
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.5752] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 15 10:46:24 archbook systemd[1]: Started Network Manager.
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6361] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 15 10:46:24 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:24 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:24 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:24 archbook systemd[1]: Reached target Network.
Jun 15 10:46:24 archbook systemd[1]: Starting Network Manager Wait Online...
Jun 15 10:46:24 archbook systemd[1]: Started OpenSSH Daemon.
Jun 15 10:46:24 archbook systemd[1]: Starting Permit User Sessions...
Jun 15 10:46:24 archbook systemd[1]: Finished Permit User Sessions.
Jun 15 10:46:24 archbook systemd[1]: Reached target Multi-User System.
Jun 15 10:46:24 archbook systemd[1]: Starting Light Display Manager...
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6784] manager[0x557c39cf4010]: monitoring kernel firmware directory '/lib/firmware'.
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6868] hostname: hostname: using hostnamed
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6869] hostname: static hostname changed from (none) to "archbook"
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6880] dns-mgr[0x557c39cc2250]: init: dns=default,systemd-resolved rc-manager=symlink
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6893] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/bcma0:1/ieee80211/phy0/rfkill1) (driver b43)
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6895] manager[0x557c39cf4010]: rfkill: Wi-Fi hardware radio set enabled
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.6895] manager[0x557c39cf4010]: rfkill: WWAN hardware radio set enabled
Jun 15 10:46:24 archbook NetworkManager[393]: <info>  [1655307984.9339] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-wifi.so)
Jun 15 10:46:25 archbook sshd[411]: Server listening on 0.0.0.0 port 22.
Jun 15 10:46:25 archbook sshd[411]: Server listening on :: port 22.
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.1465] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-bluetooth.so)
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.2028] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-ovs.so)
Jun 15 10:46:25 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:25 archbook systemd[1]: Started Light Display Manager.
Jun 15 10:46:25 archbook lightdm[413]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 15 10:46:25 archbook systemd[1]: Reached target Graphical Interface.
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.2366] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-adsl.so)
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.6869] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-team.so)
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.7178] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-wwan.so)
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.7188] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.7190] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.7192] manager: Networking is enabled by state file
Jun 15 10:46:25 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=393 comm="/usr/bin/NetworkManager --no-daemon")
Jun 15 10:46:25 archbook systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 15 10:46:25 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 15 10:46:25 archbook systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 15 10:46:25 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:25 archbook kernel: kauditd_printk_skb: 14 callbacks suppressed
Jun 15 10:46:25 archbook kernel: audit: type=1130 audit(1655307985.807:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:25 archbook NetworkManager[393]: <info>  [1655307985.8943] settings: Loaded settings plugin: keyfile (internal)
Jun 15 10:46:26 archbook NetworkManager[393]: <info>  [1655307986.0272] dhcp-init: Using DHCP client 'internal'
Jun 15 10:46:26 archbook NetworkManager[393]: <info>  [1655307986.0273] device (lo): carrier: link connected
Jun 15 10:46:26 archbook NetworkManager[393]: <info>  [1655307986.0281] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jun 15 10:46:26 archbook NetworkManager[393]: <info>  [1655307986.0316] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 15 10:46:26 archbook NetworkManager[393]: <info>  [1655307986.0362] settings: (enp2s0f0): created default wired connection 'Wired connection 1'
Jun 15 10:46:26 archbook NetworkManager[393]: <info>  [1655307986.0364] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 15 10:46:27 archbook NetworkManager[393]: <info>  [1655307987.0807] device (wlp3s0b1): driver supports Access Point (AP) mode
Jun 15 10:46:27 archbook NetworkManager[393]: <info>  [1655307987.0816] manager: (wlp3s0b1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jun 15 10:46:27 archbook NetworkManager[393]: <info>  [1655307987.0820] device (wlp3s0b1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 15 10:46:27 archbook kernel: b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
Jun 15 10:46:27 archbook NetworkManager[393]: <info>  [1655307987.4489] device (wlp3s0b1): set-hw-addr: set MAC address to CA:01:26:F8:0A:D6 (scanning)
Jun 15 10:46:27 archbook kernel: b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
Jun 15 10:46:27 archbook dbus-daemon[380]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.5' (uid=0 pid=393 comm="/usr/bin/NetworkManager --no-daemon")
Jun 15 10:46:27 archbook systemd[1]: Starting WPA supplicant...
Jun 15 10:46:27 archbook NetworkManager[393]: <info>  [1655307987.8439] ovsdb: disconnected from ovsdb
Jun 15 10:46:28 archbook dbus-daemon[380]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun 15 10:46:28 archbook systemd[1]: Started WPA supplicant.
Jun 15 10:46:28 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:28 archbook kernel: audit: type=1130 audit(1655307988.570:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:28 archbook wpa_supplicant[432]: Successfully initialized wpa_supplicant
Jun 15 10:46:28 archbook wpa_supplicant[432]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jun 15 10:46:28 archbook NetworkManager[393]: <info>  [1655307988.8636] device (wlp3s0b1): supplicant interface state: internal-starting -> disconnected
Jun 15 10:46:28 archbook NetworkManager[393]: <info>  [1655307988.8639] device (wlp3s0b1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.3024] policy: auto-activating connection 'erz7-2' (606a8c3e-aeef-44d5-b00f-867718abaffc)
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.3050] device (wlp3s0b1): Activation: starting connection 'erz7-2' (606a8c3e-aeef-44d5-b00f-867718abaffc)
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.3052] device (wlp3s0b1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.3056] manager: NetworkManager state is now CONNECTING
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.3621] device (wlp3s0b1): set-hw-addr: reset MAC address to 68:A8:6D:55:D2:92 (preserve)
Jun 15 10:46:30 archbook kernel: b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6783] device (wlp3s0b1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6794] device (wlp3s0b1): Activation: (wifi) access point 'erz7-2' has security, but secrets are required.
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6794] device (wlp3s0b1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6800] sup-iface[699b25cf351791db,0,wlp3s0b1]: wps: type pbc start...
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6815] device (wlp3s0b1): supplicant interface state: disconnected -> interface_disabled
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6839] device (wlp3s0b1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6852] device (wlp3s0b1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6863] device (wlp3s0b1): Activation: (wifi) connection 'erz7-2' has security, and secrets exist.  No new secrets needed.
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6864] Config: added 'ssid' value 'erz7-2'
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6865] Config: added 'scan_ssid' value '1'
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6866] Config: added 'bgscan' value 'simple:30:-70:86400'
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6866] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: WPS-CANCEL
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6867] Config: added 'auth_alg' value 'OPEN'
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6867] Config: added 'psk' value '<hidden>'
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.6994] device (wlp3s0b1): supplicant interface state: interface_disabled -> inactive
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: SME: Trying to authenticate with 40:2b:50:5a:e3:e0 (SSID='erz7-2' freq=2437 MHz)
Jun 15 10:46:30 archbook kernel: wlp3s0b1: authenticate with 40:2b:50:5a:e3:e0
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.7614] device (wlp3s0b1): supplicant interface state: inactive -> authenticating
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: Trying to associate with 40:2b:50:5a:e3:e0 (SSID='erz7-2' freq=2437 MHz)
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.7630] device (wlp3s0b1): supplicant interface state: authenticating -> associating
Jun 15 10:46:30 archbook kernel: wlp3s0b1: send auth to 40:2b:50:5a:e3:e0 (try 1/3)
Jun 15 10:46:30 archbook kernel: wlp3s0b1: authenticated
Jun 15 10:46:30 archbook kernel: wlp3s0b1: associate with 40:2b:50:5a:e3:e0 (try 1/3)
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: Associated with 40:2b:50:5a:e3:e0
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 15 10:46:30 archbook kernel: wlp3s0b1: RX AssocResp from 40:2b:50:5a:e3:e0 (capab=0x1411 status=0 aid=14)
Jun 15 10:46:30 archbook kernel: wlp3s0b1: associated
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.7738] device (wlp3s0b1): supplicant interface state: associating -> associated
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.8117] device (wlp3s0b1): supplicant interface state: associated -> 4way_handshake
Jun 15 10:46:30 archbook kernel: wlp3s0b1: Limiting TX power to 30 (30 - 0) dBm as advertised by 40:2b:50:5a:e3:e0
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: WPA: Key negotiation completed with 40:2b:50:5a:e3:e0 [PTK=CCMP GTK=CCMP]
Jun 15 10:46:30 archbook wpa_supplicant[432]: wlp3s0b1: CTRL-EVENT-CONNECTED - Connection to 40:2b:50:5a:e3:e0 completed [id=0 id_str=]
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.9789] device (wlp3s0b1): supplicant interface state: 4way_handshake -> completed
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.9789] device (wlp3s0b1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "erz7-2"
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.9791] device (wlp3s0b1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:31 archbook kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0b1: link becomes ready
Jun 15 10:46:30 archbook NetworkManager[393]: <info>  [1655307990.9800] dhcp4 (wlp3s0b1): activation: beginning transaction (timeout in 45 seconds)
Jun 15 10:46:31 archbook wpa_supplicant[432]: wlp3s0b1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-39 noise=0 txrate=2000
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.2977] dhcp4 (wlp3s0b1): state changed new lease, address=192.168.1.76
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.3033] device (wlp3s0b1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.3452] device (wlp3s0b1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.3455] device (wlp3s0b1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.3459] manager: NetworkManager state is now CONNECTED_LOCAL
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.3466] manager: NetworkManager state is now CONNECTED_SITE
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.3468] policy: set 'erz7-2' (wlp3s0b1) as default for IPv4 routing and DNS
Jun 15 10:46:31 archbook systemd-resolved[376]: wlp3s0b1: Bus client set search domain list to: attlocal.net
Jun 15 10:46:31 archbook systemd-resolved[376]: wlp3s0b1: Bus client set default route setting: yes
Jun 15 10:46:31 archbook systemd-resolved[376]: wlp3s0b1: Bus client set DNS server list to: 192.168.1.254
Jun 15 10:46:31 archbook NetworkManager[393]: <info>  [1655307991.5636] device (wlp3s0b1): Activation: successful, device activated.
Jun 15 10:46:32 archbook NetworkManager[393]: <info>  [1655307992.1890] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 15 10:46:33 archbook NetworkManager[393]: <info>  [1655307993.0698] manager: startup complete
Jun 15 10:46:33 archbook systemd[1]: Finished Network Manager Wait Online.
Jun 15 10:46:33 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:33 archbook systemd[1]: Reached target Network is Online.
Jun 15 10:46:33 archbook kernel: audit: type=1130 audit(1655307993.077:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:33 archbook audit: BPF prog-id=19 op=LOAD
Jun 15 10:46:33 archbook kernel: audit: type=1334 audit(1655307993.080:50): prog-id=19 op=LOAD
Jun 15 10:46:33 archbook systemd[1]: Starting pkgfile database update...
Jun 15 10:46:33 archbook lightdm[457]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 15 10:46:33 archbook audit[457]: CRED_ACQ pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:34 archbook kernel: audit: type=1103 audit(1655307993.994:51): pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:34 archbook lightdm[457]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=971) by (uid=0)
Jun 15 10:46:34 archbook systemd[1]: Created slice User Slice of UID 971.
Jun 15 10:46:34 archbook systemd[1]: Starting User Runtime Directory /run/user/971...
Jun 15 10:46:34 archbook systemd-logind[381]: New session c1 of user lightdm.
Jun 15 10:46:34 archbook systemd[1]: Finished User Runtime Directory /run/user/971.
Jun 15 10:46:34 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook systemd[1]: Starting User Manager for UID 971...
Jun 15 10:46:34 archbook kernel: audit: type=1130 audit(1655307994.100:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=461 comm="(systemd)")
Jun 15 10:46:34 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:46:34 archbook systemd[461]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:46:34 archbook kernel: audit: type=1101 audit(1655307994.180:53): pid=461 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook kernel: audit: type=1103 audit(1655307994.180:54): pid=461 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 15 10:46:34 archbook kernel: audit: type=1006 audit(1655307994.180:55): pid=461 uid=0 old-auid=4294967295 auid=971 tty=(none) old-ses=4294967295 ses=1 res=1
Jun 15 10:46:34 archbook kernel: audit: type=1300 audit(1655307994.180:55): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fff9662ca80 a2=3 a3=7fff9662c795 items=0 ppid=1 pid=461 auid=971 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)
Jun 15 10:46:34 archbook kernel: audit: type=1327 audit(1655307994.180:55): proctitle="(systemd)"
Jun 15 10:46:34 archbook kernel: audit: type=1105 audit(1655307994.200:56): pid=461 uid=0 auid=971 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook audit[461]: USER_ACCT pid=461 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook audit[461]: CRED_ACQ pid=461 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 15 10:46:34 archbook audit[461]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fff9662ca80 a2=3 a3=7fff9662c795 items=0 ppid=1 pid=461 auid=971 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)
Jun 15 10:46:34 archbook audit: PROCTITLE proctitle="(systemd)"
Jun 15 10:46:34 archbook audit[461]: USER_START pid=461 uid=0 auid=971 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook systemd[461]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 15 10:46:34 archbook systemd[461]: pam_unix(systemd-user:session): session opened for user lightdm(uid=971) by (uid=0)
Jun 15 10:46:34 archbook systemd[461]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jun 15 10:46:34 archbook systemd[461]: Queued start job for default target Main User Target.
Jun 15 10:46:34 archbook systemd[461]: Created slice User Application Slice.
Jun 15 10:46:34 archbook systemd[461]: Reached target Paths.
Jun 15 10:46:34 archbook systemd[461]: Reached target Timers.
Jun 15 10:46:34 archbook systemd[461]: Starting D-Bus User Message Bus Socket...
Jun 15 10:46:34 archbook systemd[461]: Listening on GnuPG network certificate management daemon.
Jun 15 10:46:34 archbook systemd[461]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 15 10:46:34 archbook systemd[461]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 15 10:46:34 archbook systemd[461]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 15 10:46:34 archbook systemd[461]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 15 10:46:34 archbook systemd[461]: Listening on p11-kit server.
Jun 15 10:46:34 archbook systemd[461]: Listening on PipeWire Multimedia System Socket.
Jun 15 10:46:34 archbook systemd[461]: Listening on Sound System.
Jun 15 10:46:34 archbook systemd[461]: Listening on D-Bus User Message Bus Socket.
Jun 15 10:46:34 archbook systemd[461]: Reached target Sockets.
Jun 15 10:46:34 archbook systemd[461]: Reached target Basic System.
Jun 15 10:46:34 archbook systemd[1]: Started User Manager for UID 971.
Jun 15 10:46:34 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:34 archbook systemd[461]: Starting Update XDG user dir configuration...
Jun 15 10:46:34 archbook systemd[1]: Started Session c1 of User lightdm.
Jun 15 10:46:34 archbook audit[457]: USER_START pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:34 archbook systemd[461]: Finished Update XDG user dir configuration.
Jun 15 10:46:34 archbook systemd[461]: Reached target Main User Target.
Jun 15 10:46:34 archbook systemd[461]: Startup finished in 673ms.
Jun 15 10:46:35 archbook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 15 10:46:35 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:36 archbook systemd[461]: Created slice User Core Session Slice.
Jun 15 10:46:36 archbook systemd[461]: Starting D-Bus User Message Bus...
Jun 15 10:46:36 archbook systemd[461]: Started D-Bus User Message Bus.
Jun 15 10:46:36 archbook dbus-daemon[471]: [session uid=971 pid=471] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=971 pid=469 comm="/usr/bin/lightdm-mini-greeter")
Jun 15 10:46:36 archbook dbus-daemon[471]: [session uid=971 pid=471] Successfully activated service 'org.freedesktop.systemd1'
Jun 15 10:46:36 archbook systemd[461]: Starting Accessibility services bus...
Jun 15 10:46:36 archbook dbus-daemon[471]: [session uid=971 pid=471] Successfully activated service 'org.a11y.Bus'
Jun 15 10:46:36 archbook systemd[461]: Started Accessibility services bus.
Jun 15 10:46:37 archbook NetworkManager[393]: <info>  [1655307997.2382] dhcp6 (wlp3s0b1): activation: beginning transaction (timeout in 45 seconds)
Jun 15 10:46:37 archbook NetworkManager[393]: <info>  [1655307997.2396] policy: set 'erz7-2' (wlp3s0b1) as default for IPv6 routing and DNS
Jun 15 10:46:37 archbook systemd-resolved[376]: wlp3s0b1: Bus client set DNS server list to: 192.168.1.254, 2600:1700:600:29d0::1
Jun 15 10:46:37 archbook NetworkManager[393]: <info>  [1655307997.4861] dhcp6 (wlp3s0b1): state changed new lease, address=2600:1700:600:29d0::a
Jun 15 10:46:37 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=393 comm="/usr/bin/NetworkManager --no-daemon")
Jun 15 10:46:37 archbook systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 15 10:46:37 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 15 10:46:37 archbook systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 15 10:46:37 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:40 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=489 comm="lightdm --session-child 14 21")
Jun 15 10:46:40 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:46:40 archbook lightdm[489]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:46:40 archbook at-spi-bus-launcher[479]: dbus-daemon[479]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=971 pid=469 comm="/usr/bin/lightdm-mini-greeter")
Jun 15 10:46:40 archbook at-spi-bus-launcher[479]: dbus-daemon[479]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 15 10:46:40 archbook at-spi-bus-launcher[495]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 15 10:46:43 archbook audit[489]: USER_AUTH pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook audit[489]: USER_ACCT pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook kernel: kauditd_printk_skb: 4 callbacks suppressed
Jun 15 10:46:43 archbook kernel: audit: type=1100 audit(1655308003.487:61): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook kernel: audit: type=1101 audit(1655308003.487:62): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook lightdm[489]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 15 10:46:43 archbook systemd[1]: Stopping Session c1 of User lightdm...
Jun 15 10:46:43 archbook lightdm[457]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jun 15 10:46:43 archbook audit[457]: USER_END pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook audit[457]: CRED_DISP pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook systemd[1]: session-c1.scope: Deactivated successfully.
Jun 15 10:46:43 archbook systemd[1]: Stopped Session c1 of User lightdm.
Jun 15 10:46:43 archbook kernel: audit: type=1106 audit(1655308003.577:63): pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook kernel: audit: type=1104 audit(1655308003.577:64): pid=457 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook systemd-logind[381]: Removed session c1.
Jun 15 10:46:43 archbook audit[489]: CRED_ACQ pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook audit[489]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffc44e49ca0 a2=4 a3=7ffc44e499b4 items=0 ppid=413 pid=489 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Jun 15 10:46:43 archbook kernel: audit: type=1103 audit(1655308003.580:65): pid=489 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook kernel: audit: type=1006 audit(1655308003.580:66): pid=489 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jun 15 10:46:43 archbook kernel: audit: type=1300 audit(1655308003.580:66): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffc44e49ca0 a2=4 a3=7ffc44e499b4 items=0 ppid=413 pid=489 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Jun 15 10:46:43 archbook kernel: audit: type=1327 audit(1655308003.580:66): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
Jun 15 10:46:43 archbook audit: PROCTITLE proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
Jun 15 10:46:43 archbook lightdm[489]: pam_unix(lightdm:session): session opened for user ez(uid=1000) by (uid=0)
Jun 15 10:46:43 archbook systemd[1]: Created slice User Slice of UID 1000.
Jun 15 10:46:43 archbook systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 15 10:46:43 archbook systemd-logind[381]: New session 2 of user ez.
Jun 15 10:46:43 archbook kernel: audit: type=1130 audit(1655308003.600:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:43 archbook kernel: audit: type=1101 audit(1655308003.607:68): pid=502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ez" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:43 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:43 archbook audit[502]: USER_ACCT pid=502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ez" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:43 archbook audit[502]: CRED_ACQ pid=502 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ez" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 15 10:46:43 archbook audit[502]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff9662ca80 a2=4 a3=7fff9662c794 items=0 ppid=1 pid=502 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jun 15 10:46:43 archbook audit: PROCTITLE proctitle="(systemd)"
Jun 15 10:46:43 archbook audit[502]: USER_START pid=502 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ez" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:43 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=502 comm="(systemd)")
Jun 15 10:46:43 archbook systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 15 10:46:43 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:46:43 archbook systemd[1]: Starting User Manager for UID 1000...
Jun 15 10:46:43 archbook systemd[502]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:46:43 archbook systemd[502]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ez] ruser=[<unknown>] rhost=[<unknown>]
Jun 15 10:46:43 archbook systemd[502]: pam_unix(systemd-user:session): session opened for user ez(uid=1000) by (uid=0)
Jun 15 10:46:43 archbook systemd[502]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jun 15 10:46:43 archbook systemd[502]: Queued start job for default target Main User Target.
Jun 15 10:46:43 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:43 archbook audit[489]: USER_START pid=489 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ez" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jun 15 10:46:43 archbook audit[489]: USER_LOGIN pid=489 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=archbook addr=? terminal=/dev/tty7 res=success'
Jun 15 10:46:43 archbook systemd[502]: Created slice User Application Slice.
Jun 15 10:46:43 archbook lightdm[489]: pam_env(lightdm:session): deprecated reading of user environment enabled
Jun 15 10:46:43 archbook systemd[502]: Reached target Paths.
Jun 15 10:46:44 archbook dbus-daemon[514]: [session uid=1000 pid=514] Successfully activated service 'org.freedesktop.systemd1'
Jun 15 10:46:43 archbook systemd[502]: Reached target Timers.
Jun 15 10:46:43 archbook systemd[502]: Starting D-Bus User Message Bus Socket...
Jun 15 10:46:43 archbook systemd[502]: Listening on GnuPG network certificate management daemon.
Jun 15 10:46:43 archbook systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 15 10:46:43 archbook systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 15 10:46:43 archbook systemd[502]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 15 10:46:43 archbook systemd[502]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 15 10:46:43 archbook systemd[502]: Listening on p11-kit server.
Jun 15 10:46:43 archbook systemd[502]: Listening on PipeWire Multimedia System Socket.
Jun 15 10:46:43 archbook systemd[502]: Listening on Sound System.
Jun 15 10:46:43 archbook systemd[502]: Listening on D-Bus User Message Bus Socket.
Jun 15 10:46:43 archbook systemd[502]: Reached target Sockets.
Jun 15 10:46:43 archbook systemd[502]: Reached target Basic System.
Jun 15 10:46:43 archbook systemd[1]: Started User Manager for UID 1000.
Jun 15 10:46:43 archbook systemd[502]: Starting Update XDG user dir configuration...
Jun 15 10:46:43 archbook systemd[1]: Started Session 2 of User ez.
Jun 15 10:46:43 archbook systemd[502]: Finished Update XDG user dir configuration.
Jun 15 10:46:43 archbook systemd[502]: Reached target Main User Target.
Jun 15 10:46:43 archbook systemd[502]: Startup finished in 235ms.
Jun 15 10:46:44 archbook systemd[502]: Created slice User Core Session Slice.
Jun 15 10:46:44 archbook systemd[502]: Starting D-Bus User Message Bus...
Jun 15 10:46:44 archbook systemd[502]: Started D-Bus User Message Bus.
Jun 15 10:46:47 archbook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 15 10:46:47 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:48 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.1' (uid=0 pid=381 comm="/usr/lib/systemd/systemd-logind")
Jun 15 10:46:48 archbook systemd[1]: Starting Authorization Manager...
Jun 15 10:46:48 archbook polkitd[524]: Started polkitd version 0.120
Jun 15 10:46:48 archbook polkitd[524]: Loading rules from directory /etc/polkit-1/rules.d
Jun 15 10:46:48 archbook polkitd[524]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 15 10:46:49 archbook polkitd[524]: Finished loading, compiling and executing 3 rules
Jun 15 10:46:49 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 15 10:46:49 archbook systemd[1]: Started Authorization Manager.
Jun 15 10:46:49 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:49 archbook polkitd[524]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 15 10:46:49 archbook kernel: kauditd_printk_skb: 9 callbacks suppressed
Jun 15 10:46:49 archbook kernel: audit: type=1130 audit(1655308009.574:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:52 archbook lxqt-config-input[541]: Detected "bcm5974" on "/dev/input/event9"
Jun 15 10:46:52 archbook lxqt-config-input[541]: xinput driver: "libinput"
Jun 15 10:46:52 archbook lxqt-config-input[541]: Load settings for "bcm5974"
Jun 15 10:46:53 archbook lxqt-policykit-agent[552]: New PolkitAgentListener  0x558936771800
Jun 15 10:46:53 archbook lxqt-policykit-agent[552]: Adding new listener  PolkitQt1::Agent::Listener(0x7ffe3f6a1b00) for  0x558936771800
Jun 15 10:46:53 archbook polkitd[524]: Registered Authentication Agent for unix-session:2 (system bus name :1.25 [/usr/bin/lxqt-policykit-agent], object path /org/lxqt/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 15 10:46:53 archbook systemd[1]: Stopping User Manager for UID 971...
Jun 15 10:46:53 archbook systemd[461]: Activating special unit Exit the Session...
Jun 15 10:46:53 archbook systemd[461]: Stopped target Main User Target.
Jun 15 10:46:53 archbook systemd[461]: Stopping Accessibility services bus...
Jun 15 10:46:53 archbook systemd[461]: Stopping D-Bus User Message Bus...
Jun 15 10:46:53 archbook systemd[461]: Stopped D-Bus User Message Bus.
Jun 15 10:46:53 archbook systemd[461]: Stopped Accessibility services bus.
Jun 15 10:46:53 archbook systemd[461]: Removed slice User Core Session Slice.
Jun 15 10:46:53 archbook systemd[461]: Stopped target Basic System.
Jun 15 10:46:53 archbook systemd[461]: Stopped target Paths.
Jun 15 10:46:53 archbook systemd[461]: Stopped target Sockets.
Jun 15 10:46:53 archbook systemd[461]: Stopped target Timers.
Jun 15 10:46:53 archbook systemd[461]: Closed D-Bus User Message Bus Socket.
Jun 15 10:46:53 archbook systemd[461]: Closed GnuPG network certificate management daemon.
Jun 15 10:46:53 archbook systemd[461]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 15 10:46:53 archbook systemd[461]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 15 10:46:53 archbook systemd[461]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 15 10:46:53 archbook systemd[461]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 15 10:46:53 archbook systemd[461]: Closed p11-kit server.
Jun 15 10:46:53 archbook systemd[461]: Closed PipeWire Multimedia System Socket.
Jun 15 10:46:53 archbook systemd[461]: Closed Sound System.
Jun 15 10:46:53 archbook systemd[461]: Removed slice User Application Slice.
Jun 15 10:46:53 archbook systemd[461]: Reached target Shutdown.
Jun 15 10:46:53 archbook systemd[461]: Finished Exit the Session.
Jun 15 10:46:53 archbook systemd[461]: Reached target Exit the Session.
Jun 15 10:46:53 archbook systemd[462]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 15 10:46:53 archbook systemd[1]: user@971.service: Deactivated successfully.
Jun 15 10:46:53 archbook systemd[1]: Stopped User Manager for UID 971.
Jun 15 10:46:53 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:53 archbook kernel: audit: type=1131 audit(1655308013.797:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:53 archbook systemd[1]: Stopping User Runtime Directory /run/user/971...
Jun 15 10:46:53 archbook kernel: audit: type=1131 audit(1655308013.830:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:53 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@971 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:53 archbook systemd[1]: run-user-971.mount: Deactivated successfully.
Jun 15 10:46:53 archbook systemd[1]: user-runtime-dir@971.service: Deactivated successfully.
Jun 15 10:46:53 archbook systemd[1]: Stopped User Runtime Directory /run/user/971.
Jun 15 10:46:53 archbook systemd[1]: Removed slice User Slice of UID 971.
Jun 15 10:46:54 archbook pcmanfm-qt[548]: isPrimaryInstance
Jun 15 10:46:54 archbook systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 15 10:46:54 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:54 archbook kernel: audit: type=1131 audit(1655308014.717:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:54 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:46:54 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:46:54 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:46:54 archbook kernel: audit: type=1334 audit(1655308014.800:80): prog-id=0 op=UNLOAD
Jun 15 10:46:54 archbook kernel: audit: type=1334 audit(1655308014.800:81): prog-id=0 op=UNLOAD
Jun 15 10:46:54 archbook kernel: audit: type=1334 audit(1655308014.800:82): prog-id=0 op=UNLOAD
Jun 15 10:46:55 archbook systemd[502]: Starting Sound Service...
Jun 15 10:46:55 archbook pcmanfm-qt[548]: size of cached file QSize(1280, 800) , requiredSize: QSize(1280, 800)
Jun 15 10:46:55 archbook pcmanfm-qt[548]: origin "/usr/share/lxqt/wallpapers/origami-dark.png"
Jun 15 10:46:57 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.27' (uid=1000 pid=609 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jun 15 10:46:57 archbook systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 15 10:46:57 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun 15 10:46:57 archbook systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Successfully called chroot.
Jun 15 10:46:57 archbook kernel: audit: type=1130 audit(1655308017.257:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:57 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:46:57 archbook rtkit-daemon[611]: Successfully dropped privileges.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Successfully limited resources.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Running.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Watchdog thread running.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Canary thread running.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Successfully made thread 609 of process 609 owned by '1000' high priority at nice level -11.
Jun 15 10:46:57 archbook rtkit-daemon[611]: Supervising 1 threads of 1 processes of 1 users.
Jun 15 10:47:00 archbook lxqt-runner[553]: systemd: "CanHibernate" = "yes"
Jun 15 10:47:01 archbook rtkit-daemon[611]: Supervising 1 threads of 1 processes of 1 users.
Jun 15 10:47:01 archbook rtkit-daemon[611]: Successfully made thread 614 of process 609 owned by '1000' RT at priority 5.
Jun 15 10:47:01 archbook lxqt-runner[553]: systemd: "CanSuspend" = "yes"
Jun 15 10:47:01 archbook rtkit-daemon[611]: Supervising 2 threads of 1 processes of 1 users.
Jun 15 10:47:01 archbook rtkit-daemon[611]: Supervising 2 threads of 1 processes of 1 users.
Jun 15 10:47:01 archbook rtkit-daemon[611]: Successfully made thread 615 of process 609 owned by '1000' RT at priority 5.
Jun 15 10:47:01 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:47:01 archbook lxqt-session[510]: systemd: "CanReboot" = "yes"
Jun 15 10:47:02 archbook lxqt-session[510]: systemd: "CanPowerOff" = "yes"
Jun 15 10:47:04 archbook dbus-daemon[514]: [session uid=1000 pid=514] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.15' (uid=1000 pid=545 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 15 10:47:04 archbook systemd[502]: Starting Accessibility services bus...
Jun 15 10:47:04 archbook dbus-daemon[514]: [session uid=1000 pid=514] Successfully activated service 'org.a11y.Bus'
Jun 15 10:47:04 archbook systemd[502]: Started Accessibility services bus.
Jun 15 10:47:04 archbook pulseaudio[609]: stat('/etc/pulse/default.pa.d'): No such file or directory
Jun 15 10:47:04 archbook systemd[502]: Started Sound Service.
Jun 15 10:47:04 archbook pulseaudio[609]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Jun 15 10:47:04 archbook kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 15 10:47:04 archbook kernel: Bluetooth: RFCOMM socket layer initialized
Jun 15 10:47:04 archbook kernel: Bluetooth: RFCOMM ver 1.11
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/sbc
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/sbc
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jun 15 10:47:04 archbook bluetoothd[379]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jun 15 10:47:07 archbook systemd[1]: pkgfile-update.service: Deactivated successfully.
Jun 15 10:47:07 archbook systemd[1]: Finished pkgfile database update.
Jun 15 10:47:07 archbook systemd[1]: Startup finished in 4.094s (kernel) + 1min 5.900s (userspace) = 1min 9.994s.
Jun 15 10:47:07 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pkgfile-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:07 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pkgfile-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:07 archbook systemd[1]: pkgfile-update.service: Consumed 3.191s CPU time.
Jun 15 10:47:07 archbook kernel: audit: type=1130 audit(1655308027.150:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pkgfile-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:07 archbook kernel: audit: type=1131 audit(1655308027.150:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pkgfile-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:07 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:47:07 archbook kernel: audit: type=1334 audit(1655308027.167:86): prog-id=0 op=UNLOAD
Jun 15 10:47:07 archbook lxqt-panel[551]: starting
Jun 15 10:47:08 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.34' (uid=1000 pid=551 comm="/usr/bin/lxqt-panel")
Jun 15 10:47:08 archbook systemd[1]: Starting Disk Manager...
Jun 15 10:47:09 archbook udisksd[639]: udisks daemon version 2.9.4 starting
Jun 15 10:47:10 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.service' requested by ':1.33' (uid=1000 pid=545 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 15 10:47:10 archbook systemd[1]: Starting Bluetooth management mechanism...
Jun 15 10:47:10 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 15 10:47:10 archbook systemd[1]: Started Disk Manager.
Jun 15 10:47:10 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:10 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.34' (uid=1000 pid=551 comm="/usr/bin/lxqt-panel")
Jun 15 10:47:10 archbook kernel: audit: type=1130 audit(1655308030.720:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:10 archbook audit: BPF prog-id=20 op=LOAD
Jun 15 10:47:10 archbook audit: BPF prog-id=21 op=LOAD
Jun 15 10:47:10 archbook systemd[1]: Starting Daemon for power management...
Jun 15 10:47:10 archbook kernel: audit: type=1334 audit(1655308030.740:88): prog-id=20 op=LOAD
Jun 15 10:47:10 archbook kernel: audit: type=1334 audit(1655308030.740:89): prog-id=21 op=LOAD
Jun 15 10:47:11 archbook udisksd[639]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 15 10:47:11 archbook dbus-daemon[380]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 15 10:47:11 archbook systemd[1]: Started Daemon for power management.
Jun 15 10:47:11 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:11 archbook kernel: audit: type=1130 audit(1655308031.367:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:11 archbook dbus-daemon[380]: [system] Successfully activated service 'org.blueman.Mechanism'
Jun 15 10:47:11 archbook systemd[1]: Started Bluetooth management mechanism.
Jun 15 10:47:11 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:11 archbook kernel: audit: type=1130 audit(1655308031.937:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:12 archbook at-spi-bus-launcher[627]: dbus-daemon[627]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=545 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 15 10:47:12 archbook at-spi-bus-launcher[627]: dbus-daemon[627]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 15 10:47:12 archbook dbus-daemon[514]: [session uid=1000 pid=514] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.17' (uid=1000 pid=545 comm="/usr/bin/python /usr/bin/blueman-applet")
Jun 15 10:47:12 archbook systemd[502]: Starting Bluetooth OBEX service...
Jun 15 10:47:12 archbook at-spi-bus-launcher[664]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 15 10:47:12 archbook lxqt-panel[551]: WinIdChange e00008 handle QWidgetWindow(0x55936ed68330, name="LXQtPanel panel1Window") QScreen(0x55936eb179f0, name="LVDS-1")
Jun 15 10:47:12 archbook obexd[670]: OBEX daemon 5.64
Jun 15 10:47:12 archbook dbus-daemon[514]: [session uid=1000 pid=514] Successfully activated service 'org.bluez.obex'
Jun 15 10:47:12 archbook systemd[502]: Started Bluetooth OBEX service.
Jun 15 10:47:12 archbook lxqt-panel[551]: StatusNotifierProxy, services: ()
Jun 15 10:47:12 archbook lxqt-panel[551]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.35'
Jun 15 10:47:12 archbook lxqt-panel[551]: Manager selection claimed
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "6 minute(s)" , 6
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 97.3949 actionTime: QTime(Invalid)
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: Inhibit got: 29
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: Starting idlenesswatcher
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: "PowerButton" "" ""
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: "SuspendButton" "" ""
Jun 15 10:47:15 archbook lxqt-powermanagement[682]: "HibenateButton" "" ""
Jun 15 10:47:15 archbook lxqt-panel[551]: trying to dock window  35651596
Jun 15 10:47:15 archbook lxqt-panel[551]: adding damage watch for  35651596
Jun 15 10:47:15 archbook lxqt-panel[551]: Container window visible, stack below
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.Menu was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.OverlayIconName was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.AttentionIconName was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.OverlayIconPixmap was not found in object /StatusNotifierItem)
Jun 15 10:47:15 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.AttentionIconPixmap was not found in object /StatusNotifierItem)
Jun 15 10:47:16 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 15 10:47:16 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 15 10:47:16 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 15 10:47:16 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 15 10:47:16 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 15 10:47:16 archbook lxqt-panel[551]: Error on DBus request(:1.25,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 15 10:47:41 archbook systemd[1]: blueman-mechanism.service: Deactivated successfully.
Jun 15 10:47:41 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:41 archbook kernel: audit: type=1131 audit(1655308061.337:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:47:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "44 minute(s)" , 44
Jun 15 10:47:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:47:41 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 97.237 actionTime: QTime(Invalid)
Jun 15 10:47:54 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.41' (uid=0 pid=762 comm="sudo pacman -Syu")
Jun 15 10:47:54 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:47:54 archbook sudo[762]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 10:47:55 archbook audit[762]: USER_AUTH pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:47:56 archbook kernel: audit: type=1100 audit(1655308075.944:93): pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:47:56 archbook kernel: audit: type=1101 audit(1655308075.944:94): pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:47:56 archbook kernel: audit: type=1110 audit(1655308075.944:95): pid=762 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/0 res=success'
Jun 15 10:47:56 archbook kernel: audit: type=1105 audit(1655308075.944:96): pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:47:55 archbook audit[762]: USER_ACCT pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:47:55 archbook audit[762]: CRED_REFR pid=762 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/0 res=success'
Jun 15 10:47:55 archbook audit[762]: USER_START pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:47:55 archbook sudo[762]:       ez : TTY=pts/0 ; PWD=/home/ez ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Jun 15 10:47:55 archbook sudo[762]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:48:11 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "39 minute(s)" , 39
Jun 15 10:48:11 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:48:11 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 97.0594 actionTime: QTime(Invalid)
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 3 threads of 1 processes of 1 users.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Successfully made thread 891 of process 768 owned by '1000' RT at priority 10.
Jun 15 10:48:24 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:27 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:27 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:31 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:31 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:31 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:31 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:48:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "48 minute(s)" , 48
Jun 15 10:48:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 10:48:41 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 96.7831 actionTime: QTime(Invalid)
Jun 15 10:49:11 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "36 minute(s)" , 36
Jun 15 10:49:11 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 10:49:11 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 96.5463 actionTime: QTime(Invalid)
Jun 15 10:49:36 archbook pkexec[1459]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:49:36 archbook kernel: audit: type=1105 audit(1655308176.530:97): pid=1459 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:49:36 archbook audit[1459]: USER_START pid=1459 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:49:36 archbook pkexec[1459]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 10:49:39 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:49:39 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:49:39 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:49:39 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:49:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 10:49:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:49:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 10:49:41 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:49:41 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 96.3292 actionTime: QTime(Invalid)
Jun 15 10:49:42 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:49:42 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:49:54 archbook pkexec[1544]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:49:54 archbook audit[1544]: USER_START pid=1544 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:49:54 archbook kernel: audit: type=1105 audit(1655308194.147:98): pid=1544 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:49:54 archbook pkexec[1544]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 10:50:04 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:50:04 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:50:11 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "47 minute(s)" , 47
Jun 15 10:50:11 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 10:50:11 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 96.0726 actionTime: QTime(Invalid)
Jun 15 10:50:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "50 minute(s)" , 50
Jun 15 10:50:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 10:50:42 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 95.8358 actionTime: QTime(Invalid)
Jun 15 10:51:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "22 minute(s)" , 22
Jun 15 10:51:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:51:12 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 95.6187 actionTime: QTime(Invalid)
Jun 15 10:51:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "47 minute(s)" , 47
Jun 15 10:51:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 10:51:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "47 minute(s)" , 47
Jun 15 10:51:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 10:51:42 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 95.4214 actionTime: QTime(Invalid)
Jun 15 10:51:44 archbook pkexec[1599]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:51:44 archbook audit[1599]: USER_START pid=1599 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:51:44 archbook kernel: audit: type=1105 audit(1655308304.574:99): pid=1599 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:51:44 archbook pkexec[1599]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 10:52:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "32 minute(s)" , 32
Jun 15 10:52:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:52:12 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 95.224 actionTime: QTime(Invalid)
Jun 15 10:52:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "14 minute(s)" , 14
Jun 15 10:52:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:52:42 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 95.0069 actionTime: QTime(Invalid)
Jun 15 10:52:56 archbook crontab[1630]: (root) LIST (root)
Jun 15 10:52:56 archbook crontab[1631]: (root) LIST (root)
Jun 15 10:52:58 archbook crontab[1671]: (root) LIST (root)
Jun 15 10:52:58 archbook crontab[1672]: (root) LIST (root)
Jun 15 10:53:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "6 minute(s)" , 6
Jun 15 10:53:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:53:12 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 94.8096 actionTime: QTime(Invalid)
Jun 15 10:53:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "17 minute(s)" , 17
Jun 15 10:53:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:53:42 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 94.6122 actionTime: QTime(Invalid)
Jun 15 10:53:48 archbook pkexec[1730]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:53:48 archbook audit[1730]: USER_START pid=1730 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:53:48 archbook kernel: audit: type=1105 audit(1655308428.144:100): pid=1730 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:53:48 archbook pkexec[1730]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 10:53:54 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:53:54 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:54:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "57 minute(s)" , 57
Jun 15 10:54:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 10:54:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "57 minute(s)" , 57
Jun 15 10:54:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 10:54:12 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 94.3754 actionTime: QTime(Invalid)
Jun 15 10:54:13 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:54:13 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:54:35 archbook audit[1689]: ANOM_ABEND auid=1000 uid=0 gid=0 ses=2 pid=1689 comm="timeshift" exe="/usr/bin/timeshift" sig=11 res=1
Jun 15 10:54:35 archbook kernel: timeshift[1721]: segfault at 28 ip 00007f5186ed3931 sp 00007f5181faa900 error 4 in libgobject-2.0.so.0.7200.2[7f5186ec1000+32000]
Jun 15 10:54:35 archbook kernel: Code: 85 c0 75 e5 48 89 df ff 15 2c c1 03 00 4c 89 f7 ff 15 9b c4 03 00 48 89 ef 31 f6 e8 49 2a ff ff 48 89 ef 49 89 c6 48 8b 45 00 <ff> 50 28 41 8b 1c 24 83 fb 01 7e 52 4c 89 ef ff 15 9a c1 03 00 8d
Jun 15 10:54:35 archbook kernel: audit: type=1701 audit(1655308475.957:101): auid=1000 uid=0 gid=0 ses=2 pid=1689 comm="timeshift" exe="/usr/bin/timeshift" sig=11 res=1
Jun 15 10:54:36 archbook systemd[1]: Created slice Slice /system/systemd-coredump.
Jun 15 10:54:36 archbook audit: BPF prog-id=22 op=LOAD
Jun 15 10:54:36 archbook audit: BPF prog-id=23 op=LOAD
Jun 15 10:54:36 archbook audit: BPF prog-id=24 op=LOAD
Jun 15 10:54:36 archbook kernel: audit: type=1334 audit(1655308476.090:102): prog-id=22 op=LOAD
Jun 15 10:54:36 archbook kernel: audit: type=1334 audit(1655308476.090:103): prog-id=23 op=LOAD
Jun 15 10:54:36 archbook kernel: audit: type=1334 audit(1655308476.090:104): prog-id=24 op=LOAD
Jun 15 10:54:36 archbook systemd[1]: Started Process Core Dump (PID 1833/UID 0).
Jun 15 10:54:36 archbook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1833-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:54:36 archbook kernel: audit: type=1130 audit(1655308476.094:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1833-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:54:36 archbook systemd-coredump[1834]: Resource limits disable core dumping for process 1689 (timeshift).
Jun 15 10:54:36 archbook systemd-coredump[1834]: Process 1689 (timeshift) of user 0 dumped core.
Jun 15 10:54:36 archbook kernel: audit: type=1131 audit(1655308476.144:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1833-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:54:36 archbook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1833-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 15 10:54:36 archbook systemd[1]: systemd-coredump@0-1833-0.service: Deactivated successfully.
Jun 15 10:54:36 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:54:36 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:54:36 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:54:37 archbook kernel: audit: type=1334 audit(1655308476.997:107): prog-id=0 op=UNLOAD
Jun 15 10:54:37 archbook kernel: audit: type=1334 audit(1655308476.997:108): prog-id=0 op=UNLOAD
Jun 15 10:54:37 archbook kernel: audit: type=1334 audit(1655308476.997:109): prog-id=0 op=UNLOAD
Jun 15 10:54:38 archbook dbus-daemon[380]: [system] Reloaded configuration
Jun 15 10:54:38 archbook dbus-daemon[380]: [system] Reloaded configuration
Jun 15 10:54:38 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:38 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:39 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:39 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:40 archbook dbus-daemon[514]: [session uid=1000 pid=514] Reloaded configuration
Jun 15 10:54:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "27 minute(s)" , 27
Jun 15 10:54:42 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 10:54:42 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 94.0991 actionTime: QTime(Invalid)
Jun 15 10:54:56 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:54:56 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:55:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "59 minute(s)" , 59
Jun 15 10:55:12 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 10:55:12 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 93.8425 actionTime: QTime(Invalid)
Jun 15 10:55:21 archbook systemd[1]: Reloading.
Jun 15 10:55:34 archbook audit: BPF prog-id=25 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=26 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=27 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=28 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=29 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=30 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=31 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=32 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:110): prog-id=25 op=LOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:111): prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:112): prog-id=26 op=LOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:113): prog-id=27 op=LOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:114): prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:115): prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:116): prog-id=28 op=LOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:117): prog-id=29 op=LOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:118): prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook kernel: audit: type=1334 audit(1655308534.187:119): prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=33 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=34 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=35 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=36 op=LOAD
Jun 15 10:55:34 archbook audit: BPF prog-id=0 op=UNLOAD
Jun 15 10:55:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "26 minute(s)" , 26
Jun 15 10:55:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:55:43 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 93.6452 actionTime: QTime(Invalid)
Jun 15 10:55:57 archbook systemd[1]: Reloading D-Bus System Message Bus...
Jun 15 10:55:57 archbook dbus-daemon[380]: [system] Reloaded configuration
Jun 15 10:55:57 archbook dbus-send[3550]: method return time=1655308557.313552 sender=org.freedesktop.DBus -> destination=:1.66 serial=3 reply_serial=2
Jun 15 10:55:57 archbook systemd[1]: Reloaded D-Bus System Message Bus.
Jun 15 10:55:58 archbook sudo[762]: pam_unix(sudo:session): session closed for user root
Jun 15 10:55:58 archbook audit[762]: USER_END pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:55:58 archbook audit[762]: CRED_DISP pid=762 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/0 res=success'
Jun 15 10:55:58 archbook kernel: kauditd_printk_skb: 14 callbacks suppressed
Jun 15 10:55:58 archbook kernel: audit: type=1106 audit(1655308558.684:134): pid=762 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 15 10:55:58 archbook kernel: audit: type=1104 audit(1655308558.684:135): pid=762 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/0 res=success'
Jun 15 10:56:06 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:56:06 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:56:09 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:56:09 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:56:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 10:56:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:56:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 10:56:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:56:13 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 93.3886 actionTime: QTime(Invalid)
Jun 15 10:56:22 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:56:22 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:56:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "20 minute(s)" , 20
Jun 15 10:56:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:56:43 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 93.1912 actionTime: QTime(Invalid)
Jun 15 10:57:00 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:57:00 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:57:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "12 minute(s)" , 12
Jun 15 10:57:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:57:13 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 92.9544 actionTime: QTime(Invalid)
Jun 15 10:57:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "8 minute(s)" , 8
Jun 15 10:57:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:57:43 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 92.7768 actionTime: QTime(Invalid)
Jun 15 10:58:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "7 minute(s)" , 7
Jun 15 10:58:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:58:13 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 92.6386 actionTime: QTime(Invalid)
Jun 15 10:58:28 archbook pkexec[3740]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:58:28 archbook audit[3740]: USER_START pid=3740 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:58:28 archbook kernel: audit: type=1105 audit(1655308708.074:136): pid=3740 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:58:28 archbook pkexec[3740]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 10:58:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:58:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:58:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:58:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:58:32 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:58:32 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 10:58:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 10:58:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:58:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 10:58:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:58:43 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 92.461 actionTime: QTime(Invalid)
Jun 15 10:58:44 archbook pkexec[3809]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 10:58:44 archbook audit[3809]: USER_START pid=3809 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:58:44 archbook pkexec[3809]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 10:58:44 archbook kernel: audit: type=1105 audit(1655308724.284:137): pid=3809 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 10:59:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "51 minute(s)" , 51
Jun 15 10:59:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 10:59:13 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 92.2834 actionTime: QTime(Invalid)
Jun 15 10:59:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "9 minute(s)" , 9
Jun 15 10:59:43 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 10:59:43 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 92.1255 actionTime: QTime(Invalid)
Jun 15 11:00:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "6 minute(s)" , 6
Jun 15 11:00:13 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 11:00:13 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 91.9676 actionTime: QTime(Invalid)
Jun 15 11:00:37 archbook pkexec[3891]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:00:37 archbook audit[3891]: USER_START pid=3891 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:00:37 archbook kernel: audit: type=1105 audit(1655308837.524:138): pid=3891 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:00:37 archbook pkexec[3891]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:00:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "57 minute(s)" , 57
Jun 15 11:00:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:00:44 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 91.8097 actionTime: QTime(Invalid)
Jun 15 11:01:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "16 minute(s)" , 16
Jun 15 11:01:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "5 hour(s)" , 5
Jun 15 11:01:14 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 91.6716 actionTime: QTime(Invalid)
Jun 15 11:01:14 archbook systemd[1]: Starting Cleanup of Temporary Directories...
Jun 15 11:01:14 archbook systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jun 15 11:01:14 archbook systemd[1]: Finished Cleanup of Temporary Directories.
Jun 15 11:01:14 archbook audit[1]: SERVICE_START 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'
Jun 15 11:01:14 archbook audit[1]: SERVICE_STOP 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'
Jun 15 11:01:14 archbook kernel: audit: type=1130 audit(1655308874.250:139): 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'
Jun 15 11:01:14 archbook kernel: audit: type=1131 audit(1655308874.250:140): 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'
Jun 15 11:01:14 archbook pkexec[3897]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:14 archbook audit[3897]: USER_START pid=3897 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:14 archbook kernel: audit: type=1105 audit(1655308874.837:141): pid=3897 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:14 archbook pkexec[3897]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "6 minute(s)" , 6
Jun 15 11:01:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:01:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "6 minute(s)" , 6
Jun 15 11:01:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:01:44 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 91.494 actionTime: QTime(Invalid)
Jun 15 11:01:45 archbook lxqt-config-brightness[3970]: void LXQt::SingleApplication::activateWindow() activationWindow not set or null
Jun 15 11:01:45 archbook lxqt-config-brightness[3970]: void LXQt::SingleApplication::activateWindow() activationWindow not set or null
Jun 15 11:01:45 archbook pkexec[3979]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:45 archbook audit[3979]: USER_START pid=3979 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook kernel: audit: type=1105 audit(1655308905.354:142): pid=3979 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[3979]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:45 archbook audit[3982]: USER_START pid=3982 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[3982]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:45 archbook kernel: audit: type=1105 audit(1655308905.357:143): pid=3982 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[3982]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:45 archbook pkexec[3983]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:45 archbook audit[3983]: USER_START pid=3983 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook kernel: audit: type=1105 audit(1655308905.377:144): pid=3983 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[3983]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:45 archbook pkexec[3995]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:45 archbook audit[3995]: USER_START pid=3995 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[3995]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:45 archbook kernel: audit: type=1105 audit(1655308905.450:145): pid=3995 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook audit[4002]: USER_START pid=4002 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[4002]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:45 archbook pkexec[4002]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:45 archbook kernel: audit: type=1105 audit(1655308905.640:146): pid=4002 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[4009]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:45 archbook audit[4009]: USER_START pid=4009 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:45 archbook pkexec[4009]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:45 archbook kernel: audit: type=1105 audit(1655308905.870:147): pid=4009 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:46 archbook pkexec[4016]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:46 archbook audit[4016]: USER_START pid=4016 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:46 archbook pkexec[4016]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:01:46 archbook kernel: audit: type=1105 audit(1655308906.784:148): pid=4016 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:46 archbook pkexec[4023]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:01:46 archbook audit[4023]: USER_START pid=4023 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:46 archbook kernel: audit: type=1105 audit(1655308906.960:149): pid=4023 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:01:46 archbook pkexec[4023]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:02:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "12 minute(s)" , 12
Jun 15 11:02:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:02:14 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 91.3164 actionTime: QTime(Invalid)
Jun 15 11:02:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "55 minute(s)" , 55
Jun 15 11:02:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:02:44 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 91.0993 actionTime: QTime(Invalid)
Jun 15 11:03:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "34 minute(s)" , 34
Jun 15 11:03:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:03:14 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 90.9216 actionTime: QTime(Invalid)
Jun 15 11:03:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "22 minute(s)" , 22
Jun 15 11:03:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:03:44 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 90.744 actionTime: QTime(Invalid)
Jun 15 11:04:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "39 minute(s)" , 39
Jun 15 11:04:14 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:04:14 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 90.5664 actionTime: QTime(Invalid)
Jun 15 11:04:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "52 minute(s)" , 52
Jun 15 11:04:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:04:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "52 minute(s)" , 52
Jun 15 11:04:44 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:04:44 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 90.3493 actionTime: QTime(Invalid)
Jun 15 11:04:47 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:47 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:53 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:53 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:57 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:57 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:57 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:57 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:57 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:04:57 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:05:11 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:05:11 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:05:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "11 minute(s)" , 11
Jun 15 11:05:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:05:15 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 90.0138 actionTime: QTime(Invalid)
Jun 15 11:05:32 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.120' (uid=0 pid=4352 comm="sudo pacman -Fy")
Jun 15 11:05:32 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:05:32 archbook sudo[4352]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:05:33 archbook audit[4352]: USER_AUTH pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:33 archbook kernel: audit: type=1100 audit(1655309133.800:150): pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:33 archbook audit[4352]: USER_ACCT pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:33 archbook sudo[4352]:       ez : TTY=pts/1 ; PWD=/home/ez ; USER=root ; COMMAND=/usr/bin/pacman -Fy
Jun 15 11:05:33 archbook kernel: audit: type=1101 audit(1655309133.874:151): pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:33 archbook kernel: audit: type=1110 audit(1655309133.877:152): pid=4352 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'
Jun 15 11:05:33 archbook kernel: audit: type=1105 audit(1655309133.877:153): pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:33 archbook audit[4352]: CRED_REFR pid=4352 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'
Jun 15 11:05:33 archbook audit[4352]: USER_START pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:33 archbook sudo[4352]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:05:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "15 minute(s)" , 15
Jun 15 11:05:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:05:45 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 89.8165 actionTime: QTime(Invalid)
Jun 15 11:05:57 archbook sudo[4352]: pam_unix(sudo:session): session closed for user root
Jun 15 11:05:57 archbook audit[4352]: USER_END pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:57 archbook audit[4352]: CRED_DISP pid=4352 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'
Jun 15 11:05:57 archbook kernel: audit: type=1106 audit(1655309157.847:154): pid=4352 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:05:57 archbook kernel: audit: type=1104 audit(1655309157.847:155): pid=4352 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'
Jun 15 11:06:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "23 minute(s)" , 23
Jun 15 11:06:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:06:15 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 89.5994 actionTime: QTime(Invalid)
Jun 15 11:06:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "24 minute(s)" , 24
Jun 15 11:06:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:06:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "24 minute(s)" , 24
Jun 15 11:06:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:06:45 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 89.402 actionTime: QTime(Invalid)
Jun 15 11:07:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "57 minute(s)" , 57
Jun 15 11:07:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:07:15 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 89.1652 actionTime: QTime(Invalid)
Jun 15 11:07:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "11 minute(s)" , 11
Jun 15 11:07:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:07:45 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 88.9678 actionTime: QTime(Invalid)
Jun 15 11:08:05 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.121' (uid=0 pid=5061 comm="sudo pacman -S --config /etc/pacman.conf -- extra/")
Jun 15 11:08:05 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:08:05 archbook sudo[5061]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:08:05 archbook audit[5061]: USER_ACCT pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:05 archbook sudo[5061]:       ez : TTY=pts/1 ; PWD=/home/ez ; USER=root ; COMMAND=/usr/bin/pacman -S --config /etc/pacman.conf -- extra/liblqr extra/libraqm extra/imagemagick community/libimagequant community/pngquant community/cython community/python-build community/python-installer community/python-wheel community/python-setuptools-scm community/python-setuptools-scm-git-archive community/python-fonttools community/python-pytz community/python-fs community/python-unicodedata2 extra/python-attrs community/python-iniconfig community/python-pluggy community/python-apipkg community/python-py community/python-pytest community/python-pillow extra/scour community/zopfli
Jun 15 11:08:05 archbook audit[5061]: CRED_REFR pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:05 archbook sudo[5061]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:08:05 archbook audit[5061]: USER_START pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:05 archbook kernel: audit: type=1101 audit(1655309285.074:156): pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:05 archbook kernel: audit: type=1110 audit(1655309285.074:157): pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:05 archbook kernel: audit: type=1105 audit(1655309285.074:158): pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "35 minute(s)" , 35
Jun 15 11:08:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:08:15 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 88.7705 actionTime: QTime(Invalid)
Jun 15 11:08:21 archbook sudo[5061]: pam_unix(sudo:session): session closed for user root
Jun 15 11:08:21 archbook kernel: audit: type=1106 audit(1655309301.924:159): pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook kernel: audit: type=1104 audit(1655309301.924:160): pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook audit[5061]: USER_END pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook audit[5061]: CRED_DISP pid=5061 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.122' (uid=0 pid=5273 comm="sudo pacman -D -q --asdeps --config /etc/pacman.co")
Jun 15 11:08:21 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:08:21 archbook sudo[5273]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:08:21 archbook audit[5273]: USER_ACCT pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook sudo[5273]:       ez : TTY=pts/1 ; PWD=/home/ez ; USER=root ; COMMAND=/usr/bin/pacman -D -q --asdeps --config /etc/pacman.conf -- liblqr libraqm imagemagick libimagequant pngquant cython python-build python-installer python-wheel python-setuptools-scm python-setuptools-scm-git-archive python-fonttools python-pytz python-fs python-unicodedata2 python-attrs python-iniconfig python-pluggy python-apipkg python-py python-pytest python-pillow scour zopfli
Jun 15 11:08:21 archbook audit[5273]: CRED_REFR pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook sudo[5273]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:08:21 archbook audit[5273]: USER_START pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook kernel: audit: type=1101 audit(1655309301.937:161): pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook kernel: audit: type=1110 audit(1655309301.937:162): pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook kernel: audit: type=1105 audit(1655309301.937:163): pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook sudo[5273]: pam_unix(sudo:session): session closed for user root
Jun 15 11:08:21 archbook audit[5273]: USER_END pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook audit[5273]: CRED_DISP pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook kernel: audit: type=1106 audit(1655309301.957:164): pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:21 archbook kernel: audit: type=1104 audit(1655309301.957:165): pid=5273 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 15 11:08:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:28 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:32 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:32 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:35 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:35 archbook rtkit-daemon[611]: Supervising 4 threads of 2 processes of 1 users.
Jun 15 11:08:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "10 minute(s)" , 10
Jun 15 11:08:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:08:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "10 minute(s)" , 10
Jun 15 11:08:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:08:45 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 88.435 actionTime: QTime(Invalid)
Jun 15 11:09:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "41 minute(s)" , 41
Jun 15 11:09:15 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:09:15 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 88.1784 actionTime: QTime(Invalid)
Jun 15 11:09:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "29 minute(s)" , 29
Jun 15 11:09:45 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:09:45 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 87.9416 actionTime: QTime(Invalid)
Jun 15 11:10:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "33 minute(s)" , 33
Jun 15 11:10:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:10:16 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 87.7245 actionTime: QTime(Invalid)
Jun 15 11:10:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "30 minute(s)" , 30
Jun 15 11:10:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:10:46 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 87.5074 actionTime: QTime(Invalid)
Jun 15 11:11:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "47 minute(s)" , 47
Jun 15 11:11:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:11:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "47 minute(s)" , 47
Jun 15 11:11:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:11:16 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 87.31 actionTime: QTime(Invalid)
Jun 15 11:11:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "6 minute(s)" , 6
Jun 15 11:11:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "4 hour(s)" , 4
Jun 15 11:11:46 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 87.1127 actionTime: QTime(Invalid)
Jun 15 11:12:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "52 minute(s)" , 52
Jun 15 11:12:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:12:16 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 86.9153 actionTime: QTime(Invalid)
Jun 15 11:12:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "60 minute(s)" , 60
Jun 15 11:12:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:12:46 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 86.718 actionTime: QTime(Invalid)
Jun 15 11:13:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "41 minute(s)" , 41
Jun 15 11:13:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:13:16 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 86.5009 actionTime: QTime(Invalid)
Jun 15 11:13:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "31 minute(s)" , 31
Jun 15 11:13:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:13:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "31 minute(s)" , 31
Jun 15 11:13:46 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:13:46 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 86.2838 actionTime: QTime(Invalid)
Jun 15 11:14:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "54 minute(s)" , 54
Jun 15 11:14:16 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:14:16 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 86.0864 actionTime: QTime(Invalid)
Jun 15 11:14:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "23 minute(s)" , 23
Jun 15 11:14:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:14:47 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 85.8694 actionTime: QTime(Invalid)
Jun 15 11:15:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "10 minute(s)" , 10
Jun 15 11:15:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:15:17 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 85.6325 actionTime: QTime(Invalid)
Jun 15 11:15:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 minute(s)" , 3
Jun 15 11:15:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:15:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 minute(s)" , 3
Jun 15 11:15:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:15:47 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 85.3957 actionTime: QTime(Invalid)
Jun 15 11:15:55 archbook NetworkManager[393]: <info>  [1655309755.1741] dhcp6 (wlp3s0b1): state changed new lease, address=2600:1700:600:29d0::a
Jun 15 11:16:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "44 minute(s)" , 44
Jun 15 11:16:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:16:17 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 85.1983 actionTime: QTime(Invalid)
Jun 15 11:16:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "14 minute(s)" , 14
Jun 15 11:16:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:16:47 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 85.0207 actionTime: QTime(Invalid)
Jun 15 11:17:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "31 minute(s)" , 31
Jun 15 11:17:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:17:17 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 84.8036 actionTime: QTime(Invalid)
Jun 15 11:17:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "53 minute(s)" , 53
Jun 15 11:17:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:17:47 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 84.6063 actionTime: QTime(Invalid)
Jun 15 11:18:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "59 minute(s)" , 59
Jun 15 11:18:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:18:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "59 minute(s)" , 59
Jun 15 11:18:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:18:17 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 84.4287 actionTime: QTime(Invalid)
Jun 15 11:18:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "8 minute(s)" , 8
Jun 15 11:18:47 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:18:47 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 84.2116 actionTime: QTime(Invalid)
Jun 15 11:19:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "44 minute(s)" , 44
Jun 15 11:19:17 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:19:17 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 84.0142 actionTime: QTime(Invalid)
Jun 15 11:19:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "29 minute(s)" , 29
Jun 15 11:19:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:19:48 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 83.8366 actionTime: QTime(Invalid)
Jun 15 11:20:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "22 minute(s)" , 22
Jun 15 11:20:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:20:18 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 83.6195 actionTime: QTime(Invalid)
Jun 15 11:20:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "30 minute(s)" , 30
Jun 15 11:20:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:20:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "30 minute(s)" , 30
Jun 15 11:20:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:20:48 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 83.4221 actionTime: QTime(Invalid)
Jun 15 11:21:09 archbook pkexec[10466]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:21:09 archbook audit[10466]: USER_START pid=10466 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:21:09 archbook kernel: audit: type=1105 audit(1655310069.417:166): pid=10466 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:21:09 archbook pkexec[10466]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:21:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "53 minute(s)" , 53
Jun 15 11:21:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:21:18 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 83.2248 actionTime: QTime(Invalid)
Jun 15 11:21:26 archbook pkexec[10473]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:21:26 archbook audit[10473]: USER_START pid=10473 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:21:26 archbook pkexec[10473]: ez: Executing command [USER=root] [TTY=unknown] [CWD=/home/ez] [COMMAND=/usr/bin/lxqt-backlight_backend --stdin]
Jun 15 11:21:26 archbook kernel: audit: type=1105 audit(1655310086.834:167): pid=10473 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jun 15 11:21:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "16 minute(s)" , 16
Jun 15 11:21:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:21:48 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 83.0274 actionTime: QTime(Invalid)
Jun 15 11:22:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "16 minute(s)" , 16
Jun 15 11:22:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:22:18 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 82.8103 actionTime: QTime(Invalid)
Jun 15 11:22:25 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.131' (uid=0 pid=10534 comm="sudo journalctl -b")
Jun 15 11:22:25 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:22:25 archbook sudo[10534]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:22:30 archbook audit[10534]: USER_AUTH pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:22:30 archbook audit[10534]: USER_ACCT pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:22:30 archbook kernel: audit: type=1100 audit(1655310150.647:168): pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:22:30 archbook kernel: audit: type=1101 audit(1655310150.647:169): pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:22:30 archbook sudo[10534]:       ez : TTY=pts/3 ; PWD=/home/ez ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 15 11:22:30 archbook audit[10534]: CRED_REFR pid=10534 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/3 res=success'
Jun 15 11:22:30 archbook audit[10534]: USER_START pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:22:30 archbook sudo[10534]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:22:30 archbook kernel: audit: type=1110 audit(1655310150.650:170): pid=10534 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/3 res=success'
Jun 15 11:22:30 archbook kernel: audit: type=1105 audit(1655310150.650:171): pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:22:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "60 minute(s)" , 60
Jun 15 11:22:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:22:48 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 82.613 actionTime: QTime(Invalid)
Jun 15 11:23:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "54 minute(s)" , 54
Jun 15 11:23:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:23:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "54 minute(s)" , 54
Jun 15 11:23:18 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:23:18 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 82.3762 actionTime: QTime(Invalid)
Jun 15 11:23:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "37 minute(s)" , 37
Jun 15 11:23:48 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "2 hour(s)" , 2
Jun 15 11:23:48 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 82.1591 actionTime: QTime(Invalid)
Jun 15 11:24:08 archbook sudo[10534]: pam_unix(sudo:session): session closed for user root
Jun 15 11:24:08 archbook audit[10534]: USER_END pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:08 archbook audit[10534]: CRED_DISP pid=10534 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/3 res=success'
Jun 15 11:24:08 archbook kernel: audit: type=1106 audit(1655310248.747:172): pid=10534 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:08 archbook kernel: audit: type=1104 audit(1655310248.747:173): pid=10534 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/3 res=success'
Jun 15 11:24:19 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "25 minute(s)" , 25
Jun 15 11:24:19 archbook lxqt-powermanagement[682]: QString::arg: Argument missing: "3 hour(s)" , 3
Jun 15 11:24:19 archbook lxqt-powermanagement[682]: BatteryChanged discharging: true chargeLevel: 81.942 actionTime: QTime(Invalid)
Jun 15 11:24:28 archbook dbus-daemon[380]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.132' (uid=0 pid=10568 comm="sudo journalctl -b")
Jun 15 11:24:28 archbook dbus-daemon[380]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:24:28 archbook sudo[10568]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 15 11:24:28 archbook audit[10568]: USER_ACCT pid=10568 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:28 archbook sudo[10568]:       ez : TTY=pts/3 ; PWD=/home/ez ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 15 11:24:28 archbook audit[10568]: CRED_REFR pid=10568 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:28 archbook audit[10568]: USER_START pid=10568 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:28 archbook sudo[10568]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jun 15 11:24:28 archbook kernel: audit: type=1101 audit(1655310268.614:174): pid=10568 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ez" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:28 archbook kernel: audit: type=1110 audit(1655310268.614:175): pid=10568 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
Jun 15 11:24:28 archbook kernel: audit: type=1105 audit(1655310268.614:176): pid=10568 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'

Last edited by airclay (2022-06-15 16:37:54)

Offline

#19 2022-06-15 18:44:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,573

Re: [SOLVED] SSH issues Macbook 8,1

it's 1500 without my intervention ¯\_(ツ)_/¯

The configuration is transient - it will reset w/ a reboot at least.

03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n (rev 02)
	Subsystem: Apple Inc. AirPort Extreme
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma
b43.allhwsupport=1

Though there're no kernel errors and the specificity of the problem is somewhat suspicious, so is the allhwsupport.
=> https://wiki.archlinux.org/title/Broadcom_wireless
Try https://wiki.archlinux.org/title/Broadc … roadcom-wl (it should™ support your chip)

Offline

#20 2022-06-16 00:23:31

airclay
Member
Registered: 2020-05-27
Posts: 8

Re: [SOLVED] SSH issues Macbook 8,1

I switched to the broadcom-wl, as suggested, and removed the kernel parameter. It solved the issue! I can now ssh to and from this macbook. Thank you!

Offline

Board footer

Powered by FluxBB