Hi!
I recently purchased a Jetson Nano 2GB. This afternoon, I did upgraded all my packages with:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
After rebooting, I noticed that I no longer am give the lightdm greeter screen. In this state I can switch ttys and get terminal prompts, as well as manually start gdm3 and get its’ greeter screen.
/var/log/lightdm/lightdm.log seems OKish, but /var/log/lightdm/seat0-greeter.log looks like it might be having issues?
/var/log/lightdm/seat0-greeter.log
libgnutls.so.30: failed to map segment from shared object
Failed to load module: /usr/lib/aarch64-linux-gnu/gio/modules/libgiognutls.so
[+0.01s] ERROR: creating thread 'gmain': Error creating thread: Resource temporarily unavailable
[+0.00s] DEBUG: unity-greeter.vala:583: Starting unity-greeter 17.04.1 UID=121 LANG=en_US.UTF-8
[+0.00s] DEBUG: unity-greeter.vala:586: Setting cursor
[+0.00s] DEBUG: unity-greeter.vala:600: Loading command line options
[+0.00s] DEBUG: unity-greeter.vala:628: Setting GTK+ settings
libgnutls.so.30: failed to map segment from shared object
Failed to load module: /usr/lib/aarch64-linux-gnu/gio/modules/libgiognutls.so
[+0.01s] ERROR: creating thread 'gmain': Error creating thread: Resource temporarily unavailable
[+0.00s] DEBUG: unity-greeter.vala:583: Starting unity-greeter 17.04.1 UID=121 LANG=en_US.UTF-8
[+0.00s] DEBUG: unity-greeter.vala:586: Setting cursor
[+0.08s] DEBUG: unity-greeter.vala:600: Loading command line options
[+0.08s] DEBUG: unity-greeter.vala:628: Setting GTK+ settings
libgnutls.so.30: failed to map segment from shared object
Failed to load module: /usr/lib/aarch64-linux-gnu/gio/modules/libgiognutls.so
[+0.12s] ERROR: creating thread 'gmain': Error creating thread: Resource temporarily unavailable
I have seen some similar threads about systemd being the culprit, but it’s unclear if that is the same case here. I’m currently running 237-3ubuntu10.43 version of systemd.
Does anyone have insights here? Is this an upstream issue?