I had the development system running, and executed the production setup steps without a separate terminal running Bench. When I try to run bench, it fails, with this error:
18:52:05 redis_socketio.1 | 3157:C 02 Sep 2022 18:52:05.480 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
18:52:05 redis_socketio.1 | 3157:C 02 Sep 2022 18:52:05.480 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=3157, just started
18:52:05 redis_socketio.1 | 3157:C 02 Sep 2022 18:52:05.480 # Configuration loaded
18:52:05 redis_socketio.1 | 3157:M 02 Sep 2022 18:52:05.481 * Increased maximum number of open files to 10032 (it was originally set to 1024).
18:52:05 redis_socketio.1 | 3157:M 02 Sep 2022 18:52:05.481 # Could not create server TCP listening socket 127.0.0.1:12000: bind: Address already in use
How do I fix this?
The /etc/hosts file is the following:
# /etc/hosts 127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.0.1 site1.local
It used to show up at (servierip:8000) and now no longer has that.