If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
run python3 setup.py
Traceback (most recent call last):
File "setup.py", line 180, in <module>
main()
File "setup.py", line 176, in main
update_permissions_recursively('server/grafana/', 472, stat.S_IRWXU | stat.S_IRWXG | stat.S_IROTH | stat.S_IXOTH)
File "setup.py", line 98, in update_permissions_recursively
os.chown(dir_path, user_id, -1)
PermissionError: [Errno 1] Operation not permitted: 'server/grafana'
What is the expected behavior?
setup.py should run successfully
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Not sure what is the intended behavior, however running setup.py via sudo works. Some trouble shooting docs should help with this problem
What is the current behavior? not sure
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem run
python3 setup.py
What is the expected behavior? setup.py should run successfully
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Not sure what is the intended behavior, however running setup.py via sudo works. Some trouble shooting docs should help with this problem