Comment 1 for bug 2027832

Revision history for this message
Brian Murray (brian-murray) wrote :

Here is one traceback for the bucket in the Error Tracker:

Traceback (most recent call last):
  File "/usr/bin/openrazer-daemon", line 199, in <module>
    run()
  File "/usr/bin/openrazer-daemon", line 184, in run
    install_example_config_file(args.config)
  File "/usr/bin/openrazer-daemon", line 112, in install_example_config_file
    os.makedirs(os.path.dirname(config_file), exist_ok=True)
  File "/usr/lib/python3.8/os.py", line 213, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "/usr/lib/python3.8/os.py", line 223, in makedirs
    mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/var/www/.config'

Some other ones have '/var/sendmail/.config' as the directory which is trying to be written to.