ail-project / ail-framework

AIL framework - Analysis Information Leak framework
GNU Affero General Public License v3.0
600 stars 80 forks source link

Cannot start redis server #216

Open zxcvwrs opened 7 months ago

zxcvwrs commented 7 months ago

Hello, after doing ./LAUNCH.sh -l I get the following error:

image

Tried debugging it, restarting the processes and modifying the command from "redis-server" to "redis-server &" or "redis-server --daemonize=yes" but nothing helped.

Terrtia commented 7 months ago

Hi @zxcvwrs ! You shouldn't modify the redis-server command. I noticed in the output that redis screens have already been launched.

You can inspect the contents of the Redis screen using the command screen -r Redis_AIL

zxcvwrs commented 7 months ago

@Terrtia, the redis-server command was set to the initial value on the screenshot. The Redis server has not already been launched, as you can see from the screenshot: "Could not connect to Redis at 127.0.0.1:6380, 6381". This occurs even if I run this initial script the first time the machine booted, so some other service could not occupy these ports - I don't see any port occupation.

nexhis commented 3 months ago

@zxcvwrs did you solve this problem? I am having the same error when launching AIL