Search results

  1. fireon

    PROXMOX with HAos, OMV and Nextcloud for photos

    There should be no reason not to. You can pass the USB hard drives directly to the VM. If you use the Vendor/Device ID, you can always connect the drives to any USB port.
  2. fireon

    PBS not listing any Snapshots/ Backups

    Ja das stimmt. Ich würde keinen Grund sehen, warum man das machen möchte. Das macht es nur komplexer. PBS sollte physisch installiert werden, keine VM und kein CT. Mit lokalem schnellen Storage. Und ja, ZFS ist grundsätzlich ne sehr feine Sache. Ich antworte mir selbst und vermute mal das es...
  3. fireon

    PBS not listing any Snapshots/ Backups

    Hat das denn schon jemals funktioniert? Wenn ja, gab es Änderungen, die zu dem Verhalten führen konnten? RaidZ2 mit so vielen großen Platten... na ja das ist halt auch nicht die Wucht. Und das Resilvern, wenns mal so weit ist, das wird wohl auch dauern. Aber gut, sofern das für dich passt...
  4. fireon

    PiHole

    Ich benutzte mal eine Zeit lang Adguard. Damit sah ich alle Namen sehr schön. Funktioniert auch sehr fein. Ob das mit den Gruppen da geht kann ich dir nicht sagen. So ein Feature habe ich in Zusammenhang mit Adguard nicht benötigt. Am besten du testet es mal aus.
  5. fireon

    Backup to iCloud

    That could be a bit complex. iCloud is not officially supported by any Linux distribution that I know of. I found this projects. You could try it out. https://github.com/cross-platform/icloud-for-linux https://rclone.org/iclouddrive/ But the safest way will be to share iCloud on a MacOS with...
  6. fireon

    PXE-Based Proxmox Installation & Cluster Automation Solutions

    Cross-linked, maybe you can exchange some ideas: https://forum.proxmox.com/threads/automatisierte-cluster-installation.164135/
  7. fireon

    Automatisierte Cluster Installation

    Cross-linked, vielleicht könnt ihr euch ja austauschen. https://forum.proxmox.com/threads/pxe-based-proxmox-installation-cluster-automation-solutions.165215/
  8. fireon

    RRDC update error /var/lib/rrdcached/db/....

    Ah, das war's. Ja das war ein Rechner der Stand Monate lang in der Ecke. Das BIOS hatte seine Config verloren. Somit war auch die Uhrzeit im BIOS für's erste mal falsch.
  9. fireon

    RRDC update error /var/lib/rrdcached/db/....

    Hatte gerade hier dasselbe Problem. Rrdcached löschen und die Dienste neu starten. Damit funktioniert es wieder. Warum es korrupt war, ist mir auch ein Rätsel. Datenträger sind ok.
  10. fireon

    Automatisierte Cluster Installation

    Da kann ich dir Puppet mit Foreman empfehlen. https://theforeman.org/ Ich hab das Teil selber zwar nur sehr selten nach konfiguriert. Ich war da User und kannte mich mit dem Backend nicht besonders gut aus. Da sollte man sich zumindest in yaml/bash/python gut bewegen können. Damit kannst du...
  11. fireon

    checkmk & proxmox with zfs - memory warn

    CheckMK is a little peculiar. I have therefore disabled some functions. Now it works as it should.
  12. fireon

    [FEATURE REQUEST] Add option to set default console viewer for vms

    Yes. You can subscribe the bugtracker as "cc".
  13. fireon

    [FEATURE REQUEST] Add option to set default console viewer for vms

    Patch is on his way: https://bugzilla.proxmox.com/show_bug.cgi?id=1926#c9
  14. fireon

    Proxmox VE Server spiegeln ?

    Ich würde dir wirklich empfehlen nochmal zu analysieren, was du denn genau verändert hast. Das bringt dir nur Vorteile. Du weist dann wie es funktioniert und warum, und eine mögliche Neuinstallation ist dann auch ein Klax. Ich würde Empfehlen deine Erkenntnisse in ein Wikisystem zu dokumentieren...
  15. fireon

    Automatisierte Cluster Installation

    Magst du uns beschreiben, was du schon alles gemacht hast? Ich vermute mal den Wikiartikel kennst du schon?
  16. fireon

    Automatic Updates

    Has anyone ever done it with Unattended-Upgrade::InstallOnShutdown "true"; before? I tested it on a few servers. And the result is the same on all of them. The update begins during the shutdown and is then interrupted each time. The next time you boot up the server, you first have to repair...
  17. fireon

    Proxmox ARM support - X86 Virtualization Layer.

    No, there is no official ARM version of Proxmox. But there are some community projects. I can't say how good they are, as I haven't had any use for them so far. https://github.com/wofferl/proxmox-backup-arm64 https://github.com/pimox/pimox7 https://github.com/minkebox/pimox...
  18. fireon

    [SOLVED] Proxmox führt .bashrc nicht aus

    Thema bashrc: Funktioniert es denn wenn du neofetch manuell startest? Was ist mit anderen Dingen, teste mal sie überhaupt ausgeführt wird, denn im Default ist sie leer. Du könntest zum Test mal ein "touch /root/bla.txt" einbauen, oder auch ein "echo" zwischen den Zeilen reingeben, dann weißt du...
  19. fireon

    How to view secret totp

    Yes, you will find it in this file: /etc/pve/priv/tfa.cfg
  20. fireon

    RAID Installation problem

    Hello and welcome to the proxmox community. You have an very, very old server. About 13-15 years? The HP smart array B110i is not a real Hardwareraidcontroller. It is some mixed Fakeraid. So it can't work without special software. Buy a real Hardware Raidcontroller, with that the server would...