Everything posted by Squid
-
ups issues?
-
[Plugin] CA Fix Common Problems
Depends upon your router. Log into it and check for DMZ akin to Placing your server within a DMZ effectively puts the server directly on the internet, and is not recommended. Forward ports instead. Another possibility is that you've forwarded the SSH / SSL ports in which case you should use a reverse proxy (or ideally once 7.x is released TailScale)
-
Unraid getting stuck (no SSH, no GUI, dockers are working)
Looks like you were using an incorrect password to login via SSH Does the webGUI work on the locally attached monitor if you boot via GUI mode?
-
[support] dlandon - Lyrion Music Server
So is Logitech Media Server itself now deprecated?
-
[Plugin] CA Fix Common Problems
Is your server sitting in your router's DMZ? You do have 800+ login attempts from around the world. Pretty much every script kiddie out there.
-
[Plug-In] Community Applications
Try today's update. Couldn't replicate this (or see anything wrong in your diagnostics) unless I enabled PHP Warnings to be displayed.
-
[Plug-In] Community Applications
Best to ask in it's support thread
-
Trouble moving system share off cache using mover.
Expanding symlinks Either use mover, or alternatively, you could use the backup appdata plugin and then restore the zip to the new location. Much faster than mover, but haven't had to do this in years
-
Dynamix - V6 Plugins
- [Plug-In] Community Applications
I never got any notifications of anything weird happening overnight, and it's working fine at the moment. What are you seeing?- [Plugin] Realtek R8125 R8126 R8168 and R8152\6\7 drivers
Try again. There was a glitch in Apps- [PLUGIN] GPU Statistics
Back in business- [Plug-In] Community Applications
Back in business- [Plug-In] Community Applications
Working on it- [PLUGIN] GPU Statistics
Because something is messed up... Looking into it- [Plugin] GUI Search
Hit and miss as to whether it affects anything. (It works fine on my system, but fails on buddy's). Or another option (likely the best) is to move the translations into translations.txt instead since the .page file is inserting itself everywhere.- Cannot connect to Unraid Web GUI
Go into Settings - Network, and make a change (eg: disable bonding) and see if that fixes you up. You've previously had 4 NICs installed, but currently have one and the bond is set to include 4 which may be messing things up- Docker Config Files
Edit the container and add in whatever other paths, variables etc that you need- Repair unmountable XFS Drive
And isn't it still unmountable?- [Plugin] GUI Search
are you changing $_SERVER['REQUEST_URI']? Edit: The problem @dlandon is L27 of lib.php Because you are including lib.php in Preclear footer.page, you are changing the URI for every single page in the UI, which is going to also impact all translations as any plugin won't be able to get to their own translations. What you'd want to do would be to do something akin to $_SERVER['REQUEST_URI'] = $_SERVER['REQUEST_URI'] . "/Preclear"; or alternatively save the original value and restore it at the end of lib.php Your lower case "p" as existing may properly reference your .txt file, but it also messes up the search becasue "preclear.page" doesn't exist but "Preclear.page" does- Repair unmountable XFS Drive
Remove the -n from the command options and re-run Any corruption would also be carried over to the parity system, so no. But, in all cases of file system corruption its always a good idea to run memtest from the boot menu, as bad RAM is.a leading cause of corruption.- [Plugin] Custom Tab
Try today's update. It all worked for me, but there was an HTML error the Chrome was complaining about which may have caused you issues depending upon Browser versions and its settings- [Plugin] GUI Search
@dlandon ^^^ Version I tested on had "Preclear" with a capital P. Those screenshots are showing a lowercase "p"- Write performance is tanking
Whare share are you writing to?- My UNRAID server suddenly got inaccessible via web server and docker services are no longer starting up.
The diagnostics show that there is no ethernet cable connected ethtool.txt - [Plug-In] Community Applications