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 has been archived by the owner on Dec 24, 2024. It is now read-only.
Have a PATH variable sufficiently long so that the reset_command variable in set_block_length in ./chomper/block.py is more than 999 characters.
Run chomper.
Look at root crontab - reset_command will not be written to root's crontab.
Any other comments? What have you tried so far?
I was confused about why the cron jobs suddenly stopped working. It turns out this is due to my adding more things to my PATH variable. For now, I'm going to prune my PATH variable of unnecessary things, but there should be a better way of putting the normal user's PATH variable in the root user's environment.
System information
Operating system: (e.g. Linux Mint 18)
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Steps to reproduce the problem:
reset_command
variable inset_block_length
in./chomper/block.py
is more than 999 characters.reset_command
will not be written to root's crontab.Any other comments? What have you tried so far?
I was confused about why the cron jobs suddenly stopped working. It turns out this is due to my adding more things to my PATH variable. For now, I'm going to prune my PATH variable of unnecessary things, but there should be a better way of putting the normal user's PATH variable in the root user's environment.
System information
Operating system: (e.g. Linux Mint 18)
The text was updated successfully, but these errors were encountered: