Fmstrat / diy-ipmi

A DIY IPMI / IP KVM system utilizing the Raspberry Pi
894 stars 100 forks source link

Multiple Server Config Broke Frontend #27

Closed seffyroff closed 5 years ago

seffyroff commented 5 years ago

I've added a second Pi0 and configured it in my ipmi.conf thusly:

[Rombus]
TTY=/dev/ttyUSB0
VID=/dev/video0
INP=1
PIN=2

[Celery]
TTY=/dev/ttyUSB1
VID=/dev/video0
INP=1
PIN=3

My frontend now has a whole bunch of function names etc in the combo box for server selection: https://i.imgur.com/HNYJKoB.png And Video output stopped working. In Chromium dev-tools I see the following error: https://i.imgur.com/FukTolm.png Do I somehow need to format the ipmi.conf differently so the server settings get a CR between them?

Fmstrat commented 5 years ago

See if the latest master works for you (specifically, https://github.com/Fmstrat/diy-ipmi/commit/825b8658c458c93e0d8fe43b02077093d8cf4503)

seffyroff commented 5 years ago

Thanks, that fixed it!