Recent content by eth

  1. E

    Upgrade problem to 8.2 (6.8 kernel - nvidia drivers)

    Here is the full command list which worked in my case: sudo apt update apt install -y pve-headers-$(uname -r) apt install build-essential pkg-config xorg xorg-dev libglvnd0 libglvnd-dev apt install -y dkms pve-headers wget apt install pve-headers-6.5.13-5-pve cp...
  2. E

    Import LXC container template from linuxcontainers.org

    You can also downlod the latest file directly from https://images.linuxcontainers.org/images/oracle/9/amd64/default/
  3. E

    Windows 11 Virtual Machine very slow performance

    Use VirtIO-GPU (or even better, VirGL) and set display memory to 512.
  4. E

    Backup of VM 218 failed - unable to parse volume ID '/var/lib/lxc/218'

    Hi! I've created my LXC in a folder (/var/lib/lxc/218), so I could use the full capacity of the host's disk: pct create 218 /var/lib/vz/template/cache/oracle-linux-8-20220719.tar.xz --rootfs=/var/lib/lxc/218 --hostname w18 --net0 name=eth0,ip=10.0.0.18/24,gw=10.0.0.1,bridge=vmbr1 --memory 7196...
  5. E

    no connection to the internet from container

    Docker is somehow conflicting with proxmox routing. Upon scanning the blogs/forums, there is no solution where proxmox and docker can live together on the same level. I ended up creating a CT (not LXC) with Centos 8 and putting docker inside of it. This is a clean solution, since each level...
  6. E

    no connection to the internet from container

    Anyone found a solution for this? I just installed docker on the host and lost internet connection on the Proxmox LXC containers.
  7. E

    Pci passthrough (qla2xxx) crashes host

    did you manage to get this resolved? I'm hitting exactly the same problem here.
  8. E

    Cannot migrate "directory based storage" LXC to another cluster node

    Is there a way how I can move the LXC to another cluster node through the GUI? I don't care about live migration - I can shut it down, I just need the files / configs transferred.
  9. E

    Cannot migrate "directory based storage" LXC to another cluster node

    Hello! I use node directories for storing my LXC container data. This allows me to use the full disk space of the node more effectively (instead of carving out a part of it that might not be used fully). Here is the config of one of the LXC's: arch: amd64 features: fuse=1,nesting=1 hostname...
  10. E

    Feature request: configure network interface speed

    Well, I have what I have. These are not new servers that I'm working with.
  11. E

    Feature request: configure network interface speed

    I would like to lock 1GBPS on my network cards that sometimes fall back to 100mbps. For now I'm using a custom-made bash script, but it would be amazing if network interface speeds could be assigned through the web interface.
  12. E

    Centos7 does not complete shutdown?

    If you're not using Qemu, this can also be related to faulty /etc/init.d/ scripts which are causing the shutdown to abort on a system level. They are very hard to diagnose, since there is nothing in the logs. So, if you have custom /etc/init.d scripts, they are most likely the problem.
  13. E

    idea: make proxmox installer more simple in design

    Such a pain figuring out what input is the active one:
  14. E

    idea: make proxmox installer more simple in design

    Hello! I'm using a very old KVM system to access my datacenter and I've noticed that the proxmox installation interface is very sluggish: Perhaps it's possible to remove all gradients (or redo the interfaces in ncurses?). Also, the window barely fits into a 640x480 kvm window. Also, I have a...