Latest activity

  • D
    dx88 replied to the thread Intel i710 SR-IOV.
    Sorry for the late response. Seems that your PF priv flags are not set to allow VF to handle any MAC settings: VF trust should be true for each VF ip link set dev enpXsXfXnpX vf N trust on OR using Trust=true under each of your VF [SR-IOV]...
  • W
    wav3front replied to the thread io-error with yellow triangle.
    You know what? This HDD raid is raid0 which I created manually, since the GUI did not have an option for that. Maybe its related?
  • W
    wav3front replied to the thread io-error with yellow triangle.
    No, the storage at the VM is 24%. The storage at the datastore is at 69%, so it's not a storage issue. What logs should I look at?
  • M
    Vielen Dank dir für den Tipp mit dem neu erstellen :)! Ich würde allerdings gerne erstmal "zum Rumspielen" einfach nur eine Platte dem Pool hinzufügen wollen? Geht das auch "so einfach"? Dann müsste danach vermutlich ein Scrub über alle Platten...
  • J
    Hi, It's a Debian change, now it's /etc/localtime which is a symlink to the current timezone. See the changelog of the tzdata package. Best regards,
  • A
    I don't see how to do that ? I already have the option "Use tablet for pointer".
  • L
    I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected). I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives...
  • L
    On a new Proxmox 9.1 installation I noticed there is no timezone set anymore in the GUI. When I run cat /etc/timezone I also don't get any output (No such file or directory), while on another older node this file exists. Did this change with...
  • J
    Most likely related to the issues that were fixed in the respective commits [1] [2] - they're indeed not included in the ISO atm. [1] https://git.proxmox.com/?p=pve-common.git;a=commit;h=8516622423e11789ef2801bd44f58803544eafab [2]...
  • S
    Looks like I had a stale DHCP lease that collided with another device. The release and renew cleared the jam, and that PC seems to be stable. I'll continue testing and comment further if there are any more issues, but that may have gotten this...
  • M
    Hi Dominik, I should have perhaps phrased that better or logged a ticket before. My bad. Its specifically PBS installed on top of Debian that yields secure boot issues. Pretty much, if you perform a Debian install with custom partitioning with a...
  • D
    I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected). I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives...
  • C
    Hallo Community, Ich werde von Home Assistent Green auf einen Intel NUC umsteigen. Hierfür habe ich mir einen Intel NUC 7i7BNH i7 7567U mit 16GB Arbeitsspeicher und einer 256GB NVME SSD gekauft. Ich habe Proxmox dann mit folgender Anleitung...
    • 20260218_213012.jpg
    • 20260218_213024.jpg
    • 20260218_223532.jpg
  • B
    you can do this online. The command qm disk move {vmid} {disk} {target-storage} works while the VM is running. Proxmox uses QEMU's block job mechanism (mirror + pivot) under the hood, which copies the data live and then atomically switches over...
  • B
    Zwei Auffälligkeiten in der Ausgabe: Online state: unknown: systemd-networkd überwacht den Online-Status nicht aktiv eth0: Lost carrier - Gained carrier : Das interface verliert kurz die Verbindung beim Start (hier nur beim Boot, aber das könnte...
  • F
    In my case, setting up AppArmor inside containers helped. pct enter <id> echo "/run/systemd/journal/dev-log rw," >> /etc/apparmor.d/local/usr.sbin.rsyslogd apparmor_parser -r /etc/apparmor.d/usr.sbin.rsyslogd reboot This is probably what fiona...
  • B
    add a USB Tablet Device to the VM. The tablet device uses absolute mouse positioning instead of relative, which eliminates the need for mouse capture.
  • B
    bitranox replied to the thread Network fails at boot.
    This is a boot-time race condition. The NIC eno1np0 isn't initialized by the kernel yet when ifupdown2 runs, but it's available moments later, which is why systemctl restart networking fixes everything. The log confirms this: all NICs on PCIe...
  • J
    Hinsichtlich live-Migration, ja. Richtig, der ist ja gerade kaputtgegangen. Naja, wie in #2 schon erwähnt: du verlierst die Daten seit der letzten Replikation. Aber ja, auf dem überlebenden Node startet HA diese VM neu. Automatisch!
  • J
    Das geht durchaus. Du verlierst halt die Daten seit der letzten Replikation und es dauert ein paar Minuten bis der Gast auf einem anderen Node gestartet wird. Du musst auch HA für ihn aktivieren. Prüfe mal Gast > More > Manage HA bzw. Datacenter...