Search results

  1. T

    VM freezes irregularly

    And more freezes again, any ideas?
  2. T

    VM freezes irregularly

    I deactivated the RAM ballooning and so far no more freezes
  3. T

    VM freezes irregularly

    I updated the text with the latest troubleshooting results. I hope someone has an idea. Based on another thread here in the forum I disabled RAM ballooning for the VM as well. Edit: added cat /etc/pve/qemu-server/<vmid>.conf pveversion -v lscpu
  4. T

    VM freezes irregularly

    Hi everyone, I have rewritten the text based on the troubleshooting I have tried. I am at my wit's end here: Some weeks ago, I bought a pfsense box on AliExpress (4-core N5105, 8GB RAM and 250GB NVMe) and installed Proxmox on it. On the box I run two VMs: pfSense - runs excellent and no...
  5. T

    pfsense VM internal-error

    Hi, I have switched to pfSense and I am running it on proxmox. So far everything works reltively fine (except all my config user errors in pfsense). the VM had an internal error twice and this time I had a look at /var/log/syslog/ as recommended here in the forum. This is the relevant portion I...
  6. T

    Best way to setup a virtualized router

    I ordered this one with the N5105: https://www.aliexpress.com/item/1005003991560461.html?spm=a2g0o.detail.1000023.2.44084824JJdCyg 4xIntel i225-V B3 2.5G RJ45 LANs
  7. T

    Best way to setup a virtualized router

    Thanks, will check that out! Would that enable me to use the whole disk?
  8. T

    Best way to setup a virtualized router

    Hi, I have a mini PC on the way from China and plan to install 3 things on there: - pfsense as our router - pi-hole - home bridge I plan To install 8GB ram and a 256gb NVMe drive in it. My question is: What is the best way to initialize proxmox with the correct sizes for local and local-lvm...
  9. T

    Resize local or local-lvm (and how?)

    Hi everyone, I finally had time to come back to my initial question. I store proxmox backups on my TrueNAS, which is running in a VM on my proxmox server. This also means that I cannot backup the TrueNAS VM on TrueNAS itself. So I would like to split up the proxmox SSD into local: 150GB...
  10. T

    Resize local or local-lvm (and how?)

    I ha I have not thought about backup and snapshots so far - so maybe I should do that first :D
  11. T

    [SOLVED] How to "force-remove" container

    That helped - thanks! TIL: containers configs are in /etc/pve/lxc/
  12. T

    [SOLVED] How to "force-remove" container

    Hi, I started Proxmox with putting docker into containers. After I learned the limitations and best practices, I switched to VMs. I still have one container left, that I am not able to start or remove.The error message is as follows: Destroy: TASK ERROR: storage 'truenas-downloads' does not...
  13. T

    Resize local or local-lvm (and how?)

    Thanks! I do not have any data on /dev/sda3 as of now. Deleting the partition will only delete the data there, correct? Not on the other paritions?
  14. T

    [SOLVED] Local storage shown as "full" without ISOs

    That was it - nice and empty. Thanks everyone!
  15. T

    [SOLVED] Local storage shown as "full" without ISOs

    There is one file in /var/tmp that is bigger than a few kb: -rw------- 1 www-data www-data 9797550080 Feb 11 12:24 pveupload-0681c501e92731fd3427dfd0c884e120 Can I just delete that one?
  16. T

    Resize local or local-lvm (and how?)

    OK, I am a little confused! I am new to proxmox and my assumption is that I need to extend the partition, then the volume group and then the volume, correct? Here is the output from the commands above mentioned by @jaegerschnitzel: pvs: root@pve:~# pvs PV VG Fmt Attr PSize PFree...
  17. T

    Resize local or local-lvm (and how?)

    Local-lvm it is then! Thanks a lot, will check on the the tutorial online
  18. T

    Resize local or local-lvm (and how?)

    Hi everyone, I installed proxmox (7.1-10) on a 250GB SSD and maybe as a beginner error, I did not extend local or local-lvm to be able to use the whole disk. I would like to use the remaining space (local is 16gb and local-lvm is 30gb) asl well for VMs, containers etc. Two questions: Which one...
  19. T

    [SOLVED] Local storage shown as "full" without ISOs

    That worked from a command perspective, but it is still shown as nearly full:
  20. T

    [SOLVED] Local storage shown as "full" without ISOs

    Hi, My local storage that is used for the ISOs is shown as 80% full, although I deleted all ISOs. Before I deleted the files, I got an error message "storage is full" with every proxmox activity. I tried to upload a large image file twice today and it aborted twice? Are the remains of those...