Search results

  1. UdoB

    Can't login to webgui when totp is enabled

    I have no idea what the current problem is, but I want to post a generic reminder for basic knowledge: the most fundamental problem with TOTP is that the clocks may drift apart. Only a few seconds are acceptable; the interval between renewals is 30 seconds (usually).
  2. UdoB

    Dual server share cephfs

    In my Homelab(!) I would NOT do backup to Ceph. (In my $dayjob this is a different story: I am offered storage without knowing the backend technology.) I would backup data from Ceph to somewhere else. In my small world Ceph is by far too precious to be used for a stupid backup dump. Note: I...
  3. UdoB

    Upgrade auf PVE 8 auf 9 | UI kein Zugriff | apt update | packages have been kept back

    Auch wenn das nur in Englisch vorhanden ist, in https://pve.proxmox.com/wiki/Upgrade_from_8_to_9 steht wirklich alles relevante drin. Insbesondere die Repositories sind natürlich essentiell.
  4. UdoB

    Aktiv-Passiv-Cluster mit Proxmox VE?

    Ein Cluster aus zwei Nodes... ist kein vollwertiger Cluster! Das Thema wurde vielfach besprochen, die Quintessenz ist "man braucht mindestens ein Quorum-Device für die dritte Stimme". Das kann eine VM auf deiner Synology sein...
  5. UdoB

    Fehler PBS bei Update

    Pack einfach die unteren fünf Zeilen dort hinein ;-) ((( "sources.list" verwendet das alte Format - und bei mir ist die neuerdings komplett leer; die neuen Dateien xyz.sources verwenden die neue Syntax. ))) Edit: der Name der Datei ist vollkommen egal, solange er mit ".sources" endet. Ich...
  6. UdoB

    no network connection

    Search for "RawConfigParser" here in the forum. There are some marked "solved", perhaps you are lucky to find a solution...
  7. UdoB

    Proxmox Homeserver, ZFS, AMD Mainboard B550, AMD Ryzen 5000 und 3000 CPU, SSD, HDD, NVMe 4.0 x4

    Das ist alles richtig, aber meine Schlußfolgerungen sind anders, ich liefere mal ein "...weil" nach: 1) ohne PLP landen (zumindest sync-) Schreibvorgänge direkt in den Speicherzellen; das ist natürlich um ein Vielfaches langsamer 2) ohne PLP werden diese Schreibvorgänge sofort für den...
  8. UdoB

    Anfänger hat Probleme mit TrueNAS und SATA-Passthrough

    Ist das so? Nach meiner (möglicherweise unvollständigen) Auffassung bekommt der Gast dann immer noch ein virtuelles Device präsentiert. Zwar mit 1:1 Mapping der physischen Blöcke des Storage Devices, aber nicht mit direktem Zugriff auf die Hardware. Lackmus-Test: klappt denn in der...
  9. UdoB

    looking for Student/Hobbyist free license

    For PBS, from https://pbs.proxmox.com/wiki/Main_Page , first paragraph: "...and is licensed under the GNU Affero General Public License v3 (GNU AGPL, v3)." That's the license - it is free to use. Full version, not crippled in any way :-)
  10. UdoB

    Verbindung zu shell bei Upgrade zu 9 verloren, was jetzt?

    Zu den Kernel-Crashes fällt mir nix ein, sorry. wurde das Upgrade auf 9 denn fertig? pveversion -v bitte (Re-) installiere das Paket, aus dem die Datei stammt, erneut:apt --reinstall install pve-manager sind denn alle Repositories korrekt eingebunden? Also "no-subscription" und Trixie...
  11. UdoB

    Problem beim recovern der Backups

    Gute Idee! Ich schreibe seit 2008 (fast) alles in ein Mediawiki, auch "Schnippsel" mit relativ wenig Inhalt. In nun gut 2900 Seiten finde ich tatsächlich oft (nicht: immer) die Notiz, die ich gerade suche. Zur Nachahmung empfohlen :) ((( Früher oder später installiert man sich andere...
  12. UdoB

    Proxmox Homeserver, ZFS, AMD Mainboard B550, AMD Ryzen 5000 und 3000 CPU, SSD, HDD, NVMe 4.0 x4

    Ohne PLP geht die Performance (IOPS) und die Lebensdauer nennenswert herunter. Aber das weißt du natürlich. Eine USV lindert diese beiden Aspekte nicht! Das Special Device finde ich -wie immer- gut, aber nur, sofern auf den HDDs mehr als "nur das Betriebssystem" landet. Ein SLOG macht nur...
  13. UdoB

    Fehler PBS bei Update

    Ja, das "Enterprise"-Repo kannst/musst du deaktivieren! (Es sei denn, du hättest eine Subscription.) Dann musst du noch per "Hinzufügen" das "No-Subscription" hinzufügen, sonst bekommt man gar keine Updates von Proxmox. ("Debian" alleine genügt nicht.)
  14. UdoB

    no network connection

    You've seen <yournode> --> System --> Network ?
  15. UdoB

    no network connection

    You have two times "iface enp0s31f6"... Compare this: https://pve.proxmox.com/wiki/Network_Configuration#_default_configuration_using_a_bridge
  16. UdoB

    Dual server share cephfs

    From my viewpoint PBS and Cephfs are two orthogonal topics. Both can be discussed completely independent from each other. Yes, having multiple backups and at least one of them being off-site is a good idea. The usual approach in PVE/PBS context is to setup a second (or third) PBS in "the other"...
  17. UdoB

    [SOLVED] Deleted VM by mistake want to recover the disks

    Stop the VM, remove the Ubuntu Installation .iso, check the boot order (activate scsi0) and reboot...
  18. UdoB

    Ohne Ankündigung "--reboot--"

    Nun, diese Zeilen sind (offensichtlich?) nicht hilfreich. Wenn das die letzten Zeilen vor dem Reboot sind, wurde dieser brutal und ohne Ansage (per "Reset") ausgelöst. Das würde dann auf einen Hardwareschaden deuten; es gibt viele potentielle Ursachen, beispielsweise das Netzteil. Ich würde mal...
  19. UdoB

    PBS no-subscription-repository lässt sich nicht einfügen

    Das Problem scheint zu sein, dass da kein Problem ist??? Ohne Subscription funktioniert doch alles. Das Popup weist lediglich freundlich darauf hin, dass eben keine solche vorhanden ist, mehr nicht.
  20. UdoB

    Ohne Ankündigung "--reboot--"

    Hinweise auf den Grund des herunterfahrens sollten sich im Journal finden lassen. "Sollten" weil es immer wieder Fälle gibt, in denen das Journal tatsächlich nicht weiterhilft. Dennoch ist es die erste Anlaufstelle! man journalctl hilft. Wenn die Kiste jetzt normal läuft und der vorherige...