Everything posted by jonp
-
What did I do wrong ":emhttpd: error: share_luks_status, 5995: Operation not supported (95): getxattr:"
Where are you installing Plex exactly? If its in a Docker container, do you have your Docker loopback file also located on the flash? You probably want to try moving all of that to one of your ZFS pools. Using a flash drive for loopback images or containers in general is probably unwise.
-
WAN Port Configuration Issue
So on the Management Access settings page, you have Allow Remote Access set to Yes and the WAN port set to 14444. On that same page you have the SSL Port set to 443. You then logged into your Sky Router and configured a port forwarding setting to forward traffic from 14444 on the WAN to 14444 on your Asus Wifi device. Then you logged into your Asus and configured 14444 to forward to 443 on your Unraid server? That last part is really important. The last forwarding rule should forward from 14444 to 443, not 14444 to 14444. I think the issue is probably in your forwarding configuration.
-
What did I do wrong ":emhttpd: error: share_luks_status, 5995: Operation not supported (95): getxattr:"
Ok, so you're going to have to walk us through step-by-step what you did to get to where you're at and exactly where things fell apart. This isn't a standard configuration that we support just yet, but we can probably figure it out if you can catch us up as to what you're trying to do here.
-
WAN Port Configuration Issue
Hi there, Boy that sounds like a complex environment! In short, yes, that is in essence how it should work so long as all the ports line up. Are you saying that's not working? If so, please attach your system diagnostics so I can review.
-
[Problem] Reformatting Replacement Drive with XFS
Hi there, Please reply to this thread and attach your system diagnostics. These can be obtained from the Tools > Diagnostics page. All the best, Jon
-
How to set up Console with a motherboard w/o on-board gpu
After adding the GPU, you may need to edit any VM that has a PCI device assigned to it. PCI device IDs can change when new devices are added, so you'll simply need to verify that before starting the VMs after adding the new device.
-
How to set up Console with a motherboard w/o on-board gpu
Yes, you can add a GPU and it will output graphics for the console.
-
Cannot Access web-GUI after update from v5 to v6
Try this. Get a new flash drive. Use the USB creator tool on it. Try to boot Unraid and see if the webGui login works (http://tower or http://tower.local or by IP address). If that works, you know its something misconfigured on the flash. If it doesn't work, there is most likely something amiss with the hardware. If it works, then you can go through the steps you've outlined above.
-
Unraid Server Locking Up Daily
Hi there, Please see this wiki article to collect logs right before the crash: https://wiki.unraid.net/Articles/Frequently_Asked_Questions#My_system_is_crashing_but_my_logs_don.27t_contain_the_event._What_do_I_do_to_obtain_support.3F
-
Unraid 6.9.2 - On reboot no option to Start Array, no Devices shown, following NO SPACE LEFT ON DEVICE (28)
I would definitely be concerned. This makes no sense to me. If the server was left in a stopped state and no drives were assigned from any of the drop downs, it is literally impossible for the server to have just "fixed itself" unless a system reboot was somehow triggered. It is possible that your flash drive may be having issues and when you initially rebooted it, it couldn't load the super.dat file properly, thereby not showing you any drive assignments. If this was just a temporary read-error on the flash, it is possible that a simple reboot could resolve the issue, but that would have had to be triggered by a user, a script, or power failure that upon being resolved caused the system to boot again. That said, the system would have prompted you that an unclean shutdown occurred, requiring you to manually start the array. As far as the appdata issue, you can stop your docker and VM services (from the settings page) and then trigger the mover to move those files from the array to the cache where they belong. I would also consider a flash replacement: https://wiki.unraid.net/Manual/Changing_The_Flash_Device All the best, Jon
-
Server now crashing twice per day - lots of kernel panics
Hi there, Took a look at your logs and I don't see anything sticking out as being problematic with your configuration. This likely could be a CPU or other underlying component issue. Also could be heating/cooling related, though I'm less likely to believe that. Unfortunately diagnosing hardware-specific issues isn't something we at Lime Tech can do. I would have hoped someone else with similar hardware would have chimed in, but alas, they have not. The best thing you can try and do is reseat the components. Maybe try another OS just to see if you can run stable there. Not sure what exact CPU you're using here (I know AMD, but not the exact model) but if its an older Ryzen or Threadripper, you may need to try disabling C-states in the BIOS. Another option could be to try adding acpi=off to the kernel append line in your syslinux configuration. All the best, Jon
-
Registration page is blank
Hi there, Any chance you have an ad blocker enabled or something like that? Can you confirm the .key file is physically present on the flash under the 'config' folder at this point?
-
email notifications stopped working
Has anything changed in your network environment or from your ISP? Can you ping smtp.gmail.com? This definitely sounds like either a network or service specific issue, as I don't see anything glaring in the logs that points to a misconfiguration in the OS, and clearly other users are still working just fine.
-
Unraid Official Discord Server
The main reason we link through the forum is to make sure that user nick's in Discord match that of the forum. We want to avoid any potential user impersonation there and provide some consistency to the names seen on Discord as to what you see here in the forums. Can you screen cap exactly the process you're going through and share that with me so I can see all the specific of what you're doing and what messages you're seeing? I can then setup a separate test Discord account to try and recreate the issue.
-
I think I found a bug in the mover
Hi there, Please attach a copy of your system diagnostics. We need to see what's going on exactly here.
-
ASRockRack E3C242D4U with Version: 6.9.2 Crashing Randomly
To be perfectly honest I have absolutely no idea what is wrong with your system. The logs aren't printing any significant errors out and I doubt time sync issue is causing the crash. One thing to try would be to leave the array in a stopped state but with the server on and see if just idling like that you can recreate the crash. If so, then we know it isn't storage related. If not, then maybe there is something amiss with the storage or storage controller(s).
-
ASRockRack E3C242D4U with Version: 6.9.2 Crashing Randomly
Hi Gibbo, Is the last screenshot you have posted above what was seen when the system crashed?
-
ASRockRack E3C242D4U with Version: 6.9.2 Crashing Randomly
Hi there, What we really need is for you to get the system running with a monitor and keyboard attached. Login to the console and then type the following command: tail /var/log/syslog -f This will begin printing your log directly to the monitor and when the system crashes, you can capture the final events in the log prior to the crash, which should provide some indication of what is causing it. All the best, Jon
-
Uncast Episode 6: Unraid Hardware Recommendations
I'll try to cover that on the next episode as a subtopic for you
-
GPU passthrough not working when sound card is added
AMD-based GPUs are notorious for having more problems with GPU passthrough. When issues like these occur, you can try doing some online research for your specific GPU to see if there are any additional quirks you can apply, but generally speaking it is far easier to just replace your AMD GPU with an NVIDIA one and use that instead as it tends to have far better success with pass through. All the best, Jon
-
VM's Won't Start - Initial startup stuck at UEFI Shell
Type the following commands when you hit the shell: fs0: cd \EFI\BOOT BOOTX64.EFI That should trigger the installer to launch.
-
Download Failure (Network Failure)
Your network is somehow blocking the server from connecting to any of these online repos for downloads. Try connecting directly to your gateway to see if that works and if so, you know its a Unifi issue.
-
Keep getting locked out
Yeah we're looking into this still. Something is wrong. It's not affecting everyone, so the trick now is to figure out the common element between all who are affected.
-
Keep getting locked out
RE: Tapatalk @eschultz is on the case and we're getting it fixed.
-
Keep getting locked out
Just PM'd you about this.