Recent content by Meister Mopper

  1. M

    Debian 13.1 LXC template fails to create/start (FIX)

    I updated the new pve-container version and installed the trixie template from here. Since then there were no network problems, the lxc works like a charm.
  2. M

    Proxmox Backup VE as a virtual machine in a Proxmox VE Cluster

    This is possible, but not recommended. You must make sure that you back up the PBS directly from the PVE, otherwise you will no longer be able to access the backup in the event of damage.
  3. M

    Telegram Webhook Notifications

    I would also be very interested in that.
  4. M

    [SOLVED] Node in Cluster keeps going offline

    I think that the key in the known_hosts file (line 1) is no longer valid and needs to be removed. I would do this: remove with: ssh-keygen -f "/etc/pve/nodes/R830-4/ssh_known_hosts" -R "r830-4"
  5. M

    Proxmox VE 8.0 released!

    This actually confuses me now: Either apt-get update apt-get dist-upgrade or apt update apt full-upgrade Does anyone know the answer?
  6. M

    Proxmox VE 8.0 released!

    Great! I have a question about the upgrade. The upgrade guide recommends the apt dist-upgrade command. Until now, I thought that one used either apt full-upgrade or apt-get dist-upgrade. Which is correct, or does it not matter?
  7. M

    Official DarkMode

    What about this workaround? Dark mode PBS https://github.com/Luckyvb/PBSDiscordDark Installation (as root) The installation is done via the CLI utility. Run the following commands on the PVE node serving the Web UI: wget...
  8. M

    [SOLVED] Backup nach Update auf 7.2-3 funktioniert nicht mehr

    Du kannst den thread auf [solved] stellen.
  9. M

    [SOLVED] Backup nach Update auf 7.2-3 funktioniert nicht mehr

    Beim Update des backup client wurde bei mir die vzdump.conf überschrieben. D. h. ich musste den Eintrag für die tmp-datei neu einfügen: nano /etc/vzdump.conf Dort einfügen: tmpdir: /tmp
  10. M

    Network Time Synchronization systemd-timesncd is dead

    Hi, I am running Proxmox Backup Server version 2.1-5. Currently I noticed that the systemd-timesyncd is not running. However, the daily updates are backed up without errors. Do I need to do something or can I leave it like this? Proxmox PVE uses chrony since version 7. Is it an alternative...
  11. M

    Node unreachable until reboot

    Last night, a Proxmox node left a cluster and was also no longer accessible via ssh. The following was kept in the log. Unfortunately, the quorum for the cluster was deemed ok and thus ha did not work. Only a hard reboot could fix the problem. Is there a solution to this and do I have to...
  12. M

    [SOLVED] Reset replication runner from monthly to minutely

    systemctl status pvesr.timer shows: thomas@pve:~$ sudo systemctl status pvesr.timer [sudo] Passwort für thomas: ● pvesr.timer - Proxmox VE replication runner Loaded: loaded (/etc/systemd/system/pvesr.timer; enabled; vendor preset: enabled) Active: active (waiting) since Thu 2021-06-10...
  13. M

    [SOLVED] Reset replication runner from monthly to minutely

    Hello, I am currently running a proxmox standalone system and have set the replication runner from minute to month to save the write load with systemctl edit --full pvesr.timer But now I would like to set up additional nodes for replication. How can I restart the replication runner every...
  14. M

    proxmox network connection problem

    IMHO the gateway should be the same for all hots in this network segment (192.168.100.1).
  15. M

    [SOLVED] Automtically backup Proxmox pve to pbs

    Okay, got it. Thats how it works. 13 22 1 * * bash -c 'source /root/.bashrc; /usr/bin/proxmox-backup-client backup root.pxar:/ >/dev/null 2>&1' Thank you for pushing me in the right direction :) Best regards Thomas