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
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
When starting all awx containers with make docker-compose, the issue rsyslogd: could not open config file '/var/lib/awx/rsyslog/rsyslog.conf': Permission denied pops up once all migrations are done.
AWX version
22.5.0
Select the relevant components
UI
UI (tech preview)
API
Docs
Collection
CLI
Other
Installation method
docker development environment
Modifications
no
Ansible version
2.10.8
Operating system
Ubuntu 20.04/22.04
Web browser
No response
Steps to reproduce
su - awx
git clone -b 22.5.0 https://github.com/ansible/awx.git
cd awx
git switch -c release_4.4
export RECEPTOR_IMAGE=quay.io/ansible/receptor:latest
make docker-compose-build
make docker-compose &
Expected results
All AWX containers started without issue
Actual results
tools_awx_1 | awx-autoreload stdout | make[1]: Entering directory '/awx_devel'
tools_awx_1 | awx-autoreload stdout |
tools_awx_1 | awx-rsyslogd stdout | rsyslogd: could not open config file '/var/lib/awx/rsyslog/rsyslog.conf': Permission denied [v8.2102.0-106.el9 try https://www.rsyslog.com/e/2104 ]
tools_awx_1 | awx-rsyslogd stdout | rsyslogd: run failed with error -2104 (see rsyslog.h or try https://www.rsyslog.com/e/2104 to learn what that number means)
Please confirm the following
[email protected]
instead.)Bug Summary
When starting all awx containers with
make docker-compose
, the issuersyslogd: could not open config file '/var/lib/awx/rsyslog/rsyslog.conf': Permission denied
pops up once all migrations are done.AWX version
22.5.0
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
2.10.8
Operating system
Ubuntu 20.04/22.04
Web browser
No response
Steps to reproduce
Expected results
All AWX containers started without issue
Actual results
Additional information
Full 'make docker-compose' log: could not open config file rsyslog.conf: Permission denied.log
The text was updated successfully, but these errors were encountered: