Search results

  1. O

    [SOLVED] Proxmox-Backup-Client not working on RaspberryPi

    You are having a mixup of "bullseye" (Debian 11) and "bookworm" (Debian 12), at least for tailscale. This may work but isn't recommended at all. Also have a look at docker.list where the wrong armhf is shown. And better to post text output as "code" than as a not searchable picture ;)
  2. O

    [SOLVED] Proxmox-Backup-Client not working on RaspberryPi

    For the 1st step please post the content of your /etc/apt/sources.list and, if applicable, the content(s) of all files under /etc/apt/sources.list.d/ These are the sources where the OS will download all packages from.
  3. O

    [SOLVED] Proxmox-Backup-Client not working on RaspberryPi

    Oi, but your snippet above is showing "...doesn't support architectue 'armhf' "!? Looks like that you have a wrong setting in one of your sources under /etc/apt/
  4. O

    [SOLVED] Proxmox-Backup-Client not working on RaspberryPi

    Proxmox-Backup-Client is only available (and working) for aarch64 but NOT for 32 bit Distros (armhf).
  5. O

    Smart(d) Script zum Festplattencheck und Resultat per Mailverschicken

    Nein. Der erste Block/Zeile wäre für "normale" Festplatte(n)/SSD(s), der zweite Block ist stellvertretend für meinen MegaRAID/SAS-Controller. Sind beides also nur Beispiele. Im Zweifel mit den smartmontools einfach herumspielen und/oder manpage lesen, passieren kann da nix.
  6. O

    Smart(d) Script zum Festplattencheck und Resultat per Mailverschicken

    Ich habe es ganz simpel laufen: Ein MTA (postfix) auf dem PVE, der jedweden Bla an mich sendet und in /etc/smartd.conf (smartmontools) die Zeile DEVICESCAN -d removable -n standby -m mich@example.org -M exec /usr/share/smartmontools/smartd-runner bzw. /dev/sda -d megaraid,0 -a -m...
  7. O

    LXC and tvheadend - Continuity counter error

    Yeah, thanks, already seen this thread (I think), but not tested as this seems to be not a Fix to me but a Crutch ;)
  8. O

    LXC and tvheadend - Continuity counter error

    Thread starter here... At least for my situation, unfortunately no. I've re-tried this a few months ago but still failed. Never tried again w/ PVE 8 because I'm using a dedicated small NUC-like box for tvheadend and never had any issue since then.
  9. O

    PVE 8.0 – fail2ban log locations missing?

    Great to hear that it's working, thanks for confirmation. I'm relatively sure that the port line can be removed, but I kept it for now for safety reasons. This line is a takeover from Bullseye. My backend is "auto" and looks like to work. Can't remember if that was the default or not.
  10. O

    PVE 8.0 – fail2ban log locations missing?

    @MinishMan Glad I could give at least some help. What about this jail and filter? (fresh and so not yet intensively tested) /etc/fail2ban/jail.d/proxmox.conf [proxmox] enabled = true port = https,http,8006 filter = proxmox maxretry = 3 bantime = 3600 findtime = 300...
  11. O

    PVE 8.0 – fail2ban log locations missing?

    Correct. Keep in mind that these are my general values and only exemplary, but a somewhat good starting point. And you can take them over and adjust them in your jails for your own sake.
  12. O

    PVE 8.0 – fail2ban log locations missing?

    I had the same issue but solved it by investigating some 'lil time with ArchLinux' wiki as mentioned in #3 and created a file named /etc/fail2ban/jail.local with the exemplary content of [DEFAULT] ignoreip = 127.0.0.1/8 ::1 AND OTHER IP ADDRESSES backend = systemd bantime = 3600 findtime =...
  13. O

    Proxmox 7.1-7 bzw. letztes Update 6.4-11 macht Probleme mit tvheadend

    Soeben nachgeholt, kann ich aber nicht bestätigen. Überhaupt ein interessantes neues Verhalten: Die Kontinuitätsfehler halten sich nun im geringen Rahmen, der Video-Stream besteht bei "reichlich Bewegung" aber nur noch aus Blockartefakten, bei ruhigen Bildern (z.B. Nachrichtensprecher) dagegen...
  14. O

    Proxmox 7.1-7 bzw. letztes Update 6.4-11 macht Probleme mit tvheadend

    Danke für das Info-Update. Meinen Server habe ich noch nicht auf 7.2 gewuchtet. Mich beschleicht allmählich das Gefühl, dass es ein generelles Problem in Bezug auf UDP zu geben scheint. Der Sat-IP - Stream ist ja UDP und ich beobachte seit einiger Zeit - gefühlt seit etwa der gleichen Zeit als...
  15. O

    Proxmox 7.1-7 bzw. letztes Update 6.4-11 macht Probleme mit tvheadend

    Liebe Leidensgenossen, ich habe mittlerweile sogar mit einer VM/tvheadend die gleichen Probleme wie seinerzeit mit LXC/tvheadend. In der VM sind die Probleme zwar nicht ganz so massiv wie in LXC, aber in jeder Aufnahme oder Live-TV sind die Fehler doch alle paar Dutzend Sekunden spürbar und...
  16. O

    Neustart einer VM in crontab

    ...änder den Cronjob mal auf /usr/sbin/qm ab - das wirkt Wunder ;) Cron hat keine Shell oder Profile, von daher keine ihm bekannten Pfade und findet deshalb "qm" nicht. Eine Shell hat das alles üblicherweise.
  17. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    The -i parameter was meant to send this broascast to a subnet other then your local, i.e. by VPN. This should work in principle, but never got this to work, so I left this as an idea for other developers. This is just to ensure that the given subnet or IP is syntactically correct. You local...
  18. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Yes, but that's the meaning of VLAN, isn'r it? To my understand it should work when the host - where dosthold is running - is a member of all VLANs in question. You can't send a command like "hey MAC address, wake up" in a plain form to the network. That has to be encoded by xxd in the form of...
  19. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Na geht doch! Biddeschön... Und wenn Du etwas fertiges/funktionierendes hast, immer gerne her damit - wird andere auch interessieren und zu verbessern gibt es immer etwas ;)
  20. O

    [update] Wake (and other) on LAN for VMs (v0.3)

    Nix zu danken... Mein dosthol ist ja doch einigermaßen verbreitet *schulterklopf* Und ja, das Prinzip wäre in PVE gut aufgehoben. Meine Vorlage existiert ja und darf gerne von Proxmox aufgegriffen und verwendet werden. Hat mit Backup/zstd auch geklappt :) Genau so meinte ich das. Keine Header...