Everything posted by Corvus
-
Server decided to not detect array until hard reboot
So we can definitively say that it's not a USB flash drive issue then? Are we ruling this out 100%?
-
Server decided to not detect array until hard reboot
When you say hardware, does that include a USB flash malfunction? I'd rather not have to disable my Plex docker, as where I am, we are still in lockdown and I have over a dozen people depending on my Plex server.
-
Server decided to not detect array until hard reboot
syslogOk it just happened today. I had my syslog mirrored to my flash drive. This is the file. CAN SOMEBODY PLEASE HELP ME NOW??
-
Server decided to not detect array until hard reboot
I've just enabled that. If it's the flash drive that's faulty, will the logs tell us?
-
Server decided to not detect array until hard reboot
It just happened again! This time, I was actually browsing the webUI while it happened. The weird thing is - even though I cannot access any of my network shares (including my media content) I'm still able to stream that content from the Plex server from those same shares, while both from inside and outside my LAN. How is this possible if all the content is located on the array which it isn't detecting?? I haven't rebooted the server yet, but I'm noticing while navigating between pages of the WebUI, that the status on the bottom left status bar occasionally switched from 'array undefined' to 'array started', and then without a few seconds switches back to 'array undefined' again. Eventually, about 10 mins later, the webUI became unresponsive altogether - however Plex still worked! What is going on? Could this be a problem with the flash drive? Or are we looking at something else here? Also, I had previously set the local syslog files to be saved in my 'downloads' share, however I can't find any in there. I have completely no idea what to do. CAN SOMEBODY PLEASE HELP ME, BECAUSE I FEEL LIKE THIS IS FALLING ON DEAF EARS!!!
-
Server decided to not detect array until hard reboot
I'm guessing from this cryptic reply that my diagnostics file wasn't useful? I've set up the syslog server to dump to a local 'cache preferred' share, so when it happens again, I'll dump it here.
-
Server decided to not detect array until hard reboot
Is anyone even in these forums? I never seem to get any replies whenever I post a thread here. Can anyone even see this?
-
Server decided to not detect array until hard reboot
IT JUST HAPPENED AGAIN!!! Ok I'm freaking out now. What the hell is going on?? Anyone???
-
Server decided to not detect array until hard reboot
Hey all, So last night around 21:50 I had a couple people asking me if there was anything wrong with my Plex server because they weren't able to access my content. I immediately opened up a local Plex client and loaded up a movie, and it played instantly. Thinking the problem was on their end, I insisted they rebooted their device/router and I logged into Unraid and was immediately alarmed when I saw that NOTHING was showing in the 'main' tab - no disks, array, nothing. Also the Dashboard had no stats on it at all. No docker apps, no CPU loads, system info, nothing. There was also zero error messages, and I was able to navigate the Unraid web OS through my browser flawlessly, however I noticed that I was only able to access it internally, and using my DDNS to access it externally returned an error. I rebooted it from the Dashboard menu, and when it came back after a few mins I logged in to find no change. It's only when I went to the basement and physically pressed the shutdown button on the machine that it eventually went through the shutdown sequences and powered off. I then physically turned it back on and it seemed to boot normally, albeit with a parity check - which is still in progress. The 'Fix Common Problems' plugin shows no errors, however I've attached the diagnostics file. The server is kept in a well-ventilated (and cold) cellar. Since the case is also well-ventilated, CPU temps never really get higher than 50deg C and HDDs don't get hotter than 38dec C. Can someone give me an idea of what caused this? No point having a server if I have to manually reboot it occasionally. nas-diagnostics-20210828-1209.zip
-
Machine Check Events Error
Ok that's gonna be a problem. You see, my particular motherboard has this known bug where if the secondary m.2 is occupied, it sometimes refuses to output display via the GPU until the m.2 is reseated - and that's not possible because I'd have to dismantle the entire system to do that. Sooo anywho, I have no direct display output capabilities whatsoever. Any alternative?
-
Machine Check Events Error
So some hardware combos are just doomed to randomly reboot? That sucks camel caboose. How do I go about running a memtest? I've never done one.
-
Machine Check Events Error
Hey all, I'm new to this. This morning, my Intel machine mysteriously rebooted (I guess the BIOS is set to reboot when encountering hardware problems? I know, I know, I should change this, and I will). When I logged in at around 2pm, I noticed it started a parity check on reboot. MCE tells me that there's a hardware error. Here's my zip file. Can anyone tell me if this is true? nas-diagnostics-20210822-1449.zip
-
[Plugin] Theme Engine - a webGui styler
How do I go about doing this? Is there a guide somewhere?
-
[Plugin] Theme Engine - a webGui styler
So that's the only option we have to change the colors of the Unraid UI then? A broken plugin that hasn't been updated in 1.5 years that needs constant reboots?
-
[SUPPORT] blakeblackshear - Frigate
Yeah sorry, all that does is make each clip last longer. It doesn't actually combine clips for different objects. The problem of it creating unique, parallel clips for individual objects, even if they exist in the same space and time still remains. Any suggestions?
-
[SUPPORT] blakeblackshear - Frigate
Hey all, Does anyone know how I can prevent Frigate from making multiple overlapping clips when detecting multiple objects? It's really annoying having to constantly open several clips to get the entire event just because Frigate decides each object deserves its own clip. Surely there's a way to make it keep recording so long as it detects ANY motion?
-
Unable to purchase License
This happens both ways.
-
Unable to purchase License
Not sure what that would accomplish. It literally looks the same as it always does, it just doesn't give me any hyperlinks when I hover over 'basic' 'plus' or 'pro'.
-
Unable to purchase License
I'm also getting this problem. Seeing no hyperlink on either the Basic, Plus or Pro versions.
-
[Plugin] Theme Engine - a webGui styler
That fixed it. Any idea why this happens every single time this plugin is updated? Goddamn it's annoying.
-
[Plugin] Theme Engine - a webGui styler
Guys, when updating the 'my servers' plugin, my custom theme has been totally borked. Unraid will now only let me apply the default themes. Here's my theme css: body { background-color: #000000; } .share-status.dashboard { border: none; -webkit-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1); } table.share_status.dashboard tr>td.next { border-top: 1px solid #0BA36A ; } .usage-disk { background-color: #0A8155; } .usage-disk>span:first-child { background-color: #6DAA36 } span.outer.solid { background-color: #1c332a; } .red { color: #DB0000; } #title { margin: 20px 0 32px 0; padding: 8px 10px; clear: both; border-bottom: none; background-color: #262626; letter-spacing: 1.8px; } table { border-collapse: collapse; border-spacing: 0; border-style: hidden; margin: -30px 0 0 0; width: 100%; background-color: #1c332a; -webkit-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1); border: none; } table.share_status.dashboard { border: none; } table.disk_status thead tr:first-child td, table.share_status thead tr:first-child td { background-color: #474747; } table.disk_status tbody tr:nth-child(even), table.share_status tbody tr:nth-child(even) { background-color: #19271b; } table.disk_status thead tr:last-child, table.share_status thead tr:last-child { border: none; } table.array_status td.line { border-top: 1px solid #3B524B; } table tbody tr.tr_last { background-color: #3B524B; } div.user-list { border: none; border-radius: 0; background-color: #3B5249; } table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc { background-color: #3B524A; } table.tablesorter tbody tr:nth-child(even) { background-color: #435E54; } table.tablesorter thead tr { border-bottom: #3B5249 1px solid; } table.tablesorter thead tr th { background-color: #3B5249; } .ca_holder { background-color: #3B5248 !important; border: none !important; border-radius: 0 !important; } .disabledIcon { color: #8FBCAA; } div.tab [type=radio]:checked+label { border: 1px solid #8FBCAA; } div.tab [type=radio]+label { border-radius: 0; } div.tab [type=radio]+label:hover { border: 1px solid #8FBCA8; } div.tab [type=radio]+label { background-color: #3B524A; } .dropdown-menu { background-color: #D8E9E4; border: 1px solid #D8E9E1; border-radius: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .dropdown-menu .divider { background-color: transparent; border-bottom: none; } .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #2E4036; text-decoration: none; background-color: #ECF4F1; background-image: none; background-image: none; background-image: none; } .dropdown-menu a { color: #2E4037; } .usage-bar>span { display: block; height: 100%; text-align: right; border-radius: 0; color: #2E4037; background-color: #88D0A5; box-shadow: none; } .usage-bar { float: left; height: 2rem; line-height: 2rem; width: 14rem; padding: 1px 1px 1px 2px; margin: 8px 12px; border-radius: 0; background-color: #5EAC67; box-shadow: none; } #nav-block #nav-item.active:after { background-color: #88D0A8; } I've had it safely stored in Google Keep in case of something like this happening, and I haven't changed the code since. When I paste it into the custom CSS field in the theme settings page and press apply, nothing happens. I'm stuck on the ugly default theme with the white banner and grey background, no matter what I do. Even trying to change individual colors has absolutely no effect. How can I fix this??
-
[support] dlandon - Zoneminder 1.36
The only options my camera has is H265 and H265+. It's currently set on H265, and the iframe interval is 15, which is equal to my frame rate. Any other ideas?
-
[support] dlandon - Zoneminder 1.36
That would make sense if (as I said) it wasn't ALSO doing it when I manually switch the camera from 'monitor' to 'record' and then back to 'monitor' again, with no external triggers involved, or even running. This means external triggers are not the issue. Any other ideas?
-
[support] dlandon - Zoneminder 1.36
Hi, Zoneminder is running in a docker container within Unraid. System specs: M/B: ASRock Z270 Gaming-ITX/ac BIOS: American Megatrends Inc. Version P2.50. Dated: 02/26/2018 CPU: Intel® Core™ i5-7400 CPU @ 3.00GHz HVM: Enabled IOMMU: Enabled Cache: 256 KiB, 1 MB, 6 MB Memory: 16 GiB DDR4 (max. installable capacity 32 GiB) I've set up an external trigger within Home Assistant to trigger recording in Zoneminder. Basically, it changes the state of my monitor from 'monitor' to 'record'. After testing, it works flawlessly, however, even when I manually change the state of my monitor back from 'record' to 'monitor', the event still has no end time, meaning that Zoneminder still thinks it's recording. This still persists even if I stop the docker and start it again. Events are ONLY closed if I completely reboot Unraid. What am I doing wrong? And how can I fix this? Edit: I'm getting desperate. Nobody can tell me what the issue is or how to fix it. I will pay REAL MONEY to anyone who helps me fix this problem. I'm deadly serious. No other project I've worked on has made me feel this defeated.
-
[Plugin] Theme Engine - a webGui styler
Thanks! Big fan of your work. However I'm a complete newbie. What do I do with this code? I can see that the theme engine lets me upload a theme from a URL or a file. I'm kinda lost. Any help?