Snapd crashing my xrdp session

I have a fresh LAMP server, with SSL enabled in apache2 using the (default) snakeoil certificate. I have heretofore been able to reliably access the server via xrdp. However, as soon as I replaced the snakeoil certificate with a Let’s Encrypt certificate using certbot, my sessions disconnect within a minute or so after authentication. Specifically, the client window just disappears. The session stays active on the server side however, but I cannot reconnect to it (xfreerdp window opens and then closes immeidately).

So, why am I bringing this up to the fine folk at SnapCraft and community? Well, I installed the LE certificates via the following commands (as per certbot’s instructions):

System

 sudo snap install core
 sudo snap install --classic certbot
 sudo ln -s /snap/bin/certbot /usr/bin/certbot
 sudo certbot --apache

Two interesting side notes to this are:

  1. If I log onto the LAMP server, stop the xrdp service and restart it again, I can remote in and xrdp is solid. It is only when xrdp is launched at boot time that my subsequent session disconnects.

  2. (And I think this is the “smoking gun” bit…) If I uninstall the snap-based certbot and install the non-snap-based version, my xrdp sessions are rock solid, right from server boot and any time thereafter

So it looks like there is some interaction between snap and the session connection between my server and my client.

To generate some logs, i started an xrdp session, and when it dropped, I grabbed the server’s journal.log, xrdp.log and xrdp-sesman.log file. I scraped out the non-snapd entries and it does look like snapd is having some issues (e.g., segfaults). The excerpt is below. My session ended at about the 11:05:19 mark.

System Info:

Ubuntu 22.04.1
snap-2.57.5+22.0
xrdp-0.9.17-2ubuntu2

Any thoughts on what’s happening?

Thank-you.

(PS: Can I post the log file below without losing the linefeeds?)

Nov 18 11:05:05 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.2' (uid=1000 pid=1645 comm="/usr/bin/snap run snapd-desktop-integration " label="unconfined")
Nov 18 11:05:06 webhost snapd-desktop-i[1645]: cannot open display: 
Nov 18 11:05:06 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=exited, status=1/FAILURE
Nov 18 11:05:06 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
Nov 18 11:05:06 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 1.
Nov 18 11:05:06 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:06 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:07 webhost snapd-desktop-i[2058]: New theme: gtk=Yaru icon=Yaru cursor=(null), sound=Yaru
Nov 18 11:05:07 webhost kernel: snapd-desktop-i[2058]: segfault at 0 ip 00007f89bb35c3d4 sp 00007fff027c9d98 error 4 in libglib-2.0.so.0.6400.6[7f89bb332000+9a000]
Nov 18 11:05:07 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=dumped, status=11/SEGV
Nov 18 11:05:07 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'core-dump'.
Nov 18 11:05:07 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 2.
Nov 18 11:05:07 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:07 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:07 webhost snapd-desktop-i[2133]: New theme: gtk=Yaru icon=Yaru cursor=(null), sound=Yaru
Nov 18 11:05:07 webhost kernel: snapd-desktop-i[2133]: segfault at 0 ip 00007f9efd6fd3d4 sp 00007ffc25d7b918 error 4 in libglib-2.0.so.0.6400.6[7f9efd6d3000+9a000]
Nov 18 11:05:08 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=dumped, status=11/SEGV
Nov 18 11:05:08 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'core-dump'.
Nov 18 11:05:08 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 3.
Nov 18 11:05:08 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:08 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:08 webhost systemd[1635]: Started snap.snap-store.ubuntu-software.7108c80f-e6fb-44b2-b5a3-9d6d71b7f245.scope.
Nov 18 11:05:08 webhost systemd[1]: tmp-snap.rootfs_wXze9m.mount: Deactivated successfully.
Nov 18 11:05:08 webhost kernel: audit: type=1400 audit(1668798308.451:60): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=2338 comm="snap-confine" capability=4  capname="fsetid"
Nov 18 11:05:08 webhost audit[2338]: AVC apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=2338 comm="snap-confine" capability=4  capname="fsetid"
Nov 18 11:05:08 webhost snapd-desktop-i[2368]: New theme: gtk=Yaru icon=Yaru cursor=(null), sound=Yaru
Nov 18 11:05:08 webhost kernel: snapd-desktop-i[2368]: segfault at 0 ip 00007fa83822d3d4 sp 00007fff9b9e6c38 error 4 in libglib-2.0.so.0.6400.6[7fa838203000+9a000]
Nov 18 11:05:09 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=dumped, status=11/SEGV
Nov 18 11:05:09 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'core-dump'.
Nov 18 11:05:09 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 4.
Nov 18 11:05:09 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:09 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:09 webhost snapd-desktop-i[2561]: Failed to load module "canberra-gtk-module"
Nov 18 11:05:09 webhost snapd-desktop-i[2561]: Failed to load module "canberra-gtk-module"
Nov 18 11:05:09 webhost snapd-desktop-i[2561]: New theme: gtk=Adwaita icon=Adwaita cursor=Adwaita, sound=Yaru
Nov 18 11:05:09 webhost snapd-desktop-integration.snapd-desktop-integration[2561]: All available theme snaps installed
Nov 18 11:05:09 webhost audit[2338]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=2338 comm="snap-store" exe="/snap/snap-store/582/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fb5c071473d code=0x50000
Nov 18 11:05:09 webhost kernel: audit: type=1326 audit(1668798309.795:61): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=2338 comm="snap-store" exe="/snap/snap-store/582/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fb5c071473d code=0x50000
Nov 18 11:05:10 webhost dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.122' (uid=1000 pid=2338 comm="/snap/snap-store/582/usr/bin/snap-store --gapplica" label="snap.snap-store.ubuntu-software (enforce)")
Nov 18 11:05:11 webhost snap-store[2338]: plugin fwupd took 1.0 seconds to do setup
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.239:62): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.239:63): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost snap-store[2338]: enabled plugins: fwupd, os-release, packagekit-refine-repos, packagekit-refresh, appstream, hardcoded-blocklist, hardcoded-popular, modalias, packagekit, rewrite-resource, provenance, snap, systemd-updates, generic-updates, provenance-license, icons
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.243:64): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.243:65): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
Nov 18 11:05:11 webhost snap-store[2338]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
Nov 18 11:05:11 webhost audit[2338]: AVC apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2338 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 18 11:05:11 webhost snap-store[2338]: /etc/PackageKit/Vendor.conf file not found
Nov 18 11:05:11 webhost kernel: audit: type=1400 audit(1668798311.623:66): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2338 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 18 11:05:11 webhost audit[2338]: AVC apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=2338 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 18 11:05:11 webhost snap-store[2338]: not handling error no-security for action refresh: Failed to obtain authentication.
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: Only 0 apps for recent list, hiding
Nov 18 11:05:13 webhost snapd[782]: storehelpers.go:748: cannot refresh: snap has no updates available: "bare", "certbot", "core", "core20", "firefox", "gnome-3-38-2004", "gtk-common-themes", "snapd", "snapd-desktop-integration"
Nov 18 11:05:41 webhost systemd[1]: snap.certbot.renew.timer: Deactivated successfully.
Nov 18 11:05:41 webhost systemd[1]: Stopped Timer renew for snap application certbot.renew.
Nov 18 11:05:41 webhost snapd[782]: main.go:155: Exiting on terminated signal.
Nov 18 11:05:41 webhost snapd[782]: overlord.go:504: Released state lock file
Nov 18 11:05:41 webhost systemd[1]: snapd.seeded.service: Deactivated successfully.
Nov 18 11:05:41 webhost systemd[1]: Stopped Wait until snapd is fully seeded.
Nov 18 11:05:41 webhost systemd[1]: Condition check resulted in Ubuntu core (all-snaps) system shutdown helper setup service being skipped.
Nov 18 11:05:41 webhost systemd[1]: snapd.service: Deactivated successfully.
Nov 18 11:05:41 webhost systemd[1]: snapd.service: Consumed 1.145s CPU time.
Nov 18 11:05:41 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=exited, status=1/FAILURE
Nov 18 11:05:41 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
Nov 18 11:05:41 webhost systemd[1635]: snap.snap-store.ubuntu-software.7108c80f-e6fb-44b2-b5a3-9d6d71b7f245.scope: Consumed 2.848s CPU time.
Nov 18 11:05:41 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 5.
Nov 18 11:05:41 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:41 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:41 webhost systemd[990]: Closed REST API socket for snapd user session agent.
Nov 18 11:05:41 webhost systemd[1635]: Stopping Service for snap application snapd-desktop-integration.snapd-desktop-integration...
Nov 18 11:05:41 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:41 webhost systemd[1635]: Closed REST API socket for snapd user session agent.
Nov 18 11:05:43 webhost systemd[1]: snapd.socket: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Closed Socket activation for snappy daemon.
Nov 18 11:05:43 webhost systemd[1]: Unmounting /run/snapd/ns/snap-store.mnt...
Nov 18 11:05:43 webhost systemd[1]: Unmounting /run/snapd/ns/snapd-desktop-integration.mnt...
Nov 18 11:05:43 webhost systemd[1]: Unmounting Mount unit for snap-store, revision 582...
Nov 18 11:05:43 webhost systemd[1]: Unmounting Mount unit for snapd, revision 17336...
Nov 18 11:05:43 webhost systemd[1]: Unmounting Mount unit for snapd, revision 17576...
Nov 18 11:05:43 webhost systemd[1]: Unmounting Mount unit for snapd-desktop-integration, revision 14...
Nov 18 11:05:43 webhost systemd[1]: run-snapd-ns-snap\x2dstore.mnt.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted /run/snapd/ns/snap-store.mnt.
Nov 18 11:05:43 webhost systemd[1]: run-snapd-ns-snapd\x2ddesktop\x2dintegration.mnt.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted /run/snapd/ns/snapd-desktop-integration.mnt.
Nov 18 11:05:43 webhost systemd[1]: snap-bare-5.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-core-13886.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: var-snap-firefox-common-host\x2dhunspell.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounting /run/snapd/ns...
Nov 18 11:05:43 webhost systemd[1]: run-snapd-ns.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted /run/snapd/ns.
Nov 18 11:05:43 webhost systemd[1]: snap-certbot-2511.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-core20-1587.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-core20-1695.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-firefox-2067.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-firefox-2088.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-gnome\x2d3\x2d38\x2d2004-112.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-gnome\x2d3\x2d38\x2d2004-119.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-gtk\x2dcommon\x2dthemes-1535.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: snap-snap\x2dstore-582.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted Mount unit for snap-store, revision 582.
Nov 18 11:05:43 webhost systemd[1]: snap-snapd-17336.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted Mount unit for snapd, revision 17336.
Nov 18 11:05:43 webhost systemd[1]: snap-snapd-17576.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted Mount unit for snapd, revision 17576.
Nov 18 11:05:43 webhost systemd[1]: snap-snapd\x2ddesktop\x2dintegration-14.mount: Deactivated successfully.
Nov 18 11:05:43 webhost systemd[1]: Unmounted Mount unit for snapd-desktop-integration, revision 14.

Wrap the log lines in triple backquotes to keep the formatting:

Like this
Yay

Thx much… I’ll get on that now.

Well, that worked awefull nicely! :+1:

how exactly do you start your GUI session … ? looking at:

/snap/snapd-desktop-integration/current/snap/snapcraft.yaml

shows that it tries to start its service as a user-session daemon but looking at your log:

it seems like DISPLAY has not been set when it tries to start …

@ogra; The GUI session is started on the client as follows:

Nominally…

xfreerdp /u:webadmin /f -decorations -grab-keyboard +clipboard /v:[host]:14403

but, while debugging…

xfreerdp /u:webadmin /v:[host]:14403

While snapd-desktop-integration cannot open the display, as you noted, xrdp seems to be able to:

Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] login successful for display 10

Below is an unredacted version of the journal.log posted above (which was grepped for entries mentioning snapd) in case that’s helpful. The xrdp entry just noted is line 14. The snapd “cannot open display” line you reference is on line 180.

Nov 18 11:05:05 webhost xrdp-sesman[873]: [INFO ] Socket 8: AF_INET6 connection received from ::1 port 55198
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] xrdp_wm_log_msg: sesman connect ok
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] sesman connect ok
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] sending login info to session manager, please wait...
Nov 18 11:05:05 webhost xrdp-sesman[873]: [INFO ] Terminal Server Users group is disabled, allowing authentication
Nov 18 11:05:05 webhost xrdp-sesman[873]: [INFO ] ++ created session (access granted): username webadmin, ip ::ffff:192.168.1.100:34676 - socket: 12
Nov 18 11:05:05 webhost xrdp-sesman[873]: [INFO ] starting Xorg session...
Nov 18 11:05:05 webhost xrdp-sesman[873]: [INFO ] Starting session: session_pid 1633, display :10.0, width 1680, height 1050, bpp 24, client ip ::ffff:192.168.1.100:34676 - socket: 12, user name webadmin
Nov 18 11:05:05 webhost xrdp-sesman[1633]: [INFO ] [session start] (display 10): calling auth_start_session from pid 1633
Nov 18 11:05:05 webhost xrdp-sesman[873]: [ERROR] sesman_data_in: scp_process_msg failed
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] xrdp_wm_log_msg: login successful for display 10
Nov 18 11:05:05 webhost xrdp-sesman[1633]: pam_unix(xrdp-sesman:session): session opened for user webadmin(uid=1000) by (uid=0)
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] login successful for display 10
Nov 18 11:05:05 webhost xrdp-sesman[873]: [ERROR] sesman_main_loop: trans_check_wait_objs failed, removing trans
Nov 18 11:05:05 webhost systemd[1]: Created slice User Slice of UID 1000.
Nov 18 11:05:05 webhost systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 18 11:05:05 webhost systemd-logind[786]: New session c2 of user webadmin.
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] loaded module 'libxup.so' ok, interface size 10296, version 4
Nov 18 11:05:05 webhost systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 18 11:05:05 webhost systemd[1]: Starting User Manager for UID 1000...
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] started connecting
Nov 18 11:05:05 webhost systemd[1635]: pam_unix(systemd-user:session): session opened for user webadmin(uid=1000) by (uid=0)
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] lib_mod_connect: connecting via UNIX socket
Nov 18 11:05:05 webhost systemd-xdg-autostart-generator[1640]: Exec binary '/usr/libexec/deja-dup/deja-dup-monitor' does not exist: No such file or directory
Nov 18 11:05:05 webhost systemd-xdg-autostart-generator[1640]: Not generating service for XDG autostart app-org.gnome.DejaDup.Monitor@autostart.service, error parsing Exec= line: No such file or directory
Nov 18 11:05:05 webhost systemd[1635]: Queued start job for default target Main User Target.
Nov 18 11:05:05 webhost systemd[1635]: Created slice User Application Slice.
Nov 18 11:05:05 webhost systemd[1635]: Created slice User Background Tasks Slice.
Nov 18 11:05:05 webhost systemd[1635]: Created slice User Core Session Slice.
Nov 18 11:05:05 webhost systemd[1635]: Started Pending report trigger for Ubuntu Report.
Nov 18 11:05:05 webhost systemd[1635]: Reached target Paths.
Nov 18 11:05:05 webhost systemd[1635]: Reached target Timers.
Nov 18 11:05:05 webhost systemd[1635]: Starting D-Bus User Message Bus Socket...
Nov 18 11:05:05 webhost systemd[1635]: Listening on GnuPG network certificate management daemon.
Nov 18 11:05:05 webhost systemd[1635]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 18 11:05:05 webhost systemd[1635]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 18 11:05:05 webhost systemd[1635]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 18 11:05:05 webhost systemd[1635]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 18 11:05:05 webhost systemd[1635]: Listening on PipeWire Multimedia System Socket.
Nov 18 11:05:05 webhost systemd[1635]: Listening on debconf communication socket.
Nov 18 11:05:05 webhost systemd[1635]: Listening on Sound System.
Nov 18 11:05:05 webhost systemd[1635]: Listening on REST API socket for snapd user session agent.
Nov 18 11:05:05 webhost systemd[1635]: Listening on D-Bus User Message Bus Socket.
Nov 18 11:05:05 webhost systemd[1635]: Reached target Sockets.
Nov 18 11:05:05 webhost systemd[1635]: Reached target Basic System.
Nov 18 11:05:05 webhost systemd[1]: Started User Manager for UID 1000.
Nov 18 11:05:05 webhost systemd[1635]: Started PipeWire Multimedia Service.
Nov 18 11:05:05 webhost systemd[1]: Started Session c2 of User webadmin.
Nov 18 11:05:05 webhost systemd[1635]: Started PipeWire Media Session Manager.
Nov 18 11:05:05 webhost systemd[1635]: Starting Sound Service...
Nov 18 11:05:05 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:05 webhost systemd[1635]: Starting Tracker metadata extractor...
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 1 users.
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 1 users.
Nov 18 11:05:05 webhost xrdp-sesman[1653]: [INFO ] Starting X server on display 10: /usr/lib/xorg/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset -nolisten tcp -logfile .xorgxrdp.%s.log
Nov 18 11:05:05 webhost systemd[1635]: Started D-Bus User Message Bus.
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] AppArmor D-Bus mediation is enabled
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=1000 pid=1646 comm="/usr/libexec/tracker-extract-3 " label="unconfined")
Nov 18 11:05:05 webhost systemd[1635]: Starting Virtual filesystem service...
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.2' (uid=1000 pid=1645 comm="/usr/bin/snap run snapd-desktop-integration " label="unconfined")
Nov 18 11:05:05 webhost systemd[1635]: Starting flatpak document portal service...
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 18 11:05:05 webhost systemd[1635]: Started Virtual filesystem service.
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.4' (uid=1000 pid=1670 comm="/usr/libexec/xdg-document-portal " label="unconfined")
Nov 18 11:05:05 webhost systemd[1635]: Starting sandboxed app permission store...
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 18 11:05:05 webhost systemd[1635]: Started sandboxed app permission store.
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 18 11:05:05 webhost systemd[1635]: Started flatpak document portal service.
Nov 18 11:05:05 webhost pipewire-media-session[1643]: mod.rt: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Nov 18 11:05:05 webhost pipewire-media-session[1643]: mod.rt: could not make thread 1657 realtime using RTKit: Permission denied
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.1' (uid=1000 pid=1646 comm="/usr/libexec/tracker-extract-3 " label="unconfined")
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] lib_mod_log_peer: xrdp_pid=1632 connected to X11rdp_pid=1653 X11rdp_uid=1000 X11rdp_gid=1000 client_ip=::ffff:192.168.1.100 client_port=34676
Nov 18 11:05:05 webhost xrdp[1632]: [INFO ] connected ok
Nov 18 11:05:05 webhost systemd[1635]: Starting Tracker file system data miner...
Nov 18 11:05:05 webhost pipewire[1642]: mod.rt: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Nov 18 11:05:05 webhost pipewire[1642]: mod.rt: could not set nice-level to -11: Permission denied
Nov 18 11:05:05 webhost xrdp-sesman[1633]: [INFO ] Found X server running at /tmp/.X11-unix/X10
Nov 18 11:05:05 webhost xrdp-sesman[1652]: [INFO ] Found X server running at /tmp/.X11-unix/X10
Nov 18 11:05:05 webhost xrdp-sesman[1633]: [INFO ] Session started successfully for user webadmin on display 10
Nov 18 11:05:05 webhost xrdp-sesman[1718]: [INFO ] Starting the xrdp channel server for display 10
Nov 18 11:05:05 webhost xrdp-sesman[1633]: [INFO ] Session in progress on display 10, waiting until the window manager (pid 1652) exits to end the session
Nov 18 11:05:05 webhost xrdp-sesman[1652]: [INFO ] Found X server running at /tmp/.X11-unix/X10
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost pipewire[1642]: mod.rt: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Nov 18 11:05:05 webhost pipewire[1642]: mod.rt: could not make thread 1719 realtime using RTKit: Permission denied
Nov 18 11:05:05 webhost xrdp-sesman[1652]: [INFO ] Starting the default window manager on display 10: /etc/xrdp/startwm.sh
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.8' (uid=1000 pid=1709 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
Nov 18 11:05:05 webhost xrdp-chansrv[1718]: [INFO ] Socket 12: AF_UNIX connection received
Nov 18 11:05:05 webhost systemd[1635]: Starting Virtual filesystem service - disk device monitor...
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:05 webhost systemd[1635]: Started Sound Service.
Nov 18 11:05:05 webhost pulseaudio[1644]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSink/sbc
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSource/sbc
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Nov 18 11:05:05 webhost bluetoothd[753]: Endpoint registered: sender=:1.88 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Nov 18 11:05:05 webhost kernel: Bluetooth: RFCOMM TTY layer initialized
Nov 18 11:05:05 webhost kernel: Bluetooth: RFCOMM socket layer initialized
Nov 18 11:05:05 webhost kernel: Bluetooth: RFCOMM ver 1.11
Nov 18 11:05:05 webhost xrdp-chansrv[1718]: [INFO ] sound_process_training: round trip time 100
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Nov 18 11:05:05 webhost systemd[1635]: Started Virtual filesystem service - disk device monitor.
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.8' (uid=1000 pid=1709 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
Nov 18 11:05:05 webhost systemd[1635]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Nov 18 11:05:05 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating service name='org.gnome.OnlineAccounts' requested by ':1.15' (uid=1000 pid=1833 comm="/usr/libexec/gvfs-goa-volume-monitor " label="unconfined")
Nov 18 11:05:06 webhost goa-daemon[1842]: goa-daemon version 3.44.0 starting
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating service name='org.gnome.Identity' requested by ':1.19' (uid=1000 pid=1842 comm="/usr/libexec/goa-daemon " label="unconfined")
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating service name='org.freedesktop.portal.IBus' requested by ':1.17' (uid=1000 pid=1835 comm="/usr/bin/ibus-daemon --daemonize --xim " label="unconfined")
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.Identity'
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.OnlineAccounts'
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Nov 18 11:05:06 webhost systemd[1635]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.8' (uid=1000 pid=1709 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
Nov 18 11:05:06 webhost systemd[1635]: Starting Virtual filesystem service - Apple File Conduit monitor...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.portal.IBus'
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Nov 18 11:05:06 webhost systemd[1635]: Started Virtual filesystem service - Apple File Conduit monitor.
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.8' (uid=1000 pid=1709 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
Nov 18 11:05:06 webhost systemd[1635]: Starting Virtual filesystem service - digital camera monitor...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Nov 18 11:05:06 webhost systemd[1635]: Started Virtual filesystem service - digital camera monitor.
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.8' (uid=1000 pid=1709 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
Nov 18 11:05:06 webhost systemd[1635]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.24' (uid=1000 pid=1851 comm="/usr/libexec/gnome-session-check-accelerated " label="unconfined")
Nov 18 11:05:06 webhost systemd[1635]: Starting Accessibility services bus...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Nov 18 11:05:06 webhost systemd[1635]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.a11y.Bus'
Nov 18 11:05:06 webhost systemd[1635]: Started Accessibility services bus.
Nov 18 11:05:06 webhost at-spi-bus-launcher[1902]: dbus-daemon[1902]: Activating service name='org.a11y.atspi.Registry' requested by ':1.2' (uid=1000 pid=1858 comm="/usr/libexec/ibus-ui-gtk3 " label="unconfined")
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.28' (uid=1000 pid=1861 comm="/usr/libexec/ibus-extension-gtk3 " label="unconfined")
Nov 18 11:05:06 webhost at-spi-bus-launcher[1902]: dbus-daemon[1902]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 18 11:05:06 webhost at-spi-bus-launcher[1910]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 18 11:05:06 webhost systemd[1635]: Starting Portal service...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.31' (uid=1000 pid=1915 comm="/usr/libexec/xdg-desktop-portal " label="unconfined")
Nov 18 11:05:06 webhost systemd[1635]: Starting Portal service (GNOME implementation)...
Nov 18 11:05:06 webhost gnome-session[1851]: gnome-session-check-accelerated: GL Helper exited with code 512
Nov 18 11:05:06 webhost gnome-session[1930]: libEGL warning: DRI2: failed to authenticate
Nov 18 11:05:06 webhost gnome-session[1851]: gnome-session-check-accelerated: GLES Helper exited with code 512
Nov 18 11:05:06 webhost xdg-desktop-portal-gnome[1929]: libEGL warning: DRI2: failed to authenticate
Nov 18 11:05:06 webhost systemd[1635]: Created slice Slice /app/gnome-session-manager.
Nov 18 11:05:06 webhost systemd[1635]: Started Path trigger for Apport crash notifications.
Nov 18 11:05:06 webhost systemd[1635]: Started Path trigger for new release of Ubuntu notifications.
Nov 18 11:05:06 webhost systemd[1635]: Reached target GNOME X11 Session.
Nov 18 11:05:06 webhost systemd[1635]: Reached target GNOME Shell.
Nov 18 11:05:06 webhost systemd[1635]: Condition check resulted in GNOME Initial Setup Copy Worker being skipped.
Nov 18 11:05:06 webhost systemd[1635]: Starting Start gnome-keyring as SSH agent...
Nov 18 11:05:06 webhost systemd[1635]: Starting Start gnome-keyring for the Secrets Service, and PKCS #11...
Nov 18 11:05:06 webhost systemd[1635]: Starting Monitor Session leader for GNOME Session...
Nov 18 11:05:06 webhost systemd[1635]: Starting Session Migration...
Nov 18 11:05:06 webhost systemd[1635]: Starting Rewrite dynamic launcher portal entries...
Nov 18 11:05:06 webhost systemd[1635]: Started Monitor Session leader for GNOME Session.
Nov 18 11:05:06 webhost systemd[1635]: Finished Start gnome-keyring as SSH agent.
Nov 18 11:05:06 webhost gnome-keyring-d[1956]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Nov 18 11:05:06 webhost gnome-keyring-daemon[1956]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Nov 18 11:05:06 webhost systemd[1635]: Finished Session Migration.
Nov 18 11:05:06 webhost systemd[1635]: Started OpenSSH Agent.
Nov 18 11:05:06 webhost systemd[1635]: Finished Rewrite dynamic launcher portal entries.
Nov 18 11:05:06 webhost systemd[1635]: Finished Start gnome-keyring for the Secrets Service, and PKCS #11.
Nov 18 11:05:06 webhost systemd[1635]: Reached target Session services which should run early before the graphical session is brought up.
Nov 18 11:05:06 webhost systemd[1635]: Reached target Tasks to be run before GNOME Session starts.
Nov 18 11:05:06 webhost systemd[1635]: Starting GNOME Session Manager (session: ubuntu)...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.Tracker3.Miner.Files'
Nov 18 11:05:06 webhost systemd[1635]: Started Tracker file system data miner.
Nov 18 11:05:06 webhost gnome-session[1967]: gnome-session-binary[1967]: WARNING: Could not parse desktop file org.gnome.DejaDup.Monitor.desktop or it references a not found TryExec binary
Nov 18 11:05:06 webhost gnome-session-binary[1967]: WARNING: Could not parse desktop file org.gnome.DejaDup.Monitor.desktop or it references a not found TryExec binary
Nov 18 11:05:06 webhost gnome-keyring-daemon[1994]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Nov 18 11:05:06 webhost gnome-keyring-d[1994]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Nov 18 11:05:06 webhost snapd-desktop-i[1645]: cannot open display: 
Nov 18 11:05:06 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:06 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:06 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:06 webhost gnome-keyring-ssh.desktop[1994]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 18 11:05:06 webhost gnome-keyring-secrets.desktop[1997]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 18 11:05:06 webhost gnome-keyring-pkcs11.desktop[1999]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Nov 18 11:05:06 webhost systemd[1635]: Started GNOME Session Manager (session: ubuntu).
Nov 18 11:05:06 webhost systemd[1635]: Reached target GNOME Session Manager is ready.
Nov 18 11:05:06 webhost systemd[1635]: Starting GNOME Shell on Wayland...
Nov 18 11:05:06 webhost systemd[1635]: Starting GNOME Shell on X11...
Nov 18 11:05:06 webhost systemd[1635]: org.gnome.Shell@wayland.service: Skipped due to 'exec-condition'.
Nov 18 11:05:06 webhost systemd[1635]: Condition check resulted in GNOME Shell on Wayland being skipped.
Nov 18 11:05:06 webhost systemd[1635]: Started Tracker metadata extractor.
Nov 18 11:05:06 webhost systemd[1635]: Reached target Main User Target.
Nov 18 11:05:06 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:06 webhost gnome-session[1967]: gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2001: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2001 does not exist.
Nov 18 11:05:06 webhost gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2001: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2001 does not exist.
Nov 18 11:05:06 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=exited, status=1/FAILURE
Nov 18 11:05:06 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
Nov 18 11:05:06 webhost gnome-shell[2009]: Running GNOME Shell (using mutter 42.5) as a X11 window and compositing manager
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Nov 18 11:05:06 webhost systemd[1635]: Started Portal service (GNOME implementation).
Nov 18 11:05:06 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:06 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:06 webhost rtkit-daemon[1033]: Supervising 6 threads of 3 processes of 2 users.
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.31' (uid=1000 pid=1915 comm="/usr/libexec/xdg-desktop-portal " label="unconfined")
Nov 18 11:05:06 webhost systemd[1635]: Starting Portal service (GTK/GNOME implementation)...
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating service name='org.gnome.ScreenSaver' requested by ':1.45' (uid=1000 pid=2027 comm="/usr/libexec/xdg-desktop-portal-gtk " label="unconfined")
Nov 18 11:05:06 webhost gnome-shell[2009]: Xlib:  extension "DPMS" missing on display ":10.0".
Nov 18 11:05:06 webhost gnome-shell[2009]: Impossible to set scaling on crtc 1307 to 1.000000, error id 2
Nov 18 11:05:06 webhost gnome-shell[2009]: Window manager warning: Scalig CRTC 1307 at 1.000000 failed
Nov 18 11:05:06 webhost gnome-shell[2009]: Xlib:  extension "DPMS" missing on display ":10.0".
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.ScreenSaver'
Nov 18 11:05:06 webhost gnome-session[1967]: gnome-session-binary[1967]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Nov 18 11:05:06 webhost gnome-session-binary[1967]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 18 11:05:06 webhost systemd[1635]: Started Portal service (GTK/GNOME implementation).
Nov 18 11:05:06 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 1.
Nov 18 11:05:06 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:06 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:06 webhost gnome-shell[2009]: ATK Bridge is disabled but a11y has already been enabled.
Nov 18 11:05:06 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 18 11:05:06 webhost systemd[1635]: Started Portal service.
Nov 18 11:05:07 webhost snapd-desktop-i[2058]: New theme: gtk=Yaru icon=Yaru cursor=(null), sound=Yaru
Nov 18 11:05:07 webhost kernel: snapd-desktop-i[2058]: segfault at 0 ip 00007f89bb35c3d4 sp 00007fff027c9d98 error 4 in libglib-2.0.so.0.6400.6[7f89bb332000+9a000]
Nov 18 11:05:07 webhost kernel: Code: f8 5b 5d c3 66 90 f3 0f 1e fa 48 83 ec 08 e8 53 70 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 07 41 b8 05 15 00 00 84 c0 74 1d 0f 1f 80 00 00 00 00 44 89
Nov 18 11:05:07 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=dumped, status=11/SEGV
Nov 18 11:05:07 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'core-dump'.
Nov 18 11:05:07 webhost gnome-shell[2009]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Nov 18 11:05:07 webhost gnome-shell[2009]: Will monitor session c2
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.44' (uid=1000 pid=2009 comm="/usr/bin/gnome-shell " label="unconfined")
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.47' (uid=1000 pid=2126 comm="/usr/libexec/gnome-shell-calendar-server " label="unconfined")
Nov 18 11:05:07 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 2.
Nov 18 11:05:07 webhost systemd[1635]: Starting Evolution source registry...
Nov 18 11:05:07 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:07 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Nov 18 11:05:07 webhost systemd[1635]: Started Evolution source registry.
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.Shell.CalendarServer'
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.47' (uid=1000 pid=2126 comm="/usr/libexec/gnome-shell-calendar-server " label="unconfined")
Nov 18 11:05:07 webhost systemd[1635]: Starting Evolution calendar service...
Nov 18 11:05:07 webhost dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.102' (uid=1000 pid=2009 comm="/usr/bin/gnome-shell " label="unconfined")
Nov 18 11:05:07 webhost systemd[1]: Starting Location Lookup Service...
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.44' (uid=1000 pid=2009 comm="/usr/bin/gnome-shell " label="unconfined")
Nov 18 11:05:07 webhost systemd[1635]: Starting User preferences database...
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'ca.desrt.dconf'
Nov 18 11:05:07 webhost systemd[1635]: Started User preferences database.
Nov 18 11:05:07 webhost polkitd(authority=local)[775]: Registered Authentication Agent for unix-session:c2 (system bus name :1.102 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
Nov 18 11:05:07 webhost gnome-shell[2009]: Telepathy is not available, chat integration will be disabled.
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Nov 18 11:05:07 webhost systemd[1635]: Started Evolution calendar service.
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.49' (uid=1000 pid=2200 comm="/usr/libexec/evolution-calendar-factory " label="unconfined")
Nov 18 11:05:07 webhost systemd[1635]: Starting Evolution address book service...
Nov 18 11:05:07 webhost dbus-daemon[757]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Nov 18 11:05:07 webhost systemd[1]: Started Location Lookup Service.
Nov 18 11:05:07 webhost snapd-desktop-i[2133]: New theme: gtk=Yaru icon=Yaru cursor=(null), sound=Yaru
Nov 18 11:05:07 webhost kernel: snapd-desktop-i[2133]: segfault at 0 ip 00007f9efd6fd3d4 sp 00007ffc25d7b918 error 4 in libglib-2.0.so.0.6400.6[7f9efd6d3000+9a000]
Nov 18 11:05:07 webhost kernel: Code: f8 5b 5d c3 66 90 f3 0f 1e fa 48 83 ec 08 e8 53 70 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 07 41 b8 05 15 00 00 84 c0 74 1d 0f 1f 80 00 00 00 00 44 89
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Nov 18 11:05:07 webhost systemd[1635]: Started Evolution address book service.
Nov 18 11:05:07 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating service name='org.gnome.Shell.Notifications' requested by ':1.44' (uid=1000 pid=2009 comm="/usr/bin/gnome-shell " label="unconfined")
Nov 18 11:05:07 webhost gnome-shell[2009]: Xlib:  extension "DPMS" missing on display ":10.0".
Nov 18 11:05:07 webhost systemd[1635]: Started GNOME Shell on X11.
Nov 18 11:05:07 webhost systemd[1635]: Reached target GNOME Session is initialized.
Nov 18 11:05:07 webhost systemd[1635]: Reached target GNOME session X11 services.
Nov 18 11:05:07 webhost systemd[1635]: Reached target GNOME Session (session: ubuntu).
Nov 18 11:05:07 webhost systemd[1635]: Starting Signal initialization done to GNOME Session Manager...
Nov 18 11:05:07 webhost systemd[1635]: Starting IBus Daemon for GNOME...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME accessibility service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME color management service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME date & time service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME maintenance of expirable data service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME keyboard configuration service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME keyboard shortcuts service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME power management service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME printer notifications service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME RFKill support service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME FreeDesktop screensaver service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME file sharing service...
Nov 18 11:05:07 webhost systemd[1635]: Starting GNOME smartcard service...
Nov 18 11:05:08 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.Shell.Notifications'
Nov 18 11:05:08 webhost systemd[1635]: Starting GNOME sound sample caching service...
Nov 18 11:05:08 webhost systemd[1635]: Starting GNOME Wacom tablet support service...
Nov 18 11:05:08 webhost spice-vdagent[2273]: vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0 does not exist, exiting
Nov 18 11:05:08 webhost gnome-shell[2009]: Unable to mount volume CLONEZILLA: Gio.IOErrorEnum: Not authorized to perform operation
Nov 18 11:05:08 webhost sh[2252]: current session already has an ibus-daemon.
Nov 18 11:05:08 webhost systemd[1635]: Starting GNOME XSettings service...
Nov 18 11:05:08 webhost systemd[1635]: Finished Signal initialization done to GNOME Session Manager.
Nov 18 11:05:08 webhost systemd[1635]: org.freedesktop.IBus.session.GNOME.service: Main process exited, code=exited, status=255/EXCEPTION
Nov 18 11:05:08 webhost systemd[1635]: org.freedesktop.IBus.session.GNOME.service: Failed with result 'exit-code'.
Nov 18 11:05:08 webhost systemd[1635]: Failed to start IBus Daemon for GNOME.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME accessibility service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME accessibility target.
Nov 18 11:05:08 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=dumped, status=11/SEGV
Nov 18 11:05:08 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'core-dump'.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME maintenance of expirable data service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME maintenance of expirable data target.
Nov 18 11:05:08 webhost gnome-session-binary[1967]: Entering running state
Nov 18 11:05:08 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:08 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:08 webhost gsd-rfkill[2268]: Could not open rfkill device: Could not open RFKILL control device, please verify your installation
Nov 18 11:05:08 webhost gnome-session[1967]: gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2273: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2273 does not exist.
Nov 18 11:05:08 webhost gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2273: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2273 does not exist.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME file sharing service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME file sharing target.
Nov 18 11:05:08 webhost NetworkManager[758]: <info>  [1668798308.1475] agent-manager: agent[4e8dce081791fba3,:1.102/org.gnome.Shell.NetworkAgent/1000]: agent registered
Nov 18 11:05:08 webhost dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.111' (uid=1000 pid=2268 comm="/usr/libexec/gsd-rfkill " label="unconfined")
Nov 18 11:05:08 webhost systemd[1]: Starting Hostname Service...
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME printer notifications service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME printer notifications target.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME keyboard configuration service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME keyboard configuration target.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME FreeDesktop screensaver service.
Nov 18 11:05:08 webhost dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.114' (uid=1000 pid=2259 comm="/usr/libexec/gsd-keyboard " label="unconfined")
Nov 18 11:05:08 webhost systemd[1]: Starting Locale Service...
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME date & time service.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME color management service.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME smartcard service.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME sound sample caching service.
Nov 18 11:05:08 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:08 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:08 webhost systemd[1635]: Started Application launched by gnome-session-binary.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME color management target.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME date & time target.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME FreeDesktop screensaver target.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME smartcard target.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME sound sample caching target.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME Wacom tablet support service.
Nov 18 11:05:08 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 3.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME Wacom tablet support target.
Nov 18 11:05:08 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:08 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME keyboard shortcuts service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME keyboard shortcuts target.
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME power management service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME power management target.
Nov 18 11:05:08 webhost gnome-session[1967]: gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2306: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2306 does not exist.
Nov 18 11:05:08 webhost gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2306: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2306 does not exist.
Nov 18 11:05:08 webhost gnome-session[1967]: gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2326: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2326 does not exist.
Nov 18 11:05:08 webhost gnome-session-binary[1967]: GnomeDesktop-WARNING: Could not create transient scope for PID 2326: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2326 does not exist.
Nov 18 11:05:08 webhost systemd[1635]: Started snap.snap-store.ubuntu-software.7108c80f-e6fb-44b2-b5a3-9d6d71b7f245.scope.
Nov 18 11:05:08 webhost gsd-color[2250]: failed to obtain org.freedesktop.color-manager.create-profile auth
Nov 18 11:05:08 webhost systemd[1]: tmp-snap.rootfs_wXze9m.mount: Deactivated successfully.
Nov 18 11:05:08 webhost dbus-daemon[757]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 18 11:05:08 webhost systemd[1]: Started Hostname Service.
Nov 18 11:05:08 webhost kernel: audit: type=1400 audit(1668798308.451:60): apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=2338 comm="snap-confine" capability=4  capname="fsetid"
Nov 18 11:05:08 webhost audit[2338]: AVC apparmor="DENIED" operation="capable" profile="/usr/lib/snapd/snap-confine" pid=2338 comm="snap-confine" capability=4  capname="fsetid"
Nov 18 11:05:08 webhost gnome-shell[2009]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Unable to inhibit keypresses: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME RFKill support service.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME RFKill support target.
Nov 18 11:05:08 webhost dbus-daemon[757]: [system] Successfully activated service 'org.freedesktop.locale1'
Nov 18 11:05:08 webhost systemd[1]: Started Locale Service.
Nov 18 11:05:08 webhost gsd-power[2266]: Unable to inhibit lid switch: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied
Nov 18 11:05:08 webhost snapd-desktop-i[2368]: New theme: gtk=Yaru icon=Yaru cursor=(null), sound=Yaru
Nov 18 11:05:08 webhost kernel: snapd-desktop-i[2368]: segfault at 0 ip 00007fa83822d3d4 sp 00007fff9b9e6c38 error 4 in libglib-2.0.so.0.6400.6[7fa838203000+9a000]
Nov 18 11:05:08 webhost kernel: Code: f8 5b 5d c3 66 90 f3 0f 1e fa 48 83 ec 08 e8 53 70 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 07 41 b8 05 15 00 00 84 c0 74 1d 0f 1f 80 00 00 00 00 44 89
Nov 18 11:05:08 webhost gsd-color[2250]: failed to get edid: unable to get EDID for output
Nov 18 11:05:08 webhost systemd[1635]: Started GNOME XSettings service.
Nov 18 11:05:08 webhost systemd[1635]: GNOME session X11 services is inactive.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME XSettings target.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME Session.
Nov 18 11:05:08 webhost systemd[1635]: Reached target GNOME X11 Session (session: ubuntu).
Nov 18 11:05:08 webhost systemd[1635]: Reached target Current graphical user session.
Nov 18 11:05:08 webhost systemd[1635]: Condition check resulted in GNOME Initial Setup being skipped.
Nov 18 11:05:08 webhost systemd[1635]: Startup finished in 3.409s.
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:screen-brightness-cycle
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-mute
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:home
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:pause
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:screen-brightness-up
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:previous
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:previous
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:calculator
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:battery-status
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:playback-rewind
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:suspend
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:email
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:touchpad-toggle
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:touchpad-toggle
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:playback-repeat
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-up-quiet
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-up-quiet
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:screensaver
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-mute-quiet
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-up-precise
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-up-precise
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:touchpad-off
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:hibernate
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:hibernate
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:rfkill-bluetooth
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:eject
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:play
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:play
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:power
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:screen-brightness-down
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:stop
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:media
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:next
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:next
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-down
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-down
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:search
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:playback-forward
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:rotate-video-lock
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-up
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-up
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:control-center
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-down-quiet
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-down-quiet
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:playback-random
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:rfkill
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:rfkill
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:rfkill
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-down-precise
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:volume-down-precise
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:touchpad-on
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:www
Nov 18 11:05:08 webhost gsd-media-keys[2262]: Failed to grab accelerator for keybinding settings:mic-mute
Nov 18 11:05:08 webhost gsd-color[2250]: failed to create device: failed to obtain org.freedesktop.color-manager.create-device auth
Nov 18 11:05:09 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=dumped, status=11/SEGV
Nov 18 11:05:09 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'core-dump'.
Nov 18 11:05:09 webhost systemd[1635]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 4.
Nov 18 11:05:09 webhost systemd[1635]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:09 webhost systemd[1635]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration.
Nov 18 11:05:09 webhost snapd-desktop-i[2561]: Failed to load module "canberra-gtk-module"
Nov 18 11:05:09 webhost snapd-desktop-i[2561]: Failed to load module "canberra-gtk-module"
Nov 18 11:05:09 webhost snapd-desktop-i[2561]: New theme: gtk=Adwaita icon=Adwaita cursor=Adwaita, sound=Yaru
Nov 18 11:05:09 webhost snapd-desktop-integration.snapd-desktop-integration[2561]: All available theme snaps installed
Nov 18 11:05:09 webhost audit[2338]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=2338 comm="snap-store" exe="/snap/snap-store/582/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fb5c071473d code=0x50000
Nov 18 11:05:09 webhost kernel: audit: type=1326 audit(1668798309.795:61): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.ubuntu-software pid=2338 comm="snap-store" exe="/snap/snap-store/582/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fb5c071473d code=0x50000
Nov 18 11:05:09 webhost gnome-shell[2009]: GNOME Shell started at Fri Nov 18 2022 11:05:07 GMT-0800 (PST)
Nov 18 11:05:09 webhost gnome-shell[2009]: Registering session with GDM
Nov 18 11:05:10 webhost dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.122' (uid=1000 pid=2338 comm="/snap/snap-store/582/usr/bin/snap-store --gapplica" label="snap.snap-store.ubuntu-software (enforce)")
Nov 18 11:05:10 webhost systemd[1]: Starting Firmware update daemon...
Nov 18 11:05:10 webhost fwupd[2640]: 19:05:10:0402 FuPluginUefiCapsule  SMBIOS BIOS Characteristics Extension Byte 2 is invalid -- UEFI Specification is unsupported, but /sys/firmware/efi exists: System does not support UEFI mode
Nov 18 11:05:10 webhost fwupd[2640]: 19:05:10:0513 FuPluginDfu          truncated DFU interface data, no bcdDFUVersion
Nov 18 11:05:11 webhost dbus-daemon[757]: [system] Successfully activated service 'org.freedesktop.fwupd'
Nov 18 11:05:11 webhost systemd[1]: Started Firmware update daemon.
Nov 18 11:05:11 webhost fwupd[2640]: 19:05:11:0223 FuPluginPciMei       ME family not supported for 0:8.0.4.1441
Nov 18 11:05:11 webhost snap-store[2338]: plugin fwupd took 1.0 seconds to do setup
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                     exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                     exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.239:62): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                 exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.239:63): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                 exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                     exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost audit[757]: USER_AVC pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                     exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost snap-store[2338]: enabled plugins: fwupd, os-release, packagekit-refine-repos, packagekit-refresh, appstream, hardcoded-blocklist, hardcoded-popular, modalias, packagekit, rewrite-resource, provenance, snap, systemd-updates, generic-updates, provenance-license, icons
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.243:64): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                 exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost kernel: audit: type=1107 audit(1668798311.243:65): pid=757 uid=102 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=2338 label="snap.snap-store.ubuntu-software" peer_pid=775 peer_label="unconfined"
                                 exe="/usr/bin/dbus-daemon" sauid=102 hostname=? addr=? terminal=?'
Nov 18 11:05:11 webhost snap-store[2338]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
Nov 18 11:05:11 webhost audit[2338]: AVC apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2338 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 18 11:05:11 webhost snap-store[2338]: /etc/PackageKit/Vendor.conf file not found
Nov 18 11:05:11 webhost kernel: audit: type=1400 audit(1668798311.623:66): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=2338 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 18 11:05:11 webhost audit[2338]: AVC apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/appstream.conf" pid=2338 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Nov 18 11:05:11 webhost PackageKit[1335]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
Nov 18 11:05:11 webhost PackageKit[1335]: uid 1000 failed to obtain auth
Nov 18 11:05:11 webhost snap-store[2338]: not handling error no-security for action refresh: Failed to obtain authentication.
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
Nov 18 11:05:12 webhost snap-store[2338]: Only 0 apps for recent list, hiding
Nov 18 11:05:13 webhost systemd[1635]: Started Application launched by gnome-shell.
Nov 18 11:05:13 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.75' (uid=1000 pid=2656 comm="/usr/bin/gnome-terminal.real " label="unconfined")
Nov 18 11:05:13 webhost systemd[1635]: Created slice Slice /app/org.gnome.Terminal.
Nov 18 11:05:13 webhost systemd[1635]: Starting GNOME Terminal Server...
Nov 18 11:05:13 webhost dbus-daemon[1659]: [session uid=1000 pid=1659] Successfully activated service 'org.gnome.Terminal'
Nov 18 11:05:13 webhost systemd[1635]: Started GNOME Terminal Server.
Nov 18 11:05:13 webhost systemd[1]: xrdp.service: start operation timed out. Terminating.
Nov 18 11:05:13 webhost xrdp[928]: [INFO ] Received termination signal, stopping the server accept new connections thread
Nov 18 11:05:13 webhost systemd[1]: home-webadmin-thinclient_drives.mount: Deactivated successfully.
Nov 18 11:05:13 webhost systemd[1]: xrdp.service: Failed with result 'timeout'.
Nov 18 11:05:13 webhost systemd[1]: Stopped xrdp daemon.
Nov 18 11:05:13 webhost systemd[1]: Stopping xrdp session manager...
Nov 18 11:05:13 webhost xrdp-sesman[2685]: sesman is not running (pid file not found - /var/run/xrdp/xrdp-sesman.pid)
Nov 18 11:05:13 webhost systemd[1]: xrdp-sesman.service: Control process exited, code=exited, status=1/FAILURE
Nov 18 11:05:13 webhost xrdp-sesman[873]: [INFO ] shutting down sesman 1
Nov 18 11:05:13 webhost snapd[782]: storehelpers.go:748: cannot refresh: snap has no updates available: "bare", "certbot", "core", "core20", "firefox", "gnome-3-38-2004", "gtk-common-themes", "snapd", "snapd-desktop-integration"
Nov 18 11:05:13 webhost xrdp-sesman[1633]: [INFO ] shutting down sesman 1
Nov 18 11:05:13 webhost systemd[1]: xrdp-sesman.service: Failed with result 'exit-code'.
Nov 18 11:05:13 webhost systemd[1]: Stopped xrdp session manager.
Nov 18 11:05:13 webhost systemd[1]: Reached target Multi-User System.
Nov 18 11:05:13 webhost systemd[1]: Reached target Graphical Interface.
Nov 18 11:05:13 webhost systemd[1]: Starting Record Runlevel Change in UTMP...
Nov 18 11:05:13 webhost systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
Nov 18 11:05:13 webhost systemd[1]: Finished Record Runlevel Change in UTMP.
Nov 18 11:05:13 webhost systemd[1]: Startup finished in 1.788s (kernel) + 1min 34.778s (userspace) = 1min 36.567s.
Nov 18 11:05:13 webhost systemd[1635]: Started VTE child process 2700 launched by gnome-terminal-server process 2661.
Nov 18 11:05:14 webhost PackageKit[1335]: resolve transaction /413_debbddab from uid 1000 finished with success after 570ms
Nov 18 11:05:14 webhost PackageKit[1335]: search-file transaction /414_acdaebbb from uid 1000 finished with success after 787ms
Nov 18 11:05:15 webhost PackageKit[1335]: search-file transaction /415_abeaedac from uid 1000 finished with success after 328ms
Nov 18 11:05:15 webhost PackageKit[1335]: get-details transaction /416_ccacedbc from uid 1000 finished with success after 298ms
Nov 18 11:05:38 webhost systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 18 11:05:38 webhost systemd[1]: systemd-localed.service: Deactivated successfully.