Everything posted by StanC
-
[Support] Linuxserver.io - Tautulli
Just updated the container after upgrading unRAID from v6.1.8 to v6.1.9 and now it has disappeared. No longer showing as installed or running.
-
[Plug-In] Community Applications
Just updated to the latest version and I am receiving this error: sh: /usr/local/emhttp/plugins/community.applications/scripts/stars.sh: No such file or directory
-
[Plugin] unbalanced
I get the same results. This still does not resolve. I have even tried a reboot, same results. Removing plug-in for now.
-
[Plugin] unbalanced
-
[Support] Linuxserver.io - Plex Media Server
That is possible - I am still new to Plex. For those instances where I use the DVD Order, if a theme is not downloaded I can add it locally.
-
[Support] Linuxserver.io - Plex Media Server
I have just switched over from limetech plex to linuxserver plex and noticed that all of the Plug-In items (plex\Library\Application Support\Plex Media Server\Plug-ins) have been removed. In particular I am looking for the PlexThemeMusic.bundle item. This one is needed in order to get theme music for when I use the DVD Order Agent plugin to correctly list TV Shows that should be in DVD Order such as Firefly. I can add it manually but on a restart the plug-in gets removed. Is there a way of adding this and have it survive a restart?
-
Server Layout Plugin for unRAID v6
What does ls -las /dev/disk/by-id show? The disk list is built out of those devices that start with sata- (and don't contain -part). If your devices began ata- for example, they wouldn't be found.. Why are ata devices being skipped? Mine are all SATA devices (in a SAS Expander Tower) theone - all SATA devices show as "ata" device when you run the command: ls -las /dev/disk/by-id You need to updated the code in your /usr/local/emhttp/plugins/serverlayout/php/serverlayout_constants.php file on line 198 from "sata-" to "ata-". As a test I did that on my server and now all of my drives are now showing up and I am able to assign them to the layout.
-
Server Layout Plugin for unRAID v6
I too can only see my thumb drive and one USB drive that I am testing with the Unassigned Devices plugin. This plugin shows promise, but also it would be nice if it could be configured with some different case layouts such as LimeTech's own AVS 10/4, which is the case that I am using.
-
Dynamix - V6 Plugins
-
Dynamix - V6 Plugins
Attached is my disk array. disk_array.txt
-
Dynamix - V6 Plugins
On the System Stats it would appear that the Cache and Flash are mixed. I am not too worried about the additional cache drive in the pool showing at 100%, since I reported those during the brief period that the v6 plugin was out during Beta 11. If you need additional info let me know.
-
Dynamix - V6 Plugins
AWESOME :) Downloading now. I would recommend that these be added as a sticky in the unRAID 6 Development or General Support so that we do lose sight of them
-
Docker requests
mariadb has been created already probably best just to use that Yes, I ran across that one after posting. I will take a look at that once I get my unRAID 6 server built - my parts have been ordered. Thanks.
-
Docker requests
Second on the Logitech Media Server. Also would like to see MySQL and Dropbox (Just saw that hurricane has one for Dropbox).
-
Dynamix - System Temp
ogi - I have this same board and tried your same steps here and I am not getting the temps. I guess I do not fully understand the label command in the conf file. Here is what I get when I run sensors from the terminal line: nct6776-isa-0a30 Adapter: ISA adapter in0: +0.82 V (min = +0.60 V, max = +1.49 V) in1: +1.87 V (min = +1.62 V, max = +1.99 V) in2: +3.38 V (min = +2.96 V, max = +3.63 V) in3: +3.36 V (min = +2.96 V, max = +3.63 V) in4: +1.52 V (min = +1.35 V, max = +1.65 V) in5: +1.25 V (min = +1.13 V, max = +1.38 V) in7: +3.34 V (min = +2.96 V, max = +3.63 V) in8: +3.15 V (min = +2.96 V, max = +3.63 V) fan1: 0 RPM (min = 300 RPM) ALARM fan2: 1069 RPM (min = 300 RPM) fan3: 1211 RPM (min = 300 RPM) fan4: 1214 RPM (min = 300 RPM) fan5: 1187 RPM (min = 300 RPM) SYSTIN: +30.0 C (high = +75.0 C, hyst = +70.0 C) sensor = thermistor CPUTIN: +31.0 C (high = +80.0 C, hyst = +75.0 C) sensor = thermistor AUXTIN: +2.0 C sensor = thermistor PECI Agent 0: +32.5 C (high = +95.0 C, hyst = +92.0 C) cpu0_vid: +0.000 V intrusion0: OK intrusion1: ALARM Is the first paramter in label to identify the item and the second is to rename it? Need help in understanding this. StanC
-
webGui on github
I noticed this too when I upgraded. So what I did to resolve this was to copy the green-blink.gif to green-blink0.gif as a temporary fix. cp /usr/local/emhttp/plugins/webGui/images/green-blink.gif /usr/local/emhttp/plugins/webGui/images/green-blink0.gif