Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Traceback (most recent call last): File "/configure_spilo.py", line 533, in <module> main() File "/configure_spilo.py", line 520, in main write_crontab(placeholders, os.environ.get('PATH'), args['force']) File "/configure_spilo.py", line 385, in write_crontab cron_exit = subprocess.call(['sudo', '-u', 'postgres', 'crontab', '-l'], stdout=devnull, stderr=devnull) File "/usr/lib/python3.5/subprocess.py", line 557, in call with Popen(*popenargs, **kwargs) as p: File "/usr/lib/python3.5/subprocess.py", line 947, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: 'sudo'
- Loading branch information