shwa87

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by shwa87

  1. @falconexe Yes Please! Happy to test it prior to full release if needed as well. Thank you, sir!
  2. If this is the case, why does Samba/winbind lag/hang even when the array is NOT slated to start on boot if there's an unclean shutdown or if I set it not to start on boot for whatever reason?
  3. Why does samba need to be up and running in order for vms to start? There are no shares being passed to the VMs nor are shares mapped. The VMs live on an SSD pool and the domains and system 'shares' are not SMB shares...
  4. I think I have a possible solution... add this to a user script that runs when the array is shutdown: sed -i 's/shareSMBEnabled="ads"/shareSMBEnabled=“no”/g’ /boot/config/share.cfg But I don't think I can do it in reverse because the config file would only be read at startup. So essentially, I'd need a set of commands that would enable SMB AD as the array is started. This seems like it could be possible, since I can join AD via CLI without stopping the array even though if its done in the GUI it forces services to stop and start (and thus fails since the domain controller runs in a VM) Are there commands that can achieve this?
  5. I want to stop getting bootup delays due to winbindd hanging because it keeps trying to connect because my domain controller runs in an unRAID VM. So I'd like to effectively keep Samba out of the picture until the array is started so any delays aren't as a big deal. Alternatively, even being able to have winbindd stop trying after X number of failures (i.e. say 2 failures) during bootup. Thanks!
  6. Hello - is there a way to delay the startup of samba until the array is fully started and/or start it manually or via a script after the array is fully started via user scripts? Could I theoretically use a user script to disable smb on array shutdown and then a user script to enable it at startup or sometime after startup? Thanks!
  7. I agree, I posted a request in the lsio forum (https://discourse.linuxserver.io/t/un-deprecate-nzbget-or-start-a-new-one) but it doesn't look good, at least until Paul can get ramped up on development.
  8. Greetings, I'm trying to run the drive benchmark and I'm getting the following errors: Message variable [ISSSD] doesn't exist Stacktrace The Error Occurred in /var/www/Benchmark.cfm: line 482 480: </CFIF> 481: </CFIF> 482: <CFIF IsSSD> 483: <CFIF HW[Key].Ports[PortNo].Attrib.Size.Bytes GT SSDMaxBytes> 484: <CFSET SSDMaxBytes=HW[Key].Ports[PortNo].Attrib.Size.Bytes> Java Stacktrace lucee.runtime.exp.ExpressionException: variable [ISSSD] doesn't exist at lucee.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:242) at lucee.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:184) at benchmark_cfm$cf.call(/Benchmark.cfm:482) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Timestamp 12/12/22 12:40:32 PM CST Any and all assistance is appreciated.
  9. My parity operations have always been on the lower end, but from what I remember were at least double what I'm getting now, if not more. Yes I had dual parity before, and MORE total disks than I have now. The disk speed docker spits out code errors when I try to benchmark my drives: Message variable [ISSSD] doesn't exist Stacktrace The Error Occurred in /var/www/Benchmark.cfm: line 482 480: </CFIF> 481: </CFIF> 482: <CFIF IsSSD> 483: <CFIF HW[Key].Ports[PortNo].Attrib.Size.Bytes GT SSDMaxBytes> 484: <CFSET SSDMaxBytes=HW[Key].Ports[PortNo].Attrib.Size.Bytes> Java Stacktrace lucee.runtime.exp.ExpressionException: variable [ISSSD] doesn't exist at lucee.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:242) at lucee.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:184) at benchmark_cfm$cf.call(/Benchmark.cfm:482) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Timestamp 12/12/22 12:40:32 PM CST
  10. Here's another try after rebooting, sync is started - vms are not. some dockers are, but none that are heavy data access that I can see. catan-diagnostics-20221212-1156.zip
  11. Attached. Thank you! catan-diagnostics-20221212-1025.zip
  12. Thanks for pointing that out - I'm not sure how that happened. system is now ONLY cache, appdata is ONLY cache, and domains is prefer cache. All data matches that now (after moving the system share to only be on cache) Speeds are also the same, averaging around 18-20. No disk is more or less than the other, and when I stop the sync (to restart it after fixing my shares per trurl's post) it drops to 0 on all disks, upon starting the sync again, the speeds average the same.
  13. Something more than the parity sync reads? The read counts all look around the same for the array drives in the GUI.
  14. I replaced 15 1TB drives with 5 new-ish larger capacity drives (all precleared successfully) and the parity sync is going at most 20 MBps., but averaging 16 or so. I've attached diags, I don't see anything glaringly obvious but was hoping someone else might. Thanks! catan-diagnostics-20221211-2336.zip
  15. did you ever figure this out? I'm running into this now 4 years later.
  16. I can't find a definitive answer on this - is the flood UI no longer available in this container? I apologize if its been answered somewhere.
  17. I thought the same and did try this -- but a password is required after entering the net join... command and I haven't been able to script a way to pass that securely.
  18. As the title says, make it easy in the GUI to join an AD domain w/o having to restart services. This is particularly useful if the domain controller is running within a VM on the unRAID host. Easy CLI method uses net join -U Administrator, where Administrator is the admin user, but having to launch into a terminal session every time gets to be a bit of a drag. As an extension to this, it would be great if unRAID automatically "rejoined" the domain after a restart after detection that the domain controller VM was up and ready. Alternatively if none of this is easily possible, add an option to "refresh" the join status in the GUI after manually joining via CLI.
  19. I run 'net join -U Administrator' (which is accurate for the username), enter my domain password, and then the following error shows up: ldap_int_sasl_init: SASL library version mismatch: expected 2.1.28, got 2.1.27 Failed to join domain: failed to connect to AD: Operations error ADS join did not work, falling back to RPC... ldap_int_sasl_init: SASL library version mismatch: expected 2.1.28, got 2.1.27 Failed to join domain: failed to connect to AD: Operations error
  20. noticing this in my logs as well. This is related to winbond and samba... so i think it's when using AD integration? Will UR change to a different samba plugin to avoid this error or possible future SMB issues?
  21. idrac6 issue here. I am experiencing this issue as raised on github: Server disconnected : Code 1006 · Issue #34 · DomiStyle/docker-idrac6 · GitHub I tried searching the UR forums (this thread and the whole forum) and couldn't find any resolution. Maybe I missed it, and if I did, I apologize. Does anyone know what the solution is for this?
  22. So DelugeVPN had been working fine until sometime in the last week. Now the UI won't load because the VPN isn't coming up... but the VPN isn't coming but because the wg0 interface won't create: 2021-10-07 19:44:32,093 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2021-10-07 19:44:32,102 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2021-10-07 19:44:32,109 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2021-10-07 19:44:32,121 DEBG 'start-script' stderr output: Error: Unknown device type. 2021-10-07 19:44:32,134 DEBG 'start-script' stderr output: Unable to access interface: Protocol not supported 2021-10-07 19:44:32,135 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2021-10-07 19:44:32,138 DEBG 'start-script' stderr output: Cannot find device "wg0" 2021-10-07 19:44:32,139 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1' Specifically looks like its having an issue with: ip link add wg0 type wireguard as it errors out with Unknown device type. Any assistance here would be appreciated. I've searched several times on these forums, general googlefu, read the FAQ on github, and some reddit posts as well but nothing seems to be quite what I'm experiencing. Thank You!
  23. I just updated to 6.10.0-rc1 and on my Dell r610 where virtualization had been working, I am now getting a message that It currently has 160GB RAM and 2x Xeon X5675s, and all virtualization is enabled in the BIOS. It has the latest available BIOS and firmware for everything as well. Searching this thread and the forums in general I couldn't find anything that applied to it working previously, but then stopping after an update.
  24. Running 6.8.3 and the latest nerdpack and for a few months now par2cmdline has been showing there's an update, and i see it on the github repo, but when I go to update it within the nerdpack UI it says the package is missing. Is there an alternate way to get it updated?