Whenever I try to run bench start I get this issue, I have been trying to set up this website since 2-3 weeks but getting a lot of errors here is the error:
I am running this on my windows machine using WSL
(myvenv) pentangletech@DESKTOP-2C5H4RB:~/gsod-test/gsod-test-bench$ bench start
09:38:13 system | redis_queue.1 started (pid=32774)
09:38:13 system | web.1 started (pid=32778)
09:38:13 system | redis_cache.1 started (pid=32771)
09:38:13 system | schedule.1 started (pid=32783)
09:38:13 system | socketio.1 started (pid=32782)
09:38:13 system | watch.1 started (pid=32784)
09:38:13 system | worker.1 started (pid=32788)
09:38:14 redis_cache.1 | 32789:C 06 Mar 2025 09:38:14.047 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:38:14 redis_cache.1 | 32789:C 06 Mar 2025 09:38:14.047 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=32789, just started
09:38:14 redis_cache.1 | 32789:C 06 Mar 2025 09:38:14.047 # Configuration loaded
09:38:14 redis_cache.1 | 32789:M 06 Mar 2025 09:38:14.048 * Increased maximum number of open files to 10032 (it was originally set to 1024).
09:38:14 redis_cache.1 | 32789:M 06 Mar 2025 09:38:14.048 * monotonic clock: POSIX clock_gettime
09:38:14 redis_cache.1 | 32789:M 06 Mar 2025 09:38:14.048 # Warning: Could not create server TCP listening socket 127.0.0.1:13000: bind: Address already in use
09:38:14 redis_cache.1 | 32789:M 06 Mar 2025 09:38:14.048 # Failed listening on port 13000 (TCP), aborting.
09:38:14 redis_queue.1 | 32792:C 06 Mar 2025 09:38:14.060 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:38:14 redis_queue.1 | 32792:C 06 Mar 2025 09:38:14.060 # Redis version=7.0.15, bits=64, commit=00000000, modified=0, pid=32792, just started
09:38:14 redis_queue.1 | 32792:C 06 Mar 2025 09:38:14.060 # Configuration loaded
09:38:14 redis_queue.1 | 32792:M 06 Mar 2025 09:38:14.061 * Increased maximum number of open files to 10032 (it was originally set to 1024).
09:38:14 redis_queue.1 | 32792:M 06 Mar 2025 09:38:14.061 * monotonic clock: POSIX clock_gettime
09:38:14 redis_queue.1 | 32792:M 06 Mar 2025 09:38:14.061 # Warning: Could not create server TCP listening socket 127.0.0.1:11000: bind: Address already in use
09:38:14 redis_queue.1 | 32792:M 06 Mar 2025 09:38:14.061 # Failed listening on port 11000 (TCP), aborting.
09:38:14 system | redis_cache.1 stopped (rc=1)
09:38:14 system | sending SIGTERM to redis_queue.1 (pid 32774)
09:38:14 system | sending SIGTERM to web.1 (pid 32778)
09:38:14 system | sending SIGTERM to socketio.1 (pid 32782)
09:38:14 system | sending SIGTERM to watch.1 (pid 32784)
09:38:14 system | sending SIGTERM to schedule.1 (pid 32783)
09:38:14 system | sending SIGTERM to worker.1 (pid 32788)
09:38:14 system | redis_queue.1 stopped (rc=1)
09:38:14 system | web.1 stopped (rc=-15)
09:38:14 system | worker.1 stopped (rc=-15)
09:38:14 system | schedule.1 stopped (rc=-15)
09:38:14 system | socketio.1 stopped (rc=-15)
09:38:14 system | watch.1 stopped (rc=-15)