Open scdanieli opened 1 year ago
:tada: This issue has been resolved in version 5.16.2 :tada:
The release is available on:
v5.16.2
Your semantic-release bot :package::rocket:
Noop still have issue on a fresh install bench --version == 5.16.2
$ sudo supervisorctl restart frappe:
frappe: ERROR (no such group)
frappe: ERROR (no such group)
WARN: restarting supervisor failed. Use `bench restart` to retry.
$ bench build
Assets for Commit 86f72195251c5abfcacf5f9db0351fb0b54f8e1c don't exist
✔ Application Assets Linked
After manually fixing the file I still have following issue:
$ supervisorctl restart frappe:
unix:///var/run/supervisor.sock no such file
WARN: restarting supervisor failed. Use `bench restart` to retry.
Hi, does anyone have a answer? Pls kindly help the erpnext 14 community....Because of this a lot of people are hesitating to go with ERPNEXT. instead they go with ODOO
Hi everyone, is there any updates to this issue please? Since several issues are thrown predominantly due to this issue.
I get "WARN: restart failed: Couldn't find supervisorctl in PATH" and cannot restart bench due to the supervisor issue. Although I did follow a guide to install supervisor nothing works.
Thanks guys!
I have used the ERPNext Bitnami package for Google Cloud and am facing this issue without any solutions.
Issue: Bug report
Do the checklist before filing an issue:
Describe the bug :chart_with_downwards_trend:
sudo bench setup production frappe
does not seem work as expected:chmod = 0760
andchown = frappe:frappe
is not written to/etc/supervisor/supervisord.conf
.This causes the following error:
Expected behavior :chart_with_upwards_trend: First 4 lines of
/etc/supervisor/supervisord.conf
look like this:OS (please complete the following information): :cyclone:
Ubuntu 20.04.5 LTS
Version Information
Additional context :page_facing_up: Others affected by this as well: Frappe Discuss
Possible Solution :bookmark_tabs: Seems something has changed between version 5.13.4 and 5.14.0 on Aug 4, 2022 causing the issue (@gavindsouza).