-
Lost GPU Passthru moving to 6.10.1
"I had to fresh install windows and migrate settings and files" that's all for me, I thinks about my 55€..... now
-
[6.10.1] Network speed limited to 100mbps from within docker containers
I take this in /congig/go from 6.09.. #ETH0 configuration ethtool --change eth0 speed 1000 duplex full autoneg off work good
-
Upgrade from 6.92 to 6.10 VMs won't boot
Gigabyte Technology Co., Ltd. X570 I AORUS PRO WIFI BIOS: American Megatrends International, LLC. Version F36c. Dated: 05/12/2022 CPU: AMD Ryzen 3 3100 4-Core @ 3600 MHz HVM: Enabled IOMMU: Enabled Network: eth0: 1000 Mbps, full duplex, mtu 1500 Kernel: Linux 5.15.40-Unraid x86_64
-
Upgrade from 6.92 to 6.10 VMs won't boot
I try again today.. VNC + secondary GPU as NVIDIA windows ok VM start windows recognize Video Card VNC + secondary GPU as NVIDIA Ubunto ok VM start and recognize Video Card noVNC only one primary GPU as NVIDIA KO network don't start (Windows) noVNC only one primary GPU as NVIDIA KO network don't start (Ubuntu) bye, bye passtrought at all!! Unraid OS (default) kernel /bzimage append vfio_iommu_type1.allow_unsafe_interrupts=1 acpi_enforce_resources=lax initrd=/bzroot Unraid OS GUI Mode kernel /bzimage append vfio_iommu_type1.allow_unsafe_interrupts=1 acpi_enforce_resources=lax initrd=/bzroot,/bzroot-gui
-
utentep2p started following Upgrade from 6.92 to 6.10 VMs won't boot
-
Upgrade from 6.92 to 6.10 VMs won't boot
Same Issue here after update to 6.10.0 and 6.10.1 VM stuck without BR0, I try to add a new VM with some disk... nothing some stuck, if I add a VNC card BR0 and ethernet go up otherwise BR0 and VIRTIO-NET stuck and don't start.. IOMMU group 22:[10de:1c82] 08:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1) [10de:0fb9] 08:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1) <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/vbios/gpu GTX1050Ti.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0a' slot='0x00' function='0x4'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </hostdev> but if use VNC (strange) all BUS and SLOT are online and ready?!?!?!?!?! -vnc 0.0.0.0:0,websocket=5700,audiodev=audio1 \ -k it \ -device qxl-vga,id=video0,max_outputs=1,ram_size=67108864,vram_size=67108864,vram64_size_mb=0,vgamem_mb=16,bus=pci.7,addr=0x1 \ -device 'vfio-pci,host=0000:08:00.0,id=hostdev0,bus=pci.4,addr=0x0,romfile=/mnt/user/vbios/gpu GTX1050Ti.rom' \ -device vfio-pci,host=0000:08:00.1,id=hostdev1,bus=pci.5,addr=0x0 \ -device vfio-pci,host=0000:0a:00.4,id=hostdev2,bus=pci.6,addr=0x0 \ -device usb-host,hostdevice=/dev/bus/usb/001/002,id=hostdev3,bus=usb.0,port=2 \ -device usb-host,hostdevice=/dev/bus/usb/005/002,id=hostdev4,bus=usb.0,port=3 \ -device usb-host,hostdevice=/dev/bus/usb/001/003,id=hostdev5,bus=usb.0,port=4 \ 2022-05-22T12:19:43.121072Z qemu-system-x86_64: -device vfio-pci,host=0000:08:00.0,id=hostdev0,bus=pci.3,addr=0x0,romfile=/mnt/disk1/vbios/gpu GTX1050Ti.rom: Failed to mmap 0000:08:00.0 BAR 1. Performance may be slow 2022-05-22T12:19:43.161892Z qemu-system-x86_64: vfio: Cannot reset device 0000:0a:00.4, depends on group 24 which is not owned. 2022-05-22T12:19:43.174037Z qemu-system-x86_64: vfio: Cannot reset device 0000:0a:00.4, depends on group 24 which is not owned.
-
[Support] Linuxserver.io - WebGrab+Plus
Hi all, I've update a RUN of this unraid-docker, but unfortunately, don't know howto publish on Community Applications (aka CA) docker run -d \ --name='webgrabplus' \ --hostname=webgrabplus \ --mac-address=XX:XY:ZZ:YY:00:99 \ --net='bridge' \ -e HOST_OS="Unraid" \ -e 'TZ'='XYOURS/YYOURS' \ -e 'PUID'='99' \ -e 'PGID'='100' \ -e 'UMASK'='022' \ -v '/mnt/user/appdata/example-xteve/data/':'/data':'rw' \ -v '/mnt/user/appdata/webgrabplus/config/':'/config':'rw' \ --restart unless-stopped \ lscr.io/linuxserver/webgrabplus:latest personalize with TZ, '/data' PATH, I write directly into xteve data directory in this example, and RUN, that's all!
-
[SUPPORT] SmartPhoneLover - Sharry
I try without DB via H2 but not working Exception in thread "main" pureconfig.error.ConfigReaderException: Cannot convert configuration to a sharry.restserver.Config. Failures are: - (/opt/sharry.conf) /opt/sharry.conf: java.io.FileNotFoundException: /opt/sharry.conf (Is a directory). It's right that docker install create a directory named sharry.conf into '/mnt/user/appdata/sharry/' I crop sharry.conf from GITHUB into sharry.conf DIR: /mnt/user/appdata/sharry/sharry.conf/sharry.conf --------------------------------------------------------------------------------------- sharry.restserver { base-url = "http://localhost:9595" bind { address = "0.0.0.0" port = 9595 } backend { auth { fixed.enabled = true ## enabled admin:admin access } jdbc { url = "jdbc:h2://\"${java.io.tmpdir}\"/sharry-demo.db;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE" user = "dbuser" password = "dbpass" } signup { mode = "open" invite-time = "14 days" invite-password = "generate-invite" } } } ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Thx
-
[Plug-In] Community Applications
At the beginnin, thanks for all the work.. but: Using 'EDGE' on a unRAID Server OS version: 6.9.2 based on slackware? Please don’t let the cat out of the bag, but we are in unix dependent system.. EDGE? Firefox an Chrome same results, no descriptions on all cards Please
-
utentep2p started following SpaceInvaderOne
-
Unraid Feature Request Wishlist
VM Enhancements Think in BIG (IRON) if possible... we need, and appreciate to upgrade own QEMU/KVM engine to latest version, include new "qemu-system-s390x" that can delivery -machine s390-ccw-virtio -cpu max,zpci=on,msa5-base=off Actually with: qemu-system-s390x -machine s390-ccw-virtio -cpu max,zpci=on,msa5-base=off -serial telnet::4441,server -display none -m 1024 --cdrom ubuntu-18.04.4-server-s390x.iso -kernel kernel.ubuntu -initrd initrd.ubuntu -drive file=ubuntu-run.raw,format=raw We keep an error "qemu-system-x86_64: -machine s390-ccw-virtio: unsupported machine type" THX
utentep2p
Members
-
Joined
-
Last visited