Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Wireguard log when Tunnel goes up, and then after it drops tunnel IP address while still remaining active.
- sudo tail -f /var/log/syslog
- Mar 15 14:32:13 mail systemd[1]: Starting WireGuard via wg-quick(8) for wg/client0...
- Mar 15 14:32:13 mail wg-quick[17915]: [#] ip link add wg-client0 type wireguard
- Mar 15 14:32:13 mail wg-quick[17915]: [#] wg setconf wg-client0 /dev/fd/63
- Mar 15 14:32:13 mail networkd-dispatcher[1125]: WARNING:Unknown index 23 seen, reloading interface list
- Mar 15 14:32:13 mail systemd-udevd[17926]: Using default interface naming scheme 'v249'.
- Mar 15 14:32:13 mail NetworkManager[1121]: <info> [1710531133.7870] manager: (wg-client0): new WireGuard device (/org/freedesktop/NetworkManager/Devices/23)
- Mar 15 14:32:13 mail wg-quick[17915]: [#] ip -4 address add 10.10.10.2/24 dev wg-client0
- Mar 15 14:32:13 mail wg-quick[17915]: [#] ip link set mtu 1420 up dev wg-client0
- Mar 15 14:32:13 mail systemd-networkd[1075]: wg-client0: Link UP
- Mar 15 14:32:13 mail systemd-networkd[1075]: wg-client0: Gained carrier
- Mar 15 14:32:13 mail wg-quick[17945]: [#] resolvconf -a tun.wg-client0 -m 0 -x
- Mar 15 14:32:13 mail wg-quick[17985]: /usr/sbin/resolvconf: 31: kill: No such process
- Mar 15 14:32:13 mail wg-quick[17915]: [#] ip link delete dev wg-client0
- Mar 15 14:32:14 mail systemd-networkd[1075]: wg-client0: Link DOWN
- Mar 15 14:32:14 mail systemd-networkd[1075]: wg-client0: Lost carrier
- Mar 15 14:32:14 mail networkctl[18007]: Interface "wg-client0" not found.
- Mar 15 14:32:14 mail systemd[1]: networkd-dispatcher.service: Got notification message from PID 18007, but reception only permitted for main PID 1125
- Mar 15 14:32:14 mail networkd-dispatcher[1125]: ERROR:Failed to get interface "wg-client0" status: Command '['/usr/bin/networkctl', 'status', '--no-pager', '--no-legend', '--', 'wg-client0']' returned non-zero exit status 1.
- Mar 15 14:32:14 mail systemd[1]: wg-quick@wg-client0.service: Main process exited, code=exited, status=1/FAILURE
- Mar 15 14:32:14 mail systemd[1]: wg-quick@wg-client0.service: Failed with result 'exit-code'.
- Mar 15 14:32:14 mail systemd[1]: Failed to start WireGuard via wg-quick(8) for wg/client0.
- Mar 15 14:32:17 mail kernel: [ 9638.105000] audit: type=1400 audit(1710531137.393:420900): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:32:19 mail systemd[1]: Starting WireGuard via wg-quick(8) for wg/client0...
- Mar 15 14:32:19 mail wg-quick[18019]: [#] ip link add wg-client0 type wireguard
- Mar 15 14:32:19 mail wg-quick[18019]: [#] wg setconf wg-client0 /dev/fd/63
- Mar 15 14:32:19 mail networkd-dispatcher[1125]: WARNING:Unknown index 24 seen, reloading interface list
- Mar 15 14:32:19 mail systemd-udevd[18030]: Using default interface naming scheme 'v249'.
- Mar 15 14:32:19 mail NetworkManager[1121]: <info> [1710531139.4647] manager: (wg-client0): new WireGuard device (/org/freedesktop/NetworkManager/Devices/24)
- Mar 15 14:32:19 mail wg-quick[18019]: [#] ip -4 address add 10.10.10.2/24 dev wg-client0
- Mar 15 14:32:19 mail wg-quick[18019]: [#] ip link set mtu 1420 up dev wg-client0
- Mar 15 14:32:19 mail systemd-networkd[1075]: wg-client0: Link UP
- Mar 15 14:32:19 mail systemd-networkd[1075]: wg-client0: Gained carrier
- Mar 15 14:32:19 mail wg-quick[18049]: [#] resolvconf -a tun.wg-client0 -m 0 -x
- Mar 15 14:32:19 mail wg-quick[18019]: [#] wg set wg-client0 fwmark 51820
- Mar 15 14:32:19 mail wg-quick[18019]: [#] ip -4 route add 0.0.0.0/0 dev wg-client0 table 51820
- Mar 15 14:32:19 mail wg-quick[18019]: [#] ip -4 rule add not fwmark 51820 table 51820
- Mar 15 14:32:19 mail wg-quick[18019]: [#] ip -4 rule add table main suppress_prefixlength 0
- Mar 15 14:32:19 mail wg-quick[18019]: [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
- Mar 15 14:32:19 mail wg-quick[18076]: [#] iptables-restore -n
- Mar 15 14:32:19 mail systemd[1]: Finished WireGuard via wg-quick(8) for wg/client0.
- Mar 15 14:32:23 mail systemd[1]: netdata.service: Scheduled restart job, restart counter is at 315.
- Mar 15 14:32:23 mail systemd[1]: Stopped Real time performance monitoring.
- Mar 15 14:32:23 mail systemd[1]: Starting Real time performance monitoring...
- Mar 15 14:32:23 mail systemd[1]: systemd-journald@netdata.service: Deactivated successfully.
- Mar 15 14:32:23 mail systemd[1]: Starting Journal Service for Namespace netdata...
- Mar 15 14:32:24 mail systemd-journald[18087]: Failed to open /dev/kmsg, ignoring: Operation not permitted
- Mar 15 14:32:24 mail systemd[1]: Started Journal Service for Namespace netdata.
- Mar 15 14:32:24 mail systemd[1]: Started Real time performance monitoring.
- Mar 15 14:32:24 mail systemd[1]: netdata.service: Main process exited, code=exited, status=127/n/a
- Mar 15 14:32:24 mail systemd[1]: netdata.service: Failed with result 'exit-code'.
- Mar 15 14:32:27 mail kernel: [ 9648.105557] audit: type=1400 audit(1710531147.393:420901): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:32:37 mail kernel: [ 9658.106391] audit: type=1400 audit(1710531157.393:420902): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:32:47 mail kernel: [ 9668.107243] audit: type=1400 audit(1710531167.393:420903): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:32:54 mail systemd[1]: netdata.service: Scheduled restart job, restart counter is at 316.
- Mar 15 14:32:54 mail systemd[1]: Stopped Real time performance monitoring.
- Mar 15 14:32:54 mail systemd[1]: Starting Real time performance monitoring...
- Mar 15 14:32:54 mail systemd[1]: systemd-journald@netdata.service: Deactivated successfully.
- Mar 15 14:32:54 mail systemd[1]: Starting Journal Service for Namespace netdata...
- Mar 15 14:32:54 mail systemd-journald[18129]: Failed to open /dev/kmsg, ignoring: Operation not permitted
- Mar 15 14:32:54 mail systemd[1]: Started Journal Service for Namespace netdata.
- Mar 15 14:32:54 mail systemd[1]: Started Real time performance monitoring.
- Mar 15 14:32:54 mail systemd[1]: netdata.service: Main process exited, code=exited, status=127/n/a
- Mar 15 14:32:54 mail systemd[1]: netdata.service: Failed with result 'exit-code'.
- Mar 15 14:32:57 mail kernel: [ 9678.108263] audit: type=1400 audit(1710531177.397:420904): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:32:58 mail kernel: [ 9679.690516] audit: type=1400 audit(1710531178.977:420905): apparmor="ALLOWED" operation="connect" profile="php-fpm" name="/run/mysqld/mysqld.sock" pid=15031 comm="php-fpm8.1" requested_mask="wr" denied_mask="wr" fsuid=33 ouid=115
- Mar 15 14:32:59 mail kernel: [ 9679.718893] audit: type=1400 audit(1710531179.005:420906): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-content/mu-plugins/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.719209] audit: type=1400 audit(1710531179.005:420907): apparmor="ALLOWED" operation="mknod" profile="php-fpm" name="/var/log/php8.1-fpm.opcache.error.log" pid=15031 comm="php-fpm8.1" requested_mask="c" denied_mask="c" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.719518] audit: type=1400 audit(1710531179.005:420908): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-content/mu-plugins/wp-fail2ban-redux/wp-fail2ban-redux/classes/class-wp-fail2ban-redux.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.725468] audit: type=1400 audit(1710531179.013:420909): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-content/plugins/query-monitor/collectors/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.741541] audit: type=1400 audit(1710531179.029:420910): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-admin/includes/plugin.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.773107] audit: type=1400 audit(1710531179.061:420911): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-content/plugins/redis-cache/redis-cache.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.824181] audit: type=1400 audit(1710531179.113:420912): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-content/plugins/jetpack/extensions/extended-blocks/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:32:59 mail kernel: [ 9679.825266] audit: type=1400 audit(1710531179.113:420913): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/danran.rocks/wp-content/plugins/jetpack/extensions/plugins/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:01 mail CRON[18146]: (root) CMD (for ((i=1; i<=6; i++)) do (ping -c9 10.10.10.1 > /dev/null || systemctl restart wg-quick@wg-client0.service) done )
- Mar 15 14:33:01 mail CRON[18145]: (root) CMD (wget --delete-after https://www.mcmo.is/wp-cron.php > /var/log/wp-cron.php.crontab 2>&1)
- Mar 15 14:33:02 mail kernel: [ 9683.111922] kauditd_printk_skb: 707 callbacks suppressed
- Mar 15 14:33:02 mail kernel: [ 9683.111934] audit: type=1400 audit(1710531182.397:421621): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/filters.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.112450] audit: type=1400 audit(1710531182.401:421622): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-large-dark.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.112878] audit: type=1400 audit(1710531182.401:421623): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-large.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.113263] audit: type=1400 audit(1710531182.401:421624): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-simple-dark.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.113609] audit: type=1400 audit(1710531182.401:421625): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-simple-menu.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.113980] audit: type=1400 audit(1710531182.401:421626): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-simple.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.114304] audit: type=1400 audit(1710531182.401:421627): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-with-2-menus-dark.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.114642] audit: type=1400 audit(1710531182.401:421628): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-with-2-menus.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.114985] audit: type=1400 audit(1710531182.401:421629): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/footer-with-3-menus.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail kernel: [ 9683.115355] audit: type=1400 audit(1710531182.401:421630): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/woocommerce/patterns/header-centered-pattern.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:02 mail postfix/postscreen[18151]: CONNECT from [54.240.8.53]:42557 to [10.10.10.2]:25
- Mar 15 14:33:02 mail postfix/postscreen[18151]: WHITELISTED [54.240.8.53]:42557
- Mar 15 14:33:02 mail postfix/postscreen[18151]: using backwards-compatible default setting respectful_logging=no for client [54.240.8.53]:42557
- Mar 15 14:33:02 mail postfix/smtpd[18152]: initializing the server-side TLS engine
- Mar 15 14:33:02 mail postfix/smtpd[18152]: connect from unknown[54.240.8.53]
- Mar 15 14:33:02 mail postfix/smtpd[18152]: setting up TLS connection from unknown[54.240.8.53]
- Mar 15 14:33:02 mail postfix/smtpd[18152]: unknown[54.240.8.53]: TLS cipher list "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES:!CBC3-SHA"
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:before SSL initialization
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:before SSL initialization
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS read client hello
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write server hello
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write certificate
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write key exchange
- Mar 15 14:33:02 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write server done
- Mar 15 14:33:03 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write server done
- Mar 15 14:33:03 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS read client key exchange
- Mar 15 14:33:03 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS read change cipher spec
- Mar 15 14:33:03 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS read finished
- Mar 15 14:33:03 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write change cipher spec
- Mar 15 14:33:03 mail postfix/smtpd[18152]: SSL_accept:SSLv3/TLS write finished
- Mar 15 14:33:03 mail postfix/smtpd[18152]: unknown[54.240.8.53]: save session 67702C70BFF7E1D6FF13128A4EB5AF1EAA8513F37D0E2734CBABE9501BAA85E9&s=smtpd&l=805306400 to smtpd cache
- Mar 15 14:33:03 mail postfix/tlsmgr[5928]: put smtpd session id=67702C70BFF7E1D6FF13128A4EB5AF1EAA8513F37D0E2734CBABE9501BAA85E9&s=smtpd&l=805306400 [data 138 bytes]
- Mar 15 14:33:03 mail postfix/tlsmgr[5928]: write smtpd TLS cache entry 67702C70BFF7E1D6FF13128A4EB5AF1EAA8513F37D0E2734CBABE9501BAA85E9&s=smtpd&l=805306400: time=1710531183 [data 138 bytes]
- Mar 15 14:33:03 mail postfix/smtpd[18152]: Anonymous TLS connection established from unknown[54.240.8.53]: TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
- Mar 15 14:33:03 mail postfix/smtpd[18152]: NOQUEUE: reject: RCPT from unknown[54.240.8.53]: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [54.240.8.53]; from=<0100018e41c53df7-91174e6d-66c8-41ab-8d90-2d988be91fb0-000000@amazonses.com> to=<admin007@facl.xyz> proto=ESMTP helo=<a8-53.smtp-out.amazonses.com>
- Mar 15 14:33:17 mail kernel: [ 9698.110293] kauditd_printk_skb: 173 callbacks suppressed
- Mar 15 14:33:17 mail kernel: [ 9698.110312] audit: type=1400 audit(1710531197.397:421804): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:33:24 mail systemd[1]: netdata.service: Scheduled restart job, restart counter is at 317.
- Mar 15 14:33:24 mail systemd[1]: Stopped Real time performance monitoring.
- Mar 15 14:33:24 mail systemd[1]: Starting Real time performance monitoring...
- Mar 15 14:33:24 mail systemd[1]: systemd-journald@netdata.service: Deactivated successfully.
- Mar 15 14:33:24 mail systemd[1]: Starting Journal Service for Namespace netdata...
- Mar 15 14:33:25 mail systemd-journald[18221]: Failed to open /dev/kmsg, ignoring: Operation not permitted
- Mar 15 14:33:25 mail systemd[1]: Started Journal Service for Namespace netdata.
- Mar 15 14:33:25 mail systemd[1]: Started Real time performance monitoring.
- Mar 15 14:33:25 mail systemd[1]: netdata.service: Main process exited, code=exited, status=127/n/a
- Mar 15 14:33:25 mail systemd[1]: netdata.service: Failed with result 'exit-code'.
- Mar 15 14:33:27 mail kernel: [ 9708.110826] audit: type=1400 audit(1710531207.397:421805): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:33:37 mail kernel: [ 9718.111513] audit: type=1400 audit(1710531217.397:421806): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:33:45 mail kernel: [ 9726.175333] audit: type=1400 audit(1710531225.460:421807): apparmor="ALLOWED" operation="connect" profile="php-fpm" name="/run/mysqld/mysqld.sock" pid=15031 comm="php-fpm8.1" requested_mask="wr" denied_mask="wr" fsuid=33 ouid=115
- Mar 15 14:33:45 mail kernel: [ 9726.210673] audit: type=1400 audit(1710531225.496:421808): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/mu-plugins/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.217905] audit: type=1400 audit(1710531225.504:421809): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/query-monitor/collectors/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.223056] audit: type=1400 audit(1710531225.508:421810): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/plugin.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.243705] audit: type=1400 audit(1710531225.528:421811): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/real-media-library-lite/index.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.250842] audit: type=1400 audit(1710531225.536:421812): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/redis-cache/redis-cache.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.308638] audit: type=1400 audit(1710531225.596:421813): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/themes/h-code/style.css" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.331951] audit: type=1400 audit(1710531225.616:421814): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/file.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.338164] audit: type=1400 audit(1710531225.624:421815): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/image.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:45 mail kernel: [ 9726.340810] audit: type=1400 audit(1710531225.628:421816): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/media.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:33:55 mail systemd[1]: netdata.service: Scheduled restart job, restart counter is at 318.
- Mar 15 14:33:55 mail systemd[1]: Stopped Real time performance monitoring.
- Mar 15 14:33:55 mail systemd[1]: Starting Real time performance monitoring...
- Mar 15 14:33:55 mail systemd[1]: systemd-journald@netdata.service: Deactivated successfully.
- Mar 15 14:33:55 mail systemd[1]: Starting Journal Service for Namespace netdata...
- Mar 15 14:33:55 mail systemd-journald[18279]: Failed to open /dev/kmsg, ignoring: Operation not permitted
- Mar 15 14:33:55 mail systemd[1]: Started Journal Service for Namespace netdata.
- Mar 15 14:33:55 mail systemd[1]: Started Real time performance monitoring.
- Mar 15 14:33:55 mail systemd[1]: netdata.service: Main process exited, code=exited, status=127/n/a
- Mar 15 14:33:55 mail systemd[1]: netdata.service: Failed with result 'exit-code'.
- Mar 15 14:33:57 mail kernel: [ 9738.113530] kauditd_printk_skb: 551 callbacks suppressed
- Mar 15 14:33:57 mail kernel: [ 9738.113549] audit: type=1400 audit(1710531237.400:422368): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:34:01 mail CRON[18301]: (root) CMD (wget --delete-after https://www.mcmo.is/wp-cron.php > /var/log/wp-cron.php.crontab 2>&1)
- Mar 15 14:34:01 mail CRON[18302]: (root) CMD (for ((i=1; i<=6; i++)) do (ping -c9 10.10.10.1 > /dev/null || systemctl restart wg-quick@wg-client0.service) done )
- Mar 15 14:34:01 mail CRON[18303]: (root) CMD ("git -C /home/boopi/RP4-Ubuntu-Server-bash_aliases pull origin main && . /home/boopi/.bash_aliases" > /var/log/crontab.boopi.log 2>&1)
- Mar 15 14:34:01 mail kernel: [ 9741.870990] audit: type=1400 audit(1710531241.156:422369): apparmor="ALLOWED" operation="connect" profile="php-fpm" name="/run/mysqld/mysqld.sock" pid=11132 comm="php-fpm8.1" requested_mask="wr" denied_mask="wr" fsuid=33 ouid=115
- Mar 15 14:34:01 mail kernel: [ 9741.904310] audit: type=1400 audit(1710531241.188:422370): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/mu-plugins/" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9741.913696] audit: type=1400 audit(1710531241.200:422371): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/plugin.php" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9741.934120] audit: type=1400 audit(1710531241.220:422372): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/real-media-library-lite/index.php" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9741.940681] audit: type=1400 audit(1710531241.228:422373): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/redis-cache/redis-cache.php" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9741.994368] audit: type=1400 audit(1710531241.280:422374): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/themes/h-code/style.css" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9742.013450] audit: type=1400 audit(1710531241.300:422375): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/file.php" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9742.019310] audit: type=1400 audit(1710531241.304:422376): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/image.php" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:01 mail kernel: [ 9742.022185] audit: type=1400 audit(1710531241.308:422377): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/media.php" pid=11132 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:07 mail kernel: [ 9748.114057] kauditd_printk_skb: 327 callbacks suppressed
- Mar 15 14:34:07 mail kernel: [ 9748.114084] audit: type=1400 audit(1710531247.400:422705): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:34:17 mail kernel: [ 9758.115245] audit: type=1400 audit(1710531257.400:422706): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:34:25 mail systemd[1]: netdata.service: Scheduled restart job, restart counter is at 319.
- Mar 15 14:34:25 mail systemd[1]: Stopped Real time performance monitoring.
- Mar 15 14:34:25 mail systemd[1]: Starting Real time performance monitoring...
- Mar 15 14:34:25 mail systemd[1]: systemd-journald@netdata.service: Deactivated successfully.
- Mar 15 14:34:25 mail systemd[1]: Starting Journal Service for Namespace netdata...
- Mar 15 14:34:26 mail systemd-journald[18372]: Failed to open /dev/kmsg, ignoring: Operation not permitted
- Mar 15 14:34:26 mail systemd[1]: Started Journal Service for Namespace netdata.
- Mar 15 14:34:26 mail systemd[1]: Started Real time performance monitoring.
- Mar 15 14:34:26 mail systemd[1]: netdata.service: Main process exited, code=exited, status=127/n/a
- Mar 15 14:34:26 mail systemd[1]: netdata.service: Failed with result 'exit-code'.
- Mar 15 14:34:27 mail kernel: [ 9768.116490] audit: type=1400 audit(1710531267.404:422707): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:34:37 mail kernel: [ 9778.117465] audit: type=1400 audit(1710531277.404:422708): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:34:40 mail kernel: [ 9780.987622] audit: type=1400 audit(1710531280.272:422709): apparmor="ALLOWED" operation="connect" profile="php-fpm" name="/run/mysqld/mysqld.sock" pid=4011 comm="php-fpm8.1" requested_mask="wr" denied_mask="wr" fsuid=33 ouid=115
- Mar 15 14:34:40 mail kernel: [ 9781.018846] audit: type=1400 audit(1710531280.304:422710): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/mu-plugins/" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.024623] audit: type=1400 audit(1710531280.308:422711): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/query-monitor/collectors/" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.030248] audit: type=1400 audit(1710531280.316:422712): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/plugin.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.049535] audit: type=1400 audit(1710531280.336:422713): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/real-media-library-lite/index.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.055865] audit: type=1400 audit(1710531280.340:422714): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/redis-cache/redis-cache.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.108182] audit: type=1400 audit(1710531280.392:422715): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/themes/h-code/style.css" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.127586] audit: type=1400 audit(1710531280.412:422716): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/file.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:40 mail kernel: [ 9781.133417] audit: type=1400 audit(1710531280.420:422717): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/image.php" pid=4011 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:34:47 mail postfix/postscreen[18424]: CONNECT from [167.89.101.2]:41584 to [10.10.10.2]:25
- Mar 15 14:34:47 mail postfix/postscreen[18424]: WHITELISTED [167.89.101.2]:41584
- Mar 15 14:34:47 mail postfix/postscreen[18424]: using backwards-compatible default setting respectful_logging=no for client [167.89.101.2]:41584
- Mar 15 14:34:47 mail postfix/smtpd[18425]: initializing the server-side TLS engine
- Mar 15 14:34:47 mail postfix/smtpd[18425]: connect from unknown[167.89.101.2]
- Mar 15 14:34:47 mail kernel: [ 9788.118421] kauditd_printk_skb: 736 callbacks suppressed
- Mar 15 14:34:47 mail kernel: [ 9788.118442] audit: type=1400 audit(1710531287.404:423454): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:34:47 mail postfix/smtpd[18425]: setting up TLS connection from unknown[167.89.101.2]
- Mar 15 14:34:47 mail postfix/smtpd[18425]: unknown[167.89.101.2]: TLS cipher list "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES:!CBC3-SHA"
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:before SSL initialization
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:before SSL initialization
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS read client hello
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS write server hello
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS write change cipher spec
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:TLSv1.3 write encrypted extensions
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS write certificate
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:TLSv1.3 write server certificate verify
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS write finished
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:TLSv1.3 early data
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:TLSv1.3 early data
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS read finished
- Mar 15 14:34:47 mail postfix/smtpd[18425]: unknown[167.89.101.2]: Issuing session ticket, key expiration: 1710533086
- Mar 15 14:34:47 mail postfix/smtpd[18425]: unknown[167.89.101.2]: save session 82AB8A3B5118A3620CED5786B95D909CC435FC2422456AF81825FD77F8EE880A&s=smtpd&l=805306400 to smtpd cache
- Mar 15 14:34:47 mail postfix/tlsmgr[5928]: put smtpd session id=82AB8A3B5118A3620CED5786B95D909CC435FC2422456AF81825FD77F8EE880A&s=smtpd&l=805306400 [data 141 bytes]
- Mar 15 14:34:47 mail postfix/tlsmgr[5928]: write smtpd TLS cache entry 82AB8A3B5118A3620CED5786B95D909CC435FC2422456AF81825FD77F8EE880A&s=smtpd&l=805306400: time=1710531287 [data 141 bytes]
- Mar 15 14:34:47 mail postfix/smtpd[18425]: SSL_accept:SSLv3/TLS write session ticket
- Mar 15 14:34:47 mail postfix/smtpd[18425]: Anonymous TLS connection established from unknown[167.89.101.2]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
- Mar 15 14:34:48 mail postfix/smtpd[18425]: NOQUEUE: reject: RCPT from unknown[167.89.101.2]: 450 4.7.1 Client host rejected: cannot find your reverse hostname, [167.89.101.2]; from=<bounces+848413-1d5b-dan=danran.rocks@sgmail.github.com> to=<dan@danran.rocks> proto=ESMTP helo=<xtrwsrhn.outbound-mail.sendgrid.net>
- Mar 15 14:34:48 mail postfix/smtpd[18425]: disconnect from unknown[167.89.101.2] ehlo=2 starttls=1 mail=1 rcpt=0/1 quit=1 commands=5/6
- Mar 15 14:34:56 mail systemd[1]: netdata.service: Scheduled restart job, restart counter is at 320.
- Mar 15 14:34:56 mail systemd[1]: Stopped Real time performance monitoring.
- Mar 15 14:34:56 mail systemd[1]: Starting Real time performance monitoring...
- Mar 15 14:34:56 mail systemd[1]: systemd-journald@netdata.service: Deactivated successfully.
- Mar 15 14:34:56 mail systemd[1]: Starting Journal Service for Namespace netdata...
- Mar 15 14:34:56 mail systemd-journald[18446]: Failed to open /dev/kmsg, ignoring: Operation not permitted
- Mar 15 14:34:56 mail systemd[1]: Started Journal Service for Namespace netdata.
- Mar 15 14:34:56 mail systemd[1]: Started Real time performance monitoring.
- Mar 15 14:34:56 mail systemd[1]: netdata.service: Main process exited, code=exited, status=127/n/a
- Mar 15 14:34:56 mail systemd[1]: netdata.service: Failed with result 'exit-code'.
- Mar 15 14:34:57 mail kernel: [ 9798.119304] audit: type=1400 audit(1710531297.404:423455): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:35:01 mail CRON[18453]: (root) CMD (wget --delete-after https://www.mcmo.is/wp-cron.php > /var/log/wp-cron.php.crontab 2>&1)
- Mar 15 14:35:01 mail CRON[18454]: (root) CMD (for ((i=1; i<=6; i++)) do (ping -c9 10.10.10.1 > /dev/null || systemctl restart wg-quick@wg-client0.service) done )
- Mar 15 14:35:01 mail kernel: [ 9802.077194] audit: type=1400 audit(1710531301.364:423456): apparmor="ALLOWED" operation="connect" profile="php-fpm" name="/run/mysqld/mysqld.sock" pid=15031 comm="php-fpm8.1" requested_mask="wr" denied_mask="wr" fsuid=33 ouid=115
- Mar 15 14:35:01 mail kernel: [ 9802.106207] audit: type=1400 audit(1710531301.392:423457): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/mu-plugins/" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.114312] audit: type=1400 audit(1710531301.400:423458): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/plugin.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.130053] audit: type=1400 audit(1710531301.416:423459): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/real-media-library-lite/index.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.134244] audit: type=1400 audit(1710531301.420:423460): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/plugins/redis-cache/redis-cache.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.175399] audit: type=1400 audit(1710531301.460:423461): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-content/themes/h-code/style.css" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.192523] audit: type=1400 audit(1710531301.476:423462): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/file.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.198342] audit: type=1400 audit(1710531301.484:423463): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/image.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:01 mail kernel: [ 9802.201220] audit: type=1400 audit(1710531301.488:423464): apparmor="ALLOWED" operation="open" profile="php-fpm" name="/var/www/mcmo.is/wp-admin/includes/media.php" pid=15031 comm="php-fpm8.1" requested_mask="r" denied_mask="r" fsuid=33 ouid=33
- Mar 15 14:35:07 mail kernel: [ 9808.120737] kauditd_printk_skb: 327 callbacks suppressed
- Mar 15 14:35:07 mail kernel: [ 9808.120758] audit: type=1400 audit(1710531307.404:423792): apparmor="ALLOWED" operation="sendmsg" profile="php-fpm" name="/run/systemd/notify" pid=1180 comm="php-fpm8.1" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
- Mar 15 14:35:13 mail wpa_supplicant[10176]: wlan0: CTRL-EVENT-DISCONNECTED bssid=60:38:e0:ce:d7:e3 reason=4
- Mar 15 14:35:13 mail systemd-networkd[1075]: wlan0: Lost carrier
- Mar 15 14:35:13 mail wpa_supplicant[10176]: wlan0: Trying to associate with SSID 'danswifi'
- Mar 15 14:35:13 mail systemd-networkd[1075]: wlan0: DHCP lease lost
- Mar 15 14:35:13 mail dbus-daemon[1120]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=100 pid=1075 comm="/lib/systemd/systemd-networkd " label="unconfined")
- Mar 15 14:35:13 mail wpa_supplicant[10176]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
- Mar 15 14:35:13 mail systemd[1]: Starting Hostname Service...
- Mar 15 14:35:13 mail dbus-daemon[1120]: [system] Successfully activated service 'org.freedesktop.hostname1'
- Mar 15 14:35:13 mail systemd[1]: Started Hostname Service.
- Mar 15 14:35:17 mail systemd-networkd[1075]: wlan0: Connected WiFi access point: 'danswifi' (60:38:e0:ce:d7:e2)
- Mar 15 14:35:17 mail wpa_supplicant[10176]: wlan0: Associated with 60:38:e0:ce:d7:e2
- Mar 15 14:35:17 mail wpa_supplicant[10176]: wlan0: CTRL-EVENT-CONNECTED - Connection to 60:38:e0:ce:d7:e2 completed [id=0 id_str=]
- Mar 15 14:35:17 mail wpa_supplicant[10176]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement