When starting an VNCProxy thru the api this works perfect, one big issue here tho, as the command which starts it is:
It crashes only when connecting, quite logical, since the command passed thru nc should be in my case:
And NOT the 2 behind it, since it does not accept that 2nd parameter.
Output from a telnet to port 5900:
Would be nice to have an hotfix for this issue, so we can use the VNCProxy
Also would like the opportunity to say keep up the great work, i LOVE the new PVE2.0 its really awesome!
Code:
/bin/nc -l -p 5900 -w 10 -c '/usr/sbin/qm vncproxy 100 2'
It crashes only when connecting, quite logical, since the command passed thru nc should be in my case:
Code:
/usr/sbin/qm vncproxy 100
Output from a telnet to port 5900:
Code:
400 wrong number of arguments
qm vncproxy <vmid>
Would be nice to have an hotfix for this issue, so we can use the VNCProxy

Also would like the opportunity to say keep up the great work, i LOVE the new PVE2.0 its really awesome!