Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

** ERROR ** Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.sessions: Cannot launch daemon, file not found or permissions invalid #99

Closed
madipietro opened this issue Jan 8, 2022 · 17 comments

Comments

@madipietro
Copy link

Hi all guys, I'm experiencing this issue building the client from source and I'm not able to fix it.

OS:

Linux Tesla 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64 GNU/Linux

Openvpn3 version:

OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.

Build logs:

./bootstrap.sh                                                                                                        
** Initializing git submodules ...
Submodule 'openvpn3-core' (https://github.com/OpenVPN/openvpn3) registered for path 'openvpn3-core'
Submodule 'ovpn-dco' (https://gitlab.com/openvpn/ovpn-dco.git) registered for path 'ovpn-dco'
Submodule 'asio' (https://github.com/chriskohlhoff/asio) registered for path 'vendor/asio'
Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'vendor/googletest'
Cloning into '/tmp/openvpn3-linux/openvpn3-core'...
Cloning into '/tmp/openvpn3-linux/ovpn-dco'...
Cloning into '/tmp/openvpn3-linux/vendor/asio'...
Cloning into '/tmp/openvpn3-linux/vendor/googletest'...
Submodule path 'openvpn3-core': checked out 'c4fa5a69c5d2e4ba4a86e79da8de0fc95f95edc3'
Submodule path 'ovpn-dco': checked out '1017d4ada58a4c73f44ef671b6469ae168b6c6b0'
Submodule path 'vendor/asio': checked out 'a4d820dd69b37fb8daee275d20eb162054453414'
Submodule path 'vendor/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929'

** Updating version.m4 ...
Version: master_f618c3327791f117

** Running autoreconf ...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:27: installing './compile'
configure.ac:24: installing './install-sh'
configure.ac:24: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
src/python/Makefile.am:38: installing './py-compile'
autoreconf: Leaving directory '.'
 ./configure                                                                                                  
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking whether g++ supports C++11 features by default... yes
checking whether g++ supports C++14 features by default... yes
checking for a Python interpreter with version >= 3.5... python
checking for python... /usr/bin/python
checking for python version... 3.10
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages
checking for LIBLZ4... yes
checking for LIBJSONCPP... yes
checking for LIBGLIBGIO... yes
checking for LIBGLIBGIOUNIX... yes
checking for LIBUUID... yes
checking for LIBCAPNG... yes
checking for LIBSYSTEMD... yes
checking for sd_id128_get_machine... yes
checking for sd_id128_to_string... yes
checking for LIBTINYXML2... yes
checking presence of XMLDocument::ErrorName... yes
checking presence of XMLDocument::ErrorStr... yes
checking for OPENSSL... yes
configure: Using ASIO source directory: ./vendor/asio
configure: Using OpenVPN 3 Core Library directory: ./openvpn3-core
checking OpenVPN 3 Core Library version... 3.git:HEAD:c4fa5a69
configure: Found /etc/os-release ... parsing it
configure: Operating system: Arch Linux master_f618c3327791f117
configure: Default DNS resolver configuration: --resolv-conf /etc/resolv.conf
configure: Using ovpn-dco source directory: ./ovpn-dco
configure: Checking for SELinux policy development files
checking for /usr/local/share/selinux/devel/Makefile... no
checking for /usr/share/selinux/devel... no
checking for rst2man... rst2man
checking for git... git
checking if this is a git checkout ... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating distro/systemd/Makefile
config.status: creating doxygen/Makefile
config.status: creating doxygen/openvpn3-linux.doxy
config.status: creating docs/man/Makefile
config.status: creating src/policy/Makefile
config.status: creating src/python/Makefile
config.status: creating src/selinux/Makefile
config.status: creating src/service-autostart/Makefile
config.status: creating addons/aws/Makefile
config.status: creating config.h
config.status: executing depfiles commands
groupadd -r openvpn                                                                                                       
groupadd: group 'openvpn' already exists
useradd -r -s /sbin/nologin -g openvpn openvpn                                                                          
useradd: user 'openvpn' already exists
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var                                                       
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking whether g++ supports C++11 features by default... yes
checking whether g++ supports C++14 features by default... yes
checking for a Python interpreter with version >= 3.5... python
checking for python... /usr/bin/python
checking for python version... 3.10
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages
checking for LIBLZ4... yes
checking for LIBJSONCPP... yes
checking for LIBGLIBGIO... yes
checking for LIBGLIBGIOUNIX... yes
checking for LIBUUID... yes
checking for LIBCAPNG... yes
checking for LIBSYSTEMD... yes
checking for sd_id128_get_machine... yes
checking for sd_id128_to_string... yes
checking for LIBTINYXML2... yes
checking presence of XMLDocument::ErrorName... yes
checking presence of XMLDocument::ErrorStr... yes
checking for OPENSSL... yes
configure: Using ASIO source directory: ./vendor/asio
configure: Using OpenVPN 3 Core Library directory: ./openvpn3-core
checking OpenVPN 3 Core Library version... 3.git:HEAD:c4fa5a69
configure: Found /etc/os-release ... parsing it
configure: Operating system: Arch Linux master_f618c3327791f117
configure: Default DNS resolver configuration: --resolv-conf /etc/resolv.conf
configure: Using ovpn-dco source directory: ./ovpn-dco
configure: Checking for SELinux policy development files
checking for /usr/share/selinux/devel/Makefile... no
checking for /usr/share/selinux/devel... no
checking for rst2man... rst2man
checking for git... git
checking if this is a git checkout ... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating distro/systemd/Makefile
config.status: creating doxygen/Makefile
config.status: creating doxygen/openvpn3-linux.doxy
config.status: creating docs/man/Makefile
config.status: creating src/policy/Makefile
config.status: creating src/python/Makefile
config.status: creating src/selinux/Makefile
config.status: creating src/service-autostart/Makefile
config.status: creating addons/aws/Makefile
config.status: creating config.h
config.status: executing depfiles commands
sudo make                                                                                                              
[sudo] password for mx: 
replacing config-version.h
make  all-recursive
make[1]: Entering directory '/tmp/openvpn3-linux'
Making all in src/python
make[2]: Entering directory '/tmp/openvpn3-linux/src/python'
  CXX      openvpn3/gen-python-constants.o
  CXXLD    openvpn3/gen-python-constants
  GEN      openvpn3/constants.py
touch --reference=../../src/python/openvpn3/gen-python-constants.cpp openvpn3/constants.py
make  all-am
make[3]: Entering directory '/tmp/openvpn3-linux/src/python'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/openvpn3-linux/src/python'
make[2]: Leaving directory '/tmp/openvpn3-linux/src/python'
Making all in distro/systemd
make[2]: Entering directory '/tmp/openvpn3-linux/distro/systemd'
  GEN      openvpn3-autoload.service
  GEN      openvpn3-session@.service
make[2]: Leaving directory '/tmp/openvpn3-linux/distro/systemd'
Making all in src/service-autostart
make[2]: Entering directory '/tmp/openvpn3-linux/src/service-autostart'
  GEN      net.openvpn.v3.configuration.service
  GEN      net.openvpn.v3.sessions.service
  GEN      net.openvpn.v3.backends.service
  GEN      net.openvpn.v3.netcfg.service
  GEN      net.openvpn.v3.log.service
make[2]: Leaving directory '/tmp/openvpn3-linux/src/service-autostart'
Making all in src/policy
make[2]: Entering directory '/tmp/openvpn3-linux/src/policy'
  GEN      net.openvpn.v3.conf
  GEN      net.openvpn.v3.client.conf
  GEN      net.openvpn.v3.configuration.conf
  GEN      net.openvpn.v3.log.conf
  GEN      net.openvpn.v3.netcfg.conf
  GEN      net.openvpn.v3.sessions.conf
  GEN      net.openvpn.v3.rules
make[2]: Leaving directory '/tmp/openvpn3-linux/src/policy'
Making all in doxygen
make[2]: Entering directory '/tmp/openvpn3-linux/doxygen'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/openvpn3-linux/doxygen'
Making all in docs/man
make[2]: Entering directory '/tmp/openvpn3-linux/docs/man'
  GEN      openvpn2.1
  GEN      openvpn3.1
  GEN      openvpn3-as.1
  GEN      openvpn3-config-acl.1
  GEN      openvpn3-config-manage.1
  GEN      openvpn3-config-import.1
  GEN      openvpn3-config-remove.1
  GEN      openvpn3-config-dump.1
  GEN      openvpn3-configs-list.1
  GEN      openvpn3-log.1
  GEN      openvpn3-session-acl.1
  GEN      openvpn3-session-auth.1
  GEN      openvpn3-session-manage.1
  GEN      openvpn3-session-start.1
  GEN      openvpn3-session-stats.1
  GEN      openvpn3-sessions-list.1
  GEN      openvpn3-linux.7
  GEN      openvpn3-admin.8
  GEN      openvpn3-admin-log-service.8.rst
  GEN      openvpn3-admin-log-service.8
  GEN      openvpn3-admin-netcfg-service.8
  GEN      openvpn3-admin-sessionmgr-service.8
  GEN      openvpn3-autoload.8
  GEN      openvpn3-service-backendstart.8.rst
  GEN      openvpn3-service-backendstart.8
  GEN      openvpn3-service-client.8.rst
  GEN      openvpn3-service-client.8
  GEN      openvpn3-service-configmgr.8.rst
  GEN      openvpn3-service-configmgr.8
  GEN      openvpn3-service-logger.8
  GEN      openvpn3-service-netcfg.8.rst
  GEN      openvpn3-service-netcfg.8
  GEN      openvpn3-service-sessionmgr.8.rst
  GEN      openvpn3-service-sessionmgr.8
  GEN      openvpn3-systemd.8
make[2]: Leaving directory '/tmp/openvpn3-linux/docs/man'
make[2]: Entering directory '/tmp/openvpn3-linux'
  CXX      src/ovpn3cli/openvpn3.o
  CXX      src/ovpn3cli/arghelpers.o
  CXX      src/common/lookup.o
  CXX      src/ovpn3cli/commands/version.o
  CXX      src/ovpn3cli/commands/config.o
  CXX      src/ovpn3cli/commands/log.o
  CXX      src/ovpn3cli/commands/log-service.o
  CXX      src/ovpn3cli/commands/session.o
  CXX      src/configmgr/overrides.o
  CXX      src/sessionmgr/sessionmgr-events.o
  CXX      src/common/cmdargparser.o
  CXX      src/common/configfileparser.o
  CXX      src/common/open-uri.o
  CXX      src/common/requiresqueue.o
  CXX      src/common/timestamp.o
  CXX      src/common/utils.o
  CXXLD    src/ovpn3cli/openvpn3
  CXX      src/common/machineid.o
  CXX      src/netcfg/netcfg-changeevent.o
  CXX      src/netcfg/netcfg-changetype.o
  CXX      src/netcfg/dns/resolver-settings.o
  CXX      src/netcfg/dns/settings-manager.o
  CXX      src/tests/unit/configfileparser.o
  CXX      src/tests/unit/timestamp.o
  CXX      src/tests/unit/logevent.o
  CXX      src/tests/unit/lookup.o
  CXX      src/tests/unit/netcfg-changeevent.o
  CXX      src/tests/unit/sessionmgr-events.o
  CXX      src/tests/unit/statusevent.o
  CXX      src/tests/unit/syslog-facility-mapping.o
  CXX      src/tests/unit/dns-settings-manager-test.o
  CXX      src/tests/unit/dns-resolver-settings.o
  CXX      src/tests/unit/machine-id.o
  CXX      vendor/googletest/googletest/src/gtest-all.o
  CXX      vendor/googletest/googletest/src/gtest_main.o
  AR       src/tests/unit/libgtest.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CXXLD    src/tests/unit/unit-tests
  CXX      src/tests/command-parser/cmdparser.o
  CXXLD    src/tests/command-parser/cmdparser
  CXX      src/tests/ovpn3-core/profilemerge-optionlist.o
  CXXLD    src/tests/ovpn3-core/profilemerge-optionlist
  CXX      src/tests/misc/config-export-json-test.o
  CXXLD    src/tests/misc/config-export-json-test
  CXX      src/tests/misc/gettimestamp.o
  CXXLD    src/tests/misc/gettimestamp
  CXX      src/tests/misc/json-config-import-test.o
  CXXLD    src/tests/misc/json-config-import-test
  CXX      src/tests/misc/log-prefix-selftest.o
  CXXLD    src/tests/misc/log-prefix-selftest
  CXX      src/tests/misc/logwriter-tests.o
  CXXLD    src/tests/misc/logwriter-tests
  CXX      src/tests/misc/lookup-tests.o
  CXXLD    src/tests/misc/lookup-tests
  CXX      src/tests/misc/machineid-test.o
  CXXLD    src/tests/misc/machineid-test
  CXX      src/tests/misc/netcfg_dns_direct_file_selftest-netcfg-dns-direct-file-selftest.o
  CXX      src/common/tests_misc_netcfg_dns_direct_file_selftest-timestamp.o
  CXX      src/netcfg/dns/tests_misc_netcfg_dns_direct_file_selftest-resolvconf-file.o
  CXX      src/netcfg/dns/tests_misc_netcfg_dns_direct_file_selftest-resolver-settings.o
  CXX      src/netcfg/dns/tests_misc_netcfg_dns_direct_file_selftest-settings-manager.o
  CXX      src/netcfg/tests_misc_netcfg_dns_direct_file_selftest-netcfg-changeevent.o
  CXXLD    src/tests/misc/netcfg-dns-direct-file-selftest
  CXX      src/tests/misc/open-uri-test.o
  CXXLD    src/tests/misc/open-uri-test
  CXX      src/tests/misc/syslog-facility-mapping-test.o
  CXXLD    src/tests/misc/syslog-facility-mapping-test
  CXX      src/tests/dbus/config-lock-down.o
  CXXLD    src/tests/dbus/config-lock-down
  CXX      src/tests/dbus/config-override-selftest.o
  CXXLD    src/tests/dbus/config-override-selftest
  CXX      src/tests/dbus/conncreds.o
  CXXLD    src/tests/dbus/conncreds
  CXX      src/tests/dbus/enable-logging.o
  CXXLD    src/tests/dbus/enable-logging
  CXX      src/tests/dbus/fetch-avail-config-paths.o
  CXXLD    src/tests/dbus/fetch-avail-config-paths
  CXX      src/tests/dbus/fetch-avail-session-paths.o
  CXXLD    src/tests/dbus/fetch-avail-session-paths
  CXX      src/tests/dbus/fetch-config.o
  CXXLD    src/tests/dbus/fetch-config
  CXX      src/tests/dbus/fetch-config2.o
  CXXLD    src/tests/dbus/fetch-config2
  CXX      src/tests/dbus/get-acl.o
  CXXLD    src/tests/dbus/get-acl
  CXX      src/tests/dbus/get-config-overrides.o
  CXXLD    src/tests/dbus/get-config-overrides
  CXX      src/tests/dbus/get-service-version-prop.o
  CXXLD    src/tests/dbus/get-service-version-prop
  CXX      src/tests/dbus/getlastlogevent.o
  CXXLD    src/tests/dbus/getlastlogevent
  CXX      src/tests/dbus/getlaststatus.o
  CXXLD    src/tests/dbus/getlaststatus
  CXX      src/tests/dbus/getconnectionstats.o
  CXXLD    src/tests/dbus/getconnectionstats
  CXX      src/tests/dbus/log-listener.o
  CXXLD    src/tests/dbus/log-listener
  CXX      src/tests/dbus/log-listener2.o
  CXXLD    src/tests/dbus/log-listener2
  CXX      src/tests/dbus/logevent-selftest.o
  CXXLD    src/tests/dbus/logevent-selftest
  CXX      src/tests/dbus/logservice1.o
  CXXLD    src/tests/dbus/logservice1
  CXX      src/tests/dbus/manager-lookupconfigname.o
  CXXLD    src/tests/dbus/manager-lookupconfigname
  CXX      src/tests/dbus/netcfg-changeevent-selftest.o
  CXXLD    src/tests/dbus/netcfg-changeevent-selftest
  CXX      src/tests/dbus/netcfg-proxy-unit.o
  CXX      src/netcfg/proxy-netcfg.o
  CXXLD    src/tests/dbus/netcfg-proxy-unit
  CXX      src/tests/dbus/netcfg-systemd-resolved-basic.o
  CXX      src/netcfg/dns/proxy-systemd-resolved.o
  CXXLD    src/tests/dbus/netcfg-systemd-resolved-basic
  CXX      src/tests/dbus/signal-listener.o
  CXXLD    src/tests/dbus/signal-listener
  CXX      src/tests/dbus/statusevent-selftest.o
  CXXLD    src/tests/dbus/statusevent-selftest
  CXX      src/tests/dbus/proc-wait-for.o
  CXXLD    src/tests/dbus/proc-wait-for
  CXX      src/tests/dbus/proc-wait-for-pid.o
  CXXLD    src/tests/dbus/proc-wait-for-pid
  CXX      src/tests/dbus/proxy-checkserviceavail.o
  CXXLD    src/tests/dbus/proxy-checkserviceavail
  CXX      src/tests/dbus/request-queue-client.o
  CXXLD    src/tests/dbus/request-queue-client
  CXX      src/tests/dbus/request-queue-client2.o
  CXXLD    src/tests/dbus/request-queue-client2
  CXX      src/tests/dbus/request-queue-service.o
  CXXLD    src/tests/dbus/request-queue-service
  CXX      src/tests/netcfg/cli.o
  CXXLD    src/tests/netcfg/clinetcfg
  CXX      src/client/openvpn3-service-client.o
  CXXLD    src/client/openvpn3-service-client
  CXX      src/client/openvpn3-service-backendstart.o
  CXXLD    src/client/openvpn3-service-backendstart
  CXX      src/configmgr/openvpn3-service-configmgr.o
  CXXLD    src/configmgr/openvpn3-service-configmgr
  CXX      src/sessionmgr/openvpn3-service-sessionmgr.o
  CXXLD    src/sessionmgr/openvpn3-service-sessionmgr
  CXX      src/netcfg/openvpn3-service-netcfg.o
  CXX      src/netcfg/core-tunbuilder.o
  CXX      src/netcfg/netcfg-dco.o
  CXX      src/netcfg/netcfg-subscriptions.o
  CXX      src/netcfg/dns/resolvconf-file.o
  CXX      src/netcfg/dns/systemd-resolved.o
  CXXLD    src/netcfg/openvpn3-service-netcfg
  CXX      src/log/openvpn3-service-logger.o
  CXXLD    src/log/openvpn3-service-logger
  CXX      src/ovpn3cli/openvpn3_admin-openvpn3-admin.o
  CXX      src/ovpn3cli/openvpn3_admin-arghelpers.o
  CXX      src/ovpn3cli/commands/openvpn3_admin-variables.o
  CXX      src/ovpn3cli/commands/openvpn3_admin-version.o
  CXX      src/ovpn3cli/commands/openvpn3_admin-log-service.o
  CXX      src/ovpn3cli/commands/openvpn3_admin-netcfg-service.o
  CXX      src/ovpn3cli/commands/openvpn3_admin-sessionmgr-service.o
  CXX      src/common/ovpn3cli_openvpn3_admin-cmdargparser.o
  CXX      src/common/ovpn3cli_openvpn3_admin-configfileparser.o
  CXX      src/common/ovpn3cli_openvpn3_admin-machineid.o
  CXX      src/common/ovpn3cli_openvpn3_admin-lookup.o
  CXX      src/common/ovpn3cli_openvpn3_admin-utils.o
  CXX      src/netcfg/ovpn3cli_openvpn3_admin-proxy-netcfg.o
  CXXLD    src/ovpn3cli/openvpn3-admin
make[2]: Leaving directory '/tmp/openvpn3-linux'
make[1]: Leaving directory '/tmp/openvpn3-linux'
sudo make install                                                                                     
[sudo] password for mx: 
make  install-recursive
make[1]: Entering directory '/tmp/openvpn3-linux'
Making install in src/python
make[2]: Entering directory '/tmp/openvpn3-linux/src/python'
  GEN      openvpn3/constants.py
touch --reference=../../src/python/openvpn3/gen-python-constants.cpp openvpn3/constants.py
make  install-am
make[3]: Entering directory '/tmp/openvpn3-linux/src/python'
make[4]: Entering directory '/tmp/openvpn3-linux/src/python'
 /usr/bin/mkdir -p '/usr/bin'
 /usr/bin/install -c openvpn2 openvpn3-as '/usr/bin'
 /usr/bin/mkdir -p '/usr/sbin'
 /usr/bin/install -c openvpn3-autoload '/usr/sbin'
  GEN      openvpn3/constants.py
touch --reference=../../src/python/openvpn3/gen-python-constants.cpp openvpn3/constants.py
 /usr/bin/mkdir -p '/usr/lib/python3.10/site-packages/openvpn3'
 /usr/bin/install -c -m 644 openvpn3/constants.py '/usr/lib/python3.10/site-packages/openvpn3'
Byte-compiling python modules...
constants.py
Byte-compiling python modules (optimized versions) ...
constants.py
 /usr/bin/mkdir -p '/usr/lib/python3.10/site-packages/openvpn3'
 /usr/bin/install -c -m 644 openvpn3/__init__.py openvpn3/ConfigParser.py openvpn3/ConfigManager.py openvpn3/NetCfgManager.py openvpn3/SessionManager.py '/usr/lib/python3.10/site-packages/openvpn3'
Byte-compiling python modules...
__init__.pyConfigParser.pyConfigManager.pyNetCfgManager.pySessionManager.py
Byte-compiling python modules (optimized versions) ...
__init__.pyConfigParser.pyConfigManager.pyNetCfgManager.pySessionManager.py
make[4]: Leaving directory '/tmp/openvpn3-linux/src/python'
make[3]: Leaving directory '/tmp/openvpn3-linux/src/python'
make[2]: Leaving directory '/tmp/openvpn3-linux/src/python'
Making install in distro/systemd
make[2]: Entering directory '/tmp/openvpn3-linux/distro/systemd'
make[3]: Entering directory '/tmp/openvpn3-linux/distro/systemd'
 /usr/bin/mkdir -p '/usr/libexec/openvpn3-linux'
 /usr/bin/install -c openvpn3-systemd '/usr/libexec/openvpn3-linux'
/usr/bin/mkdir -p "/etc/openvpn3"
/usr/bin/mkdir -p "/etc/openvpn3/autoload"
chmod 750 "/etc/openvpn3/autoload"
 /usr/bin/mkdir -p '/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 openvpn3-autoload.service openvpn3-session@.service '/usr/lib/systemd/system'
make[3]: Leaving directory '/tmp/openvpn3-linux/distro/systemd'
make[2]: Leaving directory '/tmp/openvpn3-linux/distro/systemd'
Making install in src/service-autostart
make[2]: Entering directory '/tmp/openvpn3-linux/src/service-autostart'
make[3]: Entering directory '/tmp/openvpn3-linux/src/service-autostart'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /var/lib/openvpn3 /var/lib/openvpn3/configs
chmod 750 /var/lib/openvpn3 /var/lib/openvpn3/configs
chown -R openvpn:openvpn /var/lib/openvpn3 || echo
 /usr/bin/mkdir -p '/usr/share/dbus-1/system-services'
 /usr/bin/install -c -m 644 net.openvpn.v3.configuration.service net.openvpn.v3.sessions.service net.openvpn.v3.backends.service net.openvpn.v3.netcfg.service net.openvpn.v3.log.service '/usr/share/dbus-1/system-services'
make[3]: Leaving directory '/tmp/openvpn3-linux/src/service-autostart'
make[2]: Leaving directory '/tmp/openvpn3-linux/src/service-autostart'
Making install in src/policy
make[2]: Entering directory '/tmp/openvpn3-linux/src/policy'
make[3]: Entering directory '/tmp/openvpn3-linux/src/policy'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/etc/dbus-1/system.d'
 /usr/bin/install -c -m 644 net.openvpn.v3.conf net.openvpn.v3.client.conf net.openvpn.v3.configuration.conf net.openvpn.v3.log.conf net.openvpn.v3.netcfg.conf net.openvpn.v3.sessions.conf '/etc/dbus-1/system.d'
 /usr/bin/mkdir -p '/usr/share/polkit-1/rules.d'
 /usr/bin/install -c -m 644 net.openvpn.v3.rules '/usr/share/polkit-1/rules.d'
make[3]: Leaving directory '/tmp/openvpn3-linux/src/policy'
make[2]: Leaving directory '/tmp/openvpn3-linux/src/policy'
Making install in doxygen
make[2]: Entering directory '/tmp/openvpn3-linux/doxygen'
make[3]: Entering directory '/tmp/openvpn3-linux/doxygen'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/openvpn3-linux/doxygen'
make[2]: Leaving directory '/tmp/openvpn3-linux/doxygen'
Making install in docs/man
make[2]: Entering directory '/tmp/openvpn3-linux/docs/man'
make[3]: Entering directory '/tmp/openvpn3-linux/docs/man'
make[3]: Nothing to be done for 'install-exec-am'.
ln -sf openvpn3-config-dump.8 openvpn3-config-show.8
 /usr/bin/mkdir -p '/usr/share/man/man1'
 /usr/bin/install -c -m 644 openvpn2.1 openvpn3.1 openvpn3-as.1 openvpn3-config-acl.1 openvpn3-config-manage.1 openvpn3-config-import.1 openvpn3-config-remove.1 openvpn3-config-dump.1 openvpn3-configs-list.1 openvpn3-log.1 openvpn3-session-acl.1 openvpn3-session-auth.1 openvpn3-session-manage.1 openvpn3-session-start.1 openvpn3-session-stats.1 openvpn3-sessions-list.1 '/usr/share/man/man1'
 /usr/bin/mkdir -p '/usr/share/man/man7'
 /usr/bin/install -c -m 644 openvpn3-linux.7 '/usr/share/man/man7'
 /usr/bin/mkdir -p '/usr/share/man/man8'
 /usr/bin/install -c -m 644 openvpn3-admin.8 openvpn3-admin-log-service.8 openvpn3-admin-netcfg-service.8 openvpn3-admin-sessionmgr-service.8 openvpn3-autoload.8 openvpn3-service-backendstart.8 openvpn3-service-client.8 openvpn3-service-configmgr.8 openvpn3-service-logger.8 openvpn3-service-netcfg.8 openvpn3-service-sessionmgr.8 openvpn3-systemd.8 '/usr/share/man/man8'
make[3]: Leaving directory '/tmp/openvpn3-linux/docs/man'
make[2]: Leaving directory '/tmp/openvpn3-linux/docs/man'
make[2]: Entering directory '/tmp/openvpn3-linux'
make[3]: Entering directory '/tmp/openvpn3-linux'
 /usr/bin/mkdir -p '/usr/bin'
  /usr/bin/install -c src/ovpn3cli/openvpn3 '/usr/bin'
 /usr/bin/mkdir -p '/usr/libexec/openvpn3-linux'
  /usr/bin/install -c src/client/openvpn3-service-client src/client/openvpn3-service-backendstart src/configmgr/openvpn3-service-configmgr src/sessionmgr/openvpn3-service-sessionmgr src/netcfg/openvpn3-service-netcfg src/log/openvpn3-service-logger '/usr/libexec/openvpn3-linux'
 /usr/bin/mkdir -p '/usr/sbin'
  /usr/bin/install -c src/ovpn3cli/openvpn3-admin '/usr/sbin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/openvpn3-linux'
make[2]: Leaving directory '/tmp/openvpn3-linux'
make[1]: Leaving directory '/tmp/openvpn3-linux'
sudo systemctl reload dbus

Jan 08 17:14:15 Tesla kernel: audit: type=1105 audit(1641672855.459:227): pid=23628 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/2 res=success'
Jan 08 17:14:15 Tesla systemd[1]: Reloading D-Bus System Message Bus...
░░ Subject: A reload job for unit dbus.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A reload job for unit dbus.service has begun execution.
░░ 
░░ The job identifier is 3223.
Jan 08 17:14:15 Tesla dbus-daemon[460]: [system] Reloaded configuration
Jan 08 17:14:15 Tesla dbus-send[23631]: method return time=1641672855.484305 sender=org.freedesktop.DBus -> destination=:1.148 serial=3 reply_serial=2
Jan 08 17:14:15 Tesla systemd[1]: Reloaded D-Bus System Message Bus.

When I try to execute openvpn3 I will have the following error.

** ERROR ** Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.sessions: Cannot launch daemon, file not found or permissions invalid

Additional data:

openvpn2 --config  pr.ovpn --verb 6
** ERROR ** org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch daemon, file not found or permissions invalid
journalctl -xef
Jan 08 17:16:35 Tesla dbus-daemon[460]: [system] Activating service name='net.openvpn.v3.configuration' requested by ':1.151' (uid=1000 pid=23679 comm="/usr/bin/python3 /usr/bin/openvpn2 --config pr") (using servicehelper)
Jan 08 17:16:35 Tesla dbus-daemon[460]: [system] Activated service 'net.openvpn.v3.configuration' failed: Cannot launch daemon, file not found or permissions invalid
openvpn3-admin version --services                                                                                                                           
OpenVPN 3 D-Bus services:

** ERROR ** Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.backends: Cannot launch daemon, file not found or permissions invalid
openvpn3-admin log-service --log-level 6                                                                                                                
log-service: ** ERROR ** : Cannot launch daemon, file not found or permissions invalid
journalctl --since -10m SYSLOG_IDENTIFIER=net.openvpn.v3.log + SYSLOG_IDENTIFIER=openvpn3-service-logger + SYSLOG_IDENTIFIER=dbus + _SYSTEMD_UNIT=dbus.service + UNIT=dbus.service
Jan 08 17:14:15 Tesla systemd[1]: Reloading D-Bus System Message Bus...
Jan 08 17:14:15 Tesla dbus-daemon[460]: [system] Reloaded configuration
Jan 08 17:14:15 Tesla dbus-send[23631]: method return time=1641672855.484305 sender=org.freedesktop.DBus -> destination=:1.148 serial=3 reply_serial=2
Jan 08 17:14:15 Tesla systemd[1]: Reloaded D-Bus System Message Bus.
Jan 08 17:15:42 Tesla dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' re>
Jan 08 17:15:42 Tesla dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 08 17:16:22 Tesla dbus-daemon[460]: [system] Activating service name='net.openvpn.v3.configuration' requested by ':1.150' (uid=1000 pid=23665 comm="/usr/bin/python3 />
Jan 08 17:16:22 Tesla dbus-daemon[460]: [system] Activated service 'net.openvpn.v3.configuration' failed: Cannot launch daemon, file not found or permissions invalid
Jan 08 17:16:35 Tesla dbus-daemon[460]: [system] Activating service name='net.openvpn.v3.configuration' requested by ':1.151' (uid=1000 pid=23679 comm="/usr/bin/python3 />
Jan 08 17:16:35 Tesla dbus-daemon[460]: [system] Activated service 'net.openvpn.v3.configuration' failed: Cannot launch daemon, file not found or permissions invalid
Jan 08 17:18:14 Tesla dbus-daemon[460]: [system] Activating service name='net.openvpn.v3.backends' requested by ':1.152' (uid=1000 pid=23734 comm="openvpn3-admin version >
Jan 08 17:18:14 Tesla dbus-daemon[460]: [system] Activated service 'net.openvpn.v3.backends' failed: Cannot launch daemon, file not found or permissions invalid
Jan 08 17:18:43 Tesla dbus-daemon[460]: [system] Activating service name='net.openvpn.v3.log' requested by ':1.153' (uid=1000 pid=23765 comm="openvpn3-admin log-service ->
Jan 08 17:18:43 Tesla dbus-daemon[460]: [system] Activated service 'net.openvpn.v3.log' failed: Cannot launch daemon, file not found or permissions invalid

I'm aware that it might be a permissions issue, but related to what file or dir ?
Thanks in advance!.

@dsommers
Copy link
Member

dsommers commented Jan 9, 2022

What does /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service contain? Is the permissions to this file similar to other files in this system directory? Is the path to the openvpn3-service-configmgr executable listed in the Exec= line correct? Is the permissions to the binary listed there correct?

@madipietro
Copy link
Author

What does /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service contain? Is the permissions to this file similar to other files in this system directory? Is the path to the openvpn3-service-configmgr executable listed in the Exec= line correct? Is the permissions to the binary listed there correct?

Hi @dsommers thanks for helping me again :)

As normal user

cat /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service                                                                                   ✔ 
#  This file is part of the OpenVPN 3 Linux client
#
#  Copyright 2017         OpenVPN Inc <sales@openvpn.net>
#  Copyright 2017         David Sommerseth <davids@openvpn.net>
#
#  This program is free software: you can redistribute it and/or modify
#  it under the terms of the GNU Affero General Public License as
#  published by the Free Software Foundation, version 3 of the
#  License.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU Affero General Public License for more details.
#
#  You should have received a copy of the GNU Affero General Public License
#  along with this program.  If not, see <https://www.gnu.org/licenses/>.
#

[D-BUS Service]
Name=net.openvpn.v3.configuration
User=openvpn
Exec=/usr/libexec/openvpn3-linux/openvpn3-service-configmgr --state-dir "/var/lib/openvpn3/configs"
-rw-r--r-- 1 root root 963 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service
ls -ltr /usr/share/dbus-1/system-services/net.openvpn.v3.*                                                                                               
-rw-r--r-- 1 root root 919 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service
-rw-r--r-- 1 root root 973 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service
-rw-r--r-- 1 root root 975 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.log.service
-rw-r--r-- 1 root root 963 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service
-rw-r--r-- 1 root root 921 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.backends.service

For the executable

Exec=/usr/libexec/openvpn3-linux/openvpn3-service-configmgr
ls -ltr /usr/libexec/openvpn3-linux/openvpn3-service-configmgr                                                                                              
-rwxr-xr-x 1 root root 6084536 Jan  8 17:01 /usr/libexec/openvpn3-linux/openvpn3-service-configmgr
 ls -ltr /usr/libexec/openvpn3-linux/                                                                                              ✔ 
total 55676
-rwxr-xr-x 1 root root    13006 Jan  8 17:01 openvpn3-systemd
-rwxr-xr-x 1 root root 21636984 Jan  8 17:01 openvpn3-service-client
-rwxr-xr-x 1 root root  6084536 Jan  8 17:01 openvpn3-service-configmgr
-rwxr-xr-x 1 root root  3626832 Jan  8 17:01 openvpn3-service-backendstart
-rwxr-xr-x 1 root root  7103608 Jan  8 17:01 openvpn3-service-sessionmgr
-rwxr-xr-x 1 root root 14390320 Jan  8 17:01 openvpn3-service-netcfg
-rwxr-xr-x 1 root root  4138832 Jan  8 17:01 openvpn3-service-logger
/usr/libexec/openvpn3-linux/openvpn3-service-configmgr                                                                         
OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3-service-configmgr)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.
terminate called after throwing an instance of 'openvpn::DBusException'
  what():  Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.log: Cannot launch daemon, file not found or permissions invalid
[1]    2983 abort (core dumped)  /usr/libexec/openvpn3-linux/openvpn3-service-configmgr
sudo /usr/libexec/openvpn3-linux/openvpn3-service-configmgr                                                                 
[sudo] password for mx: 
[INFO] Dropping root group privileges to openvpn
[INFO] Dropping root user privileges to openvpn
OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3-service-configmgr)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.
terminate called after throwing an instance of 'openvpn::DBusException'
  what():  Failed preparing proxy: Error calling StartServiceByName for net.openvpn.v3.log: Cannot launch daemon, file not found or permissions invalid
[1]    3010 abort      sudo /usr/libexec/openvpn3-linux/openvpn3-service-configmgr

There is also a dump from systemd

Jan 10 08:53:46 Tesla dbus-daemon[547]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.70' (uid=0 pid=3254 comm="sudo /usr/libexec/openvpn3-linux/openvpn3-service-")
Jan 10 08:53:46 Tesla audit[3254]: USER_ACCT pid=3254 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="maximiliano" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 08:53:46 Tesla dbus-daemon[547]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 10 08:53:46 Tesla sudo[3254]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 10 08:53:46 Tesla kernel: kauditd_printk_skb: 5 callbacks suppressed
Jan 10 08:53:46 Tesla kernel: audit: type=1101 audit(1641815626.252:157): pid=3254 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 08:53:46 Tesla sudo[3254]: mx : TTY=pts/0 ; PWD=/usr/libexec/openvpn3-linux ; USER=root ; COMMAND=/usr/libexec/openvpn3-linux/openvpn3-service-configmgr
Jan 10 08:53:46 Tesla audit[3254]: CRED_REFR pid=3254 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/0 res=success'
Jan 10 08:53:46 Tesla audit[3254]: USER_START pid=3254 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'
Jan 10 08:53:46 Tesla sudo[3254]: pam_unix(sudo:session): session opened for user root(uid=0) by maximiliano(uid=1000)
Jan 10 08:53:46 Tesla kernel: audit: type=1110 audit(1641815626.255:158): pid=3254 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/0 res=success'
Jan 10 08:53:46 Tesla kernel: audit: type=1105 audit(1641815626.255:159): pid=3254 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'
Jan 10 08:53:46 Tesla dbus-daemon[547]: [system] Activating service name='net.openvpn.v3.log' requested by ':1.71' (uid=963 pid=3255 comm="/usr/libexec/openvpn3-linux/openvpn3-service-confi") (using servicehelper)
Jan 10 08:53:46 Tesla dbus-daemon[547]: [system] Activated service 'net.openvpn.v3.log' failed: Cannot launch daemon, file not found or permissions invalid
Jan 10 08:53:46 Tesla audit[3255]: ANOM_ABEND auid=1000 uid=963 gid=963 ses=2 pid=3255 comm="openvpn3-servic" exe="/usr/libexec/openvpn3-linux/openvpn3-service-configmgr" sig=6 res=1
Jan 10 08:53:46 Tesla kernel: audit: type=1701 audit(1641815626.262:160): auid=1000 uid=963 gid=963 ses=2 pid=3255 comm="openvpn3-servic" exe="/usr/libexec/openvpn3-linux/openvpn3-service-configmgr" sig=6 res=1
Jan 10 08:53:46 Tesla audit: BPF prog-id=39 op=LOAD
Jan 10 08:53:46 Tesla audit: BPF prog-id=40 op=LOAD
Jan 10 08:53:46 Tesla audit: BPF prog-id=41 op=LOAD
Jan 10 08:53:46 Tesla kernel: audit: type=1334 audit(1641815626.265:161): prog-id=39 op=LOAD
Jan 10 08:53:46 Tesla kernel: audit: type=1334 audit(1641815626.265:162): prog-id=40 op=LOAD
Jan 10 08:53:46 Tesla kernel: audit: type=1334 audit(1641815626.265:163): prog-id=41 op=LOAD
Jan 10 08:53:46 Tesla systemd[1]: Started Process Core Dump (PID 3260/UID 0).
░░ Subject: A start job for unit systemd-coredump@4-3260-0.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-coredump@4-3260-0.service has finished successfully.
░░ 
░░ The job identifier is 2273.
Jan 10 08:53:46 Tesla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-3260-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 08:53:46 Tesla kernel: audit: type=1130 audit(1641815626.269:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-3260-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 08:53:46 Tesla systemd-coredump[3261]: [🡕] Process 3255 (openvpn3-servic) of user 963 dumped core.
                                              
                                              Module linux-vdso.so.1 with build-id 035c7da8b451e8d19aed30c8ca3970d363e14060
                                              Module libp11-kit.so.0 with build-id f97c44b297b54185bbe3eb6ed6dab5d8967f1532
                                              Module libcrypt.so.2 with build-id 93cf352934d276e01cdfac28f6d6304bf0ed817c
                                              Module libnss_systemd.so.2 with build-id 55b135a5c626835d4c88ea0a6c77a3fd692775d5
                                              Module libnss_files.so.2 with build-id 1a36dfc01d3a1010b2ee79766a24a8090a3266d5
                                              Module libgpg-error.so.0 with build-id 3801187d42c4955bd93c605451430cdf1b164e63
                                              Module libblkid.so.1 with build-id 057b6bc8eebd42d1f5cafe4f4ac72646aae1f2c5
                                              Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                              Module libcap.so.2 with build-id f56c6cd6ad4d35053340d7ff2f8f954498796739
                                              Module libzstd.so.1 with build-id 6214183688018e3fba6d66db10c2c8d0b45e0578
                                              Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                              Module librt.so.1 with build-id 75484da2d6f1515189eefa076e0a40328834cd16
                                              Module ld-linux-x86-64.so.2 with build-id 040cc3dd10461562f177df39e3be2f3704258c3c
                                              Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                              Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                              Module libresolv.so.2 with build-id c915c72668282861a813f7ea3c0780f37b681dc0
                                              Module libmount.so.1 with build-id 39e178b712b6635a8681182f7a9fbb64e6074aee
                                              Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                              Module libgmodule-2.0.so.0 with build-id 34cabbd12d9baf397a0255f174e4c96165bc329b
                                              Module libdl.so.2 with build-id 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                              Module libc.so.6 with build-id 4b406737057708c0e4c642345a703c47a61c73dc
                                              Module libpthread.so.0 with build-id 07c8f95b4f3251d08550217ad8a1f31066229996
                                              Module libgcc_s.so.1 with build-id 7f8508bb914546ada778809b64b99d234337d835
                                              Module libm.so.6 with build-id 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                              Module libstdc++.so.6 with build-id 9b5eeeb149bf3c4efe787fb398b44f00507aec87
                                              Module libsystemd.so.0 with build-id b86eb3142e9f930340715a0f090da03edbb24f9b
                                              Module libuuid.so.1 with build-id 1366ec3008cfdbe45a226330754baeea46a2d7e6
                                              Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                              Module libjsoncpp.so.25 with build-id 87680bad0ee329d980627591e5543fef570aa048
                                              Module libglib-2.0.so.0 with build-id 8214b56e554b7cbead4034b6ba32c90bc8c674da
                                              Module libgobject-2.0.so.0 with build-id 3e451709a0a5772b9550d3a4c28dcb37a87028fa
                                              Module libgio-2.0.so.0 with build-id fc7ccd9c7c26cbb1e938b1c0879f078c2f47d803
                                              Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                              Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                              Module openvpn3-service-configmgr with build-id 373f100a3e95ff639bdddd1c7fd268b364daf8e7
                                              Stack trace of thread 3255:
                                              #0  0x00007f578a8afd22 raise (libc.so.6 + 0x3cd22)
                                              #1  0x00007f578a899862 abort (libc.so.6 + 0x26862)
                                              #2  0x00007f578ac5a802 _ZN9__gnu_cxx27__verbose_terminate_handlerEv (libstdc++.so.6 + 0x99802)
                                              #3  0x00007f578ac66c8a _ZN10__cxxabiv111__terminateEPFvvE (libstdc++.so.6 + 0xa5c8a)
                                              #4  0x00007f578ac66cf7 _ZSt9terminatev (libstdc++.so.6 + 0xa5cf7)
                                              #5  0x00007f578ac66fe1 __cxa_rethrow (libstdc++.so.6 + 0xa5fe1)
                                              #6  0x000055a9110bf238 _ZN13SingleCommand10RunCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjiPPc (openvpn3-service-configmgr + 0xd238)
                                              #7  0x000055a9110c1c86 _ZN13SingleCommand10RunCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPPc (openvpn3-service-configmgr + 0xfc86)
                                              #8  0x00007f578a89ab25 __libc_start_main (libc.so.6 + 0x27b25)
                                              #9  0x000055a9110c278e _start (openvpn3-service-configmgr + 0x1078e)
                                              
                                              Stack trace of thread 3256:
                                              #0  0x00007f578a966b2f __poll (libc.so.6 + 0xf3b2f)
                                              #1  0x00007f578afc1749 n/a (libglib-2.0.so.0 + 0xa8749)
                                              #2  0x00007f578af6ac11 g_main_context_iteration (libglib-2.0.so.0 + 0x51c11)
                                              #3  0x00007f578af6ac62 n/a (libglib-2.0.so.0 + 0x51c62)
                                              #4  0x00007f578af9bd51 n/a (libglib-2.0.so.0 + 0x82d51)
                                              #5  0x00007f578aa48259 start_thread (libpthread.so.0 + 0x9259)
                                              #6  0x00007f578a9715e3 __clone (libc.so.6 + 0xfe5e3)
                                              
                                              Stack trace of thread 3257:
                                              #0  0x00007f578a966b2f __poll (libc.so.6 + 0xf3b2f)
                                              #1  0x00007f578afc1749 n/a (libglib-2.0.so.0 + 0xa8749)
                                              #2  0x00007f578af6cab3 g_main_loop_run (libglib-2.0.so.0 + 0x53ab3)
                                              #3  0x00007f578b1ac598 n/a (libgio-2.0.so.0 + 0x103598)
                                              #4  0x00007f578af9bd51 n/a (libglib-2.0.so.0 + 0x82d51)
                                              #5  0x00007f578aa48259 start_thread (libpthread.so.0 + 0x9259)
                                              #6  0x00007f578a9715e3 __clone (libc.so.6 + 0xfe5e3)
                                              ELF object binary architecture: AMD x86-64
░░ Subject: Process 3255 (openvpn3-servic) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 3255 (openvpn3-servic) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
Jan 10 08:53:46 Tesla sudo[3254]: pam_unix(sudo:session): session closed for user root
Jan 10 08:53:46 Tesla kernel: audit: type=1106 audit(1641815626.345:165): pid=3254 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'
Jan 10 08:53:46 Tesla kernel: audit: type=1104 audit(1641815626.345:166): pid=3254 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/0 res=success'
Jan 10 08:53:46 Tesla audit[3254]: USER_END pid=3254 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'
Jan 10 08:53:46 Tesla audit[3254]: CRED_DISP pid=3254 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/0 res=success'
Jan 10 08:53:46 Tesla audit[3254]: ANOM_ABEND auid=1000 uid=1000 gid=0 ses=2 pid=3254 comm="sudo" exe="/usr/bin/sudo" sig=6 res=1
Jan 10 08:53:46 Tesla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-3260-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 08:53:46 Tesla systemd[1]: systemd-coredump@4-3260-0.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-coredump@4-3260-0.service has successfully entered the 'dead' state.
Jan 10 08:53:46 Tesla audit: BPF prog-id=0 op=UNLOAD
Jan 10 08:53:46 Tesla audit: BPF prog-id=0 op=UNLOAD
Jan 10 08:53:46 Tesla audit: BPF prog-id=0 op=UNLOAD

Thanks again!

@dsommers
Copy link
Member

What happens if you try to first start the openvpn3-service-logger? Try this:

 # /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6

@madipietro
Copy link
Author

What happens if you try to first start the openvpn3-service-logger? Try this:

 # /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6

As normal user:

/usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6      
OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3-service-logger)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.
terminate called after throwing an instance of 'openvpn::DBusException'
  what():  openvpn3-service-logger could not register 'net.openvpn.v3.log'
[1]    4130 abort (core dumped)  /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0

Systemd dump:

Jan 10 09:15:28 Tesla audit[4130]: ANOM_ABEND auid=1000 uid=1000 gid=985 ses=2 pid=4130 comm="openvpn3-servic" exe="/usr/libexec/openvpn3-linux/openvpn3-service-logger" sig=6 res=1
Jan 10 09:15:28 Tesla kernel: audit: type=1701 audit(1641816928.235:179): auid=1000 uid=1000 gid=985 ses=2 pid=4130 comm="openvpn3-servic" exe="/usr/libexec/openvpn3-linux/openvpn3-service-logger" sig=6 res=1
Jan 10 09:15:28 Tesla audit: BPF prog-id=44 op=LOAD
Jan 10 09:15:28 Tesla audit: BPF prog-id=45 op=LOAD
Jan 10 09:15:28 Tesla audit: BPF prog-id=46 op=LOAD
Jan 10 09:15:28 Tesla systemd[1]: Started Process Core Dump (PID 4133/UID 0).
░░ Subject: A start job for unit systemd-coredump@5-4133-0.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-coredump@5-4133-0.service has finished successfully.
░░ 
░░ The job identifier is 2483.
Jan 10 09:15:28 Tesla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-4133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 09:15:28 Tesla kernel: audit: type=1334 audit(1641816928.242:180): prog-id=44 op=LOAD
Jan 10 09:15:28 Tesla kernel: audit: type=1334 audit(1641816928.242:181): prog-id=45 op=LOAD
Jan 10 09:15:28 Tesla kernel: audit: type=1334 audit(1641816928.242:182): prog-id=46 op=LOAD
Jan 10 09:15:28 Tesla kernel: audit: type=1130 audit(1641816928.242:183): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-4133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 09:15:28 Tesla systemd-coredump[4134]: [🡕] Process 4130 (openvpn3-servic) of user 1000 dumped core.
                                              
                                              Module linux-vdso.so.1 with build-id 035c7da8b451e8d19aed30c8ca3970d363e14060
                                              Module libgpg-error.so.0 with build-id 3801187d42c4955bd93c605451430cdf1b164e63
                                              Module libblkid.so.1 with build-id 057b6bc8eebd42d1f5cafe4f4ac72646aae1f2c5
                                              Module libgcrypt.so.20 with build-id db45f5d5e0f7af1e77324fea1885f974619ad268
                                              Module libcap.so.2 with build-id f56c6cd6ad4d35053340d7ff2f8f954498796739
                                              Module libzstd.so.1 with build-id 6214183688018e3fba6d66db10c2c8d0b45e0578
                                              Module liblzma.so.5 with build-id 8b615460aa230708c5183f16bede67aa0437d95e
                                              Module librt.so.1 with build-id 75484da2d6f1515189eefa076e0a40328834cd16
                                              Module ld-linux-x86-64.so.2 with build-id 040cc3dd10461562f177df39e3be2f3704258c3c
                                              Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                              Module libffi.so.8 with build-id f90d8b734f6de9b25faedb8cbfab7054dafc0a42
                                              Module libresolv.so.2 with build-id c915c72668282861a813f7ea3c0780f37b681dc0
                                              Module libmount.so.1 with build-id 39e178b712b6635a8681182f7a9fbb64e6074aee
                                              Module libz.so.1 with build-id 0c1459c56513efd5d53eb3868290e9afee6a6a26
                                              Module libgmodule-2.0.so.0 with build-id 34cabbd12d9baf397a0255f174e4c96165bc329b
                                              Module libdl.so.2 with build-id 5abc547e7b0949f89f3c0e21ab0c8331a7440a8a
                                              Module libc.so.6 with build-id 4b406737057708c0e4c642345a703c47a61c73dc
                                              Module libpthread.so.0 with build-id 07c8f95b4f3251d08550217ad8a1f31066229996
                                              Module libgcc_s.so.1 with build-id 7f8508bb914546ada778809b64b99d234337d835
                                              Module libm.so.6 with build-id 2b8fd1f869ecab4e0b55e92f2f151897f6818acf
                                              Module libstdc++.so.6 with build-id 9b5eeeb149bf3c4efe787fb398b44f00507aec87
                                              Module libsystemd.so.0 with build-id b86eb3142e9f930340715a0f090da03edbb24f9b
                                              Module libuuid.so.1 with build-id 1366ec3008cfdbe45a226330754baeea46a2d7e6
                                              Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                              Module libjsoncpp.so.25 with build-id 87680bad0ee329d980627591e5543fef570aa048
                                              Module libglib-2.0.so.0 with build-id 8214b56e554b7cbead4034b6ba32c90bc8c674da
                                              Module libgobject-2.0.so.0 with build-id 3e451709a0a5772b9550d3a4c28dcb37a87028fa
                                              Module libgio-2.0.so.0 with build-id fc7ccd9c7c26cbb1e938b1c0879f078c2f47d803
                                              Module libcrypto.so.1.1 with build-id 4c926b672d97886b123e03a008387aecf0786de4
                                              Module libssl.so.1.1 with build-id 1024424ab33a3767da03f4fdb1fc1b02479f160f
                                              Module openvpn3-service-logger with build-id a8c8698c049a9ccf80e52efb30c5cced4769833f
                                              Stack trace of thread 4130:
                                              #0  0x00007f2d08910d22 raise (libc.so.6 + 0x3cd22)
                                              #1  0x00007f2d088fa862 abort (libc.so.6 + 0x26862)
                                              #2  0x00007f2d08cbb802 _ZN9__gnu_cxx27__verbose_terminate_handlerEv (libstdc++.so.6 + 0x99802)
                                              #3  0x00007f2d08cc7c8a _ZN10__cxxabiv111__terminateEPFvvE (libstdc++.so.6 + 0xa5c8a)
                                              #4  0x00007f2d08cc7cf7 _ZSt9terminatev (libstdc++.so.6 + 0xa5cf7)
                                              #5  0x00007f2d08cc7fe1 __cxa_rethrow (libstdc++.so.6 + 0xa5fe1)
                                              #6  0x00005636b5d21150 _ZN13SingleCommand10RunCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjiPPc (openvpn3-service-logger + 0xb150)
                                              #7  0x00005636b5d22829 _ZN13SingleCommand10RunCommandENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPPc (openvpn3-service-logger + 0xc829)
                                              #8  0x00007f2d088fbb25 __libc_start_main (libc.so.6 + 0x27b25)
                                              #9  0x00005636b5d234fe _start (openvpn3-service-logger + 0xd4fe)
                                              
                                              Stack trace of thread 4132:
                                              #0  0x00007f2d089c7b2f __poll (libc.so.6 + 0xf3b2f)
                                              #1  0x00007f2d09022749 n/a (libglib-2.0.so.0 + 0xa8749)
                                              #2  0x00007f2d08fcdab3 g_main_loop_run (libglib-2.0.so.0 + 0x53ab3)
                                              #3  0x00007f2d0920d598 n/a (libgio-2.0.so.0 + 0x103598)
                                              #4  0x00007f2d08ffcd51 n/a (libglib-2.0.so.0 + 0x82d51)
                                              #5  0x00007f2d08aa9259 start_thread (libpthread.so.0 + 0x9259)
                                              #6  0x00007f2d089d25e3 __clone (libc.so.6 + 0xfe5e3)
                                              
                                              Stack trace of thread 4131:
                                              #0  0x00007f2d089c7b2f __poll (libc.so.6 + 0xf3b2f)
                                              #1  0x00007f2d09022749 n/a (libglib-2.0.so.0 + 0xa8749)
                                              #2  0x00007f2d08fcbc11 g_main_context_iteration (libglib-2.0.so.0 + 0x51c11)
                                              #3  0x00007f2d08fcbc62 n/a (libglib-2.0.so.0 + 0x51c62)
                                              #4  0x00007f2d08ffcd51 n/a (libglib-2.0.so.0 + 0x82d51)
                                              #5  0x00007f2d08aa9259 start_thread (libpthread.so.0 + 0x9259)
                                              #6  0x00007f2d089d25e3 __clone (libc.so.6 + 0xfe5e3)
                                              ELF object binary architecture: AMD x86-64
░░ Subject: Process 4130 (openvpn3-servic) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 4130 (openvpn3-servic) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
Jan 10 09:15:28 Tesla systemd[1]: systemd-coredump@5-4133-0.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-coredump@5-4133-0.service has successfully entered the 'dead' state.
Jan 10 09:15:28 Tesla kernel: audit: type=1131 audit(1641816928.315:184): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-4133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 09:15:28 Tesla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-4133-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 10 09:15:28 Tesla audit: BPF prog-id=0 op=UNLOAD
Jan 10 09:15:28 Tesla audit: BPF prog-id=0 op=UNLOAD
Jan 10 09:15:28 Tesla audit: BPF prog-id=0 op=UNLOAD
Jan 10 09:15:28 Tesla kernel: audit: type=1334 audit(1641816928.429:185): prog-id=0 op=UNLOAD
Jan 10 09:15:28 Tesla kernel: audit: type=1334 audit(1641816928.429:186): prog-id=0 op=UNLOAD
Jan 10 09:15:28 Tesla kernel: audit: type=1334 audit(1641816928.429:187): prog-id=0 op=UNLOAD

Whit sudo:

sudo /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6
[sudo] password for mx: 
[INFO] Dropping root group privileges to openvpn
[INFO] Dropping root user privileges to openvpn
OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3-service-logger)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.

Systemd dump:

Jan 10 09:17:54 Tesla dbus-daemon[547]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.82' (uid=0 pid=4192 comm="sudo /usr/libexec/openvpn3-linux/openvpn3-service-")
Jan 10 09:17:54 Tesla dbus-daemon[547]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 10 09:17:54 Tesla sudo[4192]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 10 09:17:57 Tesla audit[4192]: USER_AUTH pid=4192 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 09:17:57 Tesla audit[4192]: USER_ACCT pid=4192 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 09:17:57 Tesla sudo[4192]: maximiliano : TTY=pts/0 ; PWD=/usr/libexec/openvpn3-linux ; USER=root ; COMMAND=/usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6
Jan 10 09:17:57 Tesla audit[4192]: CRED_REFR pid=4192 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'
Jan 10 09:17:57 Tesla kernel: audit: type=1100 audit(1641817077.132:188): pid=4192 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 09:17:57 Tesla kernel: audit: type=1101 audit(1641817077.132:189): pid=4192 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 09:17:57 Tesla kernel: audit: type=1110 audit(1641817077.132:190): pid=4192 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'
Jan 10 09:17:57 Tesla kernel: audit: type=1105 audit(1641817077.135:191): pid=4192 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'
Jan 10 09:17:57 Tesla audit[4192]: USER_START pid=4192 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'
Jan 10 09:17:57 Tesla sudo[4192]: pam_unix(sudo:session): session opened for user root(uid=0) by mx(uid=1000)

It runs

ps -ef | grep openvpn3-service-logger                                                                                                                       
root        4192    2395  0 09:17 pts/0    00:00:00 sudo /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6
openvpn     4193    4192  0 09:17 pts/0    00:00:00 /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6

@dsommers
Copy link
Member

First, you've spotted a bug in openvpn3-service-configmgr when openvpn3-service-logger is not available, but that's another issue (and I'll fix that). That's the crash in openvpn3-service-configmgr where it tries to connect to net.openvpn.v3.log. That is not the main issue here anyhow, but something which flushed up. Nice catch!

The more concerning issue here is that your D-Bus daemon seems incapable of starting the openvpn3-service-* processes. What do you get when you do getent passwd openvpn or id openvpn ? Is it a long time since you rebooted the machine? Could it be that the D-Bus daemon is not able to find the openvpn user?

@madipietro
Copy link
Author

First, you've spotted a bug in openvpn3-service-configmgr when openvpn3-service-logger is not available, but that's another issue (and I'll fix that). That's the crash in openvpn3-service-configmgr where it tries to connect to net.openvpn.v3.log. That is not the main issue here anyhow, but something which flushed up. Nice catch!

The more concerning issue here is that your D-Bus daemon seems incapable of starting the openvpn3-service-* processes. What do you get when you do getent passwd openvpn or id openvpn ? Is it a long time since you rebooted the machine? Could it be that the D-Bus daemon is not able to find the openvpn user?

Hi @dsommers is my personal working machine, so its booted every day :) .

 getent passwd openvpn                                                                                                
openvpn:x:963:963:OpenVPN:/:/usr/bin/nologin
 id openvpn                                                                                                                       
uid=963(openvpn) gid=963(openvpn) groups=963(openvpn)
uptime                                                                                                                       
 11:16:15 up  2:35,  8 users,  load average: 2.11, 2.79, 2.96

Thanks!.

@dsommers
Copy link
Member

Do you have the D-Bus policies for OpenVPN 3 Linux installed? They should be here: /etc/dbus-1/system.d/net.openvpn.v3.*.conf. The should be owned by root:root and have chmod 644.

@madipietro
Copy link
Author

Do you have the D-Bus policies for OpenVPN 3 Linux installed? They should be here: /etc/dbus-1/system.d/net.openvpn.v3.*.conf. The should be owned by root:root and have chmod 644.

I think yes!

ls -tlr /etc/dbus-1/system.d/net.openvpn.v3.*.conf                                                                               
-rw-r--r-- 1 root root 5725 Jan  8 17:01 /etc/dbus-1/system.d/net.openvpn.v3.sessions.conf
-rw-r--r-- 1 root root 8026 Jan  8 17:01 /etc/dbus-1/system.d/net.openvpn.v3.netcfg.conf
-rw-r--r-- 1 root root 2908 Jan  8 17:01 /etc/dbus-1/system.d/net.openvpn.v3.log.conf
-rw-r--r-- 1 root root 5126 Jan  8 17:01 /etc/dbus-1/system.d/net.openvpn.v3.configuration.conf
-rw-r--r-- 1 root root 5982 Jan  8 17:01 /etc/dbus-1/system.d/net.openvpn.v3.client.conf

:)

@dsommers
Copy link
Member

dsommers commented Jan 10, 2022

So the crux of this issue is this log line:

Error calling StartServiceByName for net.openvpn.v3.log: Cannot launch daemon, file not found or permissions invalid

Where the .log prefix can also be .configuration and most likely the other services too (.sessions, .netcfg, etc)

Can you try to run the following command as root?

# gdbus introspect --system --dest net.openvpn.v3.configuration --object-path /net/openvpn/v3/configuration

I expect it to fail too, but it narrows down the debug span. Also see if you can trick some more debug information out of your D-Bus daemon. Increase log levels, etc. Does Arch Linux use dbus-daemon or dbus-broker ?

Also .... can you try to start openvpn3-service-logger manually (like above) and do the same as well with openvpn3-service-configmgrwhile the former one still running? And then run the same gdbus command. If that works, then it is a local D-Bus configuration issue.

@madipietro
Copy link
Author

So the crux of this issue is this log line:

Error calling StartServiceByName for net.openvpn.v3.log: Cannot launch daemon, file not found or permissions invalid

Where the .log prefix can also be .configuration and most likely the other services too (.sessions, .netcfg, etc)

Can you try to run the following command as root?

# gdbus introspect --system --dest net.openvpn.v3.configuration --object-path /net/openvpn/v3/configuration

I expect it to fail too, but it narrows down the debug span. Also see if you can trick some more debug information out of your D-Bus daemon. Increase log levels, etc. Does Arch Linux use dbus-daemon or dbus-broker ?

Also .... can you try to start openvpn3-service-logger manually (like above) and do the same as well with openvpn3-service-configmgrwhile the former one still running? And then run the same gdbus command. If that works, then it is a local D-Bus configuration issue.

As normal user:

gdbus introspect --system --dest net.openvpn.v3.configuration --object-path /net/openvpn/v3/configuration
Error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch daemon, file not found or permissions invalid

Systemd logs:

Jan 10 11:55:44 Tesla dbus-daemon[547]: [system] Activating service name='net.openvpn.v3.configuration' requested by ':1.173' (uid=1000 pid=34107 comm="gdbus introspect --system --dest net.openvpn.v3.co") (using servicehelper)
Jan 10 11:55:44 Tesla dbus-daemon[547]: [system] Activated service 'net.openvpn.v3.configuration' failed: Cannot launch daemon, file not found or permissions invalid

With sudo:

sudo gdbus introspect --system --dest net.openvpn.v3.configuration --object-path /net/openvpn/v3/configuration    
[sudo] password for mx: 
Error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Cannot launch daemon, file not found or permissions invalid

Systemd logs:

Jan 10 11:57:11 Tesla dbus-daemon[547]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.174' (uid=0 pid=34159 comm="sudo gdbus introspect --system --dest net.openvpn.")
Jan 10 11:57:11 Tesla dbus-daemon[547]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 10 11:57:11 Tesla sudo[34159]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 10 11:57:16 Tesla audit[34159]: USER_AUTH pid=34159 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 11:57:16 Tesla kernel: audit: type=1100 audit(1641826636.369:238): pid=34159 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 11:57:16 Tesla kernel: audit: type=1101 audit(1641826636.369:239): pid=34159 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 11:57:16 Tesla kernel: audit: type=1110 audit(1641826636.369:240): pid=34159 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'
Jan 10 11:57:16 Tesla kernel: audit: type=1105 audit(1641826636.372:241): pid=34159 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'
Jan 10 11:57:16 Tesla audit[34159]: USER_ACCT pid=34159 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mx" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jan 10 11:57:16 Tesla audit[34159]: CRED_REFR pid=34159 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'
Jan 10 11:57:16 Tesla audit[34159]: USER_START pid=34159 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'
Jan 10 11:57:16 Tesla sudo[34159]: mx : TTY=pts/0 ; PWD=/usr/libexec/openvpn3-linux ; USER=root ; COMMAND=/usr/bin/gdbus introspect --system --dest net.openvpn.v3.configuration --object-path /net/openvpn/v3/configuration
Jan 10 11:57:16 Tesla sudo[34159]: pam_unix(sudo:session): session opened for user root(uid=0) by mx(uid=1000)
Jan 10 11:57:16 Tesla dbus-daemon[547]: [system] Activating service name='net.openvpn.v3.configuration' requested by ':1.175' (uid=0 pid=34164 comm="gdbus introspect --system --dest net.openvpn.v3.co") (using servicehelper)
Jan 10 11:57:16 Tesla dbus-daemon[547]: [system] Activated service 'net.openvpn.v3.configuration' failed: Cannot launch daemon, file not found or permissions invalid
Jan 10 11:57:16 Tesla sudo[34159]: pam_unix(sudo:session): session closed for user root
Jan 10 11:57:16 Tesla audit[34159]: USER_END pid=34159 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'
Jan 10 11:57:16 Tesla audit[34159]: CRED_DISP pid=34159 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'
Jan 10 11:57:16 Tesla kernel: audit: type=1106 audit(1641826636.375:242): pid=34159 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'
Jan 10 11:57:16 Tesla kernel: audit: type=1104 audit(1641826636.375:243): pid=34159 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'

I think Arch uses dbus-daemon

dbus         547       1  0 08:40 ?        00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only

Running the openvpn3-service-logger:

sudo /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6
[INFO] Dropping root group privileges to openvpn
[INFO] Dropping root user privileges to openvpn
OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3-service-logger)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.
ps -ef | grep openvpn3-service-logger                                                                                                                       
root       34277    2395  0 12:01 pts/0    00:00:00 sudo /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6
openvpn    34278   34277  0 12:01 pts/0    00:00:00 /usr/libexec/openvpn3-linux/openvpn3-service-logger --service --idle-exit 0 --state-dir /var/lib/openvpn3 --log-level 6

Running the openvpn3-service-configmgr:

sudo /usr/libexec/openvpn3-linux/openvpn3-service-configmgr                                                                                                 
[sudo] password for mx: 
[INFO] Dropping root group privileges to openvpn
[INFO] Dropping root user privileges to openvpn
OpenVPN 3/Linux git:master:f618c3327791f117 (openvpn3-service-configmgr)
OpenVPN core 3.git:HEAD:c4fa5a69 linux x86_64 64-bit
Copyright (C) 2012-2020 OpenVPN Inc. All rights reserved.

( it seems to run )

ps -ef | grep openvpn3-service-configmgr                                                                                                                    
root       34354    4238  0 12:03 pts/2    00:00:00 sudo /usr/libexec/openvpn3-linux/openvpn3-service-configmgr
openvpn    34355   34354  0 12:03 pts/2    00:00:00 /usr/libexec/openvpn3-linux/openvpn3-service-configmgr

Running gdbus introspect --system --dest net.openvpn.v3.configuration --object-path /net/openvpn/v3/configuration:

node /net/openvpn/v3/configuration {
  interface org.freedesktop.DBus.Properties {
    methods:
      Get(in  s interface_name,
          in  s property_name,
          out v value);
      GetAll(in  s interface_name,
             out a{sv} properties);
      Set(in  s interface_name,
          in  s property_name,
          in  v value);
    signals:
      PropertiesChanged(s interface_name,
                        a{sv} changed_properties,
                        as invalidated_properties);
    properties:
  };
  interface org.freedesktop.DBus.Introspectable {
    methods:
      Introspect(out s xml_data);
    signals:
    properties:
  };
  interface org.freedesktop.DBus.Peer {
    methods:
      Ping();
      GetMachineId(out s machine_uuid);
    signals:
    properties:
  };
  interface net.openvpn.v3.configuration {
    methods:
      Import(in  s name,
             in  s config_str,
             in  b single_use,
             in  b persistent,
             out o config_path);
      FetchAvailableConfigs(out ao paths);
      LookupConfigName(in  s config_name,
                       out ao config_paths);
      TransferOwnership(in  o path,
                        in  u new_owner_uid);
    signals:
      Log(u group,
          u level,
          s message);
    properties:
      readonly s version = 'git:master:f618c3327791f117';
  };
};

It seems to work on this way, what can be happening ?

@dsommers
Copy link
Member

Okay, so this is definitely dbus-daemon not being able to do what it should. I know too little about how Arch Linux is set up to fully grasp why now. The arguments your dbus-daemon runs with is also identical to what I see on one of my Ubuntu 21.04 test boxes - where everything works as it should. But for some reason it is not able to access a file. Maybe try to strace the dbus-daemon process and see which open() calls it fails at?

There are also other Arch Linux users where it works as expected. I will try to setup an Arch install myself and see how that fares.

@madipietro
Copy link
Author

Hi @dsommers thanks a lot for your support :)

I did something like this.

ps -ef | grep dbus-daemon                                                                                                               
dbus         547       1  0 08:40 ?        00:00:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
mxl+     711     671  0 08:41 ?        00:00:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
mx+     818     794  0 08:41 ?        00:00:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3

I left all the processes running from the latest comments and then I ran:

sudo strace -p 547

And then

sudo openvpn3 session-start --config pr.ovpn                                                                       
[sudo] password for mx: 
Using configuration profile from file: pr.ovpn
Session path: /net/openvpn/v3/sessions/7d697026s10d4s4a7fsad37s9a55fcb4d074
session-start: ** ERROR ** Failed to start new session: Failed calling D-Bus method Ready: GDBus.Error:net.openvpn.v3.sessions.error: Backend VPN process is not ready

And the strace log:

epoll_wait(4, [{events=EPOLLIN, data={u32=3, u64=3}}], 64, -1) = 1
accept4(3, {sa_family=AF_UNIX}, [16 => 2], SOCK_CLOEXEC) = 43
fcntl(43, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(43, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
getsockname(43, {sa_family=AF_UNIX, sun_path="/run/dbus/system_bus_socket"}, [128 => 30]) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 43, {events=EPOLLET, data={u32=43, u64=43}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLIN, data={u32=43, u64=43}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=43, u64=43}}], 64, 29999) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
getsockopt(43, SOL_SOCKET, SO_PEERCRED, {pid=37706, uid=0, gid=985}, [12]) = 0
getsockopt(43, SOL_SOCKET, SO_PEERSEC, "\0q\233\311\223U\0\0\0\0\0\0\0\0\0\0ested_interface_"..., [1024]) = 0
read(43, "AUTH EXTERNAL\r\nDATA\r\nNEGOTIATE_U"..., 2048) = 47
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLET, data={u32=43, u64=43}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLOUT, data={u32=43, u64=43}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=43, u64=43}}], 64, 29999) = 1
sendto(43, "DATA\r\nOK 257b35d0b1593c08bc9740c"..., 58, MSG_NOSIGNAL, NULL, 0) = 58
geteuid()                               = 81
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLIN|EPOLLOUT, data={u32=43, u64=43}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLIN, data={u32=43, u64=43}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=43, u64=43}}], 64, 29998) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0m\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 128
recvmsg(43, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
access("/run/systemd/seats/", F_OK)     = 0
openat(AT_FDCWD, "/run/systemd/users/0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/37706/cmdline", O_RDONLY) = 44
read(44, "sudo\0openvpn3\0session-start\0--co"..., 50) = 50
close(44)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\272\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.233\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\272\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.233\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\1\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.233\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.233\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
sendmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\v\0\0\0\2\0\0\0\215\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 171
epoll_wait(4, [{events=EPOLLIN, data={u32=43, u64=43}}], 64, -1) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\20\0\0\0\2\0\0\0\217\0\0\0\1\1o\0\26\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 176
recvmsg(43, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 247, MSG_NOSIGNAL, NULL, 0) = 247
sendmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1'\0\0\0\220\0\0\0\277\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=208}, {iov_base="\"\0\0\0dbus-org.freedesktop.home1.s"..., iov_len=39}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 247
epoll_wait(4, [{events=EPOLLIN, data={u32=9, u64=9}}], 64, 25000) = 1
recvmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\207\0\0\0m\4\0\0\241\0\0\0\1\1o\0\31\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 819
recvmsg(9, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
geteuid()                               = 81
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 174, MSG_NOSIGNAL, NULL, 0) = 174
sendmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\0017\0\0\0\3\0\0\0m\0\0\0\6\1s\0\6\0\0\0:1.233\0\0"..., iov_len=128}, {iov_base="2\0\0\0Unit dbus-org.freedesktop.ho"..., iov_len=55}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 183
sendmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1v\0\0\0o\4\0\0\205\0\0\0\1\1o\0\31\0\0\0/org/fre"..., iov_len=152}, {iov_base="\"\0\0\0dbus-org.freedesktop.home1.s"..., iov_len=118}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 270
epoll_wait(4, [{events=EPOLLIN, data={u32=3, u64=3}}], 64, -1) = 1
accept4(3, {sa_family=AF_UNIX}, [16 => 2], SOCK_CLOEXEC) = 44
fcntl(44, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(44, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
getsockname(44, {sa_family=AF_UNIX, sun_path="/run/dbus/system_bus_socket"}, [128 => 30]) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29999) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
getsockopt(44, SOL_SOCKET, SO_PEERCRED, {pid=37707, uid=0, gid=0}, [12]) = 0
getsockopt(44, SOL_SOCKET, SO_PEERSEC, "\0q\233\311\223U\0\0\0\0\0\0\0\0\0\0ested_interface_"..., [1024]) = 0
read(44, "AUTH\r\n", 2048)              = 6
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=44, u64=44}}], 64, 29999) = 1
sendto(44, "REJECTED EXTERNAL\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN|EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29999) = 1
read(44, "AUTH EXTERNAL 30\r\n", 2048)  = 18
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=44, u64=44}}], 64, 29998) = 1
sendto(44, "OK 257b35d0b1593c08bc9740cc61dc1"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN|EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29998) = 1
read(44, "NEGOTIATE_UNIX_FD\r\n", 2048) = 19
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=44, u64=44}}], 64, 29998) = 1
sendto(44, "AGREE_UNIX_FD\r\n", 15, MSG_NOSIGNAL, NULL, 0) = 15
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN|EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29997) = 1
read(44, "BEGIN\r\n", 2048)             = 7
geteuid()                               = 81
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29997) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 128
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
access("/run/systemd/seats/", F_OK)     = 0
openat(AT_FDCWD, "/run/systemd/users/0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/37707/cmdline", O_RDONLY) = 45
read(45, "openvpn3\0session-start\0--config\0"..., 50) = 50
close(45)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\273\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.234\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\273\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.234\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\1\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.234\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\v\0\0\0\2\0\0\0\215\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 171
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1w\0\0\0\2\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 758
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\3\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\4\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\5\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\5\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\6\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\177\0\0\0\6\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 455
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\7\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\10\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\10\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\t\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\t\0\0\0t\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 176
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\t\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="\27\0\0\0net.openvpn.v3.sessions\0\7\0\0\0"..., iov_len=40}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 192
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0\225\0\0\0 \0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 84
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0\225\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="\1s\0\0\33\0\0\0git:master:f618c3327791f"..., iov_len=36}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 100
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\206\0\0\0\n\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 278
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\254\0\0\0\v\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 508
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\n\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\v\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\f\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1!\0\0\0\r\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 177
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\r\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.195\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\211\0\0\0\16\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 281
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\17\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 192
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\16\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\17\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1!\0\0\0\20\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 177
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\20\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.195\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\0010\0\0\0\21\0\0\0t\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\0010\0\0\0\21\0\0\0\207\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=152}, {iov_base="\34\0\0\0net.openvpn.v3.configuration"..., iov_len=48}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 200
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0@\0\0\0 \0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 84
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0@\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="\1s\0\0\33\0\0\0git:master:f618c3327791f"..., iov_len=36}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 100
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\27\0\0\0\22\0\0\0\201\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 175
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\27\0\0\0\22\0\0\0\227\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=168}, {iov_base="\22\0\0\0prod-lockdown.ovpn\0", iov_len=23}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\v\0\0\0A\0\0\0\206\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 163
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0+\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.195\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\v\0\0\0B\0\0\0\206\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 163
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0,\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.195\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1K\0\0\0C\0\0\0 \0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 123
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1K\0\0\0C\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="G\0\0\0B\0\0\0/net/openvpn/v3/configur"..., iov_len=75}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 139
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\206\0\0\0\23\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 875
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\21\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\22\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\23\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1Z\0\0\0\26\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 726
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\24\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\25\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
openat(AT_FDCWD, "/usr/local/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 7 entries */, 32768) = 320
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=989, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 51 entries */, 32768) = 2792
stat("/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
read(46, "#  This file is part of the Open"..., 975) = 975
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
stat("/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service", {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service", {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
read(46, "#  This file is part of the Open"..., 973) = 973
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fontinst.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helper.service", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.UPower.service", {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service", {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.login1.service", {st_mode=S_IFREG|0644, st_size=461, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.import1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timesync1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.locale1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service", {st_mode=S_IFREG|0644, st_size=102, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service", {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
read(46, "#  This file is part of the Open"..., 963) = 963
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.mesh.service", {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.filesharing.samba.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service", {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service", {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
read(46, "#  This file is part of the Open"..., 921) = 921
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=130, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helperkiller.service", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fancontrol.gui.helper.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
read(46, "#  This file is part of the Open"..., 919) = 919
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
stat("/usr/share/dbus-1/system-services/local.kcron.crontab.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.oom1.service", {st_mode=S_IFREG|0644, st_size=457, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kalarm.rtcwake.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.network1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.machine1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service", {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.portable1.service", {st_mode=S_IFREG|0644, st_size=173, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.k3b.service", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/snapd/dbus-1/system-services/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 2 entries */, 32768) = 48
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1I\0\0\0\26\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=136}, {iov_base="D\0\0\0The name org.freedesktop.DBu"..., iov_len=73}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 209
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\31\0\0\0\31\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 169
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\31\0\0\0\27\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\24\0\0\0org.freedesktop.DBus\0", iov_len=25}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 105
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0\32\0\0\0s\0\0\0\1\1o\0\1\0\0\0/\0\0\0\0\0\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 168
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\30\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\33\0\0\0w\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 164
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\33\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="\27\0\0\0net.openvpn.v3.sessions\0", iov_len=28}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 180
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\18\0\0\0\226\0\0\0(\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 112
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\18\0\0\0\226\0\0\0007\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="0\0\0\0\0\0\0\0\7\0\0\0version\0\1s\0\0\33\0\0\0git:"..., iov_len=56}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1G\0\0\0\34\0\0\0r\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 207
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1G\0\0\0\34\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="B\0\0\0/net/openvpn/v3/configuratio"..., iov_len=71}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 223
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\v\0\0\0\227\0\0\0\206\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 163
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0c\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0\230\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/usr/local/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 7 entries */, 32768) = 320
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=989, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 51 entries */, 32768) = 2792
stat("/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
read(46, "#  This file is part of the Open"..., 975) = 975
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
stat("/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service", {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service", {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
read(46, "#  This file is part of the Open"..., 973) = 973
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fontinst.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helper.service", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.UPower.service", {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service", {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.login1.service", {st_mode=S_IFREG|0644, st_size=461, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.import1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timesync1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.locale1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service", {st_mode=S_IFREG|0644, st_size=102, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service", {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
read(46, "#  This file is part of the Open"..., 963) = 963
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.mesh.service", {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.filesharing.samba.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service", {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service", {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
read(46, "#  This file is part of the Open"..., 921) = 921
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=130, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helperkiller.service", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fancontrol.gui.helper.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
read(46, "#  This file is part of the Open"..., 919) = 919
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
stat("/usr/share/dbus-1/system-services/local.kcron.crontab.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.oom1.service", {st_mode=S_IFREG|0644, st_size=457, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kalarm.rtcwake.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.network1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.machine1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service", {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.portable1.service", {st_mode=S_IFREG|0644, st_size=173, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.k3b.service", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/snapd/dbus-1/system-services/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 2 entries */, 32768) = 48
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1I\0\0\0d\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=136}, {iov_base="D\0\0\0The name org.freedesktop.DBu"..., iov_len=73}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 209
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\31\0\0\0\231\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 169
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\31\0\0\0e\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\24\0\0\0org.freedesktop.DBus\0", iov_len=25}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 105
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0\232\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/usr/local/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 7 entries */, 32768) = 320
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=989, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 51 entries */, 32768) = 2792
stat("/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
read(46, "#  This file is part of the Open"..., 975) = 975
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
stat("/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service", {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service", {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
read(46, "#  This file is part of the Open"..., 973) = 973
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fontinst.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helper.service", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.UPower.service", {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service", {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.login1.service", {st_mode=S_IFREG|0644, st_size=461, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.import1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timesync1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.locale1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service", {st_mode=S_IFREG|0644, st_size=102, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service", {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
read(46, "#  This file is part of the Open"..., 963) = 963
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.mesh.service", {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.filesharing.samba.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service", {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service", {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
read(46, "#  This file is part of the Open"..., 921) = 921
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=130, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helperkiller.service", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fancontrol.gui.helper.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
read(46, "#  This file is part of the Open"..., 919) = 919
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
stat("/usr/share/dbus-1/system-services/local.kcron.crontab.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.oom1.service", {st_mode=S_IFREG|0644, st_size=457, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kalarm.rtcwake.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.network1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.machine1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service", {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.portable1.service", {st_mode=S_IFREG|0644, st_size=173, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.k3b.service", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/snapd/dbus-1/system-services/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 2 entries */, 32768) = 48
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1I\0\0\0f\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=136}, {iov_base="D\0\0\0The name org.freedesktop.DBu"..., iov_len=73}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 209
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\31\0\0\0\233\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 169
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\31\0\0\0g\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\24\0\0\0org.freedesktop.DBus\0", iov_len=25}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 105
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\27\0\0\0\234\0\0\0}\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 167
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0h\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.177\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1w\0\0\0\235\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 758
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0i\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0j\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 218, MSG_NOSIGNAL, NULL, 0) = 218
pipe2([45, 46], O_CLOEXEC)              = 0
socketpair(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0, [47, 48]) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 49
connect(49, {sa_family=AF_UNIX, sun_path="/run/systemd/journal/stdout"}, 30) = 0
shutdown(49, SHUT_RD)                   = 0
getsockopt(49, SOL_SOCKET, SO_SNDBUF, [212992], [4]) = 0
setsockopt(49, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
getsockopt(49, SOL_SOCKET, SO_SNDBUF, [425984], [4]) = 0
setsockopt(49, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation not permitted)
write(49, "net.openvpn.v3.backends\n\n6\n0\n0\n0"..., 35) = 35
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 50
connect(50, {sa_family=AF_UNIX, sun_path="/run/systemd/journal/stdout"}, 30) = 0
shutdown(50, SHUT_RD)                   = 0
getsockopt(50, SOL_SOCKET, SO_SNDBUF, [212992], [4]) = 0
setsockopt(50, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
getsockopt(50, SOL_SOCKET, SO_SNDBUF, [425984], [4]) = 0
setsockopt(50, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation not permitted)
write(50, "net.openvpn.v3.backends\n\n4\n0\n0\n0"..., 35) = 35
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f581c7a5ad0) = 37710
close(46)                               = 0
close(48)                               = 0
close(49)                               = 0
close(50)                               = 0
epoll_ctl(4, EPOLL_CTL_ADD, 45, {events=EPOLLIN, data={u32=45, u64=45}}) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 47, {events=EPOLLIN, data={u32=47, u64=47}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=47, u64=47}}], 64, 24998) = 1
read(47, "\3\0\0\0", 4)                 = 4
read(47, "O\223\0\0", 4)                = 4
poll([{fd=45, events=POLLIN}, {fd=47, events=POLLIN}], 2, 0) = 0 (Timeout)
poll([{fd=45, events=POLLIN}, {fd=47, events=POLLIN}], 2, 0) = 0 (Timeout)
epoll_wait(4, [{events=EPOLLHUP, data={u32=45, u64=45}}], 64, 24997) = 1
epoll_ctl(4, EPOLL_CTL_DEL, 45, 0x7ffde2bcd79c) = 0
close(45)                               = 0
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
epoll_wait(4, [{events=EPOLLIN, data={u32=47, u64=47}}], 64, 24996) = 1
read(47, "\0\0\0\0", 4)                 = 4
read(47, "\0\t\0\0", 4)                 = 4
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
epoll_wait(4, [{events=EPOLLIN|EPOLLHUP, data={u32=47, u64=47}}], 64, 24987) = 1
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=37710, si_uid=81, si_status=0, si_utime=0, si_stime=0} ---
read(47, "", 4)                         = 0
epoll_ctl(4, EPOLL_CTL_DEL, 47, 0x7ffde2bcd79c) = 0
close(47)                               = 0
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 158, MSG_NOSIGNAL, NULL, 0) = 158
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1@\0\0\0k\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=136}, {iov_base=";\0\0\0Cannot launch daemon, file n"..., iov_len=64}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 200
wait4(37710, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 37710
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\247\0\0\0\240\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 574
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0l\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0m\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\r\0\0\0\242\0\0\0\235\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 678
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(37, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\r\0\0\0\242\0\0\0\257\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=192}, {iov_base="\3\0\0\0\34\0\0\0\0\0\0\0\0", iov_len=13}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 205
sendmsg(37, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\236\0\0\0\243\0\0\0\247\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=184}, {iov_base="\3\0\0\0\7\0\0\0\221\0\0\0Failed preparing pro"..., iov_len=158}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 342
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0n\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1H\0\0\0\245\0\0\0t\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 322
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1H\0\0\0\245\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="=\0\0\0/net/openvpn/v3/sessions/ac3"..., iov_len=72}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 224
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1B\0\0\0\246\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="=\0\0\0/net/openvpn/v3/sessions/ac3"..., iov_len=66}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 130
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\234\0\0\0\35\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 484
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\31\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\32\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\37\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\33\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\244\0\0\0 \0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 308
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0!\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\34\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\35\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\"\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\36\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0#\0\0\0\227\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 196
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0#\0\0\0\247\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=184}, {iov_base="\27\0\0\0net.openvpn.v3.sessions\0", iov_len=28}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 212
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\10\0\0\0\247\0\0\0(\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\10\0\0\0\247\0\0\0007\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="\0\0\0\0\0\0\0\0", iov_len=8}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 80
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0$\0\0\0\206\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 152
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0$\0\0\0\227\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=168}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 168
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1P\0\0\0\250\0\0\0p\0\0\0\4\1s\0A\0\0\0org.gtk."..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 208
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1P\0\0\0\250\0\0\0\177\0\0\0\4\1s\0A\0\0\0org.gtk."..., iov_len=144}, {iov_base="K\0\0\0GDBus.Error:net.openvpn.v3.s"..., iov_len=80}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 224
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\234\0\0\0%\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 1453
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\37\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0 \0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = -1 EPIPE (Broken pipe)
poll([{fd=44, events=POLLOUT}], 1, 0)   = 1 ([{fd=44, revents=POLLOUT|POLLERR|POLLHUP}])
epoll_ctl(4, EPOLL_CTL_DEL, 44, 0x7ffde2bcd4fc) = 0
close(44)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\274\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\6\0\0\0:1.234\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\274\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\6\0\0\0:1.234\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
epoll_wait(4, [{events=EPOLLIN|EPOLLHUP, data={u32=43, u64=43}}], 64, -1) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
epoll_ctl(4, EPOLL_CTL_DEL, 43, 0x7ffde2bcd68c) = 0
close(43)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\275\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\6\0\0\0:1.233\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\275\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\6\0\0\0:1.233\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
epoll_wait(4, strace: Process 547 detached
 <detached ...>
strace: Process 547 attached
epoll_wait(4, [{events=EPOLLIN, data={u32=3, u64=3}}], 64, -1) = 1
accept4(3, {sa_family=AF_UNIX}, [16 => 2], SOCK_CLOEXEC) = 43
fcntl(43, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(43, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
getsockname(43, {sa_family=AF_UNIX, sun_path="/run/dbus/system_bus_socket"}, [128 => 30]) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 43, {events=EPOLLET, data={u32=43, u64=43}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLIN, data={u32=43, u64=43}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=43, u64=43}}], 64, 29999) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
getsockopt(43, SOL_SOCKET, SO_PEERCRED, {pid=37706, uid=0, gid=985}, [12]) = 0
getsockopt(43, SOL_SOCKET, SO_PEERSEC, "\0q\233\311\223U\0\0\0\0\0\0\0\0\0\0ested_interface_"..., [1024]) = 0
read(43, "AUTH EXTERNAL\r\nDATA\r\nNEGOTIATE_U"..., 2048) = 47
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLET, data={u32=43, u64=43}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLOUT, data={u32=43, u64=43}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=43, u64=43}}], 64, 29999) = 1
sendto(43, "DATA\r\nOK 257b35d0b1593c08bc9740c"..., 58, MSG_NOSIGNAL, NULL, 0) = 58
geteuid()                               = 81
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLIN|EPOLLOUT, data={u32=43, u64=43}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 43, {events=EPOLLIN, data={u32=43, u64=43}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=43, u64=43}}], 64, 29998) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0m\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 128
recvmsg(43, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
access("/run/systemd/seats/", F_OK)     = 0
openat(AT_FDCWD, "/run/systemd/users/0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/37706/cmdline", O_RDONLY) = 44
read(44, "sudo\0openvpn3\0session-start\0--co"..., 50) = 50
close(44)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\272\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.233\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\272\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.233\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\1\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.233\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.233\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
sendmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\v\0\0\0\2\0\0\0\215\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 171
epoll_wait(4, [{events=EPOLLIN, data={u32=43, u64=43}}], 64, -1) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\20\0\0\0\2\0\0\0\217\0\0\0\1\1o\0\26\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 176
recvmsg(43, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 247, MSG_NOSIGNAL, NULL, 0) = 247
sendmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1'\0\0\0\220\0\0\0\277\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=208}, {iov_base="\"\0\0\0dbus-org.freedesktop.home1.s"..., iov_len=39}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 247
epoll_wait(4, [{events=EPOLLIN, data={u32=9, u64=9}}], 64, 25000) = 1
recvmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\207\0\0\0m\4\0\0\241\0\0\0\1\1o\0\31\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 819
recvmsg(9, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
geteuid()                               = 81
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 174, MSG_NOSIGNAL, NULL, 0) = 174
sendmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\0017\0\0\0\3\0\0\0m\0\0\0\6\1s\0\6\0\0\0:1.233\0\0"..., iov_len=128}, {iov_base="2\0\0\0Unit dbus-org.freedesktop.ho"..., iov_len=55}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 183
sendmsg(10, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1v\0\0\0o\4\0\0\205\0\0\0\1\1o\0\31\0\0\0/org/fre"..., iov_len=152}, {iov_base="\"\0\0\0dbus-org.freedesktop.home1.s"..., iov_len=118}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 270
epoll_wait(4, [{events=EPOLLIN, data={u32=3, u64=3}}], 64, -1) = 1
accept4(3, {sa_family=AF_UNIX}, [16 => 2], SOCK_CLOEXEC) = 44
fcntl(44, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(44, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
getsockname(44, {sa_family=AF_UNIX, sun_path="/run/dbus/system_bus_socket"}, [128 => 30]) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29999) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 1
getsockopt(44, SOL_SOCKET, SO_PEERCRED, {pid=37707, uid=0, gid=0}, [12]) = 0
getsockopt(44, SOL_SOCKET, SO_PEERSEC, "\0q\233\311\223U\0\0\0\0\0\0\0\0\0\0ested_interface_"..., [1024]) = 0
read(44, "AUTH\r\n", 2048)              = 6
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=44, u64=44}}], 64, 29999) = 1
sendto(44, "REJECTED EXTERNAL\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN|EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29999) = 1
read(44, "AUTH EXTERNAL 30\r\n", 2048)  = 18
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=44, u64=44}}], 64, 29998) = 1
sendto(44, "OK 257b35d0b1593c08bc9740cc61dc1"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN|EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29998) = 1
read(44, "NEGOTIATE_UNIX_FD\r\n", 2048) = 19
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLET, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLOUT, data={u32=44, u64=44}}], 64, 29998) = 1
sendto(44, "AGREE_UNIX_FD\r\n", 15, MSG_NOSIGNAL, NULL, 0) = 15
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN|EPOLLOUT, data={u32=44, u64=44}}) = 0
epoll_ctl(4, EPOLL_CTL_MOD, 44, {events=EPOLLIN, data={u32=44, u64=44}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29997) = 1
read(44, "BEGIN\r\n", 2048)             = 7
geteuid()                               = 81
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, 29997) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 128
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
access("/run/systemd/seats/", F_OK)     = 0
openat(AT_FDCWD, "/run/systemd/users/0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/37707/cmdline", O_RDONLY) = 45
read(45, "openvpn3\0session-start\0--config\0"..., 50) = 50
close(45)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\273\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.234\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\37\0\0\0\273\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\0\0\0\0\0\0\0\0\6\0\0\0:1.234\0", iov_len=31}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\1\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.234\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\v\0\0\0\2\0\0\0\215\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 171
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1w\0\0\0\2\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 758
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\3\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\4\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\5\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\5\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\6\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\177\0\0\0\6\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 455
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\7\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\10\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\10\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\t\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\t\0\0\0t\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 176
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\t\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="\27\0\0\0net.openvpn.v3.sessions\0\7\0\0\0"..., iov_len=40}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 192
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0\225\0\0\0 \0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 84
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0\225\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="\1s\0\0\33\0\0\0git:master:f618c3327791f"..., iov_len=36}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 100
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\206\0\0\0\n\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 278
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\254\0\0\0\v\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 508
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\n\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\v\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\f\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1!\0\0\0\r\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 177
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\r\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.195\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\211\0\0\0\16\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 281
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1(\0\0\0\17\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 192
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\16\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\17\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1!\0\0\0\20\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 177
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\20\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.195\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\0010\0\0\0\21\0\0\0t\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\0010\0\0\0\21\0\0\0\207\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=152}, {iov_base="\34\0\0\0net.openvpn.v3.configuration"..., iov_len=48}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 200
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0@\0\0\0 \0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 84
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1$\0\0\0@\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="\1s\0\0\33\0\0\0git:master:f618c3327791f"..., iov_len=36}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 100
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\27\0\0\0\22\0\0\0\201\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 175
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\27\0\0\0\22\0\0\0\227\0\0\0\1\1o\0\35\0\0\0/net/ope"..., iov_len=168}, {iov_base="\22\0\0\0prod-lockdown.ovpn\0", iov_len=23}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 191
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\v\0\0\0A\0\0\0\206\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 163
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0+\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.195\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\v\0\0\0B\0\0\0\206\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 163
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0,\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.195\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=41, u64=41}}], 64, -1) = 1
recvmsg(41, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1K\0\0\0C\0\0\0 \0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 123
recvmsg(41, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1K\0\0\0C\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="G\0\0\0B\0\0\0/net/openvpn/v3/configur"..., iov_len=75}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 139
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\206\0\0\0\23\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 875
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\21\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\22\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\23\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1Z\0\0\0\26\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 726
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\24\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\25\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
openat(AT_FDCWD, "/usr/local/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 7 entries */, 32768) = 320
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=989, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 51 entries */, 32768) = 2792
stat("/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
read(46, "#  This file is part of the Open"..., 975) = 975
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
stat("/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service", {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service", {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
read(46, "#  This file is part of the Open"..., 973) = 973
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fontinst.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helper.service", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.UPower.service", {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service", {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.login1.service", {st_mode=S_IFREG|0644, st_size=461, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.import1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timesync1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.locale1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service", {st_mode=S_IFREG|0644, st_size=102, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service", {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
read(46, "#  This file is part of the Open"..., 963) = 963
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.mesh.service", {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.filesharing.samba.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service", {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service", {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
read(46, "#  This file is part of the Open"..., 921) = 921
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=130, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helperkiller.service", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fancontrol.gui.helper.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
read(46, "#  This file is part of the Open"..., 919) = 919
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
stat("/usr/share/dbus-1/system-services/local.kcron.crontab.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.oom1.service", {st_mode=S_IFREG|0644, st_size=457, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kalarm.rtcwake.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.network1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.machine1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service", {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.portable1.service", {st_mode=S_IFREG|0644, st_size=173, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.k3b.service", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/snapd/dbus-1/system-services/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 2 entries */, 32768) = 48
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1I\0\0\0\26\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=136}, {iov_base="D\0\0\0The name org.freedesktop.DBu"..., iov_len=73}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 209
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\31\0\0\0\31\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 169
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\31\0\0\0\27\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\24\0\0\0org.freedesktop.DBus\0", iov_len=25}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 105
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0\32\0\0\0s\0\0\0\1\1o\0\1\0\0\0/\0\0\0\0\0\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 168
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\30\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\33\0\0\0w\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 164
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\33\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="\27\0\0\0net.openvpn.v3.sessions\0", iov_len=28}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 180
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\18\0\0\0\226\0\0\0(\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 112
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\18\0\0\0\226\0\0\0007\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="0\0\0\0\0\0\0\0\7\0\0\0version\0\1s\0\0\33\0\0\0git:"..., iov_len=56}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1G\0\0\0\34\0\0\0r\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 207
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1G\0\0\0\34\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="B\0\0\0/net/openvpn/v3/configuratio"..., iov_len=71}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 223
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\v\0\0\0\227\0\0\0\206\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 163
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0c\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0\230\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/usr/local/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 7 entries */, 32768) = 320
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=989, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 51 entries */, 32768) = 2792
stat("/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
read(46, "#  This file is part of the Open"..., 975) = 975
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
stat("/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service", {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service", {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
read(46, "#  This file is part of the Open"..., 973) = 973
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fontinst.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helper.service", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.UPower.service", {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service", {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.login1.service", {st_mode=S_IFREG|0644, st_size=461, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.import1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timesync1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.locale1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service", {st_mode=S_IFREG|0644, st_size=102, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service", {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
read(46, "#  This file is part of the Open"..., 963) = 963
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.mesh.service", {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.filesharing.samba.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service", {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service", {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
read(46, "#  This file is part of the Open"..., 921) = 921
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=130, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helperkiller.service", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fancontrol.gui.helper.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
read(46, "#  This file is part of the Open"..., 919) = 919
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
stat("/usr/share/dbus-1/system-services/local.kcron.crontab.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.oom1.service", {st_mode=S_IFREG|0644, st_size=457, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kalarm.rtcwake.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.network1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.machine1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service", {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.portable1.service", {st_mode=S_IFREG|0644, st_size=173, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.k3b.service", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/snapd/dbus-1/system-services/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 2 entries */, 32768) = 48
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1I\0\0\0d\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=136}, {iov_base="D\0\0\0The name org.freedesktop.DBu"..., iov_len=73}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 209
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\31\0\0\0\231\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 169
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\31\0\0\0e\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\24\0\0\0org.freedesktop.DBus\0", iov_len=25}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 105
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0\232\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/usr/local/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 7 entries */, 32768) = 320
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=991, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=989, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 51 entries */, 32768) = 2792
stat("/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
read(46, "#  This file is part of the Open"..., 975) = 975
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.log.service", {st_mode=S_IFREG|0644, st_size=975, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.home1.service", {st_mode=S_IFREG|0644, st_size=165, ...}) = 0
stat("/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service", {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kpmcore.helperinterface.service", {st_mode=S_IFREG|0644, st_size=219, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service", {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
read(46, "#  This file is part of the Open"..., 973) = 973
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fontinst.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helper.service", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.UPower.service", {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.chargethresholdhelper.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service", {st_mode=S_IFREG|0644, st_size=125, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.login1.service", {st_mode=S_IFREG|0644, st_size=461, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.import1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timesync1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.locale1.service", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service", {st_mode=S_IFREG|0644, st_size=102, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service", {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service", {st_mode=S_IFREG|0644, st_size=467, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
read(46, "#  This file is part of the Open"..., 963) = 963
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.mesh.service", {st_mode=S_IFREG|0644, st_size=105, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.filesharing.samba.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service", {st_mode=S_IFREG|0644, st_size=100, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service", {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
read(46, "#  This file is part of the Open"..., 921) = 921
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=921, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=130, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.corectrl.helperkiller.service", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.fancontrol.gui.helper.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
openat(AT_FDCWD, "/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", O_RDONLY) = 46
fstat(46, {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
read(46, "#  This file is part of the Open"..., 919) = 919
close(46)                               = 0
stat("/usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service", {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
stat("/usr/share/dbus-1/system-services/local.kcron.crontab.service", {st_mode=S_IFREG|0644, st_size=84, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.oom1.service", {st_mode=S_IFREG|0644, st_size=457, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.kalarm.rtcwake.service", {st_mode=S_IFREG|0644, st_size=88, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.network1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.machine1.service", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service", {st_mode=S_IFREG|0644, st_size=432, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.portable1.service", {st_mode=S_IFREG|0644, st_size=173, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.bluez.service", {st_mode=S_IFREG|0644, st_size=95, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.kde.k3b.service", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0
stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/var/lib/snapd/dbus-1/system-services/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 45
newfstatat(45, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(45, 0x559690f3c0c0 /* 2 entries */, 32768) = 48
getdents64(45, 0x559690f3c0c0 /* 0 entries */, 32768) = 0
close(45)                               = 0
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1I\0\0\0f\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=136}, {iov_base="D\0\0\0The name org.freedesktop.DBu"..., iov_len=73}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 209
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\31\0\0\0\233\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 169
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\31\0\0\0g\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\24\0\0\0org.freedesktop.DBus\0", iov_len=25}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 105
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\2\1\27\0\0\0\234\0\0\0}\0\0\0\1\1o\0\25\0\0\0/net/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 167
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0h\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.177\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1w\0\0\0\235\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 758
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0i\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0j\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service", {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 218, MSG_NOSIGNAL, NULL, 0) = 218
pipe2([45, 46], O_CLOEXEC)              = 0
socketpair(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0, [47, 48]) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 49
connect(49, {sa_family=AF_UNIX, sun_path="/run/systemd/journal/stdout"}, 30) = 0
shutdown(49, SHUT_RD)                   = 0
getsockopt(49, SOL_SOCKET, SO_SNDBUF, [212992], [4]) = 0
setsockopt(49, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
getsockopt(49, SOL_SOCKET, SO_SNDBUF, [425984], [4]) = 0
setsockopt(49, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation not permitted)
write(49, "net.openvpn.v3.backends\n\n6\n0\n0\n0"..., 35) = 35
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 50
connect(50, {sa_family=AF_UNIX, sun_path="/run/systemd/journal/stdout"}, 30) = 0
shutdown(50, SHUT_RD)                   = 0
getsockopt(50, SOL_SOCKET, SO_SNDBUF, [212992], [4]) = 0
setsockopt(50, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
getsockopt(50, SOL_SOCKET, SO_SNDBUF, [425984], [4]) = 0
setsockopt(50, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation not permitted)
write(50, "net.openvpn.v3.backends\n\n4\n0\n0\n0"..., 35) = 35
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f581c7a5ad0) = 37710
close(46)                               = 0
close(48)                               = 0
close(49)                               = 0
close(50)                               = 0
epoll_ctl(4, EPOLL_CTL_ADD, 45, {events=EPOLLIN, data={u32=45, u64=45}}) = 0
epoll_ctl(4, EPOLL_CTL_ADD, 47, {events=EPOLLIN, data={u32=47, u64=47}}) = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=47, u64=47}}], 64, 24998) = 1
read(47, "\3\0\0\0", 4)                 = 4
read(47, "O\223\0\0", 4)                = 4
poll([{fd=45, events=POLLIN}, {fd=47, events=POLLIN}], 2, 0) = 0 (Timeout)
poll([{fd=45, events=POLLIN}, {fd=47, events=POLLIN}], 2, 0) = 0 (Timeout)
epoll_wait(4, [{events=EPOLLHUP, data={u32=45, u64=45}}], 64, 24997) = 1
epoll_ctl(4, EPOLL_CTL_DEL, 45, 0x7ffde2bcd79c) = 0
close(45)                               = 0
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
epoll_wait(4, [{events=EPOLLIN, data={u32=47, u64=47}}], 64, 24996) = 1
read(47, "\0\0\0\0", 4)                 = 4
read(47, "\0\t\0\0", 4)                 = 4
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
poll([{fd=47, events=POLLIN}], 1, 0)    = 0 (Timeout)
epoll_wait(4, [{events=EPOLLIN|EPOLLHUP, data={u32=47, u64=47}}], 64, 24987) = 1
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=37710, si_uid=81, si_status=0, si_utime=0, si_stime=0} ---
read(47, "", 4)                         = 0
epoll_ctl(4, EPOLL_CTL_DEL, 47, 0x7ffde2bcd79c) = 0
close(47)                               = 0
getpid()                                = 547
sendto(12, "<30>Jan 10 12:58:14 dbus-daemon["..., 158, MSG_NOSIGNAL, NULL, 0) = 158
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1@\0\0\0k\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=136}, {iov_base=";\0\0\0Cannot launch daemon, file n"..., iov_len=64}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 200
wait4(37710, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 37710
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\247\0\0\0\240\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 574
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0l\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0m\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\r\0\0\0\242\0\0\0\235\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 678
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(37, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\r\0\0\0\242\0\0\0\257\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=192}, {iov_base="\3\0\0\0\34\0\0\0\0\0\0\0\0", iov_len=13}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 205
sendmsg(37, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\236\0\0\0\243\0\0\0\247\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=184}, {iov_base="\3\0\0\0\7\0\0\0\221\0\0\0Failed preparing pro"..., iov_len=158}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 342
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0n\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.191\0\0"..., iov_len=80}, {iov_base="\0\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1H\0\0\0\245\0\0\0t\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 322
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1H\0\0\0\245\0\0\0\207\0\0\0\1\1o\0\30\0\0\0/net/ope"..., iov_len=152}, {iov_base="=\0\0\0/net/openvpn/v3/sessions/ac3"..., iov_len=72}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 224
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1B\0\0\0\246\0\0\0/\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=64}, {iov_base="=\0\0\0/net/openvpn/v3/sessions/ac3"..., iov_len=66}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 130
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\234\0\0\0\35\0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 484
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\31\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\32\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\37\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\33\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\244\0\0\0 \0\0\0y\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 308
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1 \0\0\0!\0\0\0\203\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 184
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\34\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service", {st_mode=S_IFREG|0644, st_size=925, ...}) = 0
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\4\0\0\0\35\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\2\0\0\0", iov_len=4}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 84
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0\"\0\0\0}\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 172
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\v\0\0\0\36\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=80}, {iov_base="\6\0\0\0:1.191\0", iov_len=11}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 91
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0#\0\0\0\227\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 196
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\34\0\0\0#\0\0\0\247\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=184}, {iov_base="\27\0\0\0net.openvpn.v3.sessions\0", iov_len=28}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 212
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\10\0\0\0\247\0\0\0(\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 64
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\10\0\0\0\247\0\0\0007\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="\0\0\0\0\0\0\0\0", iov_len=8}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 80
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0$\0\0\0\206\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 152
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\0\0\0\0$\0\0\0\227\0\0\0\1\1o\0=\0\0\0/net/ope"..., iov_len=168}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 168
epoll_wait(4, [], 64, 0)                = 0
epoll_wait(4, [{events=EPOLLIN, data={u32=39, u64=39}}], 64, -1) = 1
recvmsg(39, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1P\0\0\0\250\0\0\0p\0\0\0\4\1s\0A\0\0\0org.gtk."..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 208
recvmsg(39, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\3\1\1P\0\0\0\250\0\0\0\177\0\0\0\4\1s\0A\0\0\0org.gtk."..., iov_len=144}, {iov_base="K\0\0\0GDBus.Error:net.openvpn.v3.s"..., iov_len=80}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 224
epoll_wait(4, [{events=EPOLLIN, data={u32=44, u64=44}}], 64, -1) = 1
recvmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\1\0\1\234\0\0\0%\0\0\0|\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 1453
recvmsg(44, {msg_namelen=0}, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0\37\0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 72
sendmsg(44, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\2\1\1\0\0\0\0 \0\0\0005\0\0\0\6\1s\0\6\0\0\0:1.234\0\0"..., iov_len=72}, {iov_base="", iov_len=0}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = -1 EPIPE (Broken pipe)
poll([{fd=44, events=POLLOUT}], 1, 0)   = 1 ([{fd=44, revents=POLLOUT|POLLERR|POLLHUP}])
epoll_ctl(4, EPOLL_CTL_DEL, 44, 0x7ffde2bcd4fc) = 0
close(44)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\274\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\6\0\0\0:1.234\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\274\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.234\0\0\6\0\0\0:1.234\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
epoll_wait(4, [{events=EPOLLIN|EPOLLHUP, data={u32=43, u64=43}}], 64, -1) = 1
recvmsg(43, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="", iov_len=2048}], msg_iovlen=1, msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 0
epoll_ctl(4, EPOLL_CTL_DEL, 43, 0x7ffde2bcd68c) = 0
close(43)                               = 0
sendmsg(26, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\275\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\6\0\0\0:1.233\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
sendmsg(23, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="l\4\1\1\35\0\0\0\275\1\0\0\211\0\0\0\1\1o\0\25\0\0\0/org/fre"..., iov_len=160}, {iov_base="\6\0\0\0:1.233\0\0\6\0\0\0:1.233\0\0\0\0\0\0\0", iov_len=29}], msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 189
epoll_wait(4, strace: Process 547 detached
 <detached ...>

Something that I'm noticing is this

openat(AT_FDCWD, "/lib/dbus-1/system-services", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)

But I don't have that:

ls -ltr /lib/dbus-1/system-services                                                                                                                      
ls: cannot access '/lib/dbus-1/system-services': No such file or directory

 ls -ltr /lib/dbus-1.0/                                                                                                                                 
total 64
drwxr-xr-x 3 root root  4096 Jul 14  2018 include
-rwsr-x--- 1 root dbus 59272 Jul  2  2020 dbus-daemon-launch-helper

 ls -ltr /lib/dbus-1.0/dbus-daemon-launch-helper                                                                                                          
-rwsr-x--- 1 root dbus 59272 Jul  2  2020 /lib/dbus-1.0/dbus-daemon-launch-helper

This is weird.

@dsommers
Copy link
Member

dsommers commented Jan 10, 2022

I'm seeing a few "competing" lines here:

stat("/usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0

vs

stat("/usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service", {st_mode=S_IFREG|0644, st_size=963, ...}) = 0

So you might actually have multiple D-Bus auto-start profiles installed. Can you check the difference between the net.openvpn.v3.*.service files in /usr/local/share/dbus-1/system-services and the ones in /usr/share/dbus-1/system-services/ ?

I wonder if you have had an unclean install which now points at non-existing binaries.

@madipietro
Copy link
Author

madipietro commented Jan 10, 2022

It can be for sure, I tried a lot of things before having the first install working, and now I'm building from source code, not using the package manager ( I was trying to make the client work again, and then I was going to use the package from repos )

ls -ltr /usr/local/share/dbus-1/system-services/net.openvpn.v3.*                                                                                            
-rw-r--r-- 1 root root 925 Oct 12 12:50 /usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service
-rw-r--r-- 1 root root 989 Oct 12 12:50 /usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service
-rw-r--r-- 1 root root 991 Oct 12 12:50 /usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service
-rw-r--r-- 1 root root 979 Oct 12 12:50 /usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service
-rw-r--r-- 1 root root 927 Oct 12 12:50 /usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service
 ls -ltr /usr/share/dbus-1/system-services/net.openvpn.v3.*                                                                                                  
-rw-r--r-- 1 root root 919 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service
-rw-r--r-- 1 root root 973 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service
-rw-r--r-- 1 root root 975 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.log.service
-rw-r--r-- 1 root root 963 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service
-rw-r--r-- 1 root root 921 Jan  8 17:01 /usr/share/dbus-1/system-services/net.openvpn.v3.backends.service
diff /usr/local/share/dbus-1/system-services/net.openvpn.v3.sessions.service /usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service  
23c23
< Exec=/usr/local/libexec/openvpn3-linux/openvpn3-service-sessionmgr
---
> Exec=/usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr
diff /usr/local/share/dbus-1/system-services/net.openvpn.v3.netcfg.service  /usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service            
23c23
< Exec=/usr/local/libexec/openvpn3-linux/openvpn3-service-netcfg --resolv-conf /etc/resolv.conf --state-dir "/usr/local/var/lib/openvpn3"
---
> Exec=/usr/libexec/openvpn3-linux/openvpn3-service-netcfg --resolv-conf /etc/resolv.conf --state-dir "/var/lib/openvpn3"
diff /usr/local/share/dbus-1/system-services/net.openvpn.v3.log.service  /usr/share/dbus-1/system-services/net.openvpn.v3.log.service                     
23c23
< Exec=/usr/local/libexec/openvpn3-linux/openvpn3-service-logger --service --state-dir "/usr/local/var/lib/openvpn3" --log-level 4 --syslog
---
> Exec=/usr/libexec/openvpn3-linux/openvpn3-service-logger --service --state-dir "/var/lib/openvpn3" --log-level 4 --syslog
diff /usr/local/share/dbus-1/system-services/net.openvpn.v3.configuration.service  /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service 
23c23
< Exec=/usr/local/libexec/openvpn3-linux/openvpn3-service-configmgr --state-dir "/usr/local/var/lib/openvpn3/configs"
---
> Exec=/usr/libexec/openvpn3-linux/openvpn3-service-configmgr --state-dir "/var/lib/openvpn3/configs"
diff /usr/local/share/dbus-1/system-services/net.openvpn.v3.backends.service  /usr/share/dbus-1/system-services/net.openvpn.v3.backends.service           
23c23
< Exec=/usr/local/libexec/openvpn3-linux/openvpn3-service-backendstart
---
> Exec=/usr/libexec/openvpn3-linux/openvpn3-service-backendstart

The dir /usr/local/libexec/openvpn3-linux does not exist, because the package is uninstalled. Maybe the best option could be to find everything related to openvpn3 on the OS erase all things, and then try to build again ?

@dsommers
Copy link
Member

dsommers commented Jan 10, 2022

I just now completed installing the openvpn3 package from AUR on a fresh Arch Linux box. And it worked almost out-of-the-box for me. The /var/lib/openvpn3 directory and sub-dirs had the wrong ownership (must be openvpn:openvpn), but that was all which needed fixing.

# pacman -Ql openvpn3 | grep system-services
openvpn3 /usr/share/dbus-1/system-services/
openvpn3 /usr/share/dbus-1/system-services/net.openvpn.v3.backends.service
openvpn3 /usr/share/dbus-1/system-services/net.openvpn.v3.configuration.service
openvpn3 /usr/share/dbus-1/system-services/net.openvpn.v3.log.service
openvpn3 /usr/share/dbus-1/system-services/net.openvpn.v3.netcfg.service
openvpn3 /usr/share/dbus-1/system-services/net.openvpn.v3.sessions.service

So this is most likely due to a mis-install at some point earlier.

Maybe the best option could be to find everything related to openvpn3 on the OS erase all things, and then try to build again ?

Yes, that is probably the best solution right now. You can leave anything in /var/lib/openvpn3, otherwise it's fine to wipe out all the other things reported by pacman -Ql openvpn3.

@madipietro
Copy link
Author

Thank a lot @dsommers I will try deleting all the stuff related, and using the package from AUR.

@dsommers
Copy link
Member

Since this seems not to be an issue with the OpenVPN 3 Linux code, I'm closing this ticket now. This seems to be a local installation/configuration issue and out of this projects control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants