-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RabbitMQ Connection failed: timeout #22
Comments
So I figured out I need to reconfigure RabbitMQ and Redis for my system.
Changing the Rabbit host in the config to this IP, and I get However, the |
Are you able to run the supervisor web site? If you can get into that web site then you can click on 'tail' and see any errors in the process. |
Also run pi@raspberrypi:~/bin $ fcmdiag |
When I
|
Restarting all supervisor processes from the command line shows: |
The issue with |
If I run the |
The Ignoring the website interface for a moment, restarting all processes from the command line I get However, running |
I will research. I have never seen that error. |
Which OS are you running on? Run I see that a new version of raspbian was released October 9. I have not tested on that version yet. I will download and test it on the latest version in the next couple of days. |
I installed FullCycle on the October raspbian and made a few small fixes to the install and committed the fixes to github. I noticed that supervisord was not automatically installed by raspbian. If you installed it manually you should get version 3.3.4
But supervisord is working for me. You might need to uninstall and reinstall supervisord.
I had an issue in the past where I had 2 versions of supervisord installed and it caused problems. Please review the following items.
2)sudo nano ~/fullcycle/fullcyclepy/backend/config/miners.conf
As a test, run |
Thanks and sorry about message ordering yesterday GitHub was failing. I believe the Supervisor message is due to the Unicode encoding. In the miner conf “default” port is 4048 or similar however running port scan mine are only open on port 22 and 80. Will this use ssh port 22 or do I need to open another port on the miner to interface? I’ll try reinstalling dependencies and see if that helps too. |
Closing this - I bought a Pi instead. I've opened a new tickets relating to setup: #23 |
I can't configure the
fcmalert
process to connect to RabbitMQ.If I run
when_alert.py
I get the errorpika.exceptions.ConnectionClosed: Connection to 192.168.1.86:5672 failed: timeout
.I installed RabbitMQ in a docker container.
According to netstat
docker-proxy
is bound to port 5672 and port 15672 however only using IPv6 (not 4).Any ideas?
The text was updated successfully, but these errors were encountered: