UdoB's latest activity

  • UdoB
    UdoB reacted to FPOlivier's post in the thread [SOLVED] Zfs boot disk replacing with Like Like.
    thanks to your help, here is what I did and seems to work (I did reboot on each sole drive to validate the boot mirror => it's ok) I give all if it can help other people: me@myhost:~# sgdisk /dev/sdf -R /dev/sdb The operation has completed...
  • UdoB
    Note that there may be additional systemd-timers, which are not visible in the classic crontab context. Run systemctl list-timers -a instead. You also did not mention user-specific crontabs, editable by everybody by crontab -e - including one...
  • UdoB
    Suppose it would work but if you lose the primary server you then lose your backup server if it's a vm. Just more hassle recovering as you would have to install a backup server somewhere in order for you to access your backups. Personally my home...
  • UdoB
    UdoB reacted to leesteken's post in the thread [SOLVED] Zfs boot disk replacing with Like Like.
    Looks like the boot partitions are under proxmox-boot-tool's control. You'll need to remove the old ESP and add the new one on the new drive, using proxmox-boot-tool format and proxmox-boot-tool init as the manual prescribes...
  • UdoB
    UdoB replied to the thread [SOLVED] Zfs boot disk replacing.
    Well..., I hesitate to answer - because none of my machines has "booted with legacy bios", all of them report "booted with uefi".
  • UdoB
    But PVE has snapshots on lvm/thick although that feature is still in technology preview
  • UdoB
    Since it appears that the Current_Pending_Sector has not risen (19) since May 2025, & assuming this is a server that the drive is in constant use, it is possible that the drive is still "usable" or may even be perfectly alright. However this is...
  • UdoB
    UdoB replied to the thread [SOLVED] Zfs boot disk replacing.
    There are multiple symbolic links pointing to the same device. My example shows that in detail: https://forum.proxmox.com/threads/fabu-how-to-select-the-correct-disk-or-what%E2%80%99s-in-a-device-name.182741/
  • UdoB
    The different names for disks may lead to confusion. I show some different names to specify the "right" device. Why is this important? Well..., the obvious thing is that “zpool create” will destroy the old content. You will lose any data stored...
  • UdoB
    UdoB replied to the thread Geo IP block help.
    From my point of view it is not best practice to connect a PVE cluster directly to the outer internet. There should always exist a router with filtering capabilities. In that picture the router would do Geo blocking, beside other things. My...
  • UdoB
    UdoB reacted to psalkiewicz's post in the thread [SOLVED] Fixing broken cluster with Like Like.
    PVE blocks changes to cluster file system: 1. Stop the cluster services on the node you're changing (Server5) systemctl stop pve-cluster systemctl stop corosync 2. Mount pmxcfs in local mode (bypasses cluster lock) pmxcfs -l 3. Edit...
  • UdoB
    Weil sich bislang kein/e Freiwillige/r zum Maintainen gefunden hat, wäre meine Vermutung.
  • UdoB
    UdoB reacted to beisser's post in the thread Proxmox Env Inventory with Like Like.
    for all intents and purposes this could be malware, so no thanks. not going to trust an unknown exe from a source without known good reputation without available sourcecode.
  • UdoB
    Geschichten, die das Leben mit LXCs schreibt und es hierhin passt. Ich setze seit gefühlten Äonen Apache Guacamole als Fernsteuerungsproxy ein. irgendwann kam ich auf die naheliegende/dusselige Idee, selbiges zu virtualisieren Da ich damals noch...
  • UdoB
    UdoB reacted to proxwolfe's post in the thread PDM: migrate VMs across firewall with Like Like.
    I use headscale, too. But establishing a common network between my otherwise segregated PVEs means to circumvent my inner firewall. If I were willing to do this, it would easier to remove the firewall instead of making an effort to circumvent...
  • UdoB
    UdoB reacted to Johannes S's post in the thread PDM: migrate VMs across firewall with Like Like.
    There are also alternatives to tailscale who works similiar ( they all base on wireguard) like netbird or headscale and there are even more. Personally I use headscale which is an open source Implementation of tailscales protocol. For your...
  • UdoB
    UdoB reacted to Impact's post in the thread zfs Pool degraded with Like Like.
    Siehe Dokumentation: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_change_failed_dev
  • UdoB
    Hello, I ran into the same issue. The solution is given in the log: INFO: temporary directory is on NFS, disabling xattr and acl support, consider configuring a local tmpdir via /etc/vzdump.conf Indeed, assigning a local directory to tmpdir...
  • UdoB
    UdoB reacted to bl1mp's post in the thread PDM: migrate VMs across firewall with Like Like.
    Two different firewalls, can also help with a dual vendor strategy - for plattform backdoors. I use the same approach at home - the ISP ones and my virtualized one on a pve, as single point of configuration for segregation. My wireguard...
  • UdoB
    UdoB reacted to proxwolfe's post in the thread PDM: migrate VMs across firewall with Like Like.
    Okay, so set up a tailscale network for example. That is an option, but my objective is to let nothing from the outside reach behind my inner firewall. And having a common network between inside and outside would basically circumvent the inner...