nettings / medianet

A distribution overlay for Raspbian and similar systems to create a JACK-based embedded system for audio processing and streaming. Contract work for [mn] medianet. https://www.medianet-home.de
Other
11 stars 2 forks source link

race: /local mounted late on freshly bootstrapped system #72

Closed nettings closed 3 years ago

nettings commented 3 years ago

Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to open directory 'log': No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/log/lighttpd: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to open directory 'lighttpd': No such file or directory Dec 23 20:17:04 mn-basic systemd[1]: Started Set console font and keymap. Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/cache/lighttpd/compress: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/cache/lighttpd/uploads: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to open directory 'systemd': No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/lib/systemd/coredump: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/log/private: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/log/wtmp: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/log/btmp: No such file or directory Dec 23 20:17:04 mn-basic systemd-tmpfiles[324]: Failed to validate path /var/log/lastlog: No such file or directory Dec 23 20:17:04 mn-basic systemd[1]: Started File System Check on /dev/mmcblk0p3. Dec 23 20:17:04 mn-basic systemd[1]: Mounting /local... Dec 23 20:17:04 mn-basic systemd[1]: Started Create Volatile Files and Directories. Dec 23 20:17:04 mn-basic systemd[1]: Starting Network Time Synchronization... Dec 23 20:17:04 mn-basic systemd[1]: Starting Update UTMP about System Boot/Shutdown... Dec 23 20:17:04 mn-basic systemd[336]: systemd-timesyncd.service: Failed to set up special execution directory in /var/lib: No such file or directory Dec 23 20:17:04 mn-basic systemd[336]: systemd-timesyncd.service: Failed at step STATE_DIRECTORY spawning /lib/systemd/systemd-timesyncd: No such file or directory Dec 23 20:17:04 mn-basic systemd[1]: systemd-timesyncd.service: Main process exited, code=exited, status=238/STATE_DIRECTORY Dec 23 20:17:04 mn-basic systemd[1]: systemd-timesyncd.service: Failed with result 'exit-code'. Dec 23 20:17:04 mn-basic kernel: EXT4-fs: Warning: mounting with data=journal disables delayed allocation and O_DIRECT support! Dec 23 20:17:04 mn-basic systemd[1]: Failed to start Network Time Synchronization. Dec 23 20:17:04 mn-basic systemd[1]: systemd-timesyncd.service: Service has no hold-off time (RestartSec=0), scheduling restart. Dec 23 20:17:04 mn-basic systemd[1]: systemd-timesyncd.service: Scheduled restart job, restart counter is at 1. Dec 23 20:17:04 mn-basic systemd[1]: Stopped Network Time Synchronization. Dec 23 20:17:04 mn-basic kernel: EXT4-fs (mmcblk0p3): mounted filesystem with journalled data mode. Opts: data=journal Dec 23 20:17:04 mn-basic systemd[1]: Starting Network Time Synchronization... Dec 23 20:17:04 mn-basic systemd[1]: Mounted /local.

This might just be due to an extended fsck after writing the fs image to the card (chopped off ending maybe?)

nettings commented 3 years ago

fixes itself after completing the final bootstrapping steps (80-deployment...)