Cadal

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Cadal

  1. Okay got passthrough working on the second GPU... i found faulty PCIe power cables..... Got everything working now - thanks for your help. I am running beta though.
  2. Thanks, so there's some hope for me. Able to share details on how? I mean slot used on Gigbyte extreme mainboard, xml's. If using PCIe ACS override or/and VFIO allow unsafe interrupts. I'm using a vbios, multi-function (basically as all of spaceinvader one advice). But haven't tired the override or unsafe interrupts as it all breaks up fine on its own.
  3. @jwoolen that goes for secondary passthrough of GPU? I have a 1080ti and 970 and cant for the life of me get the 970 to passthrough without an error 43 - got everything else working though.
  4. I ended up with a custom kernel to fix the usb issue but still havent got past error 43 on the second GPU passthrough. AMD for virtualisation has been very problematic, again. I think this is my last jolly with AMD for virtualization it just going from one fuck-up to the next. I mean wendal can do it but that guy can do anything.
  5. Yeah sorry didnt notice it was test until after I posted thus the edit. Prob a good call on your part, im not sure if there will be linux server support after test.
  6. Hey Ich777, Edit: darn its just the testlive one - not stable one yet. So up to you and others if you want to spend time on it yet. It seems like a popular game though. Looks like Night of the Dead have a dedicated server now, yeah its Windows 64bit. https://steamcommunity.com/app/1377380/discussions/0/2849047119419572824/ Guide Prerequisites 64-bit Windows Steam client SteamCMD Install Install SteamCMD on your host. Launch SteamCMD on your host and use it to download the server files.(Remove the < > and replace them with double quotes, for example, force_install_dir "C:NOTDServer") (app id : 1420710) Steam> login anonymous Steam> force_install_dir <install_dir> Steam> app_update 1420710 validate Steam> exit Port We basically use the two ports below. UDP 27015 : Game query port UDP 7777 : Game client port Set the ports as an exception in the firewall. Open these ports through Port-Forwarding. If you would like to change the port you are using, the next step will explain how to change the port. Host In the installed folder, open "ServerSettings.ini" to edit as desired. Please change the default in each section to the desired value. for example : [ServerSettings] ServerName=MyServerName [SystemSettings] SaveName=MySave [GameSettings] Difficulty=Legend NoTeamKill=True Run StartServer.bat a. (Optional) If you want, you can edit StartServer.bat to change which port you use.(for example : LFBinariesWin64LFServer.exe ?listen -log -Port=7779 -QueryPort=27016) Save file location : <install_dir>LFSavedSaveGames You can save and load the save file by matching SaveName (in [SystemSettings]) and the save in the above location. Play Join to the dedicated server session requires same version of the server and client. Select server_test Branch from the SteamLibrary->Night of the dead->Properties->BETAS. (Select beta you would like to opt into : server_test) You will be able to join the server session. by steam user Pure: Alright, so this guide works but you have to make sure under "Host"-->"2. Run StartServer.bat" that your file has the ports that you port forwarded. For example: "LF\Binaries\Win64\LFServer.exe ?listen -log -Port=7777 -QueryPort=27015"
  7. No I never did, I should probably look at it again, but so many things to do.
  8. Thanks for your work been using the userscript for ages! Some way for the plugin to ignore or handle disks set in vm xml that are addressed to hardware would be good. I have mostly vdisks but if it encounters a hardware addressed disk in a vm it seems to bomb out. Default settings no snapshots. vm with only vdisks - did okay vm with only vdisks - did okay Vm with vdisks and hardware addressed ssd bombed out with "/tmp/vmbackup/scripts/default/user-script.sh: line 424: vdisk_types["$vdisk_path"]: bad array subscript" vm with only vdisks - didnt get done as after one that 'failed' "2020-05-01 14:09:45 information: /mnt/user/backup_VM_jtok/Win10-Ufficio1 exists. continuing. /tmp/vmbackup/scripts/default/user-script.sh: line 424: vdisk_types["$vdisk_path"]: bad array subscript 2020-05-01 14:09:45" I think @blurp76 had the same issue but I dont think he/she has vdisks as well. Edit: Just to followup on myself i tested by removing the hardware line within XML for the SSD then ran the backup again and everything worked. Also the user script does the same thing, where as the old version (really really old 2019 i think) worked okay.
  9. Hi, Can I get a comment from someone with a TRX40 Gigabyte Extreme that was usb onboard pass through working with this patch? I tried both 4.19 and 5 with the same vm freeze issue unfortunately. I know the creator doesnt have a TRX40 but looked like the same issue to me.
  10. @Sgt.Ogre 45:00.0 USB controller: ASMedia Technology Inc. ASM2142 USB 3.1 Host Controller works okay for me without ACS patch. A spare USB card is probably the easiest as option as Per @jonp comment but it would be a pity with 5 USB controllers to only be able to use one. In the current version of unraid trying to get the starship or onboard audio to work increases in complexity... Generally everyone is getting this: "There are 2 USB roots on the CPU and 2 on the chipset. The ones on the chipset are in the same IOMMU group and also contain the wifi, bluetooth, and audio. No passing those through without major cost. The ones on the CPU cannot for now be passed through: this hangs the entire system. That's not just me, I have seen a number of other people comment on that. In effect, from what I have seen, there currently is no viable native USB passthrough on trx40." https://i.reddit.com/r/VFIO/comments/f2m1i4/some_trx40_observations/ Chipset USB: Different mainboard (Zenith II) but "Passing through the Matisse controllers (after ACS) works perfectly. No errors and you can just plug / unplug things, and one of them is connected to half of the backplate usb I/O." - so might be worth a shot but I wouldnt hold out much hope on this one. https://forum.level1techs.com/t/anyone-looked-at-trx40-iommu-groups-and-passthrough-yet/150596/30 CPU USB: (there be dragons) Some hope about using FLR patch on Starship CPU based USB controllers (and for onboard audio) in unraid. But you will want to do a lot of reading I think. Involves a custom kernel TRX40 Aorus Extreme user post : https://forums.unraid.net/topic/82625-kernelcustom-kernel-build-with-treaks-20200307-v683558419108naviveganfsv4r8125zen2/?do=findComment&comment=849084 Ref to problem and workaround: https://www.reddit.com/r/VFIO/comments/eba5mh/workaround_patch_for_passing_through_usb_and/?ref_source=embed&ref=share Unraid custom kernel link - https://forums.unraid.net/topic/82625-kernelcustom-kernel-build-with-treaks-20200307-v683558419108naviveganfsv4r8125zen2/page/6/
  11. I don't know if you progressed this, but a search on the forums looks like no one else did - though an internet search seems to show some interest. As I couldn't find a newer post on the subject i ressed this one (sorry mods!) The project you speak of is quite active and to answer your question I think docker is more likely to work. I can see you (or someone with a similar name) started one here: https://hub.docker.com/r/garypraxis/openrgb-docker probably with the same conclusion but I think it links to an older forked git. I'll have to remember how to create docker setups again or ask a friend I think Colour me interested.
  12. Yeah I have 3x Supermicro SC826's so i cant even take my own advice, but as I'm consolidating to one soon I'll probably follow it then!
  13. Worth taking a look at the drop in drive cases too fit more and with unraid you'll likely be turning off the system to replace drives rather then 'hotswapping'.
  14. Latest Sophos XG i440 4.2 and Seabios seemed to work for me.
  15. Just in case you didn't notice... "This part list is private." Also may want to list your use cases/what you plan on using it for, unless that's within the link we cannot see.
  16. Developers with continued genuine interest in making the product better and trying new things - such as Unraid gaming! Would love to see a Hardware Compatibility List (database) searchable - easing the foray and upgrade within the complexities of Unraid gaming!
  17. Hi Guys, Been working to resolve some usb sound issues even though im using controller passthrough. Came across this link from mbk1969 on 'The guru of 3D' - https://forums.guru3d.com/threads/simple-way-to-trace-dpcs-and-isrs.423884/ that provides more detail then Latencymon. Feel free to go thank him direct. Just posting here in case the other post goes a missing.
  18. Thanks Johnnie, this does seem to be the cause (looks like one died) I also found this thread too. With the output of actions below. root@storage:~# btrfs device delete missing /mnt/cache root@storage:~# btrfs balance start -f -mconvert=single /mnt/cache Done, had to relocate 4 out of 158 chunks root@storage:~# btrfs device delete missing /mnt/cache ERROR: error removing device 'missing': no missing devices found to remove I'll spin up the dockers and see if stays up now.
  19. Started a few days ago. Unraid vm's and docker go no longer accessible to users. Unraid GUI is accessible but uptime is not showing top right and some screens do not load (like the array operation). Command line will not clean shutdown the server (waited hours), so have had to hard reboot it. There are some upstream timed out errors from nginx but im having issues working out the cause. storage-diagnostics-20190817-0323.zip
  20. 'Looks' the same as the Sonnet Allegro Pro USB 3.0 (which is discontinued and seems unavailable to buy anywhere) but different colour pcb, same chipset. Anyone tried it? http://www.ioi.com.tw/products/proddetail.aspx?CatID=106&DeviceID=3035&HostID=2035&ProdID=1060179
  21. Hi, As your software suggested I post this to the support form (using anonymous checkbox) I am in case it could assist others. I suspect this is the cause: Jun 23 20:31:23 storage rpcbind[30976]: connect from 10.0.40.9 to getport/addr(nfs) Jun 23 20:31:23 storage rpcbind[30977]: connect from 10.0.40.9 to getport/addr(nlockmgr) Jun 23 20:31:23 storage rpcbind[30978]: connect from 10.0.40.9 to getport/addr(mountd) That address has had an update of some existing software but it does not use nfs. If you concur that this is the culprit I'll contact the developer. Thank you. storage-diagnostics-20190625-0934.zip
  22. Well its been two days and still stable.
  23. Hi Johnnie Black, Thanks for the info I'll check it out, thanks for the SSD tip too.
  24. Good morning all, Love the new branding guys. So had bit of an issue with my home server this morning. noticed a vm didnt have its services running unable to access the web interface of unraid lights-on console displayed "hangcheck: hangcheck value past margin!" over and over was able to perform a software shutdown from the console. diagnostics attached seems to be running fine at the moment (set troubleshooting mode) have not updated to 6.6.1 yet and wont until I work out what the issue is or someone else is able top advise. Thanks in advanced if you manage to take a look. I'll update the thread with a reply at 24, 48, 72. Hardware profile has been updated. Suffice to say 16GB of ECC, Xeon 1230. storage-diagnostics-20180930-0850.zip