uvtech@DESKTOP-0TQ80PO:~/frappe-bench$ bench start
09:05:10 system | redis_cache.1 started (pid=2859)
09:05:10 system | web.1 started (pid=2867)
09:05:10 system | redis_queue.1 started (pid=2862)
09:05:10 redis_cache.1 | 2861:C 23 Feb 2026 09:05:10.222 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:05:10 redis_cache.1 | 2861:C 23 Feb 2026 09:05:10.222 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=2861, just started
09:05:10 redis_cache.1 | 2861:C 23 Feb 2026 09:05:10.222 # Configuration loaded
09:05:10 system | schedule.1 started (pid=2872)
09:05:10 system | worker.1 started (pid=2877)
09:05:10 system | socketio.1 started (pid=2876)
09:05:10 redis_queue.1 | 2865:C 23 Feb 2026 09:05:10.251 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:05:10 redis_queue.1 | 2865:C 23 Feb 2026 09:05:10.251 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=2865, just started
09:05:10 redis_queue.1 | 2865:C 23 Feb 2026 09:05:10.251 # Configuration loaded
09:05:10 redis_queue.1 | 2865:M 23 Feb 2026 09:05:10.252 * monotonic clock: POSIX clock_gettime
09:05:10 redis_queue.1 | 2865:M 23 Feb 2026 09:05:10.253 # Warning: Could not create server TCP listening socket 127.0.0.1:11005: bind: Address already in use
09:05:10 redis_queue.1 | 2865:M 23 Feb 2026 09:05:10.253 # Failed listening on port 11005 (TCP), aborting.
09:05:10 system | watch.1 started (pid=2874)
09:05:10 redis_cache.1 | 2861:M 23 Feb 2026 09:05:10.262 * monotonic clock: POSIX clock_gettime
09:05:10 redis_cache.1 | 2861:M 23 Feb 2026 09:05:10.263 # Warning: Could not create server TCP listening socket 127.0.0.1:13005: bind: Address already in use
09:05:10 redis_cache.1 | 2861:M 23 Feb 2026 09:05:10.263 # Failed listening on port 13005 (TCP), aborting.
09:05:10 system | redis_cache.1 stopped (rc=1)
09:05:10 system | sending SIGTERM to redis_queue.1 (pid 2862)
09:05:10 system | sending SIGTERM to web.1 (pid 2867)
09:05:10 system | sending SIGTERM to socketio.1 (pid 2876)
09:05:10 system | sending SIGTERM to watch.1 (pid 2874)
09:05:10 system | sending SIGTERM to schedule.1 (pid 2872)
09:05:10 system | sending SIGTERM to worker.1 (pid 2877)
09:05:10 system | watch.1 stopped (rc=-15)
09:05:10 system | socketio.1 stopped (rc=-15)
09:05:10 system | web.1 stopped (rc=-15)
09:05:10 system | schedule.1 stopped (rc=-15)
09:05:10 system | worker.1 stopped (rc=-15)
09:05:10 system | redis_queue.1 stopped (rc=-15)
redis is running.
the best way is to restart system then try to start bench
Run the following commands to stop Redis, Node, and Python processes, then restart the bench:
sudo pkill -9 -f redis
sudo pkill -9 -f node
sudo pkill -9 -f python
After that, restart your bench.
1 Like