Skip to content

ValueError: Unable to configure handler 'processor': [Errno 13] Permission denied: '/opt/airflow/logs/scheduler' #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tecfu opened this issue Feb 24, 2024 · 2 comments · Fixed by #5

Comments

@tecfu
Copy link
Contributor

tecfu commented Feb 24, 2024

Problem

Following the instructions in the README to the point of docker-compose up -d results in the following error message in the docker logs:

airflow-scheduler_1  | ValueError: Unable to configure handler 'processor': [Errno 13] Permission denied: '/opt/airflow/logs/scheduler'

Steps to Reproduce

  • Fresh install of Ubuntu 18.04
  • Install of docker-compose
  • Follow README steps at commit hash 96c5c55
@tecfu
Copy link
Contributor Author

tecfu commented Feb 24, 2024

Fix

echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env

@tecfu
Copy link
Contributor Author

tecfu commented Feb 24, 2024

See also: #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant