-
Content Count
506 -
Joined
-
Last visited
-
Days Won
7
eschultz last won the day on October 28 2018
eschultz had the most liked content!
Community Reputation
95 GoodAbout eschultz
-
Rank
Advanced Member
- Birthday 07/05/1982
Converted
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Changing from vnc to gpu passtrough does not work
eschultz commented on Prokie's report in Prereleases
Changed Status to Retest Changed Version to 6.9.0-rc2 -
eschultz started following Unraid OS version 6.9.0-rc1 available
-
On the flash drive, under the 'config' folder you'll need to edit the 'go' file in there.
-
@BasDL Are you still having issues with the webgui connecting to the internet? Which proxy server software are you using?
-
Thanks for reporting this Steve. I've improved the VMs page to now include the PCI ID, when the name would otherwise be ambiguous, next to the assigned graphics cards. It'll be included in the next 6.9.0 beta release.
-
[SOLVED] Can't pass motherboard's audio controller
eschultz replied to DataHearth's topic in VM Engine (KVM)
The SMBus most likely is the culprit and has a driver assigned, preventing you from passing through the audio controller (both in the IOMMU group 9). To get around this, you'll need to prevent Unraid from assigning the SMBus driver upon boot by adding "modprobe.blacklist=i2c_i801,i2c_smbus" to your Syslinux configuration append line. Just navigate to this page: https://cronos/Main/Flash?name=flash And modify the green block's append line: Then hit Apply and reboot the Unraid server. Your Windows VM should be able to start after that. -
If you're using just HTTP (and not HTTPS) then adding 'Secure' to the cookie will just prevent it from sending over HTTP. What I think you really need, when your using just HTTP, is: SameSite=Lax You can test this temporarily by running this command in your Unraid terminal: sed -i 's/samesite=strict/samesite=lax/g' /usr/local/emhttp/plugins/dynamix/include/local_prepend.php and then Logout and Log back in to the Unraid web UI to refresh the cookie with the new samesite=lax settings.
-
rename the .raw file to .img and that should work to pick for a VM disk
-
Are there hidden files or folders that live on the Synology share? I think macOS will update a separate hidden file to hold that metadata if it can't add xattr on the file directly. (I don't have a Synology box here unfortunately)
-
When I add macOS "labels/tags" on a file or directory from a Unraid share via samba protocol it adds EA data: root@Tower:/mnt/user/testshare# getfattr test_folder/ # file: test_folder/ user.DOSATTRIB user.DosStream.com.apple.metadata:_kMDItemUserTags:$DATA user.org.netatalk.Metadata Additionally, 'getfattr' will show the values, along with the keys above, with the -d argument. I did another test involving a cache pool setup: Created another share named 'cache-first' with Cache mode set to 'only.' Browsed to the 'cache-first' share from a mac, created a new fold
-
Maybe a index rebuild will help that but it'll take about an hour to run... ***EDIT*** Index rebuild completed, any activity missing from the last couple days should be restored now.
-
Which motherboard or add-on card are you using that has thunderbolt?
-
Which web browser are you using?
-
Forum goes down every day for a couple of minutes
eschultz replied to JorgeB's topic in Forum Feedback
We have backup script execute at that time which causes timeouts / 502 errors for a minute or two. I'll try to optimize the backup scripts to lessen the impact. -
USB Creator Issues on Mac OS 10.15 Catalina
eschultz replied to pipingfiend's topic in General Support
A new build is ready for internal testing but I haven't upgraded to Catalina yet. Could someone please test it out?: https://s3.amazonaws.com/dnld.lime-technology.com/tools/Unraid.USB.Creator.macOS-1.7.dmg