Hi, everybody.
When running Lubuntu 22.04.1 LTS off of a Liveboot disk (IE: USB MicroSD Card reader), the system breaks and loses the desktop when installing zlib1:i386.
For a certain project, I need to install a variety of i386 libraries to get a 32-bit game running on Linux. Ubuntu full is a bit bloated for my needs, and will overload the CPU for my tasks. (Streaming.)
I’m providing two sets of expandable contents: the first set is the commands I ran from the command line, ending with the installation of zlib1:i386. The second set is my syslog output at that time, after the last command.
I ideally would like to have everything run from the liveboot, and losing the GUI would be OK if its temporary.
However, I can re-access the desktop at rare occasions. when rebooting the OS, it says zlib1:i386 is installed properly. Once I’ve begun installing other i386 libraries, Lubuntu will eventually break again, though, starting with “failed to start THermal Daemon Service.” (It will then say “failed ot start Regular backround program processing daemon.” and “failed to send WATCHDOG=1 notification message: Transport endpoint is not connected.”)
Eventually, if I leave the computer alone, the screensaver will somehow reappear, and I may eventually be able to access the window session. I don’t think this occurs after the first crash.
Code to reproduce
#Have Wifi or Ethernet connection to net, and…
sudo apt-get update
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y gcc-12-base:i386
sudo apt-get install -y krb5-locales
sudo apt-get install -y libc6:i386
sudo apt-get install -y zlib1g:i386
System crashes here
And here is some log from my syslog at that point, starting right before the crash time (16:00)
Crash Log
Oct 6 15:49:55 lubuntu dbus-daemon[1982]: [session uid=999 pid=1982] Successfully activated service ‘org.freedesktop.secrets’
Oct 6 15:49:58 lubuntu gvfsd[3280]: smbXcli_negprot_smb1_done: No compatible protocol selected by server.
Oct 6 15:51:11 lubuntu wpa_supplicant[1770]: wlp3s0: WPA: Group rekeying completed with fc:34:97:83:d9:dc [GTK=CCMP]
Oct 6 15:54:28 lubuntu systemd[1]: Starting Ubuntu Advantage Timer for running repeated jobs…
Oct 6 15:54:29 lubuntu systemd[1]: ua-timer.service: Deactivated successfully.
Oct 6 15:54:29 lubuntu systemd[1]: Finished Ubuntu Advantage Timer for running repeated jobs.
Oct 6 16:00:57 lubuntu systemd[1]: Reexecuting.
Oct 6 16:00:57 lubuntu kernel: [ 2686.014790] systemd[1]: systemd 249.11-0ubuntu3.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
Oct 6 16:00:57 lubuntu kernel: [ 2686.032180] systemd[1]: Detected architecture x86-64.
Oct 6 16:00:57 lubuntu kernel: [ 2686.032669] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
Oct 6 16:00:58 lubuntu kernel: [ 2686.649659] systemd[1]: Queued start job for default target Graphical Interface.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649694] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/block/loop3.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649720] systemd[1]: Unnecessary job was removed for /dev/loop2.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649749] systemd[1]: Unnecessary job was removed for /dev/loop5.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649773] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/block/loop6.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649793] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/block/loop4.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649816] systemd[1]: Unnecessary job was removed for /dev/loop3.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649837] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/block/loop2.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649864] systemd[1]: Unnecessary job was removed for /dev/loop4.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649887] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/block/loop1.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649911] systemd[1]: Unnecessary job was removed for /dev/loop6.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649932] systemd[1]: Unnecessary job was removed for /sys/devices/virtual/block/loop5.
Oct 6 16:00:58 lubuntu kernel: [ 2686.649959] systemd[1]: Unnecessary job was removed for /dev/loop1.
Oct 6 16:00:58 lubuntu kernel: [ 2686.657091] systemd[1]: Created slice Slice /system/modprobe.
Oct 6 16:00:58 lubuntu kernel: [ 2686.657928] systemd[1]: Created slice User and Session Slice.
Oct 6 16:00:58 lubuntu kernel: [ 2686.658322] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 6 16:00:58 lubuntu kernel: [ 2686.658625] systemd[1]: proc-sys-fs-binfmt_misc.automount: Path /proc/sys/fs/binfmt_misc is already a mount point, refusing start.
Oct 6 16:00:58 lubuntu kernel: [ 2686.658648] systemd[1]: Failed to set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 6 16:00:58 lubuntu kernel: [ 2686.658962] systemd[1]: Reached target User and Group Name Lookups.
Oct 6 16:00:58 lubuntu kernel: [ 2686.659021] systemd[1]: Reached target Remote File Systems.
Oct 6 16:00:58 lubuntu kernel: [ 2686.659072] systemd[1]: Reached target Slice Units.
Oct 6 16:00:58 lubuntu kernel: [ 2686.659153] systemd[1]: Reached target Swaps.
Oct 6 16:00:58 lubuntu kernel: [ 2686.659239] systemd[1]: Reached target Local Verity Protected Volumes.
Oct 6 16:00:58 lubuntu kernel: [ 2686.659510] systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 6 16:00:58 lubuntu kernel: [ 2686.659766] systemd[1]: Listening on initctl Compatibility Named Pipe.
Oct 6 16:00:58 lubuntu kernel: [ 2686.660021] systemd[1]: systemd-journald.service: Found left-over process 1276 (systemd-journal) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2686.660035] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2686.665352] systemd[1]: Starting Journal Service…
Oct 6 16:00:58 lubuntu kernel: [ 2686.666249] systemd[1]: Finished Availability of block devices.
Oct 6 16:00:58 lubuntu kernel: [ 2686.670102] systemd[1]: Starting Set the console keyboard layout…
Oct 6 16:00:58 lubuntu kernel: [ 2686.672806] systemd-journald[1276]: Failed to send stream file descriptor to service manager: Connection refused
Oct 6 16:00:58 lubuntu kernel: [ 2686.674357] systemd[1]: Starting Create List of Static Device Nodes…
Oct 6 16:00:58 lubuntu kernel: [ 2686.676125] systemd-journald[1276]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Oct 6 16:00:58 lubuntu kernel: [ 2686.679043] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
Oct 6 16:00:58 lubuntu kernel: [ 2686.685359] systemd[1]: Starting Load Kernel Module chromeos_pstore…
Oct 6 16:00:58 lubuntu kernel: [ 2686.687388] systemd-journald[1276]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Oct 6 16:00:58 lubuntu kernel: [ 2686.689515] systemd[1]: Starting Load Kernel Module configfs…
Oct 6 16:00:58 lubuntu kernel: [ 2686.690669] systemd-journald[1276]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Oct 6 16:00:58 lubuntu keyboard-setup.sh[4680]: The keyboard is in some unknown mode
Oct 6 16:00:58 lubuntu keyboard-setup.sh[4680]: Changing to the requested mode may make your keyboard unusable, please use -f to force the change.
Oct 6 16:00:58 lubuntu kernel: [ 2686.697417] systemd-journald[1276]: Failed to send stream file descriptor to service manager: Transport endpoint is not connected
Oct 6 16:00:58 lubuntu kernel: [ 2686.716195] systemd[1]: Starting Load Kernel Module drm…
Oct 6 16:00:58 lubuntu kernel: [ 2686.723197] systemd[1]: Starting Load Kernel Module efi_pstore…
Oct 6 16:00:58 lubuntu kernel: [ 2686.728166] systemd[1]: Starting Load Kernel Module fuse…
Oct 6 16:00:58 lubuntu kernel: [ 2686.739749] systemd[1]: Starting Load Kernel Module mtdpstore…
Oct 6 16:00:58 lubuntu kernel: [ 2686.743758] systemd[1]: Starting Load Kernel Module pstore_blk…
Oct 6 16:00:58 lubuntu kernel: [ 2686.753552] systemd[1]: Starting Load Kernel Module pstore_zone…
Oct 6 16:00:58 lubuntu kernel: [ 2686.765487] systemd[1]: Starting Load Kernel Module ramoops…
Oct 6 16:00:58 lubuntu kernel: [ 2686.775765] systemd[1]: Starting Load Kernel Modules…
Oct 6 16:00:58 lubuntu kernel: [ 2686.787760] mtd device must be supplied (device name is empty)
Oct 6 16:00:58 lubuntu kernel: [ 2686.790042] systemd[1]: Starting Remount Root and Kernel File Systems…
Oct 6 16:00:58 lubuntu kernel: [ 2686.798036] systemd[1]: Starting Coldplug All udev Devices…
Oct 6 16:00:58 lubuntu kernel: [ 2686.804255] systemd[1]: Finished Create List of Static Device Nodes.
Oct 6 16:00:58 lubuntu kernel: [ 2686.805809] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.807384] systemd[1]: Finished Load Kernel Module chromeos_pstore.
Oct 6 16:00:58 lubuntu kernel: [ 2686.809248] systemd[1]: modprobe@configfs.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.810011] systemd[1]: Finished Load Kernel Module configfs.
Oct 6 16:00:58 lubuntu kernel: [ 2686.815492] systemd[1]: modprobe@drm.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.816709] systemd[1]: Finished Load Kernel Module drm.
Oct 6 16:00:58 lubuntu kernel: [ 2686.817869] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.818599] systemd[1]: Finished Load Kernel Module efi_pstore.
Oct 6 16:00:58 lubuntu kernel: [ 2686.820259] systemd[1]: modprobe@fuse.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.821036] systemd[1]: Finished Load Kernel Module fuse.
Oct 6 16:00:58 lubuntu kernel: [ 2686.822133] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.822863] systemd[1]: Finished Load Kernel Module pstore_blk.
Oct 6 16:00:58 lubuntu kernel: [ 2686.824726] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.825485] systemd[1]: Finished Load Kernel Module pstore_zone.
Oct 6 16:00:58 lubuntu kernel: [ 2686.826754] systemd[1]: modprobe@ramoops.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.829336] systemd[1]: Finished Load Kernel Module ramoops.
Oct 6 16:00:58 lubuntu kernel: [ 2686.831409] systemd[1]: Finished Load Kernel Modules.
Oct 6 16:00:58 lubuntu kernel: [ 2686.835901] systemd[1]: Starting Apply Kernel Variables…
Oct 6 16:00:58 lubuntu kernel: [ 2686.838051] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully.
Oct 6 16:00:58 lubuntu kernel: [ 2686.838956] systemd[1]: Finished Load Kernel Module mtdpstore.
Oct 6 16:00:58 lubuntu kernel: [ 2686.913603] systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 6 16:00:58 lubuntu kernel: [ 2686.914796] systemd[1]: Finished Apply Kernel Variables.
Oct 6 16:00:58 lubuntu kernel: [ 2686.915228] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
Oct 6 16:00:58 lubuntu kernel: [ 2686.918338] systemd[1]: Starting Load/Save Random Seed…
Oct 6 16:00:58 lubuntu kernel: [ 2686.925152] systemd[1]: Starting Create System Users…
Oct 6 16:00:58 lubuntu kernel: [ 2686.945149] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 6 16:00:58 lubuntu kernel: [ 2686.990436] systemd[1]: Finished Create System Users.
Oct 6 16:00:58 lubuntu kernel: [ 2686.993844] systemd[1]: Starting Create Static Device Nodes in /dev…
Oct 6 16:00:58 lubuntu kernel: [ 2687.029526] systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034145] systemd[1]: systemd-udevd.service: Found left-over process 1309 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034164] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034267] systemd[1]: systemd-udevd.service: Found left-over process 4692 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034280] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034371] systemd[1]: systemd-udevd.service: Found left-over process 4714 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034384] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034467] systemd[1]: systemd-udevd.service: Found left-over process 4715 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034479] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034562] systemd[1]: systemd-udevd.service: Found left-over process 4716 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034574] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034657] systemd[1]: systemd-udevd.service: Found left-over process 4717 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034670] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034748] systemd[1]: systemd-udevd.service: Found left-over process 4718 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034760] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034840] systemd[1]: systemd-udevd.service: Found left-over process 4719 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034852] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034938] systemd[1]: systemd-udevd.service: Found left-over process 4720 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.034950] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035029] systemd[1]: systemd-udevd.service: Found left-over process 4721 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035041] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035120] systemd[1]: systemd-udevd.service: Found left-over process 4722 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035132] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035214] systemd[1]: systemd-udevd.service: Found left-over process 4723 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035226] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035343] systemd[1]: systemd-udevd.service: Found left-over process 4724 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035356] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035438] systemd[1]: systemd-udevd.service: Found left-over process 4725 (systemd-udevd) in control group while starting unit. Ignoring.
Oct 6 16:00:58 lubuntu kernel: [ 2687.035450] systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Oct 6 16:00:58 lubuntu kernel: [ 2687.041775] systemd[1]: Starting Rule-based Manager for Device Events and Files…
Oct 6 16:00:58 lubuntu kernel: [ 2687.082132] systemd[1]: Finished Set the console keyboard layout.
Oct 6 16:00:58 lubuntu kernel: [ 2687.082661] systemd[1]: Reached target Preparation for Local File Systems.
Oct 6 16:00:58 lubuntu kernel: [ 2687.082743] systemd[1]: Reached target Local File Systems.
Oct 6 16:00:58 lubuntu kernel: [ 2687.083288] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped.
Oct 6 16:00:58 lubuntu kernel: [ 2687.086831] systemd[1]: Starting Set console font and keymap…
Oct 6 16:00:58 lubuntu kernel: [ 2687.091745] systemd[1]: Starting Create final runtime dir for shutdown pivot root…
Oct 6 16:00:58 lubuntu kernel: [ 2687.096318] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data…
Oct 6 16:00:59 lubuntu kernel: [ 2687.100694] systemd[1]: Starting Load AppArmor profiles managed internally by snapd…
Oct 6 16:00:59 lubuntu kernel: [ 2687.101336] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 6 16:00:59 lubuntu kernel: [ 2687.105846] systemd[1]: Starting Uncomplicated firewall…
Oct 6 16:00:59 lubuntu kernel: [ 2687.108718] systemd[1]: Finished Create final runtime dir for shutdown pivot root.
Oct 6 16:00:59 lubuntu kernel: [ 2687.163195] systemd[1]: Finished Uncomplicated firewall.
Oct 6 16:00:59 lubuntu kernel: [ 2687.163791] systemd[1]: Reached target Preparation for Network.
Oct 6 16:00:59 lubuntu kernel: [ 2687.171740] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Oct 6 16:00:59 lubuntu kernel: [ 2687.355486] systemd[1]: Finished Load/Save Random Seed.
Oct 6 16:00:59 lubuntu kernel: [ 2687.356082] systemd[1]: Condition check resulted in First Boot Complete being skipped.
Oct 6 16:00:59 lubuntu kernel: [ 2687.356201] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 6 16:00:59 lubuntu kernel: [ 2687.356371] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 6 16:00:59 lubuntu kernel: [ 2687.358992] audit: type=1400 audit(1665072059.247:19): apparmor=“STATUS” operation=“profile_replace” info=“same as current profile, skipping” profile=“unconfined” name=“snap-update-ns.firefox” pid=4761 comm=“apparmor_parser”
Oct 6 16:00:59 lubuntu kernel: [ 2687.359669] audit: type=1400 audit(1665072059.255:20): apparmor=“STATUS” operation=“profile_replace” profile=“unconfined” name=“/snap/snapd/16292/usr/lib/snapd/snap-confine” pid=4760 comm=“apparmor_parser”
Oct 6 16:00:59 lubuntu kernel: [ 2687.382382] systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 6 16:00:59 lubuntu kernel: [ 2687.412607] audit: type=1400 audit(1665072059.307:21): apparmor=“STATUS” operation=“profile_replace” profile=“unconfined” name=“/snap/snapd/16292/usr/lib/snapd/snap-confine//mount-namespace-capture-helper” pid=4760 comm=“apparmor_parser”
Oct 6 16:00:59 lubuntu kernel: [ 2687.428520] audit: type=1400 audit(1665072059.323:22): apparmor=“STATUS” operation=“profile_replace” info=“same as current profile, skipping” profile=“unconfined” name=“snap.firefox.hook.configure” pid=4772 comm=“apparmor_parser”
Oct 6 16:00:59 lubuntu kernel: [ 2687.472025] audit: type=1400 audit(1665072059.367:23): apparmor=“STATUS” operation=“profile_replace” info=“same as current profile, skipping” profile=“unconfined” name=“snap.firefox.firefox” pid=4762 comm=“apparmor_parser”
Oct 6 16:00:59 lubuntu kernel: [ 2687.473578] audit: type=1400 audit(1665072059.367:24): apparmor=“STATUS” operation=“profile_replace” info=“same as current profile, skipping” profile=“unconfined” name=“snap.firefox.geckodriver” pid=4763 comm=“apparmor_parser”
Oct 6 16:00:59 lubuntu kernel: [ 2687.478814] systemd[1]: Finished Load AppArmor profiles managed internally by snapd.
Oct 6 16:00:59 lubuntu systemd-udevd[1309]: Failed to unlink /run/udev/queue: No such file or directory
Oct 6 16:00:59 lubuntu kernel: [ 2688.069558] systemd[1]: Finished Set console font and keymap.
After this last log with the timestamp Oct 6 16:00:59, many many more logs with subsequent timestamps are listed, and I haven’t included them.
Thank you for your help and a lightweight distro of Ubuntu Linux, Lubuntu.me. Thank you, Lubuntu.me forums for help.
Kindly,
~Filene