Sebbo69

Results 18 comments of Sebbo69

pi@raspberrypi:~ $ cat /etc/rc.local LOGFILE=/tmp/rc.local.log function log () { echo -n "$( date )" >> "$LOGFILE" echo -n ": " >> "$LOGFILE" echo "$1" >> "$LOGFILE" } log "Running fsck..."...

image would be great. It would be perfect with the adjustment to 2019.8.5

okay, only in last test the file was reduced

pi@raspberrypi:~ $ cat /etc/rc.local #!/bin/bash -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit...

pi@raspberrypi:~ $ ls -l /etc/rc.local -rwxr-xr-x 1 root root 1161 Apr 25 20:42 /etc/rc.local yes update && upgrade

yes, test.log and rc.local.log with this: Thu 25 Apr 21:36:26 BST 2019: Running fsck... fsck from util-linux 2.29.2 fsck.ext2: No such file or directory while trying to open /mnt/cam Possibly...

Yes, I had already tried in previous attempts. Unfortunately, it has never worked after a reboot. That's why I first tried to fix the error now.