-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Networking BROKE. "Socket path does not exist: /var/run/awx-receptor/receptor.sock" #15418
Comments
Hello, tools_awx_1 | 2024-08-03 00:11:47,925 INFO [-] awx.main.dispatch Running worker dispatcher listening to queues ['tower_broadcast_all', 'tower_settings_change', 'awx-1'] Available if additional testing is needed - name: Git checkout
ansible.builtin.git:
repo: "https://github.com/ansible/awx.git"
dest: "{{ apps_dir }}/awx"
version: 24.6.1
become: false
- name: Run docker-compose-build
community.general.make:
chdir: "{{ apps_dir }}/awx"
target: docker-compose-build
become: false
- name: Run docker-compose -d
community.general.make:
chdir: "{{ apps_dir }}/awx"
target: docker-compose
params:
COMPOSE_UP_OPTS: -d
become: false
- name: Clean and build the UI
community.docker.docker_container_exec:
container: tools_awx_1
command: make clean-ui ui-devel
become: false Update : I just tried on CentOS 9 Stream and got the same result. |
Not sure if this is related (I have older version) but I am getting similar error. #15421 |
I also tried with Rocky 9.2. Same result. |
Ok, managed to make it work with 23.9.0. Because with 24.6.1, this would happen: https://github.com/ansible/awx/issues/15404 Commands:
So far so good. |
Please confirm the following
[email protected]
instead.)Bug Summary
Networking does not work because receptor does not start.
AWX version
24.6.1
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
No response
Operating system
Rocky 9.4
Web browser
No response
Steps to reproduce
Do the usual procedure to install:
Expected results
2024-08-02 10:57:16,652 ERROR [-] awx.main.dispatch Encountered unhandled error in dispatcher main loop
Traceback (most recent call last):
File "/awx_devel/awx/main/dispatch/worker/base.py", line 237, in run
self.worker.on_start()
File "/awx_devel/awx/main/dispatch/worker/task.py", line 141, in on_start
dispatch_startup()
File "/awx_devel/awx/main/tasks/system.py", line 117, in dispatch_startup
cluster_node_heartbeat()
File "/awx_devel/awx/main/tasks/system.py", line 575, in cluster_node_heartbeat
inspect_execution_and_hop_nodes(instance_list)
File "/awx_devel/awx/main/tasks/system.py", line 514, in inspect_execution_and_hop_nodes
mesh_status = ctl.simple_command('status')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/receptorctl/socket_interface.py", line 81, in simple_command
self.connect()
File "/var/lib/awx/venv/awx/lib64/python3.11/site-packages/receptorctl/socket_interface.py", line 99, in connect
raise ValueError(f"Socket path does not exist: {path}")
ValueError: Socket path does not exist: /var/run/awx-receptor/receptor.sock
Actual results
Networking does not work.
Additional information
With a fully updated Rocky 9.4, the build process was warning about setuptools not being recent enough for setuptools-scm 8.1 so i updated setuptools to 69.5.1.
Trying to start receptor manually fails. Even tough config is NOT empty.
The text was updated successfully, but these errors were encountered: