UdoB's latest activity

  • UdoB
    UdoB reacted to vchrizz's post in the thread Proxmox GUI Session Timeout with Like Like.
    Thank you very much for this hint! In Logs I saw: Jun 18 00:39:37 pve1 pvedaemon[1357]: <root@pam> successful auth for user 'root@pam' Jun 18 00:44:37 pve1 pveproxy[1660809]: authentication failure: 401 permission denied - invalid PVE ticket In...
  • UdoB
    You're not the first with this. There is already https://bugzilla.proxmox.com/show_bug.cgi?id=7651 for PDM and I think there is another open bug for PVE, but unfortunately I can't find it. To have PVE "make more noise about that issue" you may...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Virtueller TS sehr langsam with Like Like.
    Erste Frage: Gibt es einen Grund für x86-64-v2-AES? Normalerweise sollte man Host mit deaktivierten Flag für nested-virt nehmen können oder die Ausgabe von https://github.com/credativ/ProxCLMC/ (das bestimmt den höchst möglichen generischen...
  • UdoB
    UdoB replied to the thread Single host unbearable slow updates.
    Just guessing: you are not alone; this one was solvable in a specific case: https://forum.proxmox.com/threads/horrible-download-speeds-from-enterprise-proxmox-com-120-kb-s-in-2026.184354/
  • UdoB
    UdoB reacted to YaZoal's post in the thread Create or clone vm and lxc from snapshot with Like Like.
    Its currently possible to create a clone from a snapshot of the source VM (Those are full clones currently): There exist a feature request to Create linked clone of VM from a snapshot [0]. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=7521
  • UdoB
    UdoB replied to the thread Überwachen ob ein VM lebt..
    Willst du die Route auf Veränderungen überwachen, oder willst du wissen, ob der Server erreichbar ist? Das ist ein Einzeiler: ~$ export SERVER=irgendeinserver; while true; do echo -n "$(date) "; ping -c 1 -q -W 2 "$SERVER" &>/dev/null &&...
  • UdoB
    You may want to take a look at this information: https://www.proxmox.com/en/about/open-source/developers https://www.proxmox.com/en/downloads/proxmox-virtual-environment/agreements Your proposal will require a Storage API version update, that...
  • UdoB
    Interesting way to think about that, never gave it a thought really. First, I don't think CRUSH rules can be based on where the volumes of the VMs are located. The lowest you can go is OSD level, the daemon that directly manages the physical...
  • UdoB
    UdoB reacted to bbgeek17's post in the thread ServiceNow discovery with Like Like.
    This is a question for your compliance and management team. There is no universal answer to your concern. Are you in Finance, Pharma, Defense, or is this a medium size SaaS business. There are many variables here. Sometimes an agent based...
  • UdoB
    UdoB reacted to Bu66as's post in the thread Weitere Disk hinzufügen GPT with Like Like.
    Passt schon, ist genau richtig so. Der Unterschied: beim Boot-Setup legt der Installer eine GPT mit Partitionen an (sda2/sda3) und packt das LVM auf die Partitionen, drum "GPT Yes". Wenn du über die GUI nen Thinpool auf ner extra Disk anlegst...
  • UdoB
    UdoB reacted to cheiss's post in the thread Renaming of pinned nic names with Like Like.
    Yes, renaming is indeed not (yet) support - my bad. But in the meantime, it should be quite easy to work around if you simply delete the old pinning file first at /usr/local/lib/systemd/network/50-pmx-<oldname>.link, and then run...
  • UdoB
    UdoB replied to the thread Proxmox with zfs disk moinitoring.
    You may read man zed after you've installed it with apt install zfs-zed. "disk fails completly to a point where it needs to be changed" is not mentioned explicitly, but yes, I expect it to report fatal errors ;-)
  • UdoB
    UdoB reacted to Johannes S's post in the thread Import from ESXi Extremely Slow with Like Like.
    AFIK the Performance issues comes from an limitation of the VMware API and thus very unlikely to improve. Maybe one of the alternative Methode work better for you like restore from Backup or the NFS Trick for minimal downtime...
  • UdoB
    UdoB reacted to IsThisThingOn's post in the thread Nonsensical behaviour from zfs with Like Like.
    Just to be clear, you don't encrypt the source pool and then just pull ZFS snapshots to your encrypted backup pool and want encryption there, right? Because simply encrypting on the source would be easier otherwise. ZFS is a server filesystem...
  • UdoB
    UdoB reacted to Impact's post in the thread [SOLVED] Proxmox-backup logs with Like Like.
    The proper way is explained here: https://forum.proxmox.com/threads/proxmox-backup-logs.98220/post-467687
  • UdoB
    Small caveat with that workaround: on Debian 13 `/etc/resolv.conf` is often a symlink managed by resolvconf or systemd-resolved, so writing it directly can be overwritten later or bypass the resolver stack. If this is only for a template, I would...
  • UdoB
    If you mean an IP on the PVE host side, I would not edit the generated `wan1` bridge directly; SDN will overwrite that again. Add it as a subnet/gateway in Datacenter -> SDN -> VNets/Subnets, then Apply SDN and check `ip addr show wan1` plus the...
  • UdoB
    thx a lot UdoB - that is it :-)
  • UdoB
    Take a look here: https://pve.proxmox.com/wiki/Backup_and_Restore#_hook_scripts or there: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts
  • UdoB
    UdoB reacted to Impact's post in the thread problem with Like Like.
    Please put more effort into your posts. A proper title and code blocks for command outputs/logs are a bare minimum. To fix the duplicate try rm -f /etc/apt/sources.list.d/pve-enterprise.list apt update Make sure your subscription is configured...