You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
after a few minutes, see no output at either /home/matt within the chroot or at the "real" /home/matt outside of the chroot (I went there and added a matt directory)
ps -A | grep cron returns nothing. It definitely looks like cron is not running.
But doing sudo /etc/init.d/cron start just produces "Rather than invoking init scripts through /etc/init.d, use the service(8) ..."
So I do sudo service cron start and get "Unknown job: cron"
And sudo start cron gives me "start: Unknown job: cron"
I'm not convinced this is a Crouton specific issue, but hoping I can get some pointers on what to try next.
After setting up a crouton chroot, cron does not seem to work.
What I've done:
sudo enter-chrootcrontab -e* * * * * echo "hi from cron" >> /home/matt/hiFromCron.txt"/home/mattwithin the chroot or at the "real" /home/matt outside of the chroot (I went there and added a matt directory)ps -A | grep cronreturns nothing. It definitely looks like cron is not running.But doing
sudo /etc/init.d/cron startjust produces "Rather than invoking init scripts through /etc/init.d, use the service(8) ..."So I do
sudo service cron startand get "Unknown job: cron"And
sudo start crongives me "start: Unknown job: cron"I'm not convinced this is a Crouton specific issue, but hoping I can get some pointers on what to try next.