UdoB's latest activity

  • UdoB
    Vermutlich: ja! Ich habe das (im ZFS-Kontext) nie gebraucht, aber ich sehe eigentlich keinen Grund warum das nicht gehen sollte. Falls Clonezilla wegen ZFS meckern würde, ginge immer noch stupides "dd". Das geht immer! Natürlich muss man dann...
  • UdoB
    Just to be sure: in the "Proxmox VE Login" dialog the third field is a drop-down box labeled "Realm". You selected "Linux PAM standard auth", right?
  • UdoB
    UdoB replied to the thread Crashes since Proxmox v9.0.
    You said in your first post So..., this logs is irrelevant, isn't it? What does your storage look like? I see ZFS modules loaded. Do you have redundancy? openipmi ist not in a recommended state. I am not sure, but should those "Quorum" and...
  • UdoB
    Alles hier ist potentiell gefährlich; du sagst du hast Backups. Ich empfehle dennoch, diesen Node vorher zu evakuieren. Zunächst zur NVMe: da ist offenbar ein ZFS pool drauf, richtig? 1) nimm deinen externen Adapter und mach aus dem Pool (mit...
  • UdoB
    UdoB reacted to Trusoft's post in the thread Backup to NAS Synology with Like Like.
    Hi, good point to clarify, Latency is between 8 to 10ms both ways which is pretty good, I have a firewall on both PVE and my home network and only allow traffic from the PVE to my NAS I never open anything public on my NAS anymore after I got...
  • UdoB
    UdoB replied to the thread Backup to NAS Synology.
    Yeah, great! I wish I would have that... :-)
  • UdoB
    UdoB replied to the thread Crashes since Proxmox v9.0.
    If it happened during the previous boot you can look at the end of the journal like this: journalctl -b -1 -p warning -e For a description of "-b" etc. consult "man journalctl". You might post the last few dozen lines or so (depending on...
  • UdoB
    UdoB reacted to news's post in the thread zfs raid1 kernel oops when disk full? with Like Like.
    @UdoB yes you are right, it has to be. And i mean real the base zfs dataset name, with proxmox ve we get rpool. Example from my desktop pc with zfs als datastorrage: $ zpool list rpool NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP...
  • UdoB
    Hallo Leute, Ich habe mein Problem gelöst, zwei neue RAM's haben mir die Lösung gebracht. Alles gut, danke für die Antworten.
  • UdoB
    UdoB replied to the thread Backup to NAS Synology.
    You did not state it explicitly, so I have to ask: The NFS server is at your $HOME. With a public IP? Reachable by all attackers? Probably you've established some kind of VPN, right? To satisfy my own curiosity: what latency (in both...
  • UdoB
    Ah! Didn't realize which forum we are in..., sorry ;-)
  • UdoB
    UdoB replied to the thread unsupported debian version '14'.
    How comes??? Did you reference "testing"? If that's the case you will probably never be able to return to 13 as you'll find a lot of system libraries are newer than "stable" now. Do you have backups? Try to restore...
  • UdoB
    Turns out the solution was pretty simple. I ran pve8to9 again in the recovery boot and it told me that the grub-efi-amd64 was not installed. So I installed it, but during the installation it asked me if I wanted to keep local settings. Which...
  • UdoB
    UdoB reacted to news's post in the thread zfs raid1 kernel oops when disk full? with Like Like.
    do you "tune" the zfs datapool? And set a zfs quota on the top/ first dataset of this pool? zfs get quota <zfs-dataset> zfs set quota=<quota-size> <zfs-datase> # aprox. 80 % of the max space
  • UdoB
    Sorry, I need to nitpick - just for the records: "<zfs-pool>" has to be "<filesystem|volume|snapshot>", not a pool. (See man zfs-set) Usually you get a pool named "rpool" and the top-level dataset is given the same name. I found this to be...
  • UdoB
    UdoB reacted to jim_os's post in the thread Server mit nur einem Speichermedium. with Like Like.
    Moin Nicht nur hier :) und "sauer aufstößt" eigentlich nicht, aber es ist halt etwas man man allgemein eher nicht macht - oder machen "sollte". Je besser man eine Betreffzeile formuliert, um so eher wissen User auch ob sie sich einen Beitrag...
  • UdoB
    Well..., rethink again: did you change any other settings? Changing the email address of any user should not affect the password, of course! Can you login via ssh? Did you try another browser? Did you reboot? The last resort is to set a new...
  • UdoB
    UdoB reacted to news's post in the thread Server mit nur einem Speichermedium. with Like Like.
    Nun als "ZFS" jünger, lege ich mir noch ein Dataset an und per Proxmox VE -- wir sind ja im Proxmox VE Bereich - und einer einfachen LXC mit debian 12/ 13, dann noch den Samba Server. Ob nun über ein Script von AOW (bashclub - github) oder direkt...
  • UdoB
    UdoB replied to the thread Proxmox Start und Installation.
    Der größte Unterschied ist nicht-technischer Natur: 8 wird nur noch ein Jahr supported, 9 hingegen ca. drei. 9 ist offiziell released und Trixie ist stable. Ohne gute Gründe (die sehr wohl existieren können) würde ich nirgends älteres...
  • UdoB
    UdoB reacted to Falk R.'s post in the thread Probleme 2 Standorte HA with Like Like.
    Wie genau ist die Replikation konfiguriert? Ich hoffe so betreibt ihr das nicht Produktiv. Da ist schon mal ein echtes Problem. bei ceph immer nur 3 oder 5 Monitor konfigurieren. Euer Quorumrechner muss natürlich auch Monitor für Ceph spielen...