[systemd-devel] systemd failing to close unwanted file descriptors & FDS spawning and crashing
Christopher Obbard
chris.obbard at collabora.com
Thu Mar 3 19:09:14 UTC 2022
Hi systemd experts!
I am using systemd-247 and systemd-250 on debian system, which is
running a minimal downstream 5.4 kernel for a Qualcomm board.
systemd 241 in debian buster works fine, but systemd 247 (debian
bullseye) and systemd 250 (debian unstable) seem to get upset about file
descriptors on services. These errors are consistant and the board boots
just fine with init=/bin/sh
I've got the required kernel config from README in my kernel, I am using
a heavily patched downstream kernel, but from the following log can you
suggest anything I can do to debug this (other than throwing the board
out of the window) ?
Thanks in advance!
[ 12.704592] systemd[1]: systemd 247.3-6 running in system mode. (+PAM
+AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP
+GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +
IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 12.737160] systemd[1]: Detected architecture arm64.
Welcome to Debian GNU/Linux 11 (bullseye)!
[ 12.761573] systemd[1]: Set hostname to test.
[ 12.855973] systemd-bless-b (344) used greatest stack depth: 12352
bytes left
[ 12.893857] systemd-sysv-ge (354) used greatest stack depth: 11808
bytes left
[ 14.991262] systemd-gpt-aut (349) used greatest stack depth: 11712
bytes left
[ 15.266999] systemd[1]: Queued start job for default target Graphical
Interface.
[ 15.281405] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 15.302385] systemd[1]: Created slice system-modprobe.slice.
[ OK ] Created slice system-modprobe.slice.
[ 15.329318] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 15.349720] systemd[1]: Started Dispatch Password Requests to Console
Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 15.373314] systemd[1]: Started Forward Password Requests to Wall
Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 15.405305] systemd[1]: Set up automount Arbitrary Executable File
Formats File System Automount Point.
[ OK ] Set up automount Arbitrary…s File System Automount Point.
[ 15.429187] systemd[1]: Reached target Local Encrypted Volumes.
[ OK ] Reached target Local Encrypted Volumes.
[ 15.449096] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 15.464745] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 15.484707] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 15.500719] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 15.520772] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 15.538503] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 15.562231] systemd[1]: Condition check resulted in Journal Audit
Socket being skipped.
[ 15.574187] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 15.594213] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 15.619267] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 15.639342] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 15.656768] systemd[1]: Reached target Sockets.
[ OK ] Reached target Sockets.
[ 15.674793] systemd[1]: Condition check resulted in Huge Pages File
System being skipped.
[ 15.685036] systemd[1]: Condition check resulted in POSIX Message
Queue File System being skipped.
[ 15.709769] systemd[1]: Mounting Kernel Debug File System...
[ 15.710514] systemd[356]: sys-kernel-debug.mount: Failed to close
unwanted file descriptors: Invalid argument
Mounting Kernel Debug File System...
[ 15.742045] systemd[1]: Mounting Kernel Trace File System...
[ 15.742446] systemd[357]: sys-kernel-tracing.mount: Failed to close
unwanted file descriptors: Invalid argument
Mounting Kernel Trace File System...
[ 15.770279] systemd[1]: Condition check resulted in Create list of
static device nodes for the current kernel being skipped.
[ 15.789036] systemd[1]: Starting Load Kernel Module configfs...
[ 15.789195] systemd[358]: modprobe at configfs.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Load Kernel Module configfs...
[ 15.821560] systemd[1]: Starting Load Kernel Module fuse...
[ 15.821679] systemd[359]: modprobe at fuse.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Load Kernel Module fuse...
[ 15.850714] systemd[1]: Condition check resulted in Set Up Additional
Binary Formats being skipped.
[ 15.874113] systemd[360]: systemd-journald.service: Failed to close
unwanted file descriptors: Invalid argument
[ 15.874167] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 15.923223] systemd[1]: Starting Load Kernel Modules...
[ 15.923380] systemd[361]: systemd-modules-load.service: Failed to
close unwanted file descriptors: Invalid argument
Starting Load Kernel Modules...
[ 15.956217] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 15.956259] systemd[362]: systemd-remount-fs.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Remount Root and Kernel File Systems...
[ 15.998174] systemd[1]: Starting Coldplug All udev Devices...
[ 15.998437] systemd[363]: systemd-udev-trigger.service: Failed to
close unwanted file descriptors: Invalid argument
Starting Coldplug All udev Devices...
[ 16.032611] systemd[1]: sys-kernel-debug.mount: Mount process exited,
code=exited, status=202/FDS
[ 16.041773] systemd[1]: sys-kernel-debug.mount: Failed with result
'exit-code'.
[ 16.051219] systemd[1]: Failed to mount Kernel Debug File System.
[FAILED] Failed to mount Kernel Debug File System.
See 'systemctl status sys-kernel-debug.mount' for details.
[ 16.088121] systemd[1]: sys-kernel-tracing.mount: Mount process
exited, code=exited, status=202/FDS
[ 16.097621] systemd[1]: sys-kernel-tracing.mount: Failed with result
'exit-code'.
[ 16.113079] systemd[1]: Failed to mount Kernel Trace File System.
[FAILED] Failed to mount Kernel Trace File System.
See 'systemctl status sys-kernel-tracing.mount' for details.
[ 16.146897] systemd[1]: modprobe at configfs.service: Succeeded.
[ 16.155266] systemd[1]: Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module configfs.
[ 16.174306] systemd[1]: modprobe at fuse.service: Succeeded.
[ 16.182303] systemd[1]: Finished Load Kernel Module fuse.
[ OK ] Finished Load Kernel Module fuse.
[ 16.201299] systemd[1]: systemd-journald.service: Main process
exited, code=exited, status=202/FDS
[ 16.213410] systemd[1]: systemd-journald.service: Failed with result
'exit-code'.
[ 16.224733] systemd[1]: Failed to start Journal Service.
[FAILED] Failed to start Journal Service.
See 'systemctl status systemd-journald.service' for details.
[ 16.252342] systemd[1]: Dependency failed for Flush Journal to
Persistent Storage.
[DEPEND] Dependency failed for Flus…Journal to Persistent Storage.
[ 16.276571] systemd[1]: systemd-journal-flush.service: Job
systemd-journal-flush.service/start failed with result 'dependency'.
[ 16.291810] systemd[1]: systemd-modules-load.service: Main process
exited, code=exited, status=202/FDS
[ 16.305392] systemd[1]: systemd-modules-load.service: Failed with
result 'exit-code'.
[ 16.317503] systemd[1]: Failed to start Load Kernel Modules.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[ 16.351536] systemd[1]: systemd-remount-fs.service: Main process
exited, code=exited, status=202/FDS
[ 16.365554] systemd[1]: systemd-remount-fs.service: Failed with
result 'exit-code'.
[ 16.377622] systemd[1]: Failed to start Remount Root and Kernel File
Systems.
[FAILED] Failed to start Remount Root and Kernel File Systems.
See 'systemctl status systemd-remount-fs.service' for details.
[ 16.411647] systemd[1]: systemd-udev-trigger.service: Main process
exited, code=exited, status=202/FDS
[ 16.425761] systemd[1]: systemd-udev-trigger.service: Failed with
result 'exit-code'.
[ 16.437942] systemd[1]: Failed to start Coldplug All udev Devices.
[FAILED] Failed to start Coldplug All udev Devices.
See 'systemctl status systemd-udev-trigger.service' for details.
[ 16.471206] systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 1.
[ 16.502045] systemd[1]: Mounting FUSE Control File System...
[ 16.502874] systemd[365]: sys-fs-fuse-connections.mount: Failed to
close unwanted file descriptors: Invalid argument
Mounting FUSE Control File System...
[ 16.541185] systemd[1]: Mounting Kernel Configuration File System...
[ 16.542050] systemd[366]: sys-kernel-config.mount: Failed to close
unwanted file descriptors: Invalid argument
Mounting Kernel Configuration File System...
[ 16.575103] systemd[1]: Starting Helper to synchronize boot up for
ifupdown...
[ 16.575152] systemd[367]: ifupdown-pre.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Helper to synchronize boot up for ifupdown...
[ 16.607206] systemd[1]: Condition check resulted in Rebuild Hardware
Database being skipped.
[ 16.616295] systemd[1]: Stopped Journal Service.
[ OK ] Stopped Journal Service.
[ 16.632739] systemd[1]: Condition check resulted in Journal Audit
Socket being skipped.
[ 16.660584] systemd[1]: Starting Journal Service...
[ 16.660605] systemd[368]: systemd-journald.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Journal Service...
[ 16.684538] systemd[1]: Condition check resulted in Platform
Persistent Storage Archival being skipped.
[ 16.703709] systemd[1]: Starting Load/Save Random Seed...
[ 16.703938] systemd[369]: systemd-random-seed.service: Failed to
close unwanted file descriptors: Invalid argument
Starting Load/Save Random Seed...
[ 16.738022] systemd[1]: Starting Apply Kernel Variables...
[ 16.738204] systemd[370]: systemd-sysctl.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Apply Kernel Variables...
[ 16.764713] systemd[1]: Condition check resulted in Create System
Users being skipped.
[ 16.782721] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 16.782986] systemd[371]: systemd-tmpfiles-setup-dev.service: Failed
to close unwanted file descriptors: Invalid argument
Starting Create Static Device Nodes in /dev...
[ 16.816080] systemd[1]: sys-fs-fuse-connections.mount: Mount process
exited, code=exited, status=202/FDS
[ 16.825989] systemd[1]: sys-fs-fuse-connections.mount: Failed with
result 'exit-code'.
[ 16.836647] systemd[1]: Failed to mount FUSE Control File System.
[FAILED] Failed to mount FUSE Control File System.
See 'systemctl status sys-fs-fuse-connections.mount' for details.
[ 16.871432] systemd[1]: sys-kernel-config.mount: Mount process
exited, code=exited, status=202/FDS
[ 16.880815] systemd[1]: sys-kernel-config.mount: Failed with result
'exit-code'.
[ 16.895293] systemd[1]: Failed to mount Kernel Configuration File System.
[FAILED] Failed to mount Kernel Configuration File System.
See 'systemctl status sys-kernel-config.mount' for details.
[ 16.931390] systemd[1]: ifupdown-pre.service: Main process exited,
code=exited, status=202/FDS
[ 16.944701] systemd[1]: ifupdown-pre.service: Failed with result
'exit-code'.
[ 16.955596] systemd[1]: Failed to start Helper to synchronize boot up
for ifupdown.
[FAILED] Failed to start Helper to …chronize boot up for ifupdown.
See 'systemctl status ifupdown-pre.service' for details.
[ 16.988541] systemd[1]: Dependency failed for Raise network interfaces.
[DEPEND] Dependency failed for Raise network interfaces.
[ 17.008763] systemd[1]: networking.service: Job
networking.service/start failed with result 'dependency'.
[ 17.022019] systemd[1]: systemd-journald.service: Main process
exited, code=exited, status=202/FDS
[ 17.033667] systemd[1]: systemd-journald.service: Failed with result
'exit-code'.
[ 17.044299] systemd[1]: Failed to start Journal Service.
[FAILED] Failed to start Journal Service.
See 'systemctl status systemd-journald.service' for details.
[ 17.075709] systemd[1]: systemd-random-seed.service: Main process
exited, code=exited, status=202/FDS
[ 17.089156] systemd[1]: systemd-random-seed.service: Failed with
result 'exit-code'.
[ 17.100698] systemd[1]: Failed to start Load/Save Random Seed.
[FAILED] Failed to start Load/Save Random Seed.
See 'systemctl status systemd-random-seed.service' for details.
[ 17.135515] systemd[1]: systemd-sysctl.service: Main process exited,
code=exited, status=202/FDS
[ 17.149183] systemd[1]: systemd-sysctl.service: Failed with result
'exit-code'.
[ 17.160309] systemd[1]: Failed to start Apply Kernel Variables.
[FAILED] Failed to start Apply Kernel Variables.
See 'systemctl status systemd-sysctl.service' for details.
[ 17.195504] systemd[1]: systemd-tmpfiles-setup-dev.service: Main
process exited, code=exited, status=202/FDS
[ 17.210272] systemd[1]: systemd-tmpfiles-setup-dev.service: Failed
with result 'exit-code'.
[ 17.222502] systemd[1]: Failed to start Create Static Device Nodes in
/dev.
[FAILED] Failed to start Create Static Device Nodes in /dev.
See 'systemctl status systemd-tmpfiles-setup-dev.service' for details.
[ 17.259199] systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 2.
[ 17.269995] systemd[1]: Condition check resulted in First Boot
Complete being skipped.
[ 17.278468] systemd[1]: Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems (Pre).
[ 17.296646] systemd[1]: Reached target Local File Systems.
[ OK ] Reached target Local File Systems.
[ 17.316619] systemd[1]: Reached target Network.
[ OK ] Reached target Network.
[ 17.333419] systemd[1]: Condition check resulted in Store a System
Token in an EFI Variable being skipped.
[ 17.343688] systemd[1]: Stopped Journal Service.
[ OK ] Stopped Journal Service.
[ 17.361959] systemd[1]: Condition check resulted in Journal Audit
Socket being skipped.
[ 17.370925] systemd[1]: Condition check resulted in Load AppArmor
profiles being skipped.
[ 17.402910] systemd[375]: systemd-journald.service: Failed to close
unwanted file descriptors: Invalid argument
[ 17.403311] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 17.428745] systemd[1]: Condition check resulted in Commit a
transient machine-id on disk being skipped.
[ 17.453967] systemd[1]: Starting Rule-based Manager for Device Events
and Files...
[ 17.453995] systemd[376]: systemd-udevd.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Rule-based Manage…for Device Events and Files...
[ 17.486029] systemd[1]: systemd-journald.service: Main process
exited, code=exited, status=202/FDS
[ 17.497138] systemd[1]: systemd-journald.service: Failed with result
'exit-code'.
[ 17.507163] systemd[1]: Failed to start Journal Service.
[FAILED] Failed to start Journal Service.
See 'systemctl status systemd-journald.service' for details.
[ 17.540126] systemd[1]: systemd-udevd.service: Main process exited,
code=exited, status=202/FDS
[ 17.551875] systemd[1]: systemd-udevd.service: Failed with result
'exit-code'.
[ 17.563057] systemd[1]: Failed to start Rule-based Manager for Device
Events and Files.
[FAILED] Failed to start Rule-based…r for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
[ 17.597989] systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 3.
[ 17.608115] systemd[1]: systemd-udevd.service: Scheduled restart job,
restart counter is at 1.
[ 17.617314] systemd[1]: Stopped Journal Service.
[ OK ] Stopped Journal Service.
[ 17.633669] systemd[1]: Condition check resulted in Journal Audit
Socket being skipped.
[ 17.669484] systemd[377]: systemd-journald.service: Failed to close
unwanted file descriptors: Invalid argument
[ 17.669565] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 17.696537] systemd[1]: Stopped Rule-based Manager for Device Events
and Files.
[ OK ] Stopped Rule-based Manager for Device Events and Files.
[ 17.741883] systemd[1]: Starting Rule-based Manager for Device Events
and Files...
[ 17.742117] systemd[378]: systemd-udevd.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Rule-based Manage…for Device Events and Files...
[ 17.774005] systemd[1]: systemd-journald.service: Main process
exited, code=exited, status=202/FDS
[ 17.785119] systemd[1]: systemd-journald.service: Failed with result
'exit-code'.
[ 17.795160] systemd[1]: Failed to start Journal Service.
[FAILED] Failed to start Journal Service.
See 'systemctl status systemd-journald.service' for details.
[ 17.827944] systemd[1]: systemd-udevd.service: Main process exited,
code=exited, status=202/FDS
[ 17.839679] systemd[1]: systemd-udevd.service: Failed with result
'exit-code'.
[ 17.850870] systemd[1]: Failed to start Rule-based Manager for Device
Events and Files.
[FAILED] Failed to start Rule-based…r for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
[ 17.886964] systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 4.
[ 17.897112] systemd[1]: systemd-udevd.service: Scheduled restart job,
restart counter is at 2.
[ 17.906139] systemd[1]: Stopped Journal Service.
[ OK ] Stopped Journal Service.
[ 17.921047] systemd[1]: Condition check resulted in Journal Audit
Socket being skipped.
[ 17.951982] systemd[1]: Starting Journal Service...
[ 17.952081] systemd[379]: systemd-journald.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Journal Service...
[ 17.976236] systemd[1]: Stopped Rule-based Manager for Device Events
and Files.
[ OK ] Stopped Rule-based Manager for Device Events and Files.
[ 18.018542] systemd[1]: Starting Rule-based Manager for Device Events
and Files...
[ 18.018652] systemd[380]: systemd-udevd.service: Failed to close
unwanted file descriptors: Invalid argument
Starting Rule-based Manage…for Device Events and Files...
[ 18.051217] systemd[1]: systemd-journald.service: Main process
exited, code=exited, status=202/FDS
[ 18.061855] systemd[1]: systemd-journald.service: Failed with result
'exit-code'.
[ 18.071362] systemd[1]: Failed to start Journal Service.
[FAILED] Failed to start Journal Service.
See 'systemctl status systemd-journald.service' for details.
[ 18.103929] systemd[1]: systemd-udevd.service: Main process exited,
code=exited, status=202/FDS
[ 18.115792] systemd[1]: systemd-udevd.service: Failed with result
'exit-code'.
[ 18.129431] systemd[1]: Failed to start Rule-based Manager for Device
Events and Files.
[FAILED] Failed to start Rule-based…r for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
[ 18.165112] systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 5.
[ 18.174551] systemd[1]: systemd-udevd.service: Scheduled restart job,
restart counter is at 3.
[ 18.183503] systemd[1]: Stopped Journal Service.
[ OK ] Stopped Journal Service.
[ 18.200663] systemd[1]: Condition check resulted in Journal Audit
Socket being skipped.
[ 18.208986] systemd[1]: systemd-journald.service: Start request
repeated too quickly.
[ 18.217102] systemd[1]: systemd-journald.service: Failed with result
'exit-code'.
[ 18.225382] systemd[1]: Failed to start Journal Service.
[FAILED] Failed to start Journal Service.
See 'systemctl status systemd-journald.service' for details.
[ 18.257756] systemd[1]: systemd-journald.socket: Failed with result
'service-start-limit-hit'.
[ 18.275390] systemd[1]: systemd-journald-dev-log.socket: Failed with
result 'service-start-limit-hit'.
[ 18.296333] systemd[381]: systemd-tmpfiles-setup.service: Failed to
close unwanted file descriptors: Invalid argument
[ 18.298936] systemd[1]: Starting Create Volatile Files and Directories...
[ 18.307971] systemd[381]: systemd-tmpfiles-setup.service: Failed at
step FDS spawning systemd-tmpfiles: Invalid argument
Starting Create Volatile Files and Directories...
[ 18.336477] systemd[1]: Stopped Rule-based Manager for Device Events
and Files.
[ OK ] Stopped Rule-based Manager for Device Events and Files.
[ 18.377002] systemd[382]: systemd-udevd.service: Failed to close
unwanted file descriptors: Invalid argument
[ 18.377091] systemd[1]: Starting Rule-based Manager for Device Events
and Files...
[ 18.387748] systemd[382]: systemd-udevd.service: Failed at step FDS
spawning /lib/systemd/systemd-udevd: Invalid argument
Starting Rule-based Manage…for Device Events and Files...
[ 18.422920] systemd[1]: systemd-tmpfiles-setup.service: Main process
exited, code=exited, status=202/FDS
[ 18.433986] systemd[1]: systemd-tmpfiles-setup.service: Failed with
result 'exit-code'.
[ 18.444204] systemd[1]: Failed to start Create Volatile Files and
Directories.
[FAILED] Failed to start Create Volatile Files and Directories.
See 'systemctl status systemd-tmpfiles-setup.service' for details.
[ 18.476981] systemd[1]: systemd-udevd.service: Main process exited,
code=exited, status=202/FDS
[ 18.487526] systemd[1]: systemd-udevd.service: Failed with result
'exit-code'.
[ 18.498349] systemd[1]: Failed to start Rule-based Manager for Device
Events and Files.
[FAILED] Failed to start Rule-based…r for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
[ 18.534713] systemd[1]: systemd-udevd.service: Scheduled restart job,
restart counter is at 4.
[ 18.585989] systemd[1]: Starting Network Time Synchronization...
Starting Network Time Synchronization...
[ 18.604301] systemd[1]: Stopped Rule-based Manager for Device Events
and Files.
[ OK ] Stopped Rule-based Manager for Device Events and Files.
[ 18.657682] systemd[1]: Starting Rule-based Manager for Device Events
and Files...
[ 18.657735] systemd[384]: systemd-udevd.service: Failed to close
unwanted file descriptors: Invalid argument
[ 18.676081] systemd[384]: systemd-udevd.service: Failed at
step FDS spawning /lib/systemd/systemd-udevd: Invalid argument
Starting Rule-based Manage…for Device Events and Files...
[ 18.706481] systemd[1]: Starting Update UTMP about System
Boot/Shutdown...
[ 18.706776] systemd[385]: systemd-update-utmp.service: Failed to
close unwanted file descriptors: Invalid argument
[ 18.724670] systemd[385]: systemd-update-utmp.service:
Failed at step FDS spawning /lib/systemd/systemd-update-utmp: Invalid
argument
Starting Update UTMP about System Boot/Shutdown...
[ 18.756005] systemd[1]: systemd-timesyncd.service: Main process
exited, code=exited, status=202/FDS
[ 18.769128] systemd[1]: systemd-timesyncd.service: Failed with result
'exit-code'.
[ 18.780683] systemd[1]: Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[ 18.814015] systemd[1]: systemd-udevd.service: Main process exited,
code=exited, status=202/FDS
[ 18.824575] systemd[1]: systemd-udevd.service: Failed with result
'exit-code'.
[ 18.835077] systemd[1]: Failed to start Rule-based Manager for Device
Events and Files.
[FAILED] Failed to start Rule-based…r for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
[ 18.871743] systemd[1]: systemd-update-utmp.service: Main process
exited, code=exited, status=202/FDS
[ 18.885710] systemd[1]: systemd-update-utmp.service: Failed with
result 'exit-code'.
[ 18.898745] systemd[1]: Failed to start Update UTMP about System
Boot/Shutdown.
[FAILED] Failed to start Update UTMP about System Boot/Shutdown.
See 'systemctl status systemd-update-utmp.service' for details.
[ 18.932458] systemd[1]: Dependency failed for Update UTMP about
System Runlevel Changes.
[DEPEND] Dependency failed for Upda…about System Runlevel Changes.
[ 18.956672] systemd[1]: systemd-update-utmp-runlevel.service: Job
systemd-update-utmp-runlevel.service/start failed with result 'dependency'.
[ 18.972295] systemd[1]: systemd-timesyncd.service: Scheduled restart
job, restart counter is at 1.
[ 18.982014] systemd[1]: systemd-udevd.service: Scheduled restart job,
restart counter is at 5.
[ 18.991129] systemd[1]: Stopped Network Time Synchronization.
[ OK ] Stopped Network Time Synchronization.
[ 19.029009] systemd[1]: Starting Network Time Synchronization...
Starting Network Time Synchronization...
[ 19.048410] systemd[1]: Stopped Rule-based Manager for Device Events
and Files.
[ OK ] Stopped Rule-based Manager for Device Events and Files.
[ 19.068546] systemd[1]: systemd-udevd.service: Start request repeated
too quickly.
[ 19.076532] systemd[1]: systemd-udevd.service: Failed with result
'exit-code'.
[ 19.085717] systemd[1]: Failed to start Rule-based Manager for Device
Events and Files.
[FAILED] Failed to start Rule-based…r for Device Events and Files.
See 'systemctl status systemd-udevd.service' for details.
[ 19.115880] systemd[1]: systemd-udevd-kernel.socket: Failed with
result 'service-start-limit-hit'.
[ 19.128316] systemd[1]: systemd-udevd-control.socket: Failed with
result 'service-start-limit-hit'.
[ 19.142470] systemd[1]: systemd-timesyncd.service: Main process
exited, code=exited, status=202/FDS
[ 19.154151] systemd[1]: systemd-timesyncd.service: Failed with result
'exit-code'.
[ 19.164881] systemd[1]: Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[ 19.197985] systemd[1]: systemd-timesyncd.service: Scheduled restart
job, restart counter is at 2.
[ 19.207468] systemd[1]: Stopped Network Time Synchronization.
[ OK ] Stopped Network Time Synchronization.
[ 19.246979] systemd[1]: Starting Network Time Synchronization...
Starting Network Time Synchronization...
[ 19.267899] systemd[1]: systemd-timesyncd.service: Main process
exited, code=exited, status=202/FDS
[ 19.279751] systemd[1]: systemd-timesyncd.service: Failed with result
'exit-code'.
[ 19.290576] systemd[1]: Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[ 19.322288] systemd[1]: systemd-timesyncd.service: Scheduled restart
job, restart counter is at 3.
[ 19.331793] systemd[1]: Stopped Network Time Synchronization.
[ OK ] Stopped Network Time Synchronization.
[ 19.383490] systemd[1]: Starting Network Time Synchronization...
Starting Network Time Synchronization...
[ 19.402889] systemd[1]: systemd-timesyncd.service: Main process
exited, code=exited, status=202/FDS
[ 19.414605] systemd[1]: systemd-timesyncd.service: Failed with result
'exit-code'.
[ 19.425809] systemd[1]: Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[ 19.459645] systemd[1]: systemd-timesyncd.service: Scheduled restart
job, restart counter is at 4.
[ 19.469127] systemd[1]: Stopped Network Time Synchronization.
[ OK ] Stopped Network Time Synchronization.
[ 19.519012] systemd[1]: Starting Network Time Synchronization...
Starting Network Time Synchronization...
[ 19.539918] systemd[1]: systemd-timesyncd.service: Main process
exited, code=exited, status=202/FDS
[ 19.551864] systemd[1]: systemd-timesyncd.service: Failed with result
'exit-code'.
[ 19.562695] systemd[1]: Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[ 19.597561] systemd[1]: systemd-timesyncd.service: Scheduled restart
job, restart counter is at 5.
[ 19.607064] systemd[1]: Stopped Network Time Synchronization.
[ OK ] Stopped Network Time Synchronization.
[ 19.625021] systemd[1]: systemd-timesyncd.service: Start request
repeated too quickly.
[ 19.633265] systemd[1]: systemd-timesyncd.service: Failed with result
'exit-code'.
[ 19.641869] systemd[1]: Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Time Synchronization.
See 'systemctl status systemd-timesyncd.service' for details.
[ 19.673457] systemd[1]: Reached target System Initialization.
[ OK ] Reached target System Initialization.
[ 19.693031] systemd[1]: Started Daily Cleanup of Temporary Directories.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ 19.712811] systemd[1]: Reached target Basic System.
[ OK ] Reached target Basic System.
[ 19.730341] systemd[1]: Reached target System Time Set.
[ OK ] Reached target System Time Set.
[ 19.748745] systemd[1]: Reached target System Time Synchronized.
[ OK ] Reached target System Time Synchronized.
[ 19.774660] systemd[1]: Started Daily apt download activities.
[ OK ] Started Daily apt download activities.
[ 19.794202] systemd[1]: Started Daily apt upgrade and clean activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ 19.819665] systemd[1]: Started Periodic ext4 Online Metadata Check
for All Filesystems.
[ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[ 19.848512] systemd[1]: Started Discard unused blocks once a week.
[ OK ] Started Discard unused blocks once a week.
[ 19.870080] systemd[1]: Started Daily rotation of log files.
[ OK ] Started Daily rotation of log files.
[ 19.888855] systemd[1]: Reached target Timers.
[ OK ] Reached target Timers.
[ 19.925052] systemd[1]: Started Regular background program processing
daemon.
[ 19.925266] systemd[390]: cron.service: Failed to close unwanted file
descriptors: Invalid argument
[ OK 19.942591] systemd[390]: cron.service: Failed at step FDS
spawning m] Started Regular background program processing daemon.
[ 20.012146] systemd[1]: Starting Remove Stale Online ext4 Metadata
Check Snapshots...
[ 20.012215] systemd[391]: e2scrub_reap.service: Failed to close
unwanted file descriptors: Invalid argument
[ 20.030831] systemd[391]: e2scrub_reap.service: Failed at
step FDS spawning /sbin/e2scrub_all: Invalid argument
Starting Remove Stale Onli…t4 Metadata Check Snapshots...
[ 20.058603] systemd[1]: Starting getty on tty2-tty6 if dbus and
logind are not available...
[ 20.058658] systemd[392]: getty-static.service: Failed to close
unwanted file descriptors: Invalid argument
[ 20.077645] systemd[392]: getty-static.service: Failed at
step FDS spawning systemctl: Invalid argument
Starting getty on tty2-tty…nd logind are not available...
[ 20.107625] systemd[1]: Started irqbalance daemon.
[ 20.107672] systemd[393]: irqbalance.service: Failed to close
unwanted file descriptors: Invalid argument
[ OK 20.122963] systemd[393]: irqbalance.servm] Started irqbalance
daemon.
[ 20.249404] systemd[1]: Starting System Logging Service...
[ 20.249470] systemd[394]: rsyslog.service: Failed to close unwanted
file descriptors: Invalid argument
[ 20.265091] systemd[394]: rsyslog.service: Failed at step
FDS spawning /usr/sbin/rsyslogd: Invalid argument
Starting System Logging Service...
[ 20.284355] systemd[1]: Condition check resulted in User Login
Management being skipped.
[ 20.299898] systemd[395]: systemd-user-sessions.service: Failed to
close unwanted file descriptors: Invalid argument
[ 20.300273] systemd[1]: Starting Permit User Sessions...
[ 20.311278] systemd[395]: systemd-user-sessions.service: Failed at
step FDS spawning /lib/systemd/systemd-user-sessions: Invalid argument
Starting Permit User Sessions...
[ 20.344599] systemd[1]: cron.service: Main process exited,
code=exited, status=202/FDS
[ 20.352774] systemd[1]: cron.service: Failed with result 'exit-code'.
[ 20.361903] systemd[1]: e2scrub_reap.service: Main process exited,
code=exited, status=202/FDS
[ 20.371805] systemd[1]: e2scrub_reap.service: Failed with result
'exit-code'.
[ 20.380576] systemd[1]: Failed to start Remove Stale Online ext4
Metadata Check Snapshots.
[FAILED] Failed to start Remove Sta…ext4 Metadata Check Snapshots.
See 'systemctl status e2scrub_reap.service' for details.
[ 20.420192] systemd[1]: getty-static.service: Main process exited,
code=exited, status=202/FDS
[ 20.433194] systemd[1]: getty-static.service: Failed with result
'exit-code'.
[ 20.444390] systemd[1]: Failed to start getty on tty2-tty6 if dbus
and logind are not available.
[FAILED] Failed to start getty on t… and logind are not available.
See 'systemctl status getty-static.service' for details.
[ 20.483331] systemd[1]: irqbalance.service: Main process exited,
code=exited, status=202/FDS
[ 20.496723] systemd[1]: irqbalance.service: Failed with result
'exit-code'.
[ 20.509558] systemd[1]: rsyslog.service: Main process exited,
code=exited, status=202/FDS
[ 20.519880] systemd[1]: rsyslog.service: Failed with result 'exit-code'.
[ 20.529556] systemd[1]: Failed to start System Logging Service.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[ 20.563628] systemd[1]: systemd-user-sessions.service: Main process
exited, code=exited, status=202/FDS
[ 20.577350] systemd[1]: systemd-user-sessions.service: Failed with
result 'exit-code'.
[ 20.589837] systemd[1]: Failed to start Permit User Sessions.
[FAILED] Failed to start Permit User Sessions.
See 'systemctl status systemd-user-sessions.service' for details.
[ 20.621668] systemd[1]: cron.service: Scheduled restart job, restart
counter is at 1.
[ 20.630073] systemd[1]: Stopped Regular background program processing
daemon.
[ OK ] Stopped Regular background program processing daemon.
[ 20.671939] systemd[1]: Started Regular background program processing
daemon.
[ 20.672007] systemd[396]: cron.service: Failed to close unwanted file
descriptors: Invalid argument
[ OK 20.689064] systemd[396]: cron.service: Failed at step FDS
spawning m] Started Regular background program processing daemon.
[ 20.765481] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ 20.783922] systemd[1]: cron.service: Main process exited,
code=exited, status=202/FDS
[ 20.792160] systemd[1]: cron.service: Failed with result 'exit-code'.
[ 20.804270] systemd[1]: rsyslog.service: Scheduled restart job,
restart counter is at 1.
[ 20.812698] systemd[1]: Stopped System Logging Service.
[ OK ] Stopped System Logging Service.
[ 20.838636] systemd[1]: Starting System Logging Service...
[ 20.838762] systemd[398]: rsyslog.service: Failed to close unwanted
file descriptors: Invalid argument
[ 20.854927] systemd[398]: rsyslog.service: Failed at step
FDS spawning /usr/sbin/rsyslogd: Invalid argument
Starting System Logging Service...
[ 20.877132] systemd[1]: rsyslog.service: Main process exited,
code=exited, status=202/FDS
[ 20.887427] systemd[1]: rsyslog.service: Failed with result 'exit-code'.
[ 20.897001] systemd[1]: Failed to start System Logging Service.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[ 20.932213] systemd[1]: cron.service: Scheduled restart job, restart
counter is at 2.
[ 20.940582] systemd[1]: Stopped Regular background program processing
daemon.
[ OK ] Stopped Regular background program processing daemon.
[ 20.980275] systemd[1]: Started Regular background program processing
daemon.
[ 20.980441] systemd[399]: cron.service: Failed to close unwanted file
descriptors: Invalid argument
[ OK 20.997776] systemd[399]: cron.service: Failed at step FDS
spawning m] Started Regular background program processing daemon.
[ 21.061736] systemd[1]: cron.service: Main process exited,
code=exited, status=202/FDS
[ 21.069933] systemd[1]: cron.service: Failed with result 'exit-code'.
[ 21.079554] systemd[1]: rsyslog.service: Scheduled restart job,
restart counter is at 2.
[ 21.087955] systemd[1]: Stopped System Logging Service.
[ OK ] Stopped System Logging Service.
[ 21.113794] systemd[400]: rsyslog.service: Failed to close unwanted
file descriptors: Invalid argument
[ 21.113808] systemd[1]: Starting System Logging Service...
[ 21.124036] systemd[400]: rsyslog.service: Failed at step FDS
spawning /usr/sbin/rsyslogd: Invalid argument
Starting System Logging Service...
[ 21.149136] systemd[1]: rsyslog.service: Main process exited,
code=exited, status=202/FDS
[ 21.159418] systemd[1]: rsyslog.service: Failed with result 'exit-code'.
[ 21.169038] systemd[1]: Failed to start System Logging Service.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[ 21.203727] systemd[1]: cron.service: Scheduled restart job, restart
counter is at 3.
[ 21.212215] systemd[1]: Stopped Regular background program processing
daemon.
[ OK ] Stopped Regular background program processing daemon.
[ 21.252246] systemd[1]: Started Regular background program processing
daemon.
[ 21.252382] systemd[401]: cron.service: Failed to close unwanted file
descriptors: Invalid argument
[ OK 21.269768] systemd[401]: cron.service: Failed at step FDS
spawning m] Started Regular background program processing daemon.
[ 21.333666] systemd[1]: cron.service: Main process exited,
code=exited, status=202/FDS
[ 21.341882] systemd[1]: cron.service: Failed with result 'exit-code'.
[ 21.351471] systemd[1]: rsyslog.service: Scheduled restart job,
restart counter is at 3.
[ 21.359876] systemd[1]: Stopped System Logging Service.
[ OK ] Stopped System Logging Service.
[ 21.386801] systemd[402]: rsyslog.service: Failed to close unwanted
file descriptors: Invalid argument
[ 21.386852] systemd[1]: Starting System Logging Service...
[ 21.397017] systemd[402]: rsyslog.service: Failed at step FDS
spawning /usr/sbin/rsyslogd: Invalid argument
Starting System Logging Service...
[ 21.425780] systemd[1]: rsyslog.service: Main process exited,
code=exited, status=202/FDS
[ 21.435614] systemd[1]: rsyslog.service: Failed with result 'exit-code'.
[ 21.444230] systemd[1]: Failed to start System Logging Service.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[ 21.475898] systemd[1]: cron.service: Scheduled restart job, restart
counter is at 4.
[ 21.484399] systemd[1]: Stopped Regular background program processing
daemon.
[ OK ] Stopped Regular background program processing daemon.
[ 21.523835] systemd[1]: Started Regular background program processing
daemon.
[ 21.524215] systemd[403]: cron.service: Failed to close unwanted file
descriptors: Invalid argument
[ OK 21.541345] systemd[403]: cron.service: Failed at step FDS
spawning m] Started Regular background program processing daemon.
[ 21.605699] systemd[1]: cron.service: Main process exited,
code=exited, status=202/FDS
[ 21.613895] systemd[1]: cron.service: Failed with result 'exit-code'.
[ 21.623496] systemd[1]: rsyslog.service: Scheduled restart job,
restart counter is at 4.
[ 21.631912] systemd[1]: Stopped System Logging Service.
[ OK ] Stopped System Logging Service.
[ 21.657843] systemd[1]: Starting System Logging Service...
[ 21.658136] systemd[405]: rsyslog.service: Failed to close unwanted
file descriptors: Invalid argument
[ 21.673726] systemd[405]: rsyslog.service: Failed at step
FDS spawning /usr/sbin/rsyslogd: Invalid argument
Starting System Logging Service...
[ 21.693164] systemd[1]: rsyslog.service: Main process exited,
code=exited, status=202/FDS
[ 21.702974] systemd[1]: rsyslog.service: Failed with result 'exit-code'.
[ 21.712154] systemd[1]: Failed to start System Logging Service.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[ 21.741247] systemd[1]: cron.service: Scheduled restart job, restart
counter is at 5.
[ 21.749517] systemd[1]: Stopped Regular background program processing
daemon.
[ OK ] Stopped Regular background program processing daemon.
[ 21.768250] systemd[1]: cron.service: Start request repeated too quickly.
[ 21.775287] systemd[1]: cron.service: Failed with result 'exit-code'.
[ 21.782854] systemd[1]: Failed to start Regular background program
processing daemon.
[FAILED] Failed to start Regular ba…und program processing daemon.
See 'systemctl status cron.service' for details.
[ 22.092552] systemd[1]: rsyslog.service: Scheduled restart job,
restart counter is at 5.
[ 22.101303] systemd[1]: Stopped System Logging Service.
[ OK ] Stopped System Logging Service.
[ 22.120631] systemd[1]: rsyslog.service: Start request repeated too
quickly.
[ 22.128149] systemd[1]: rsyslog.service: Failed with result 'exit-code'.
[ 22.136633] systemd[1]: Failed to start System Logging Service.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[ 22.169656] systemd[1]: syslog.socket: Failed with result
'service-start-limit-hit'.
[ *** ] A start job is running for /dev/ttyM[ 26.771186] systemdSM0
(11s / 1min [ 2630s)
[ 27.066550] systemd[1]: getty at tty1.service: Succeeded.
[ 27.076194] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 1.
[ OK ] Stopped Getty on tty1.
[ 27.106590] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ *** ] A start job is running for /dev/ttyMSM0 (17s / 1min 30s)
[ 33.113343] systemd[406]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 33.125399] systemd[406]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 33.140340] systemd[1]: getty at tty1.service: Succeeded.
[ 33.148930] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 2.
[ OK ] Stopped Getty on tty1.
[ 33.177859] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ *** ] A start job is running for /dev/ttyMSM0 (23s / 1min 30s)
[ 39.185414] systemd[407]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 39.197400] systemd[407]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 39.211435] systemd[1]: getty at tty1.service: Succeeded.
[ 39.220618] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 3.
[ OK ] Stopped Getty on tty1.
[ 39.250249] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ ***] A start job is running for /dev/ttyMSM0 (28s / 1min 30s)
[ 44.000420] ufs_phy_gdsc: disabling
[ 44.004079] hlos1_vote_aggre_noc_mmu_audio_tbu_gdsc: disabling
[ 44.010214] hlos1_vote_aggre_noc_mmu_tbu1_gdsc: disabling
[ 44.015892] hlos1_vote_aggre_noc_mmu_tbu2_gdsc: disabling
[ 44.021556] hlos1_vote_aggre_noc_mmu_pcie_tbu_gdsc: disabling
[ 44.027592] camera0_dvig_ldo: disabling
[ 44.031568] camera1_dvig_ldo: disabling
[ 44.035524] camera2_vdig_ldo: disabling
[ 44.039482] dbu1: disabling
[ 44.042367] camera0_vana_ldo: disabling
[ *** ] A start job is running for /dev/ttyMSM0 (29s / 1min 30s)
[ 45.257480] systemd[408]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 45.269592] systemd[408]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 45.284465] systemd[1]: getty at tty1.service: Succeeded.
[ 45.293069] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 4.
[ OK ] Stopped Getty on tty1.
[ 45.321961] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ ***] A start job is running for /dev/ttyMSM0 (36s / 1min 30s)
[ 51.328963] systemd[409]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 51.339853] systemd[409]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 51.354185] systemd[1]: getty at tty1.service: Succeeded.
[ 51.363565] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 5.
[ OK ] Stopped Getty on tty1.
[ 51.395201] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[** ] A start job is running for /dev/ttyMSM0 (41s / 1min 30s)
[ 57.402221] systemd[410]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 57.414169] systemd[410]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[* ] A start job is running for /dev/ttyMSM0 (42s / 1min 30s)
[ 57.448804] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 6.
[ OK ] Stopped Getty on tty1.
[ 57.485208] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ **] A start job is running for /dev/ttyMSM0 (47s / 1min 30s)
[ 63.491941] systemd[411]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 63.503766] systemd[411]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ ***] A start job is running for /dev/ttyMSM0 (48s / 1min 30s)
[ 63.554918] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 7.
[ OK ] Stopped Getty on tty1.
[ 63.600820] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ *** ] A start job is running for /dev/ttyMSM0 (54s / 1min 30s)
[ 69.605255] systemd[412]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 69.617354] systemd[412]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ *** ] A start job is running for /dev/ttyMSM0 (54s / 1min 30s)
[ 69.656783] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 8.
[ OK ] Stopped Getty on tty1.
[ 69.690552] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[*** ] A start job is running for /dev/ttyMSM0 (1min / 1min 30s)
[ 75.697438] systemd[413]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 75.709276] systemd[413]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[** ] A start job is running for /dev/ttyMSM0 (1min / 1min 30s)
[ 75.744958] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 9.
[ OK ] Stopped Getty on tty1.
[ 75.773713] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ *] A start job is running for /dev/ttyMSM0 (1min 6s / 1min 30s)
[ 81.780951] systemd[414]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ **] A start job is running for /dev/ttyMSM0 (1min 6s / 1min 30s)
[ 81.818574] systemd[1]: getty at tty1.service: Succeeded.
[ 81.827956] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 10.
[ OK ] Stopped Getty on tty1.
[ 81.859071] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[*** ] A start job is running for /dev/ttyMSM0 (1min 12s / 1min 30s)
[ 87.866017] systemd[415]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 87.878155] systemd[415]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ *** ] A start job is running for /dev/ttyMSM0 (1min 12s / 1min 30s)
[ 87.916750] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 11.
[ OK ] Stopped Getty on tty1.
[ 87.947995] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ *** ] A start job is running for /dev/ttyMSM0 (1min 18s / 1min 30s)
[ 93.955217] systemd[416]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 93.967072] systemd[416]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[*** ] A start job is running for /dev/ttyMSM0 (1min 18s / 1min 30s)
[ 94.018609] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 12.
[ OK ] Stopped Getty on tty1.
[ 94.063975] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[ **] A start job is running for /dev/ttyMSM0 (1min 24s / 1min 30s)
[ 100.069997] systemd[417]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 100.082272] systemd[417]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 100.099613] systemd[1]: getty at tty1.service: Succeeded.
[ 100.108237] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 13.
[ OK ] Stopped Getty on tty1.
[ 100.137966] systemd[1]: Started Getty on tty1.
[ OK ] Started Getty on tty1.
[** ] A start job is running for /dev/ttyMSM0 (1min 30s / 1min 30s)
[ 105.553056] systemd[1]: dev-ttyMSM0.device: Job
dev-ttyMSM0.device/start timed out.
[ TIME ] Timed out waiting for device /dev/ttyMSM0.
[ 105.580418] systemd[1]: Dependency failed for Serial Getty on ttyMSM0.
[DEPEND] Dependency failed for Serial Getty on ttyMSM0.
[ 105.600767] systemd[1]: serial-getty at ttyMSM0.service: Job
serial-getty at ttyMSM0.service/start failed with result 'dependency'.
[ 105.612632] systemd[1]: dev-ttyMSM0.device: Job
dev-ttyMSM0.device/start failed with result 'timeout'.
[ 105.622497] systemd[1]: Reached target Login Prompts.
[ OK ] Reached target Login Prompts.
[ 105.640475] systemd[1]: Reached target Multi-User System.
[ OK ] Reached target Multi-User System.
[ 105.656797] systemd[1]: Reached target Graphical Interface.
[ OK ] Reached target Graphical Interface.
[ 105.676826] systemd[1]: Startup finished in 12.664s (kernel) + 1min
33.012s (userspace) = 1min 45.676s.
[ 105.688531] systemd[418]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 105.699412] systemd[418]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 105.715400] systemd[1]: getty at tty1.service: Succeeded.
[ 105.724002] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 14.
[ 105.732757] systemd[1]: Stopped Getty on tty1.
[ 105.742641] systemd[1]: Started Getty on tty1.
[ 105.748214] systemd[419]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 105.758282] systemd[419]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 105.774710] systemd[1]: getty at tty1.service: Succeeded.
[ 105.788222] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 15.
[ 105.797010] systemd[1]: Stopped Getty on tty1.
[ 105.811817] systemd[1]: Started Getty on tty1.
[ 105.818178] systemd[420]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 105.828562] systemd[420]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 105.843105] systemd[1]: getty at tty1.service: Succeeded.
[ 105.851687] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 16.
[ 105.860586] systemd[1]: Stopped Getty on tty1.
[ 105.867809] systemd[1]: Started Getty on tty1.
[ 105.873033] systemd[421]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 105.883078] systemd[421]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 105.904327] systemd[1]: getty at tty1.service: Succeeded.
[ 105.922845] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 17.
[ 105.931663] systemd[1]: Stopped Getty on tty1.
[ 105.946419] systemd[1]: Started Getty on tty1.
[ 105.953742] systemd[422]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 105.964427] systemd[422]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 105.979904] systemd[1]: getty at tty1.service: Succeeded.
[ 105.990233] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 18.
[ 105.999000] systemd[1]: Stopped Getty on tty1.
[ 106.010852] systemd[1]: Started Getty on tty1.
[ 106.016574] systemd[423]: getty at tty1.service: Failed to close
unwanted file descriptors: Invalid argument
[ 106.026922] systemd[423]: getty at tty1.service: Failed at step FDS
spawning /sbin/agetty: Invalid argument
[ 106.040749] systemd[1]: getty at tty1.service: Succeeded.
[ 106.049688] systemd[1]: getty at tty1.service: Scheduled restart job,
restart counter is at 19.
[ 106.059252] systemd[1]: Stopped Getty on tty1.
[ 106.064081] systemd[1]: getty at tty1.service: Start request repeated
too quickly.
[ 106.071655] systemd[1]: getty at tty1.service: Failed with result
'start-limit-hit'.
[ 106.079778] systemd[1]: Failed to start Getty on tty1.
More information about the systemd-devel
mailing list