Bench start command application not run

The connection has timed out

frappe@erp-hospital:~/frappe-bench$ bench start
10:57:46 system | schedule.1 started (pid=2839)
10:57:46 system | worker_default.1 started (pid=2842)
10:57:46 system | web.1 started (pid=2836)
10:57:46 system | redis_socketio.1 started (pid=2837)
10:57:46 system | redis_queue.1 started (pid=2831)
10:57:46 redis_queue.1 | 2845:M 19 Mar 10:57:46.349 * Increased maximum number of open files to 10032 (it was originally set to 1024).
10:57:46 redis_queue.1 | 2845:M 19 Mar 10:57:46.350 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
10:57:46 system | redis_queue.1 stopped (rc=1)
10:57:46 redis_socketio.1 | 2853:M 19 Mar 10:57:46.354 * Increased maximum number of open files to 10032 (it was originally set to 1024).
10:57:46 redis_socketio.1 | 2853:M 19 Mar 10:57:46.354 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
10:57:46 system | redis_socketio.1 stopped (rc=1)
10:57:46 system | worker_long.1 started (pid=2830)
10:57:46 system | watch.1 started (pid=2840)
10:57:46 system | worker_short.1 started (pid=2855)
10:57:46 system | redis_cache.1 started (pid=2856)
10:57:46 system | socketio.1 started (pid=2852)
10:57:46 system | sending SIGTERM to worker_long.1 (pid 2830)
10:57:46 system | sending SIGTERM to watch.1 (pid 2840)
10:57:46 system | sending SIGTERM to web.1 (pid 2836)
10:57:46 system | sending SIGTERM to schedule.1 (pid 2839)
10:57:46 system | sending SIGTERM to worker_default.1 (pid 2842)
10:57:46 system | sending SIGTERM to socketio.1 (pid 2852)
10:57:46 system | sending SIGTERM to redis_cache.1 (pid 2856)
10:57:46 system | sending SIGTERM to worker_short.1 (pid 2855)
10:57:46 redis_cache.1 | 2859:M 19 Mar 10:57:46.555 * Increased maximum number of open files to 10032 (it was originally set to 1024).
10:57:46 redis_cache.1 | 2859:M 19 Mar 10:57:46.555 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
10:57:46 system | redis_cache.1 stopped (rc=1)
10:57:46 system | worker_short.1 stopped (rc=-15)
10:57:46 system | socketio.1 stopped (rc=-15)
10:57:46 system | watch.1 stopped (rc=-15)
10:57:46 system | schedule.1 stopped (rc=-15)
10:57:46 system | worker_long.1 stopped (rc=-15)
10:57:46 system | web.1 stopped (rc=-15)
10:57:46 system | worker_default.1 stopped (rc=-15)
frappe@erp-hospital:~/frappe-bench$ bench update
INFO:bench.utils:updating bench
INFO:bench.utils:git pull
fatal: unable to access ‘GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps’: Could not resolve host: github.com
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/home/frappe/.bench/bench/commands/update.py”, line 34, in update
update_bench()
File “/home/frappe/.bench/bench/utils.py”, line 275, in update_bench
exec_cmd(“git pull”, cwd=cwd)
File “/home/frappe/.bench/bench/utils.py”, line 145, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull

Are you still facing this issue?

yes i also have the same issue

Please help