Everything posted by MMW
-
[Plugin] Network Stats
Same error, @prongATO could you do me those instructions? Thanks
-
[Plugin] Network Stats
It's not working for me, i still get the lock failed message. Should I uninstall and then remove the left over networkstats.cfg file before reinstalling
-
[Plugin] Network Stats
I think this is the log you need. Oct 6 16:53:35 root: plugin: running: anonymous Oct 6 16:53:35 vnstatd[4539]: SIGTERM received, exiting. Oct 6 16:53:59 emhttpd: req (4): cmd=/plugins/community.applications/scripts/pluginInstall.sh&arg1=install&arg2=https://raw.githubusercontent.com/dorgan/unraid-networkstats/master/networkstats.plg&csrf_token=**************** Oct 6 16:53:59 emhttpd: cmd: /usr/local/emhttp/plugins/community.applications/scripts/pluginInstall.sh install https://raw.githubusercontent.com/dorgan/unraid-networkstats/master/networkstats.plg Oct 6 16:53:59 root: plugin: creating: /boot/config/plugins/networkstats/networkstats-2018.10.06b-x86_64-1.txz - downloading from URL https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/archive/networkstats-2018.10.06b-x86_64-1.txz Oct 6 16:54:00 root: plugin: creating: /boot/config/plugins/networkstats/networkstats-2018.10.06b-x86_64-1.md5 - downloading from URL https://raw.githubusercontent.com/dorgan/Unraid-networkstats/master/archive/networkstats-2018.10.06b-x86_64-1.md5 Oct 6 16:54:00 root: plugin: skipping: /boot/config/plugins/networkstats/networkstats.cfg already exists Oct 6 16:54:00 root: plugin: running: anonymous Oct 6 16:54:01 vnstatd[15481]: vnStat daemon 1.18 started. (pid:15481 uid:0 gid:0) Oct 6 16:54:01 vnstatd[15481]: Monitoring: eth0 (1000 Mbit)
- [Plugin] Network Stats
-
[Plugin] Network Stats
@dorgan just to clarify you did mean /usr/local/emhttp/plugins/networkstats?
-
[Plugin] Network Stats
Let me know if you need anything else.
-
[Plugin] Network Stats
rc.vnstat CONFIGFILE=/etc/vnstat.conf PIDFILE=/var/run/vnstat/vnstat.pid DAEMON=vnstatd vnstat.conf # location of the database directory DatabaseDir "/var/lib/vnstat" # file used as daemon pid / lock file PidFile "/var/run/vnstat.pid" Added the pid lock file location from vnstat.conf as well.
-
[Plugin] Network Stats
Fresh install, I saw your first post on this and have been waiting till you thought you had it sorted.
- [Plugin] Network Stats
-
[Plugin] Network Stats
One reboot later and still the same I am afraid. Oct 6 15:29:02 UnraidTower vnstatd[11262]: Error: pidfile "/var/run/vnstat.pid" lock failed (Resource temporarily unavailable), exiting. Linux 4.18.10-unRAID. /etc/rc.d/rc.vnstat start Starting the vnstat daemon... Error: pidfile lock: Resource temporarily unavailable /etc/rc.d/rc.vnstat status vnstat daemon is not running. Anything else you need let me know.
-
[Plugin] Network Stats
Hi, so I just installed 2018.10.06a and get the same message as others were earlier. Oct 6 15:06:03 UnraidTower vnstatd[15224]: Error: pidfile "/var/run/vnstat.pid" lock failed (Resource temporarily unavailable), exiting /etc/rc.d/rc.vnstat status vnstat daemon is not running. /etc/rc.d/rc.vnstat start Starting the vnstat daemon... Error: pidfile lock: Resource temporarily unavailable Thoughts?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Is there a particular reason you changed the default port on the Nextcloud docker?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
All done. I forgot to remove the .sample from my configs which was causing a problem for me, but apart from that the spaceinvader video worked well for me.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
So ............... is not your nextcloud system then?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I guess you now have this working then. What out of interest was your problem?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
SOLVED - I Think. So I need some help, please. When it comes to containers I am fairly new, I have followed SpaceInvaders great video for getting this setup but need some help as I want to use this with Booksonic and don't have the first clue on were exactly to make the changes to allow this access or what exactly I need to put in the booksonic.subdomain.conf or the booksonic.subfolder.conf (as they don't exist so I would be starting from scratch). If someone can point me to a guide or example that would be great. Thanks
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
It's Alive.... Thanks working correctly now, shows all six drives.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Hi John, Ran the update but I still get the same error message. Any suggestions? It worked before the last beta update.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
On its way
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Updated and run but I get the following error. DiskSpeed - Disk Diagnostics & Reporting tool Version: Beta 5 Scanning Hardware18:53:55 Spinning up hard drives18:53:55 Scanning system storage & USB architecture18:53:56 Scanning hard drives Lucee 5.2.7.63 Error (expression) Message can't cast empty string to a number value Stacktrace The Error Occurred in /var/www/ScanControllers.cfm: line 570 568: <!--- Assign ---> 569: <CFLOOP index="i" from="1" to="#ArrayLen(HW[Key].Ports)#"> 570: <CFSET NewPorts[HW[Key].Ports.PortNo]=Duplicate(HW[Key].Ports)> 571: </CFLOOP> 572: <!--- Replace ---> called from /var/www/ScanControllers.cfm: line 551 549: </CFLOOP> 550: </CFIF> 551: </CFLOOP> 552: 553: <!--- Identify total ATA ports on controllers ---> Java Stacktrace lucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:496) at lucee.runtime.op.Caster.toIntValue(Caster.java:789) at lucee.runtime.type.wrap.ListAsArray.set(ListAsArray.java:335) at lucee.runtime.type.wrap.ListAsArray.set(ListAsArray.java:340) at lucee.runtime.type.util.ArraySupport.set(ArraySupport.java:331) at lucee.runtime.util.VariableUtilImpl.set(VariableUtilImpl.java:405) at lucee.runtime.PageContextImpl.set(PageContextImpl.java:1468) at scancontrollers_cfm$cf.call_000066(/ScanControllers.cfm:570) at scancontrollers_cfm$cf.call(/ScanControllers.cfm:551)
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Any ideas on this: It was working correctly until the last update (been away and only just had a chance to update the post).
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Hi, I sent this earlier this morning, just wanted to check it arrived ok.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
I have a similar issue in that one of my drives is not shown but the other 5 are. Also on the right is says 1 new drive detected (SDF) which is also the one not shown.