Everything posted by ziggie216
-
Unraid 14th Birthday Case Badge Giveaway
It's been 4 happy years with UnRAID. Happy Birthday UnRAID!
-
[Plugin] CA Fix Common Problems
tower-diagnostics-20190512-2244.zip
-
[Plugin] CA Fix Common Problems
I'm getting a waring that I have "Marvel Hard Drive Controller Installed" but when I look at the system devices.. I don't see any Marvel listed. The only two "SATA" listings are IOMMU group 17:[8086:8d7c] 00:11.0 Unassigned class [ff00]: Intel Corporation C610/X99 series chipset SPSR (rev 05) [8086:8d62] 00:11.4 SATA controller: Intel Corporation C610/X99 series chipset sSATA Controller [AHCI mode] (rev 05) IOMMU group 26:[8086:8d44] 00:1f.0 ISA bridge: Intel Corporation C610/X99 series chipset LPC Controller (rev 05) [8086:8d02] 00:1f.2 SATA controller: Intel Corporation C610/X99 series chipset 6-Port SATA Controller [AHCI mode] (rev 05) False positive?
-
[Support] Linuxserver.io - OpenVPN AS
Is /etc/passwd and /etc/group suppose to get reset back to default after every update? Seems like I have to reset the admin password and readd the user account back in every time. Also the web interface load very slow, normal?
-
[Support] Linuxserver.io - SmokePing
sudo docker exec -it smokeping bash which will allow you to use bash in the container. I had data in my graph few months ago when I first set it up. Now the graph is showing only the time line but with no ping data. I already tried removing all the smokeping docker and appdata to redownload fresh.
-
[Support] Linuxserver.io - SmokePing
Having same issue too. Just noticed this when I logged into docker and ran this root@ea01bb46ba66:/config$ smokeping --check ERROR: can't open /usr/bin/../etc/smokeping/config: No such file or directory root@ea01bb46ba66:/config$ ls /usr/bin/.. bin lib libexec local sbin share edit: so found out that the smokeping and smokeping_cfg in /usr/bin has the path above listed. I made an edit to both files to $FindBin::Bin/../../etc/smokeping/config So that problem was fixed root@ea01bb46ba66:/$ smokeping --check Configuration file '/usr/bin/../../etc/smokeping/config' syntax OK. Wondering if that last line below is causing the problem root@ea01bb46ba66:/$ smokeping --debug ### assuming you are using an fping copy reporting in milliseconds ### Compiling alert detector pattern 'someloss' ### >0%,*12*,>0%,*12*,>0% sub { my $d = shift; my $y = $d->{loss}; for(1){ my $imax2 = min(@$y - 3, 12); my $imax1 = min(@$y - 3, 12); my $minlength = 3; my $maxlength = 27; next if scalar @$y < $minlength ; my $i1; for($i1=0; $i1 < min($maxlength,$imax1); $i1++){ my $i2; for($i2=0; $i2 < min($maxlength-$i1,$imax2); $i2++){ next unless defined $y->[-3-$i1-$i2] and $y->[-3-$i1-$i2] =~ /^\d/ and $y->[-3-$i1-$i2] > 0 ; last; } return 0 if $i2 >= min($maxlength-$i1-$i2,$imax2); next unless defined $y->[-2-$i1] and $y->[-2-$i1] =~ /^\d/ and $y->[-2-$i1] > 0 ; last; } return 0 if $i1 >= min($maxlength-$i1,$imax1); next unless defined $y->[-1] and $y->[-1] =~ /^\d/ and $y->[-1] > 0 ; return 1; } return 0; } Smokeping version 2.006011 successfully launched. Not entering multiprocess mode with '--debug'. Use '--debug-daemon' for that. FPing: probing 20 targets with step 300 s and offset 23 s. FPing: Executing /usr/sbin/fping -C 20 -q -B1 -r1 -i10 cixp.web.cern.ch jupiterbroadcasting.com 208.67.220.220 youtube.com www.berkley.edu www.uea.ac.uk www.telefonica.de web.mit.edu 8.8.4.4 208.67.222.222 al.ktz.me www.indiana.edu facebook.com google.com www.ucsd.edu cam.ac.uk 8.8.8.8 linuxserver.io FPing: Got fping output: '(null): can't create raw socket (must run as root?) : Address family not supported by protocol' I can't find any good info about this root@ea01bb46ba66:/usr/sbin$ sudo /usr/sbin/fping (null): can't create raw socket (must run as root?) : Address family not supported by protocol
-
[Support] Linuxserver.io - Ombi
Yes. I know it work with local user, but just not with plex user account.
-
[Support] Linuxserver.io - Ombi
Anyone using their plex credential to login? Are you able to request for a movie / tv show? I keep getting "Sorry, you do not have the correct permissions to request a <movie / tv show>" error message. Not sure if it's related to this release or general issue.
-
Dynamix - V6 Plugins
Found the problem in the root file in cron.d dynamix was misspelled listed path: /usr/local/emhttp/plugins/dyanmix/scripts/monitor correct path: /usr/local/emhttp/plugins/dynamix/scripts/monitor Any idea if this was fixed for everyone else?
-
Dynamix - V6 Plugins
This message comes from the monitor script which is part of the base webGUI. Check for unRAID+GUI updates, this error was corrected somewhere along the line (but can't remember when). Dynamic webGui is listed up to date with version 2016.07.27. All other Dynamic plugins are up to date.
-
Dynamix - V6 Plugins
Just noticed that my system log is flooded with this. Any idea what can be done about it? Aug 27 12:22:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:23:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:24:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:25:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:26:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:27:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:28:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:29:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null Aug 27 12:30:01 Tower crond[1575]: exit status 127 from user root /usr/local/emhttp/plugins/dyanmix/scripts/monitor &> /dev/null
-
[Support] Linuxserver.io - Plex Media Server
If you mean how do you install it, just install Community Applications and go from there: http://lime-technology.com/forum/index.php?topic=40262.0 To start, stop Plex sevice.
-
[Support] Linuxserver.io - Plex Media Server
Is there suppose to be a drop down menu when I select Plex icon in the Docker menu?
-
VirtualBox Plugin for unRAID v5 and v6
Missing file on github? Checking existing package /boot/config/plugins/virtualbox/virtualbox-package-2015.06.07.tar.gz... Latest package does not exist /boot/config/plugins/virtualbox/virtualbox-package-2015.06.07.tar.gz Saving any previous packages from /boot/config/plugins/virtualbox mv: cannot stat '/boot/config/plugins/virtualbox/virtualbox-package-*': No such file or directory Attempting to download plugin package https://github.com/theone11/virtualbox_plugin/raw/master/virtualbox-package-2015.06.07.tar.gz... Package server down https://github.com/theone11/virtualbox_plugin/raw/master/virtualbox-package-2015.06.07.tar.gz - Plugin cannot install Reverting back to previously saved packages... No previous packages to restored Plugin install failed plugin: run failed: /bin/bash retval: 1