I am getting this error everyday “uvtech@DESKTOP-0TQ80PO:~/frappe-bench$ bench start
05:41:48 system | redis_cache.1 started (pid=3409)
05:41:48 system | redis_queue.1 started (pid=3410)
05:41:48 system | web.1 started (pid=3416)
05:41:48 redis_cache.1 | 3411:C 28 Jan 2026 05:41:48.827 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
05:41:48 redis_cache.1 | 3411:C 28 Jan 2026 05:41:48.827 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=3411, just started
05:41:48 system | socketio.1 started (pid=3421)
05:41:48 system | watch.1 started (pid=3426)
05:41:48 redis_cache.1 | 3411:C 28 Jan 2026 05:41:48.828 # Configuration loaded
05:41:48 redis_cache.1 | 3411:M 28 Jan 2026 05:41:48.829 * monotonic clock: POSIX clock_gettime
05:41:48 redis_cache.1 | 3411:M 28 Jan 2026 05:41:48.829 # Warning: Could not create server TCP listening socket 127.0.0.1:13000: bind: Address already in use
05:41:48 redis_cache.1 | 3411:M 28 Jan 2026 05:41:48.829 # Failed listening on port 13000 (TCP), aborting.
05:41:48 system | redis_cache.1 stopped (rc=1)
05:41:48 redis_queue.1 | 3414:C 28 Jan 2026 05:41:48.844 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
05:41:48 redis_queue.1 | 3414:C 28 Jan 2026 05:41:48.844 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=3414, just started
05:41:48 redis_queue.1 | 3414:C 28 Jan 2026 05:41:48.844 # Configuration loaded
05:41:48 system | schedule.1 started (pid=3425)
05:41:48 redis_queue.1 | 3414:M 28 Jan 2026 05:41:48.846 * monotonic clock: POSIX clock_gettime
05:41:48 redis_queue.1 | 3414:M 28 Jan 2026 05:41:48.847 # Warning: Could not create server TCP listening socket 127.0.0.1:11000: bind: Address already in use
05:41:48 redis_queue.1 | 3414:M 28 Jan 2026 05:41:48.847 # Failed listening on port 11000 (TCP), aborting.
05:41:48 system | worker.1 started (pid=3430)
05:41:48 system | sending SIGTERM to redis_queue.1 (pid 3410)
05:41:48 system | sending SIGTERM to web.1 (pid 3416)
05:41:48 system | sending SIGTERM to socketio.1 (pid 3421)
05:41:48 system | sending SIGTERM to watch.1 (pid 3426)
05:41:48 system | sending SIGTERM to schedule.1 (pid 3425)
05:41:48 system | sending SIGTERM to worker.1 (pid 3430)
05:41:48 system | schedule.1 stopped (rc=-15)
05:41:48 system | redis_queue.1 stopped (rc=-15)
05:41:48 system | worker.1 stopped (rc=-15)
05:41:48 system | watch.1 stopped (rc=-15)
05:41:48 system | socketio.1 stopped (rc=-15)
05:41:48 system | web.1 stopped (rc=-15)”
Your ports are already in use
Use ChatGPT to find out how to kill the processes (most probably an old bench did not shut down properly)