Recent content by daniel.kovacs

  1. D

    Random kernel panic VMware imported guests

    Hello! We have a few VM what we imported from VMware ESXi, and they get kernel panic random intervals. Sometimes they run without problem for a couple of months but sometimes they get kernel panic 2-3 times within a week. The picutre above took from an Ubuntu 18.04 guest. We have 60-70VMs in...
  2. D

    Accessing VM's NoVNC from another website

    Hi! I need the same solution. I'd like to embed the vnc console to my own site. I can get the vnc ticket with the POST /api2/json/nodes/{node}/openvz/{vmid}/vncproxy API call. After it I call the GET /api2/json/nodes/{node}/openvz/{vmid}/vncwebsocket endpoint and it returns a port. After it I...