hi,
I have a virtual appliance, which requires a serial port to boot. It's never needed to transmit any data, it just needs to be there.
on 6.1-8 I can find an option in the GUI (Hardware -> Add -> Serial Port). the appliance boots.
on 5.0-23 this is missing.
I tried to add the port manually "qm set 210 -serial0 socket", but the appliance doesnt boot. there is no access to the "inside" I cant see whats going on.
the difference I can see is
that on 6.1-8
while 5.0-23
stays "disconnected"
I'm wondering that serial is kind of superoldworldfeature, so I can't believe it was added "recently". But believing isnt knowing.
What am I missing ? Any workaround beside upgrading ?
thanks
jupp
I have a virtual appliance, which requires a serial port to boot. It's never needed to transmit any data, it just needs to be there.
on 6.1-8 I can find an option in the GUI (Hardware -> Add -> Serial Port). the appliance boots.
on 5.0-23 this is missing.
I tried to add the port manually "qm set 210 -serial0 socket", but the appliance doesnt boot. there is no access to the "inside" I cant see whats going on.
the difference I can see is
that on 6.1-8
Code:
qm> info chardev
serial0: filename=unix:/var/run/qemu-server/210.serial0,server
qmp: filename=unix:/var/run/qemu-server/210.qmp,server
qmp-event: filename=unix:
Code:
qm> info chardev
serial0: filename=disconnected:unix:/var/run/qemu-server/210.serial0,server
qmp: filename=unix:/var/run/qemu-server/210.qmp,server
qm>
I'm wondering that serial is kind of superoldworldfeature, so I can't believe it was added "recently". But believing isnt knowing.
What am I missing ? Any workaround beside upgrading ?
thanks
jupp