frappe / frappe/press

Proxy Server Broken Setup Server or Ping Ansible.

Open
#2,193 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
563
Forks
410
Avg merge
22h 15m
Merged PRs (30d)
197

Description

![image](https://github.com/user-attachments/assets/117c5806-ac1d-441e-871e-50078865b93b)

![image](https://github.com/user-attachments/assets/e5e77fa2-ea86-4791-8f5b-d8dd374d52f2)

No logs

**Validate Ansible**

```
frappeuser@b1:~/frappe-bench$ ansible-playbook -i **hostname or ipserver**, /home/frappeuser/frappe-bench/apps/press/press/playbooks/ping.yml -u root

PLAY [Ping Server] **********************************************************************************************************************************************************************

TASK [Gathering Facts] ******************************************************************************************************************************************************************
[WARNING]: Platform linux on host **hostname or ipserver** is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could
change the meaning of that path. See https://docs.ansible.com/ansible-core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [n1.fp.site.com.br]

TASK [ping : Ping] **********************************************************************************************************************************************************************
ok: [n1.fp.site.com.br]

TASK [ping : Gather Facts] **************************************************************************************************************************************************************
ok: [n1.fp.site.com.br] => {
```

```
ansible all -i "n1.fp.site.com.br," -m ping -u root

n1.fp.site.com.br | SUCCESS => {
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python3.12"
},
"changed": false,
"ping": "pong"
}
```

```

ansible all -i "65.231.xx.xx," -m ping -u root

65.231.xx.xx | SUCCESS => {
"ansible_facts": {
"discovered_interpreter_python": "/usr/bin/python3.12"
},
"changed": false,
"ping": "pong"
}
```

```
frappeuser@b1:~/frappe-bench$ supervisorctl status
frappe-bench-redis:frappe-bench-redis-cache RUNNING pid 205014, uptime 21:48:29
frappe-bench-redis:frappe-bench-redis-queue RUNNING pid 205015, uptime 21:48:29
frappe-bench-web:frappe-bench-frappe-web RUNNING pid 205016, uptime 21:48:29
frappe-bench-web:frappe-bench-node-socketio RUNNING pid 205017, uptime 21:48:29
frappe-bench-workers:frappe-bench-frappe-build-worker-0 RUNNING pid 205030, uptime 21:48:29
frappe-bench-workers:frappe-bench-frappe-long-worker-0 RUNNING pid 205024, uptime 21:48:29
frappe-bench-workers:frappe-bench-frappe-schedule RUNNING pid 205018, uptime 21:48:29
frappe-bench-workers:frappe-bench-frappe-short-worker-0 RUNNING pid 205019, uptime 21:48:29
frappe-bench-workers:frappe-bench-frappe-sync-worker-0 RUNNING pid 205029, uptime 21:48:29
frappeuser@b1:~/frappe-bench$ bench doctor
-----Checking scheduler status-----
Workers online: 4
-----fp.site.com.br Jobs-----
frappeuser@b1:~/frappe-bench$
```

any tips?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the reported proxy setup context and reproduce the commands shown: the playbooks/ping.yml Ansible run, ansible ping checks, supervisorctl status, and bench doctor. Compare their successful output with the proxy failure shown in the screenshots; done means identifying the failing setup or proxy step and documenting a reproducible resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
ansible, python
Domain
cloud, devops, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.