Search results

  1. T

    VM windows shutdown by itself

    and the problem would be more linked to this issue apparently : https://forum.proxmox.com/threads/vm-shutdown-kvm-entry-failed-hardware-error-0x80000021.109410/
  2. T

    qmeventd shutdown VM

    Thank you @eugenevdm for your help. I'll look in this new direction.
  3. T

    VM windows shutdown by itself

    It could be because the QEMU Guest Agent was not running automatically on the VM. I changed that in the Services of windows.
  4. T

    qmeventd shutdown VM

    If you find what cause your problem I'd like to know as I guess I have a similar issue : https://forum.proxmox.com/threads/vm-windows-shutdown-by-itself.115598/
  5. T

    VM windows shutdown by itself

    I found someone who seem to have a similar issue : https://forum.proxmox.com/threads/qmeventd-shutdown-vm.92279
  6. T

    VM windows shutdown by itself

    Hello, Two days ago, I found a VM windows off without reason. I first thought it had switch off itself after some obscure updates but apparently no. Then I look at Proxmox's logs and I found the following line I can't understand : I guess, it is the lines and that confirm that it is...
  7. T

    Two identical GPU Passthrough to two different VM

    Well, the current situation is for testing this gpu passthrough system. The idea is of course to add CTs on the side of this VM. Here is what we want to have at the end : - 1 VM with Windows and GPU Pass through : this VM is for us (we would connect through RDP) to be able to use some specific...
  8. T

    Two identical GPU Passthrough to two different VM

    Thank you for your quick answer and for trying to help me. The computer has 32 Go of Memory. The single VM (with GPU Passthrough, running Windows 11) has 20 Go. No other VM nor CT are currently running. However, Proxmox display a 95% of RAM usage. Proxmox use 8.9 Go when all VM are stopped...
  9. T

    Two identical GPU Passthrough to two different VM

    Sorry to come back to you @leesteken but if I believe I understood the problem, I could not find any solution... I ended up starting only one single VM with 20 Go of RAM over 32 Go (to be sure Proxmox would not come in conflict with the VM) but still the VM might stop time to time suddenly (I...
  10. T

    Two identical GPU Passthrough to two different VM

    I'm not sure to understand all the fine technical details you wrote but I guess I got the overall meaning and I thank you for this explanation.
  11. T

    Two identical GPU Passthrough to two different VM

    It's ok, the problem was not coming from GPU passthrough but from RAM amount dedicated to each VM...
  12. T

    Two identical GPU Passthrough to two different VM

    Hello, I have two identical GPU, Nvidia 1050 TI. I managed to follow explanation to passthrough my GPU to my VM thanks to https://pve.proxmox.com/wiki/PCI(e)_Passthrough https://pve.proxmox.com/wiki/Pci_passthrough https://gist.github.com/qubidt/64f617e959725e934992b080e677656f cat...
  13. T

    Collabora Online Development Edition in unprivileged CT of Proxmox

    I indeed have a reverse proxy nginx but if you have only nextcloud and collabora, you don't need it. You can create two CT : - one for nextcloud listening port 80 and 443 with SSL/TLS Lets'encrypt - one with collabora online listening only to port 80 with a local IP (within your proxmox) Then...
  14. T

    Collabora Online Development Edition in unprivileged CT of Proxmox

    Here is the error I get tar: ./opt/lool/child-roots/vBNNXFeTQ11TM8yp/tmp/dev/random: Cannot mknod: Operation not permitted tar: ./opt/lool/child-roots/vBNNXFeTQ11TM8yp/tmp/dev/urandom: Cannot mknod: Operation not permitted tar: ./var/spool/postfix/dev/random: Cannot mknod: Operation not...
  15. T

    Collabora Online Development Edition in unprivileged CT of Proxmox

    I face the same problem than you. I can't restore a CT for which I have added features: mknod=1 So what I always do before updating this CT is that I restore the CT to a state before I added it, then I update the CT (all software in it), I do a new backup and then I add again features: mknod=1...
  16. T

    Collabora Online Development Edition in unprivileged CT of Proxmox

    features: mknod=1 into /etc/pve/lxc/xxx.conf did the trick! Thank you @fabian
  17. T

    Collabora Online Development Edition in unprivileged CT of Proxmox

    I will try that. By the way, I have installed Collabora Online with the same settings on a VM in Proxmox instead of an unprivileged CT and it does work perfectly! So I guess the problem come from proxmox unprivileged CT...
  18. T

    Collabora Online Development Edition in unprivileged CT of Proxmox

    Hello, I have installed Collabora Online Development Edition in unprivileged CT of Proxmox (and Nextcloud on an other CT) : LOOLWSD 6.4.10 (git hash: b4fa48ef) Collabora Office 6.4-45 (git hash: a21347f) It is on a "Debian GNU/Linux 10 (buster)" unprivileged CT of Proxmox with...
  19. T

    Redirect all traffic IPv6 (CIDR) to one VM (OPNsense)?

    Hello, I have an IPv4 Iptables script that redirect all traffic of my single public IPv4 to my OPNsense VM (local IPv4) that I'm trying to edit in order to do the same but with IPv6. I'd like not only Proxmox to be IPv6 ready (it is already) but also my OPNsense VM and all other VM and CT that...
  20. T

    Dual stack Ipv4/Ipv6 and Iptable

    This thread could be closed...