Search results

  1. F

    LXC - Host CPU usage shown in htop and other applications

    Hello everyone, since I have updated from PVE 6 to PVE 7 and PVE 8 I notice that on LXC containers in for example htop or other applications that are reading out the CPU utilization, the host CPU usage is shown and not the LXC container CPU usage. Even when there is no load at all on the LXC...
  2. F

    Realer RAM-Verbrauch von VMs

    Hallo, der in Proxmox angezeigte RAM-Verbrauch einer VM spiegelt leider nicht den "tatsächlichen" RAM-Verbrauch wider (zumindest nicht bei mir). Das Ganze wurde schon in diversen anderen Threads diskutiert. So wie ich das verstanden habe, müsste Proxmox allerdings den realen Verbrauch anzeigen...
  3. F

    [SOLVED] LXC won't start

    Hello, since yesterday I have a problem with my lxc containers. First I noticed the following behavior: When attaching a screen inside the container (with screen -r ...) the following message appeared: WriteMessage: Too much references: can't splice (German: WriteMessage: Zu viele Referenzen...
  4. F

    API status: Netin and Netout

    Hello, I want to get the current bandwidth (inbound and outbound) used from a lxc container or a qemu machine via the API. Using /nodes/{node}/{lxc,qemu}/{vmid}/status/current, I get the following JSON response...
  5. F

    GPU Passthrough with NVIDIA GTX 1050 Ti

    Hey, I am trying to use a Nvidia Gtx 1050 TI in a Windows VM. I've been going through the Wiki multiple times, but i am stuck on one error. My problem is that i always get error code 43 on NVIDIA driver. I have set the cpu type to "host" and also added the "hidden" option to the cpu...
  6. F

    Restrict lxc access only to assigned ip

    Hello, how is it possible to configure via the internal proxmox firewall, that every lxc container can use only the ip address which is assigned to it? For example i assign ip 10.0.0.5 to vm100, then vm100 can use e.g. ip 10.0.0.6 through editing the /etc/network/interfaces file. Currently i...
  7. F

    API: Get current cpu, memory, disk usage

    Dear proxmox community, how can i get the current cpu usage (in percent), memory (and swap) usage and the disk usage of a lxc server with the api? I am currently using this api client (php): https://github.com/Corsinvest/cv4pve-api-php Thanks for your help!
  8. F

    unable to fork worker - No space left on device at

    Hello, i have the problem on my new pve 5 host system that sometimes the message "unable to fork worker - No space left on device" appears. But i have over 100GB left on my storage. Sometimes i cannot login via ssh and within the lxc containers this message also appears. I have about 50 lxc...
  9. F

    [LXC] Wrong swap amount displayed

    Hello, i am currently using the latest version of Proxmox VE (version 5.4) and i have the problem that i configure for example 1GB of swap for a lxc container, but inside of this container the sum of assigned ram and the configured swap is displayed as swap amount. So when i configure e.g. 2GB...
  10. F

    Limit number of cores in LXC container

    Hello, is there a way - like in Proxmox 3 with OpenVZ - to limit the number of cores of a LXC container in Proxmox 4? Thanks for answers
  11. F

    Proxmox 3: Backup error

    Hello, i want to take automatic backups of all vm's. Everything is working fine, but on only one of my vm's there is an error when taking a backup. In the email from the automatic backup there is standing this: "command 'vzctl --skiplock chkpnt 155 --suspend' failed: exit code 16" When i...
  12. F

    How much traffic causes an container

    Hello, is it possible to see how much rx and tx a container currently is using? Thanks for helping :)