Recent content by hoggle

  1. H

    [HELP] Proxmox Linux VM crashing randomly with no logs or way to diagnose. I've tried everything!

    I have exactly the same issue. VM crashes randomly after some hours. No log entries on PVE neither on VM. Intel Celeron J6412 (2,00 GHz, 4-Core, 1,5 MB) 3x 2,5GBit/s on Board LAN (Intel I225-V) 32 GB (1x 32768 MB) SO-DIMM DDR4 3200 RAM 128 GB ATP A600Vc Value M.2 SATA SSD...
  2. H

    [SOLVED] pfSense in VM extremly slow

    I also had performance trouble with pfsense as a proxmox guest. But my solution to this was neither related to proxmox nor to pfsense. I needed to put my cable modem in BRIDGE-MODE to get full throttle (even though Vodafone recommends on the settings page not to do so - they have no clue...)
  3. H

    Logical Volume "data"

    Nevermind... This worked: lvremove /dev/pve/data lvextend -l +100%FREE /dev/pve/root resize2fs /dev/dm-0 Since I had nothing stored on it, I removed it and resized the root partition.
  4. H

    Logical Volume "data"

    Hi I am running out of space in my PVE root partition. There is Logical Volume called "data" which does not seem to be in use. Can I safely remove that LV and extend the root LV ? root@lab:/# pvs PV VG Fmt Attr PSize PFree /dev/sda3 pve lvm2 a-- 14.66g 0 /dev/sdb1...
  5. H

    Pass USB device to guest VM

    Hi, there is a good description here how to pass USB devices to guest VM's: Works perfectly after a reboot. Thanks. But - everytime I restart VM's or the entire Proxmox Host this setting is gone and I have to do it again. Can I somehow make this persistent somewhere ?
  6. H

    backup snapshot mode

    snapshot mode This mode provides the lowest operation downtime, at the cost of a small inconstancy risk. It works by performing a Proxmox VE live backup, in which data blocks are copied while the VM is running. If the guest agent is enabled (agent: 1) and running, it callsguest-fsfreeze-freeze...