Date
1 - 3 of 3
DVSwitch Dasboard with HBmonitor
f5ore@...
I installed DVSwitch-System-Builder on a VPS .
Now I don't have the HBmonitor dasboard anymore because it uses the same port 9000 :
File "/usr/local/lib/python3.7/dist-packages/twisted/internet/tcp.py", line 1329, in startListening
raise CannotListenError(self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:9000: [Errno 98] Address already in use.
How can I remove only the DVSwitch Dashboard?
73 Alain / F5ORE
|
|
DVSwitch Dashboard does not use port 9000. You can stop the
dashboard with:
toggle quoted messageShow quoted text
systemctl stop lighttpd systemctl disable lighttpd netstat -tnap will tell you what is using port 9000
On 4/24/21 10:45 AM, f5ore via
groups.io wrote:
|
|
f5ore@...
Steve
Thank you very much, I found it!
This is webproxy which used the same port as HBmonitor (8080) I stopped webproxy 73 Alain / F5ORE
|
|