Search results

  1. U

    Unable to access proxmox web interface

    1. Can you ping the ip of your proxmox server? 2. Are all services running (systemctl --failed) 3. Do you see traffic when you try to connect to your proxmox webinterface with tcpdump? tcpdump -ni any port 8006
  2. U

    Bootplatte defekt: neue Platte eingebaut: Wie geht es weiter

    Schön dass es wieder tut ;) Lessons learnt: Die wichtigen Sachen dokumentieren, z.B. verwendeter storage, Backupserver Zugang, bei verschlüsseltem Backup den entschlüsselungskey ;)
  3. U

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

    Good news, could we have an option to delete the snapshot from the update before? Mon snap, update Tue delete snap from last update create new snap, update Wed delete snap from last update create new snap, update ...
  4. U

    Sometimes, Proxmox is not visible on the network, before I restart it a couple of times.

    ok, so your nic is not started properly. Please post output of 1. systemctl status networking (while it is broken) then do a systemctl restart networking and systemctl status networking again
  5. U

    Sometimes, Proxmox is not visible on the network, before I restart it a couple of times.

    With not visible on the network I assume you mea you cannot ping the address of your proxmox Host, correct? So while you ping the proxmox Host IP from your client check with tcpdump -i eno1 icmp and tcpdump -i vmbr0 icmp on your proxmox if it is receiving the ping packages. Try to ping your...
  6. U

    Proxmox Ram läuft voll auf Ubuntu VM

    Installiere den qemu-guest-agent. Gibt es im Log oom Killer einträge?
  7. 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' {} \;
  8. U

    Proxmox Port on Raspberry Pi 5 and other arm boards

    Just found this https://youtu.be/oe1_JVl63a0?si=vyXpkWsChoqwWVSn
  9. 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...
  10. 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
  11. 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
  12. U

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

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

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

    I suggest something like "updater for pve"
  14. 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
  15. U

    Einbinden geklonte Festplatte als Ersatz

    You can also do a vgscan
  16. 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
  17. U

    Einbinden geklonte Festplatte als Ersatz

    Do a pvscan /dev/sdb
  18. U

    Einbinden geklonte Festplatte als Ersatz

    At lvdisplay you posted the output of vgdisplay