UdoB's latest activity

  • UdoB
    We are pleased to announce the first stable release of Proxmox Virtual Environment v9.0 - immediately available for download! The new version is based on the great Debian 13 "Trixie" but we're using a newer Linux kernel 6.14.8-2 as stable...
  • UdoB
    Thank you very much for the thorough explanation and such a quick remediation! Now I can install the ISO with a clean conscience :).
  • UdoB
    Thanks for the report, we checked the files and system logs closely. From that this looks like a fallout of the latest PBS beta ISO upload, while a new SHA256SUM.new file was generated for diffing with the old one to ensure only the new ISO got...
  • UdoB
    Hi @pmt_cnq, The first thing to evaluate is your cluster and node distribution. For a Primary/Standby site setup, you’ll need to introduce a third site. With your current 3-node cluster majority located in Site1, failure of Site1 means Site2...
  • UdoB
    it could also be that that chunk does contain that virus, because whatever you backed up interacted with it (e.g., an email server might very well have problematic bytes flowing through it that might end up in a backup). in any case, excempting...
  • UdoB
    Uninstall Defender from the PBS or put an exception for the datastore path in it. If your corporate security compilance theater doesn't allow this for some reason you need to rethink your whole backup or security approach because a missing chunk...
  • UdoB
    Hi @UdoB , awesome, thanks! That was the issue - the files had been nearly fully identical - but on the live hosts it was config_version 11 and on the "abandoned" host it was 9. I've modified the files on the bad host to version 11 and...
  • UdoB
    The git repo had it's last activity around four weeks ago: https://git.proxmox.com/?p=proxmox-datacenter-manager.git;a=log;h=HEAD My guess is that in the last month the work shifted to the preperation of the beta releases of PBS4 and PVE9. Since...
  • UdoB
    Verify that /etc/corosync/corosync.conf and /etc/pve/corosync.conf - have the very same content on all nodes. Check "config_version: 123". (( Anecdotical: once I have had a node turned off (for power saving in my homelab) and did manipulate the...
  • UdoB
    That would always contain a potential conflict in the future. Since some years around 1100 Top-Level Domains emerged - and the list gets longer and longer... @MarkusKo already mentioned ".internal", unfortunately that seems to be the only one...
  • UdoB
    .internal is officially reserved for something like this. Don't use this if you ever intend to get official ssl certs from letsencrypt, then you have to buy a real domain ...
  • UdoB
    Two quick details I noticed: 1) mshome.net is a "real" domain: host -t NS mshome.net mshome.net name server ns1-35.azure-dns.com. mshome.net name server ns3-35.azure-dns.org. mshome.net name server ns2-35.azure-dns.net. mshome.net name server...
  • UdoB
    UdoB reacted to Johannes S's post in the thread LXC Container und SMB-Share with Like Like.
    Du mounten dir die Freigabe auf dem Host und reichst sie danach als bind mount an den Container durch: https://pve.proxmox.com/wiki/Linux_Container
  • UdoB
    UdoB reacted to SInisterPisces's post in the thread XFCE Package not Found. with Like Like.
    PVE 9 is based on Debian 13 (Trixie). Adding PVE 8/Debian 12 (Bookworm) repos is a bad idea and likely to break your system. Imagine trying to install Windows 10 patches on to a Windows 11 system. I'd strongly suggest getting those out of there...
  • UdoB
    UdoB reacted to Falk R.'s post in the thread Einzeldatei wieder herstellen with Like Like.
    Kann nicht gehen, dazu müsste man alle Dateien indizieren und das ganze in eine DB schreiben. Wenn du das benötigst, nutze einfach ein Agentenbasiertes Backup. Das kann fast jeder Hersteller einer solchen Software. Auch Veeam macht das unter...
  • UdoB
    PBS deduplicates when backing up, so there's a lot going on aside from just network throughput. Depending on what options you have set, the backup job has to, in no particular order (1) compare the data; (2) break the data down into chunks; (3)...
  • UdoB
    UdoB replied to the thread disk move slow.
    millibits per second? Did you mean MBps=MegaByte? (Capitalization is important, for example Mbps=Megabits is used for wirespeed and so on. Yeah, nitpicking, sorry...) Two details to check: the source must be able to deliver; probably your last...
  • UdoB
    UdoB reacted to fba's post in the thread Run commands on a guest with Like Like.
    Hi, qm can control only vms on the node, it is running on. I would use pvesh and also use it to look up on which node the vm is running on. Something like this (requires jq installed): TARGET=100 NODE=$(pvesh get /cluster/resources...
  • UdoB
    Please use code blocks.
  • UdoB
    Naja ein entsprechendes Feature ist seit Ewigkeiten auf der PBS-Roadmap ( https://pbs.proxmox.com/wiki/Roadmap ), aber es hat offensichtlich nicht die höchste Priorität und das ist meiner Meinung nach auch sehr verständlich: Neben denen die zu...