Issue with - bench start

@NCP
when bench start , it shows me

1. Could not create server TCP listening socket 127.0.0.1:11000: bind: Address already in use

2. Could not create server TCP listening socket 127.0.0.1:13000: bind: Address already in use


bench start
16:26:37 system | redis_queue.1 started (pid=672148)
16:26:37 system | web.1 started (pid=672151)
16:26:37 system | redis_cache.1 started (pid=672145)
16:26:37 system | worker.1 started (pid=672159)
16:26:37 worker.1 | /bin/sh: 1: cannot create logs/worker.log: Permission denied
16:26:37 system | worker.1 stopped (rc=2)
16:26:37 system | watch.1 started (pid=672155)
16:26:37 redis_queue.1 | 672156:C 25 Jul 2024 16:26:37.747 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:26:37 redis_queue.1 | 672156:C 25 Jul 2024 16:26:37.747 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=672156, just started
16:26:37 redis_queue.1 | 672156:C 25 Jul 2024 16:26:37.747 # Configuration loaded
16:26:37 redis_queue.1 | 672156:M 25 Jul 2024 16:26:37.748 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16:26:37 redis_queue.1 | 672156:M 25 Jul 2024 16:26:37.748 # Could not create server TCP listening socket 127.0.0.1:11000: bind: Address already in use
16:26:37 system | redis_queue.1 stopped (rc=1)
16:26:37 system | schedule.1 started (pid=672161)
16:26:37 redis_cache.1 | 672157:C 25 Jul 2024 16:26:37.749 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
16:26:37 redis_cache.1 | 672157:C 25 Jul 2024 16:26:37.749 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=672157, just started
16:26:37 redis_cache.1 | 672157:C 25 Jul 2024 16:26:37.749 # Configuration loaded
16:26:37 redis_cache.1 | 672157:M 25 Jul 2024 16:26:37.750 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16:26:37 system | socketio.1 started (pid=672160)
16:26:37 system | sending SIGTERM to redis_cache.1 (pid 672145)
16:26:37 system | sending SIGTERM to web.1 (pid 672151)
16:26:37 system | sending SIGTERM to socketio.1 (pid 672160)
16:26:37 system | sending SIGTERM to watch.1 (pid 672155)
16:26:37 system | sending SIGTERM to schedule.1 (pid 672161)
16:26:37 system | watch.1 stopped (rc=-15)
16:26:37 system | socketio.1 stopped (rc=-15)
16:26:37 redis_cache.1 | 672157:signal-handler (1721904997) Received SIGTERM scheduling shutdown…
16:26:37 redis_cache.1 | 672157:M 25 Jul 2024 16:26:37.751 # Could not create server TCP listening socket 127.0.0.1:13000: bind: Address already in use
16:26:37 system | redis_cache.1 stopped (rc=-15)
16:26:37 system | schedule.1 stopped (rc=-15)
16:26:37 system | web.1 stopped (rc=-15)
frappe@ticketsrv:~/frappe-bench$

Change the listening port to different port

Use this guide for a help