Everything posted by Dazog
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Mount and Unmount buttons aren't centered. Very minor, but some people have OCD ?
-
[6.7.0-RC] Mount and Unmount Buttons aren't centered in Gui
Mount and Unmount buttons in Gui aren't center like all other buttons.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Getting this error in 6.70 RC2 Warning: preg_grep() expects parameter 2 to be array, string given in /usr/local/emhttp/plugins/NerdPack/scripts/packagemanager on line 79
-
[Support] brettm357 - UniFi
any chance for the 5.10.5 to be pushed?
-
Dynamix - V6 Plugins
sysstat-12.1.2 was release Dec 14. will this be included in next update?
-
[Support] brettm357 - UniFi
5.10.5 is out: https://community.ubnt.com/t5/UniFi-Wireless-Beta/UniFi-Network-Controller-5-10-5-beta-has-been-released/m-p/2627909#M76790
-
[Plugin] CA Application Auto Update
best update in 2019!
-
[Plugin] CA Application Auto Update
Please make the new icon stop spinning...
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Can you update NMAP to latest version in next update? The version you use from 2016 has a few CVE's: https://www.cvedetails.com/product/26385/Nmap-Nmap.html?vendor_id=12932 Thank you.
-
Unraid OS version 6.6.6 available
It appears almost all the file system work is done on whatever the current mainline is. At least the change logs I have read for every release in the past few months. I only see bug fixes go back toward the LTS. Most of the performance and new features added to Btrfs are only in the next mainline, not backported to previous LTS release. Example: http://lkml.iu.edu/hypermail/linux/kernel/1810.2/05630.html Again. You guys are moving fast to patch security and microcode. Very happy but loud end user here PS. New AMD stuff always needs latest kernel's now-a days. Wait until people buy upcoming 64 core machines for Unraid/docker setups. Inform Linus his video looks weak now and he needs to do a new all NVME SSD unraid video
-
Unraid OS version 6.6.6 available
Let's be real, Unraid moves fast now. No more LTS for us
-
Unraid OS version 6.6.6 available
Best to wait out 4.20 since a bunch of performance regression patches were landing last week. Also upgraded without issue. Will monitor the threadripper lockups. Since AMD's new microcode hasn't landed in firmware git yet.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Latest Kernel update and or Unraid update has fixed the errors I had on my Threadripper system.
-
[Support] brettm357 - UniFi
5.9.32 is out: https://community.ubnt.com/t5/UniFi-Beta-Blog/UniFi-SDN-Controller-5-9-32-Stable-Candidate-has-been-released/ba-p/2555555
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Awesome. Thank you!
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Has a new build been made to skip my usb errors? Would love to use this docker again. Thank you
-
[Support] Linuxserver.io - NZBGet
Ok. I was looking at EDGE packages: https://pkgs.alpinelinux.org/package/edge/main/x86/unrar Not 3.8 my bad
-
[Support] Linuxserver.io - NZBGet
Sorry it was a mistype. Current version in the docker is 5.5 b4 Latest version is 5.6 b1
-
[Support] Linuxserver.io - NZBGet
Will we see a unrar version bump from 5.5 beta 4 to 5.6 beta 1 ? 5.6 beta 1 fixes a nasty bugs: b) memory management bug in the password dialog could lead to access to already freed memory followed by crash. This issue may be also associated with security risks; c) fixed a crash when processing corrupt RAR archives. This issue may be also associated with security risks;
-
NVMe CLI utility
Bump for this also. Running NVME drives now.
-
[Support] brettm357 - UniFi
5.9.29 SC is out: https://community.ubnt.com/t5/UniFi-Beta-Blog/UniFi-SDN-Controller-5-9-29-Stable-Candidate-has-been-released/ba-p/2506740
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Who do I report this too outside you? Since it's a newer x399 motherboard with threadripper, be nice to let the right devs know
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Tried what you suggested and still the same error. Yes I am running current version 5c.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Here is the output of lsusb -v # lsusb -v lsusb: invalid option -- '�' lsusb: invalid option -- '�' lsusb: invalid option -- '�' No usb audio devices connected.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
I get this error on Unraid 6.6 on my Threadripper setup: Lucee 5.2.8.50 Error (application) Message Error invoking external process Detail lsusb: gconv.c:74: __gconv: Assertion `outbuf != NULL && *outbuf != NULL' failed. Stacktrace The Error Occurred in /var/www/CustomTags.cfm: line 555 553: 554: <!--- Get LSUSB info ---> 555: <cfexecute name="/usr/bin/lsusb" arguments="-v -s #Arguments.Bus#:#PortInfo.DevNum#" variable="LSUSB" timeout="30" /> 556: <!--- <cfoutput>lsusb -v -s #Arguments.Bus#:#PortInfo.DevNum#<pre>#lsusb#</pre><hr></cfoutput> ---> 557: <CFLOOP index="Line" list="#LSUSB#" delimiters="#Chr(10)#"> called from /var/www/CustomTags.cfm: line 579 577: <CFLOOP index="DeviceIdx" from="1" to="#Devices.RecordCount#"> 578: <CFIF Devices.Name[DeviceIdx] EQ "device"> 579: <CFSET PortInfo.Ports[PortNo]=ParseUSB(Devices.Link[DeviceIdx],Arguments.Bus)> 580: </CFIF> 581: <CFIF Devices.Name[DeviceIdx] EQ "peer"> called from /var/www/ScanControllers.cfm: line 372 370: <CFLOOP index="CurrLine" list="#USBList#" delimiters="#Chr(10)#"> 371: <CFSET i=i+1> 372: <CFSET USBTree=ParseUSB(CurrLine)> 373: </CFLOOP> 374: called from /var/www/ScanControllers.cfm: line 328 326: <CFSET OK=1> 327: </CFIF> 328: </CFLOOP> 329: <!--- Set top level ChildDrives ---> 330: <CFLOOP index="i" from="1" to="#ArrayLen(HWTree)#"> Java Stacktrace lucee.runtime.exp.ApplicationException: Error invoking external process at lucee.runtime.tag.Execute.doEndTag(Execute.java:258) at customtags_cfm$cf.udfCall2(/CustomTags.cfm:555) at customtags_cfm$cf.udfCall(/CustomTags.cfm) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:803) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:756) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1716) at customtags_cfm$cf.udfCall2(/CustomTags.cfm:579) at customtags_cfm$cf.udfCall(/CustomTags.cfm) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:803) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:756) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1716) at scancontrollers_cfm$cf.call_000022(/ScanControllers.cfm:372) at scancontrollers_cfm$cf.call(/ScanControllers.cfm:328) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:931) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:821) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:64) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2462) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2452) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2425) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:94) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:684) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:502) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1152) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684) at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2464) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Timestamp 9/22/18 9:28:44 AM CST