Search results

  1. M

    Proxmox VE 8.2 released!

    i am curious to see if this also applies to the iommu issues in conjunction with amd
  2. M

    Proxmox VE 8.2 released!

    At least pinning that Kernel helped as a workaround… but if its an Kernel issue there should be a lot of more complains or am i wrong?
  3. M

    Problems with GPU Passthrough since 8.2

    yeah seems to be a kernel "issue"... some1 knows a workaround except for booting 6.5 again?
  4. M

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    seems also to be my issue, but i cant get any clue what this is...
  5. M

    Problems with GPU Passthrough since 8.2

    Hi, I have had a problem with GPU passthrough since updating to 8.2. The VM to which I have passed the GPU no longer starts and has the following error message: kvm: -device vfio-pci,host=0000:06:00.0,id=hostpci0.0,bus=ich9-pcie-port-1,addr=0x0.0,x-vga=on,multifunction=on: vfio 0000:06:00.0...
  6. M

    High IO delay with 4xHDD in Raid Config

    Hi, I'm really worn out.... I've been trying to get my server running again for two weeks. Two weeks ago I thought that it might make sense to change the existing (mdadm) RAID0 to a zfs RAID10. At the same time I wanted to rebuild the host to start fresh... from here the dilemma starts: I knew...
  7. M

    Proxmox Hypervisor replies on wrong Interface

    NVM..... i forgot the simplest networking basics :D you have to set a routing point, else there is no traffic. I set the gateway 172.21.0.254 for vmbr300 and everything is good.
  8. M

    Proxmox Hypervisor replies on wrong Interface

    Hi there, i got a really strange problem. I got my Proxmox VE running and recently i started to use Linux Bonding and VLANs. My /etc/network/interfaces looks like this # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the...
  9. M

    Cant access Webgui on 2nd bridge (no physical nic attached)

    So i could enumerate a bit more. As long as there is a physical nic bound to the bridge it works. If i unbind the physical nic it stops working. I still can ping the machine and nmap even discovers all ports (ex. 111, 8006) as open but i cant access the webserver. Next step would be to try to...
  10. M

    Cant access Webgui on 2nd bridge (no physical nic attached)

    First one is vmbr0 and second one is vmbr9. vmbr9 is used by vms1,2,3 (172.22.0.1, .2, .254) only and the proxmox host (172.22.0.11). Setup vm1 --------| vm2---------|-------vmbr9-------Gateway (vm3) proxmox--|
  11. M

    Cant access Webgui on 2nd bridge (no physical nic attached)

    Hi there, my problem is the following: I want to be able to connect to the webgui via 2 nics. Both are bridges, but the 2nd got no bridge port since i only use it for a dmz. Via gui i added an ip to the 2nd bridge and also added the new ip to /etc/hosts of my proxmox hv. I can ping the new ip...
  12. M

    ata exception and failed write command WRITE DMA EXT

    yeah thing is.. i could rma all that stuff but they will charge me if there is no issue with this specific piece of hardware. So i should at least find out which piece (Case(Backplane)/Mainboard) it is :/
  13. M

    ata exception and failed write command WRITE DMA EXT

    So i did change the SATA Cables against new ones. I think the errors gotten worse after this. I looked at the bios and there are no options to change the sata behavior. I can enable/disable hotplugging. Thats all. So if i understand u correctly there could be a hardware fault...
  14. M

    ata exception and failed write command WRITE DMA EXT

    I got a supermicro M11SDV-8C+-LN4F with 4 SATA Ports those are connected to a backplane (Case is CFI-A7879v2, dont know the backplane vendor) via 4 SATA Cables. My HDDs are 4x 1TB WD Red. Proxmox is installed on a m.2 ssd. The HDDs are configured via mdadm as RAID0 (yeah i know, but i dont need...
  15. M

    ata exception and failed write command WRITE DMA EXT

    So i did the long smart test on all drives: no error found. dmesg throws this error only if i copy a large amount of data onto my fileserver.
  16. M

    ata exception and failed write command WRITE DMA EXT

    Hi there, i recently noticed a problem with my Homeserver. As i logged onto my IPMI KVM i was welcomed by a lot of ata exceptions and failed commands. [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.3.10-1-pve root=/dev/mapper/pve-root ro quiet libata.force=noncq [ 0.109971] Kernel...