Recent content by awado

  1. A

    Lahme Kiste

    Cool, danke für die ausführliche Erklärung. "Backupserver" gibt es keinen, falls Du einen zweiten damit meinst. Es ist nur der eine. Backups landen auf einem SMB Share. Ich werd mich zu den Einstellungen mal einlesen. Greifen diese Einstellungen zur Laufzeit (ohne Reboot) bereits?
  2. A

    Lahme Kiste

    Der Anfang der ausgabe von 'arc_summary' ist: ARC size (current): 16.0 % 10.0 GiB Target size (adaptive): 16.0 % 10.1 GiB Min size (hard limit): 6.2 % 3.9 GiB Max size (high water)...
  3. A

    Lahme Kiste

    War bisher nie ein Problem. Und selbst wenn keine VM läuft ist die Perfomance mies nach einer Weile.
  4. A

    Lahme Kiste

    Sorry, Tippfehler oben: 2 x HGST Ultrastar He10 10TB als ZFS Mirror.
  5. A

    Lahme Kiste

    Hi! Ich hab sicher schon ein gutes Dutzend Proxmox-Installationen (vor Ort und gehostet) hinter mir und die laufen alle gut. Nur die eine beim Hetzner macht mir echt Kopfzerbrechen. Es ist ein dedicated Server mit 12 Cores, 128 GB RAM und 4 Platten im ZFS-RAID. Der Server läuft 1-2 Tage...
  6. A

    How to use USB storage for backup/restore

    I'm not the most experienced. But it seems to be a good way. I did exactly the same. What makes me feel unsafe is the point, where it comes to creating the new "directory" on the same HDD. There could be a hint in the GUI, saying something about data being deleted / not deleted by this...
  7. A

    Something like smbios.reflectHost possible?

    Hi! I'm trying to get an OEM Windows Server license running as a virtual machine in proxmox. (The license allows this.) When I install that Windows Server as the main OS, everything works well. But I need to virtualize it on that hardware. I read several posts here, that show how to set...
  8. A

    ACME-Zertifikate für Guests nutzbar?

    Danke rebru. Ja, so ähnlich wäre dann auch mein Plan. Ich möchte Proxmox so wenig wie möglich ändern.
  9. A

    ACME-Zertifikate für Guests nutzbar?

    Hallo! Hab mir gerade die ACME-Implementierung von Proxmox 8.2.2 angeschaut. Wenn ich die Doku richtig verstanden habe, dann wird das zunächst nur zur Absicherung der Promox Admin-Seite genutzt. (Also z.B. https://mein.pve.com:8006/.) Ist es denn möglich, die bezogenen Zertifikate auch den...
  10. A

    Execute script on login

    The only downside is: the log entry repeats every 5 minutes and triggers the push notification.
  11. A

    Execute script on login

    Thanks LnxBil. Somehow it should be obvious, if I'd have watched the syslog closely enough. Works like a charm. If anyone wants to do the same, here's my solution: Add the script to "/etc/rsyslog.d". nano /etc/rsyslog.d/pushover-web.conf module(load="omprog") template(name="webloginmsg"...
  12. A

    Execute script on login

    For security reasons I implemented an rsyslog config script to send a push notification on every ssh login attempt. Can this be done for the web login too?
  13. A

    LXC loses network interface after a few days - possible solution found, but why?

    Is there any way to debug a container other than via command line? (Which makes no sense due to long time waiting.)
  14. A

    LXC loses network interface after a few days - possible solution found, but why?

    To chime in here, it's the same issue here on my LXC reverse proxy, which is a vanilla debian 11 installation, just with nginx and lego. Disabling IPv6 did not fix it, as it was already disabled on router and proxmox. It happens once a day. A reboot fixes it. I have a DHCP lease time of 24...
  15. A

    Container unresponsive on 2nd network interface

    I'll investigate this further. But thanks anyway for your support, mira.