Search results

  1. M

    Prevent a sata controller to be loaded by AHCI

    I got it working, the clue: don’t use the latest firmware (241224-0000-00). For me pass through only worked with: 211108-0000-00. Full guide: https://gist.github.com/mietzen/6174d04a560fa0bb35f8e752f4743382
  2. M

    How to? Create or edit file with qm guest agent

    I wrote a python script / wrapper for this, it also lets you transfer files bigger than 1 MiB by transferring them in chunks. But don’t expect it to be fast: https://github.com/mietzen/proxmox-qm-file
  3. M

    about --pass-stdin <boolean> have support ?

    I wrote a little python script to do that. It uses qm guest exec together with cat, dd, stat and base64 inside the VM and it can transfers files above 1 MiB (in chunks). It is still slow, 100-300 KB/s, but it works reliable: https://github.com/mietzen/proxmox-qm-file
  4. M

    Support for xterm.js console by default for specific vm.

    This is not for a specific vm, but it might be a starting point: https://forum.proxmox.com/threads/default-console-option-has-no-effect.68577/#post-729291
  5. M

    Default Console Option has no effect ?

    I fixed this with a hacky tamper monkey script: // ==UserScript== // @name Proxmox swap embedded console // @version 1.0 // @description Swap noVNC to xterm.js in Proxmox embedded console // @match *://*/ // @include...
  6. M

    [SOLVED] OpenVPN in unprivileged container

    I got it working in 8.2.4: https://forum.proxmox.com/threads/mullvad-vpn-daemon-issues.97555/post-703176
  7. M

    Mullvad VPN Daemon issues

    Good News everyone, I tested this again in 8.2.4 and this is working! The cgroup problem in pve seems to be solved!
  8. M

    Default Console Option has no effect ?

    @t.lamprecht any news on this?
  9. M

    Mullvad VPN Daemon issues

    Looks like mullvad is not connected and is blocking your connection. What did mullvad status say? Also try starting the daemon directly and monitor the output: sudo /opt/Mullvad\ VPN/resources/mullvad-daemon -v
  10. M

    Proxmox VE 6.0 connecting every 10 seconds to cifs share

    Any Updates on this? It's really annoying that Promox opens and closes a new session every 10 seconds.
  11. M

    Mullvad VPN Daemon issues

    Everthing is working, lets wrap up: In /etc/pve/lxc/{{ VMID }}.conf add: lxc.mount.entry: /dev/net dev/net none bind,create=dir lxc.mount.entry: /tmp/net-cls-v1 tmp/net-cls-v1 none bind,create=dir On your Proxmox host do: script=/root/pepare-mullvad-lxc.sh servicename=pepare-mullvad-lxc...
  12. M

    Mullvad VPN Daemon issues

    New Error: [2022-07-26 11:29:22.555][mullvad_daemon][ERROR] Error: Unable to initialize daemon Caused by: Unable to initialize split tunneling Caused by: Unable to create cgroup for excluded processes Caused by: Permission denied (os error 13) so I guess there are still some v1 cgroups missing...
  13. M

    Mullvad VPN Daemon issues

    So how would I exactly mount net_cls on the Host to e.g. /sys/fs/net-cls-v1? And how would I mount this in the container?
  14. M

    Default Console Option has no effect ?

    That sounds great keep us posted!
  15. M

    Mullvad VPN Daemon issues

    Same here, just upgraded to Proxmox 7 on the weekend.