Hi,
i solved my previous issue but i got a new one : RabbitMQ doesn't work !
rabbitmqctl status says :
config : debian squeeze 64bits, dedicated server,
last version of Airtime installed with repo this morning
Apache was already installed and i configured it with a virtualhost to access Airtime interface thru radio.airlab.fr.
I add to manually reconfigure pypo to access airtime with this host (that was my previous - now solved - issue).
i got iptables blocking most of ports (only ssh, http, https, ftp and 8000 allowed).
When i connect Airtime, it is very long, sometimes my server crashs (i have to restart it) and sometimes it push a message that says the connection is impossible on 127.0.0.1:5672 - rabbitMQ i guess)
and the PYPO log says he found Airtime version but then he can't socket.connect (Errno 111)
I saw some post like mine (about errno 111) but i didnt find a proper answer.
One post suggest to do
,
i did it, then rabbitmqctl status was happy,
but then when i tried to connect Airtime, my server crashed again. After restart, back to the first point : rabbitMQ is not started correctly..
Why rabbitMQ doesn't start well ?
Any clue ? log file to watch ?
Thanks again,
Thomas
i solved my previous issue but i got a new one : RabbitMQ doesn't work !
rabbitmqctl status says :
Status of node 'rabbit@AirLab-Server' ... Error: unable to connect to node 'rabbit@AirLab-Server': nodedown diagnostics: - nodes and their ports on AirLab-Server: [{rabbitmqctl3593,54549}] - current node: 'rabbitmqctl3593@AirLab-Server' - current node home dir: /var/lib/rabbitmq - current node cookie hash: oZUldjdfV8byfAZGByTzjw==
config : debian squeeze 64bits, dedicated server,
last version of Airtime installed with repo this morning
Apache was already installed and i configured it with a virtualhost to access Airtime interface thru radio.airlab.fr.
I add to manually reconfigure pypo to access airtime with this host (that was my previous - now solved - issue).
i got iptables blocking most of ports (only ssh, http, https, ftp and 8000 allowed).
When i connect Airtime, it is very long, sometimes my server crashs (i have to restart it) and sometimes it push a message that says the connection is impossible on 127.0.0.1:5672 - rabbitMQ i guess)
and the PYPO log says he found Airtime version but then he can't socket.connect (Errno 111)
I saw some post like mine (about errno 111) but i didnt find a proper answer.
One post suggest to do
sudo service rabbitmq-server start
i did it, then rabbitmqctl status was happy,
but then when i tried to connect Airtime, my server crashed again. After restart, back to the first point : rabbitMQ is not started correctly..
Why rabbitMQ doesn't start well ?
Any clue ? log file to watch ?
Thanks again,
Thomas