Everything posted by eschultz
-
Flash Backup: Activated: Not up-to-date / Flash backup unavailable
@Tanne I don't see any servers registered under your account. Can you please try signing out and back in again from the avatar in the top right of the Unraid web ui?
-
Is the unread messed up again?
Expanded disk space so ElasticSearch would stop preventing writes at < 10% free space. Search indexes rebuilt. Tomorrow will be the real test to see if the extra free space fixes it permanently.
-
Keep getting locked out
Hey everyone, this issue with repeated lock outs should now be resolved, you should no longer have to manually delete any cookies.
-
Keep getting locked out
Tapatalk integration should be back online. Please let me know if you still experience issues with tapatalk.
-
Missing the ability to change your own "rank"
Thanks for reporting. Rank icons are now restored. I'll check in to this next, sounds like that theme component reset during the upgrade:
-
Proxy for http traffic
On the flash drive, under the 'config' folder you'll need to edit the 'go' file in there.
-
Proxy for http traffic
@BasDL Are you still having issues with the webgui connecting to the internet? Which proxy server software are you using?
-
[SOLVED] Can't pass motherboard's audio controller
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.
-
Unraid OS version 6.8.1-rc1 available
Which motherboard or add-on card are you using that has thunderbolt?
-
USB Creator Issues on Mac OS 10.15 Catalina
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
-
Unraid OS version 6.7 available
Yeah, get rid of the following from network.cfg: IFNAME[1]="br1" BRNAME[1]="br1" BRNICS[1]="eth1" BRSTP[1]="no" BRFD[1]="0" DESCRIPTION[1]="VMs connections" PROTOCOL[1]="ipv4" USE_DHCP[1]="no" IPADDR[1]="192.168.86.125" NETMASK[1]="255.255.255.0" GATEWAY[1]="192.168.85.1" METRIC[1]="2" Also change SYSNICS="2" to SYSNICS="1" at the end. Then reboot server.
-
Unraid OS version 6.7 available
Looks like in 6.7 the default route is being set incorrectly to br1 instead of br0. Are you using br1 for anything? It looks like eth1, the link for br1, is disconnected anyways...
-
Unraid OS version 6.7 available
We actually removed git from 6.7.0 but it'll probably be added in to 6.8
-
Proxy for http traffic
Try adding https_proxy in the mix too: http_proxy=http://proxyserver:port https_proxy=http://proxyserver:port /usr/local/sbin/emhttp &
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
This plugin will need to upgrade to using the openvpn-2.4.6-x86_64-2 package since it is compiled to work with the newer versions of openssl. The legacy version of openssl (libcrypto.so) was removed in 6.7.0-rc1.
-
Ryzen/Threadripper PSA: Core Numberings and Assignments
6.6.0-rc1 was just released. We removed the threadripper reset patch because a BIOS update will fix the issue better than the reset patch would. The author of the hack said it was just a bad hack anyways. So update your BIOS before upgrading.
-
Ryzen/Threadripper PSA: Core Numberings and Assignments
Those are pretty interesting results, @bastl! I'll need to confirm those thread pairings on my Threadripper -- It's possible Linux is confused on the actual thread parings for threadripper.
-
Can not type pipe '|' key via unraid vnc
Probably in a week. QEMU 3.0 was just released so we'll get that in to the public unRAID 6.6-rc release too.
-
Can not type pipe '|' key via unraid vnc
These keyboard issues are solved in the upcoming unRAID 6.6 -- it includes an updated version of QEMU that has the keyboard mappings fixed.
-
How do I create a unRAID USB from a Linux machine?
Yup, that's basically the steps. @Bob1215 Which Linux distro are you using? The 'make_bootable_linux' I built and tested from Ubuntu and should be generic enough to run in many other distros.
-
ISCSI Support
virtio should give you the best performance since it's not emulated like the other virtual network card options. The Supermicro board you have only has 1Gpbs ports, did you have a 10Gbps NIC addon? If so, what brand and model?
-
4x NVMe drives on single PCI-e expansion card..... (UPDATE, IT WORKS!)
Sounds like this card (or multiple) will work on some X399 ThreadRipper motherboards even:
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Heads-up: We are working on getting all the packages upgraded (about 300+) for unRAID 6.6. Just about everything with be openssl 1.1.0 in the new release but we'll have openssl 1.0.1 solibs installed for backwards compatibility up until maybe unRAID 6.7.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
It means mosh-server needs OpenSSL 1.1.0 while unRAID 6.5 only has OpenSSL 1.0.1. You'll either need to install OpenSSL 1.1.0 (maybe @dmacias can add to the list) or downgrade the mosh-server version which might be tricky.
-
USB Creator tool not working
This issue should be fixed now.