EUREKA!
After initiating your init.d script and a restart of the machine, I
access the webgui via the ipaddress on my browser and it was complaining
(across the top of the page) that "Error: Unable to connect to BackupPC
server".
Checked permissions on the /data/BackupPC/ files and they
Yes, when I run them manually they do solve the problem.
I understand that "checkTempFs" script that is run by what user? root?
And if I understand what your saying, inserting "checkTempFs" into the
/etc/init.d/backuppc startup script. But, I am confused as to where
/etc/init.d/backuppc "loo
That is a function call I added to my init script that runs the following
commands:
# mkdir -p /var/run/BackupPC
# chown [backuppc-user]:[backuppc-group] /var/run/BackupPC
You can run them manually before attempting to start BackupPC to test if it
solves the problem.
If it works then you can ad
David,
I have placed your "checkTempFs" file but it appears to not be running
on restart.
What directory did you place your "checkTempFs" file in?
What file permissions does "checkTempFs" need?
Then finally, simply insert the "checkTempFs" above the "echo -n
"Starting BackupPC: " line?