Redis cache server not running. Please contact Administrator / Tech support #2

Hi everyone,

I know this topic has already been opened and closed but I can’t figure out how to deal with this:
When I setup up production I have the following message after login (btw everything is going well in fact):
“Redis cache server not running. Please contact Administrator / Tech support”.

I successfully updated the bench before setting up production though… see below.
Any idea?

xxxx@xxxxxx:~/bench-repo$ git pull

remote: Counting objects: 43, done.
remote: Total 43 (delta 30), reused 30 (delta 30), pack-reused 13
Unpacking objects: 100% (43/43), done.
From GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps
19e31b4…cb5295b master → origin/master

  • [new branch] b-admin → origin/b-admin
    Updating 19e31b4…cb5295b
    Fast-forward
    bench/cli.py | 5 +++±
    bench/templates/supervisor.conf | 8 ±------
    bench/utils.py | 36 ++++++++++++++++++++++++++++++++++±
    install_scripts/contrib-apps.json | 24 ++++++++++++++++++++++++
    install_scripts/setup_frappe.sh | 23 +++++++++++++++++++±–
    5 files changed, 84 insertions(+), 12 deletions(-)
    create mode 100644 install_scripts/contrib-apps.json

Check:

  1. cd frappe-bench
  2. What version are you using? bench version
  3. Config files: ls -l config
  4. sudo supervisorctl status

-Anand.

Hello and thank you for your kind answer. Here is what I got:
1 - What version are you using? bench version

Error: No such command "version".

2 - Config files: ls -l config

total 4
-rw-rw-r-- 1 laurent laurent 939 Jun 19 15:05 redis.conf

4 - sudo supervisorctl status
no output

@lleleu
If you are on v6,
following command will solve this error.

run this command from /frappe-bench folder

1 Like

Works perfectly now! Thanks a lot!!

1 Like

ikhlas@Ikhlas:~/erpnext/frappe-bench$ service nginx reload
Reloading nginx configuration: nginx: [alert] could not open error log file: open() “/var/log/nginx/error.log” failed (13: Permission denied)
2015/11/16 23:27:26 [warn] 8833#0: the “user” directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
2015/11/16 23:27:26 [emerg] 8833#0: open() “/var/run/nginx.pid” failed (13: Permission denied)
nginx: configuration file /etc/nginx/nginx.conf test failed
ikhlas@Ikhlas:~/erpnext/frappe-bench$ supervisorctl reload
error: <class ‘socket.error’>, [Errno 13] Permission denied: file: /usr/lib/python2.7/socket.py line: 224

This is error…

ikhlas@Ikhlas:~/erpnext/frappe-bench$ service nginx reload
Reloading nginx configuration: nginx: [alert] could not open error log file: open() “/var/log/nginx/error.log” failed (13: Permission denied)
2015/11/16 23:27:26 [warn] 8833#0: the “user” directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
2015/11/16 23:27:26 [emerg] 8833#0: open() “/var/run/nginx.pid” failed (13: Permission denied)
nginx: configuration file /etc/nginx/nginx.conf test failed
ikhlas@Ikhlas:~/erpnext/frappe-bench$ supervisorctl reload
error: <class ‘socket.error’>, [Errno 13] Permission denied: file: /usr/lib/python2.7/socket.py line: 224

run sudo service nginx reload

Yeah, thanks i done it…but The same error Redis Cache Server Not Running.Please Contact Administrator/tech support…

ikhlas@Ikhlas:~/erpnext/frappe-bench$ bench update
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
f9a38c6…3a839cb develop → upstream/develop
Already up-to-date.
Requirement already satisfied (use --upgrade to upgrade): Pillow in ./env/lib/python2.7/site-packages
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

  • branch master → FETCH_HEAD
    Already up-to-date.
    From GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
  • branch develop → FETCH_HEAD
    Already up-to-date.
    Migrating site1.local
    Updating frappe : [========================================]
    Updating erpnext : [========================================]
    Wrote ./assets/js/print_format_v3.min.js - 18k
    Wrote ./assets/js/frappe-web.min.js - 275k
    Wrote ./assets/js/form.min.js - 100k
    Wrote ./assets/js/report.min.js - 155k
    Wrote ./assets/js/erpnext.min.js - 34k
    Wrote ./assets/css/list.min.css - 6k
    Wrote ./assets/js/erpnext-web.min.js - 1k
    Wrote ./assets/css/report.min.css - 7k
    Wrote ./assets/css/frappe-web.css - 53k
    Wrote ./assets/js/list.min.js - 63k
    Wrote ./assets/js/desk.min.js - 863k
    Wrote ./assets/css/form.min.css - 2k
    Wrote ./assets/js/editor.min.js - 26k
    Wrote ./assets/css/erpnext.css - 1k
    Wrote ./assets/css/desk.min.css - 255k
    Wrote ./assets/js/module.min.js - 5k
    Wrote ./assets/css/module.min.css - 1k
    error: <class ‘xmlrpclib.Fault’>, <Fault 10: ‘BAD_NAME: frappe’>: file: /usr/lib/python2.7/xmlrpclib.py line: 794
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 9, in
    load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 60, in cli
    bench()
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
    return self.main(*args, **kwargs)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
    rv = self.invoke(ctx)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
    return callback(*args, **kwargs)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 240, in _update
    update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 279, in update
    restart_supervisor_processes(bench=bench_path)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 303, in restart_supervisor_processes
    exec_cmd(cmd, cwd=bench)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 104, in exec_cmd
    raise CommandFailedError(cmd)
    bench.utils.CommandFailedError: sudo supervisorctl restart frappe:
    ikhlas@Ikhlas:~/erpnext/frappe-bench$

@Mohamed_Sajid did you run all command?

bench setup socketio
bench setup supervisor
bench setup nginx
bench setup redis-cache
bench setup redis-async-broker
sudo service nginx reload
sudo supervisorctl reload
1 Like

Yeah I run All This Command…

Comment out “save”" " in redis_cache.conf file inside ~/frappe-bench/config directory. However, this is not the permanent solution because - bench update will trigger an error.

Any changes in redis_cache.conf file should be followed by

sudo supervisorctl reload

To update ERPNext, you need to manually uncomment save"" everytime, which is a bit painful.
Even, I’m looking for long term solution. :slight_smile:

Sunil

1 Like

hi sunil,
thanks…I got same error …when update bench.

ikhlas@Ikhlas:~/erpnext/frappe-bench$ bench update
Already up-to-date.
Requirement already satisfied (use --upgrade to upgrade): Pillow in ./env/lib/python2.7/site-packages
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

  • branch master → FETCH_HEAD
    Already up-to-date.
    From GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
  • branch develop → FETCH_HEAD
    Already up-to-date.
    Migrating site1.local
    Updating frappe : [========================================]
    Updating erpnext : [========================================]
    Migrating ssh4
    Traceback (most recent call last):
    File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
    main”, fname, loader, pkg_name)
    File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
    exec code in run_globals
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 79, in
    main()
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 16, in main
    click.Group(commands=commands)(prog_name=‘bench’)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 700, in call
    return self.main(*args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 680, in main
    rv = self.invoke(ctx)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 508, in invoke
    return callback(*args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/decorators.py”, line 16, in new_func
    return f(get_current_context(), *args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/commands.py”, line 29, in _func
    ret = f(frappe._dict(ctx.obj), *args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/commands.py”, line 213, in migrate
    frappe.modules.patch_handler.run_all()
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 21, in run_all
    executed = [p[0] for p in frappe.db.sql(“”“select patch from tabPatch Log”“”)]
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/database.py”, line 105, in sql
    self.connect()
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/database.py”, line 62, in connect
    self.use(self.user)
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/database.py”, line 67, in use
    self._conn.select_db(db_name)
    _mysql_exceptions.OperationalError: (1049, “Unknown database ‘6a13fad156’”)
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 9, in
    load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 60, in cli
    bench()
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
    return self.main(*args, **kwargs)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
    rv = self.invoke(ctx)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
    return callback(*args, **kwargs)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 240, in _update
    update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 273, in update
    patch_sites(bench=bench_path)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 158, in patch_sites
    run_frappe_cmd(‘–site’, ‘all’, ‘migrate’, bench=bench)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 489, in run_frappe_cmd
    raise CommandFailedError(args)
    bench.utils.CommandFailedError: (‘–site’, ‘all’, ‘migrate’)
    ikhlas@Ikhlas:~/erpnext/frappe-bench$

@Mohamed_Sajid as I mentioned earlier, to update ERPNext, first you need to uncomment
" save “” " in redis_cache.conf followed by

sudo supervisorctl reload

MY redis_cache.conf File.
dbfilename redis_cache_dump.rdb
pidfile redis_cache.pid
port 11311
maxmemory 50mb
maxmemory-policy allkeys-lru
appendonly no

If This Is Right??? I Got Same Error or issue.
ikhlas@Ikhlas:~/erpnext/frappe-bench$ bench update
Already up-to-date.
Requirement already satisfied (use --upgrade to upgrade): Pillow in ./env/lib/python2.7/site-packages
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

  • branch master → FETCH_HEAD
    Already up-to-date.
    From GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
  • branch master → FETCH_HEAD
    Already up-to-date.
    Migrating site1.local
    Updating frappe : [========================================]
    Updating erpnext : [========================================]
    Migrating kkma
    Traceback (most recent call last):
    File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
    main”, fname, loader, pkg_name)
    File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
    exec code in run_globals
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 79, in
    main()
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 16, in main
    click.Group(commands=commands)(prog_name=‘bench’)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 700, in call
    return self.main(*args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 680, in main
    rv = self.invoke(ctx)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py”, line 508, in invoke
    return callback(*args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/click/decorators.py”, line 16, in new_func
    return f(get_current_context(), *args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/commands.py”, line 29, in _func
    ret = f(frappe._dict(ctx.obj), *args, **kwargs)
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/commands.py”, line 213, in migrate
    frappe.modules.patch_handler.run_all()
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 21, in run_all
    executed = [p[0] for p in frappe.db.sql(“”“select patch from tabPatch Log”“”)]
    File “/home/ikhlas/erpnext/frappe-bench/apps/frappe/frappe/database.py”, line 146, in sql
    self._cursor.execute(query)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
    self.errorhandler(self, exc, value)
    File “/home/ikhlas/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
    raise errorclass, errorvalue
    _mysql_exceptions.ProgrammingError: (1146, “Table ‘eaa7c5c90b.tabPatch Log’ doesn’t exist”)
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 9, in
    load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 60, in cli
    bench()
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
    return self.main(*args, **kwargs)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
    rv = self.invoke(ctx)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
    return callback(*args, **kwargs)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 240, in _update
    update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 273, in update
    patch_sites(bench=bench_path)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 158, in patch_sites
    run_frappe_cmd(‘–site’, ‘all’, ‘migrate’, bench=bench)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 489, in run_frappe_cmd
    raise CommandFailedError(args)
    bench.utils.CommandFailedError: (‘–site’, ‘all’, ‘migrate’)
    ikhlas@Ikhlas:~/erpnext/frappe-bench$

@Mohamed_Sajid Seems like one line is missing in your redis_cache.conf file. If you are on debian or ubuntu, standard file should be like this:

dbfilename redis_cache_dump.rdb
pidfile redis_cache.pid
port 11311
maxmemory 50mb
maxmemory-policy allkeys-lru
save ""
appendonly no 

Hope it should resolve update issue.

@sunilsrikumar Same error has came …how to fix it…
ikhlas@Ikhlas:~/erpnext/frappe-bench$ bench update
Already up-to-date.
Requirement already satisfied (use --upgrade to upgrade): Pillow in ./env/lib/python2.7/site-packages
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

  • branch master → FETCH_HEAD
    Already up-to-date.
    From GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
  • branch master → FETCH_HEAD
    Already up-to-date.
    Migrating site1.local
    Updating frappe : [========================================]
    Updating erpnext : [========================================]
    Wrote ./assets/js/print_format_v3.min.js - 18k
    Wrote ./assets/js/frappe-web.min.js - 275k
    Wrote ./assets/js/form.min.js - 100k
    Wrote ./assets/js/report.min.js - 155k
    Wrote ./assets/js/erpnext.min.js - 34k
    Wrote ./assets/css/list.min.css - 6k
    Wrote ./assets/js/erpnext-web.min.js - 1k
    Wrote ./assets/css/report.min.css - 7k
    Wrote ./assets/css/frappe-web.css - 53k
    Wrote ./assets/js/list.min.js - 63k
    Wrote ./assets/js/desk.min.js - 863k
    Wrote ./assets/css/form.min.css - 2k
    Wrote ./assets/js/editor.min.js - 26k
    Wrote ./assets/css/erpnext.css - 1k
    Wrote ./assets/css/desk.min.css - 255k
    Wrote ./assets/js/module.min.js - 5k
    Wrote ./assets/css/module.min.css - 1k
    error: <class ‘xmlrpclib.Fault’>, <Fault 10: ‘BAD_NAME: frappe’>: file: /usr/lib/python2.7/xmlrpclib.py line: 794
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 9, in
    load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 60, in cli
    bench()
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
    return self.main(*args, **kwargs)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
    rv = self.invoke(ctx)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
    return callback(*args, **kwargs)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 240, in _update
    update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force)
    File “/home/ikhlas/erpnext/bench-repo/bench/cli.py”, line 279, in update
    restart_supervisor_processes(bench=bench_path)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 303, in restart_supervisor_processes
    exec_cmd(cmd, cwd=bench)
    File “/home/ikhlas/erpnext/bench-repo/bench/utils.py”, line 104, in exec_cmd
    raise CommandFailedError(cmd)
    bench.utils.CommandFailedError: sudo supervisorctl restart frappe:
    ikhlas@Ikhlas:~/erpnext/frappe-bench$

Are you using production setup? What’s the output of the following commands:

ls -l /home/ikhlas/erpnext/frappe-bench/config
sudo service supervisord status
sudo service nginx status
1 Like

@anand,Yes.

ikhlas@Ikhlas:~/erpnext/frappe-bench$ ls -l /home/ikhlas/erpnext/frappe-bench/config
total 40
-rw-rw-r-- 1 ikhlas ikhlas 1224 Nov 16 23:35 nginx.conf
-rw-rw-r-- 1 ikhlas ikhlas 1224 Nov 16 23:26 nginx.conf.save
-rw-rw-r-- 1 ikhlas ikhlas 75 Nov 16 23:35 redis_async_broker.conf
-rw-rw-r-- 1 ikhlas ikhlas 75 Nov 16 21:56 redis_async_broker.conf.save
-rw-rw-r-- 1 ikhlas ikhlas 133 Nov 18 11:24 redis_cache.conf
-rw-rw-r-- 1 ikhlas ikhlas 125 Nov 17 22:43 redis_cache.conf~
-rw-rw-r-- 1 ikhlas ikhlas 133 Nov 17 15:31 redis_cache.conf.save
-rw-rw-r-- 1 ikhlas ikhlas 132 Nov 16 21:56 redis_cache.conf.save~
-rw-rw-r-- 1 ikhlas ikhlas 2212 Nov 16 23:35 supervisor.conf
-rw-rw-r-- 1 ikhlas ikhlas 2212 Nov 16 22:50 supervisor.conf.save
ikhlas@Ikhlas:~/erpnext/frappe-bench$

ikhlas@Ikhlas:~/erpnext/frappe-bench$ sudo service supervisord status
[sudo] password for ikhlas:
supervisord: unrecognized service

ikhlas@Ikhlas:~/erpnext/frappe-bench$ sudo service nginx status

  • nginx is running
    ikhlas@Ikhlas:~/erpnext/frappe-bench$