Search results

  1. U

    Proxmox Ram läuft voll auf Ubuntu VM

    Installiere den qemu-guest-agent. Gibt es im Log oom Killer einträge?
  2. U

    [SOLVED] Speicherplatz failed Backups

    Du kannst die files als älter 24h markieren, dann sollte es klappen find /path/to/datastore -type f -mtime -1 -exec touch '1 June 2018 11:02' {} \;
  3. U

    Proxmox Port on Raspberry Pi 5 and other arm boards

    Just found this https://youtu.be/oe1_JVl63a0?si=vyXpkWsChoqwWVSn
  4. U

    Advice on LXC for multiple appliances

    You can of course run multiple Services on one container, but i would recomment to use one container per service. You can do upgrades independently, so if pihole has an upgrade to the next debian release but eg paperless does not you can do that upgrade without breaking your other software...
  5. U

    [SOLVED] Removed NVME drive lost networking

    If I change a card I know I changed a card AND I am physically present, so no problems at all. If I know the MAC I can adjust the settings even before swapping the card
  6. U

    [SOLVED] Removed NVME drive lost networking

    In my estimation this is a BUG, not specifically in Proxmox but in linux in general, the (un)predictable Network Interface Names are a stupid idea
  7. U

    Unofficial updater script for Proxmox VE (HOST / LXC / VM )

    I would like a --hosts-only and --guests-only switch
  8. U

    Unofficial updater script for Proxmox VE (HOST / LXC / VM )

    I suggest something like "updater for pve"
  9. U

    Unofficial updater script for Proxmox VE (HOST / LXC / VM )

    Trying it right now, like it so far. I might be interesting to look at topgrade, which also upgrade flatpack snap cargo pip ... packages
  10. U

    Einbinden geklonte Festplatte als Ersatz

    You can also do a vgscan
  11. U

    Einbinden geklonte Festplatte als Ersatz

    And testdisk on sdb, there should be a second partition as a Physical Volume for your Volume Group Speicher on sdb
  12. U

    Einbinden geklonte Festplatte als Ersatz

    Do a pvscan /dev/sdb
  13. U

    Einbinden geklonte Festplatte als Ersatz

    At lvdisplay you posted the output of vgdisplay
  14. U

    Proxmox on aarch64 (arm64)

    For LXC Containers on arm you NEED arm container templates, the x86 container templates from proxmox will NOT work
  15. U

    local and local-lvm

    Short intro to LVM: 3 Layers: - Physical Volumes - Volume Groups - Logical Volumes pvs shows the physical volumes (physical disks or partitions) vgs shows the volume group(s), VGs consists of one or more PVs (so if you run out of space you can add a new disk to your VG) lvs show your logical...
  16. U

    Can’t mount storage to LXC Container

    you cannot load kernel modules inside a container, you can mount it on the host and do a bindmount into the container
  17. U

    Einbinden geklonte Festplatte als Ersatz

    fdisk shows only a 16Mb Partition on your sdb and nvme. Maybe the partition table was lost / overwritten? Do you remember how it was partitioned? What kind of storage had you configured? LVM like on sda? zfs? Show output of cat /etc/pve/storage.cfg Show output of pvdisplay, vgdisplay...
  18. U

    Undeletable network interface after fresh install

    auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static <------>address 88.888.888.88/28 <------>hwaddress 0c:c4:7a:34:3e:cc Like this, some providers dont like it (that is block you) if you have another mac in their network <------>gateway 88.888.888.88...
  19. U

    Can't run Proxmox on Raspberry Pi 5 8GB

    This is definitly the wrong forum, since arm processors (and therefor raspi) are not supported by proxmox officially. Raspberry Pi OS for raspi 5 is based on debian 12(bookworm) the pimox packages you tried to install are for debian 11 (bullseye) I dont know if there is a pimox8 yet, look...