Recent content by UdoB

  1. UdoB

    New router, PVE host can't connect to network at all

    I don't know the specific reason. But basically: (PCI-bus)- interface names are not stable. They may mutate on hardware changes and on the advent of new kernel modules. That's why "pinning" was introduced: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#network_override_device_names
  2. UdoB

    Ideale Server-Konfig für externen Speicher

    Naja, die man-page (etwas länger zitiert, als oben) sagt "doch": zpool remove [-npw] pool device… Removes the specified device from the pool. This command supports removing hot spare, cache, log, and both mirrored and non-redundant primary...
  3. UdoB

    No Hard Disk Found

    Welcome in this forum! Unfortunately you did not tell us anything specific about that "small server". How could we know anything about it??? What exact brand/type is it? Full spec? How is the SSD connected? Exact type of the SSD? Generic ideas, purely ad-hoc: check the Bios version; if there...
  4. UdoB

    [SOLVED] Trouble installing onto NVME drive

    Great! Please edit the first post and select "Solved" from the drop-down menu of the title.
  5. UdoB

    Proxmox random reboots

    One thing that may happen during the first 30 minutes is that caches are warmed up, ARC may fill, other processes start and consume memory. Let memtest86+ run for multiple rounds, at least over night - or longer.
  6. UdoB

    Proxmox 9.2.10 error when I do Upgrade on PVE Updates

    That's trying to pull software from experimental??? (Or is this possibly pve-test? I am not using that one anywhere...) Please check your repository sources. There is no zfs-linux in "Debian Trixie" / "stable"...
  7. UdoB

    Is any of Intel gen 11-14 with iGPU's SR-IOV (i915-sriov-dkms or Xe driver) any good for passing laptop screen between VMs and host?

    For a laptop it is better suited than PVE - from my own limited experience. I have it on a Dell XPS15 and Qubes lets me run a highly secure environment. Each Xen Domain is similar like a VM. I have separate ones for disposable/trash/work/personal/trusted/vault and so on. In my specific case all...
  8. UdoB

    [SOLVED] Partition on large iscsi target failed

    Great! Please edit the first post and choose "Solved" from the drop-down menu for the Title.
  9. UdoB

    Cant access smb share in my proxmox

    Please edit the first post and choose "Solved" from the drop-down menu for the Title.
  10. UdoB

    RAID5 und XFS im Cluster mixen?

    Ja, Spiegel sind essentiell! Und PLP ist wertvoll. PLP verhindert nicht nur Datenverlust, sondern erhöht auch die Performance drastisch. (Nachtrag: ... und die Lebensdauer...) Ja, ich weiß, dass du das weißt. ;-) Ich würde allerdings das "müssen" in "sollten dringend" herabstufen. Die...
  11. UdoB

    RAID5 und XFS im Cluster mixen?

    Damit würde ich: bei der PVE-Installation nur auf das Blech installieren, und zwar auf zwei Spiegel, fka "Raid10". Am Ende ist jede dieser vier Platten bootfähig. später, wenn alles läuft, die beiden kleineren Platten (SSD?) als "Special Device" hinzufügen. Dies beschleunigt den...
  12. UdoB

    allow user to only access one vm's console/terminal

    The Permission Management -concept should allow this, I believe. See this chapter: https://pve.proxmox.com/pve-docs/chapter-pveum.html#_objects_and_paths Unfortunately this whole concept needs some learning effort first as the dependencies and the actual required rights are not obvious at...
  13. UdoB

    Quick HOWTO on setting up iSCSI Multipath

    You know that there are statements "out there" which declare iSCSI deprecated, right? Of course this is heavily exaggerated, but for new setups: choose wisely! Changing the storage system after the fact is... difficult - as you know. Disclaimer: I do not use it - probably I should not talk...
  14. UdoB

    Can a Proxmox VM Feel Like Bare Metal? Dual 144Hz + GPU Passthrough + Low Latency

    The performance is fine. For a workstation that is, not for a gaming machine. And - of course - it depends on the actual hardware. The Mini-PC I am using in this very moment has a Ryzen 7 and 32 GiB Ram and I use two 4k displays with the integrated Graphic. This is my daily driver now, @home...
  15. UdoB

    Can a Proxmox VM Feel Like Bare Metal? Dual 144Hz + GPU Passthrough + Low Latency

    Yes, it can work. But it increases complexity. Drastically, from my point of view. Perhaps the "Dev workstation"-concept may be interesting for you? https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11...