Everything posted by Wimpie
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
A new debug file has been created and send to you. Hope you find the problem...
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
When you have a new version with 'extra files logged', I'll send you a new debug log... PS: Thanks for this docker, I like it very much.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
I also get this error on 1 of my 2 servers: DiskSpeed - Disk Diagnostics & Reporting tool Version: Beta 4 Scanning Hardware 19:47:47 Spinning up hard drives 19:47:47 Scanning storage controllers 19:49:26 Found Controller SAS3008 PCI-Express Fusion-MPT SAS-3 (8 ports) 19:49:26 Found Controller SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (8 ports) 19:49:26 Found Controller Sunrise Point-H SATA controller [AHCI mode] (8 ports) 19:49:26 Scanning controllers for hard drives Lucee 5.2.7.62 Error (expression) Message Element at position [18] does not exist in list Stacktrace The Error Occurred in /var/www/ScanControllers.cfm: line 650 648: <CFLOOP index="Key" list="#StructKeyList(HW)#"> 649: <CFLOOP index="PortNo" from="1" to="#ArrayLen(HW[Key].Ports)#"> 650: <CFIF HW[Key].Ports[PortNo].DevicePath NEQ ""> 651: <cfexecute name="/bin/ls" arguments="-l #HW[Key].Ports[PortNo].DevicePath#" timeout="300" variable="tmp" /> 652: <CFSET dir=ListToArray(tmp,Chr(10))> called from /var/www/ScanControllers.cfm: line 645 643: </CFIF> 644: </CFIF> 645: </CFLOOP> 646: <!--- <cfdump var=#hw#> ---> 647: <!--- Fetch drive attributes ---> Java Stacktrace lucee.runtime.exp.ExpressionException: Element at position [18] does not exist in list at lucee.runtime.type.wrap.ListAsArray.getE(ListAsArray.java:118) at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:284) at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:289) at lucee.runtime.type.util.ArraySupport.get(ArraySupport.java:326) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:263) at lucee.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:257) at lucee.runtime.PageContextImpl.getCollection(PageContextImpl.java:1496) at scancontrollers_cfm$cf.call_000048(/ScanControllers.cfm:650) at scancontrollers_cfm$cf.call(/ScanControllers.cfm:645) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:933) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823) 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:2464) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427) 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:496) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676) 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:1132) 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 6/17/18 7:49:32 PM CEST Both are almost the same hardware: - MB: supermicro x11ssh-ctf - 8 drives through MB LSI SAS3008 The working server has (24 array drives ) - a M1015 with 8 drives - 8 drives on the MB sata ports The non working server has (20 array drives + 2) - a M1015 and intel expander with 12 drives (4 slots not used, 16 max) (says : Found Controller SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (8 ports), should that not be 16 ports??) - 2, non array drives, that are connected to the MB sata ports. They are also not mounted. I just mounted those 2, non array drives, but I still get the error. I stopped the docker, start again, and still get the error. Privileged is ON I can't seem to get a debug log, this doesn't work: http://172.17.0.2:8888/isolated/CreateDebugInfo.cfm Never mind, this does work: http://192.168.157.78:18888/isolated/CreateDebugInfo.cfm I'll mail you the file... New Bitmap Image.bmp
-
[Support] Linuxserver.io - MariaDB
Just like Vin, I'm having login problems. Running on unraid 6.3.5 Install the mariadb docker, set a root password. Start the docker, edit the custom.cnf (as of: https://www.linuxserver.io/2017/05/10/installing-nextcloud-on-unraid-with-letsencrypt-reverse-proxy/). restart docker, run "docker exec -it mariadb-nextcloud bash" And then I can't login with "mysql -uroot -p". I always get : mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) I tried typing the password in the clear in the docker bash, and it is correct (no problems with 'foreign' keyboards). Help?!?!?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Am I the only one with this problem? I updated to 6.1.8 and UD 2016.02.10a and now I can't share my UD drives anymore. On the main page, the drives are set to not 'share' (before, they stood on 'share'). If I flip the switch and put it to 'share', then the next page refresh of the browser page, the switch flips back to not 'share'. Iow, the 'share' setting is stuck on not 'share'. In UD settings I don't see any option to not share drives... Help...
-
ISCSI Support
+1 on iSCSI support Would be really usefull to have a 'win 8.1/win 10/server 2012' server as VM on the unraid server, and use iSCSI to connect the VM to a user share on that unraid server. Then share this iSCSI drive to the rest of the network. Result: multichannel SMB3 support (source: you can connect Server#1 to a High-Rely drive via iSCSI then simply “share” that drive from Server#1 to the rest of the network. )
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I have found a problem (bug?). I have a disk, mounted as /mnt/disks/SABDrive. SMB setting in UD are : (see pic capture1.png) I have access through the admin_user to the disk. I can create/delete files/dirs. However, when I use windows to create a new dir on the disk, the user uid is not correct. I just created a "New folder" on the disk and the user is admin_user instead of nobody. (see capture2.png) I can just delete this folder from windows. If I use newparms on the drive then the admin_user becomes nobody. I can then still delete the file from the drive. Is something broken on my setup, or is this a bug? Using UD v 2016.01.26a . Thanks
-
Dynamix - V6 Plugins
The "Local Master" plugin has some problems. First I did a normal update, but I didn't saw any icon in the "plugins/installed plugins" page. I removed and reinstalled it, but it still doesn't want to display the icon in the "plugins/installed plugins" page. When I want to see the icon (afbeelding bekijken) I get "http://10.87.51.78/webGui/icons/localmaster.png" and "404 File not found". Look at the .png file to see what I mean...
-
NIC Bonding
Thanks, will keep it in mind.
-
NIC Bonding
Thank you ken-ji for posting your settings. I got to these settings (getting lots of frustration) by trial and error to get this working. So when it finally worked, I just let those settings as they were... Do you know why it's needed to have br0 enabled to have this working? I (as a non-expert) find it very strange that the IP is granted to the br0 interface. I would expect that the IP address would go to the bond0 interface. What do you mean by this : "and picked passive - as this will allow the server to have a network connection in case you are manually debugging or similar" Thanks!
-
NIC Bonding
It's some time ago, but I seem to remember I needed to also enable br0 (it worked and I didn't want to investigate any further at that time...). See network settings (capture1.png) Configure the bond in the switch (capture2-4.png, I use a TP-link) (I have 2 servers) Hope this helps... CLI output for ifconfig (on unraid server): ********************************** bond0: flags=5443<UP,BROADCAST,RUNNING,PROMISC,MASTER,MULTICAST> mtu 1500 ether 0c:c4:7a:05:46:5e txqueuelen 0 (Ethernet) RX packets 5395740 bytes 465190370 (443.6 MiB) RX errors 0 dropped 3 overruns 0 frame 0 TX packets 9117279 bytes 1811085194 (1.6 GiB) TX errors 0 dropped 2 overruns 0 carrier 0 collisions 0 br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.87.51.78 netmask 255.255.255.0 broadcast 10.87.51.255 ether 0c:c4:7a:05:46:5e txqueuelen 0 (Ethernet) RX packets 5386191 bytes 359554170 (342.8 MiB) RX errors 0 dropped 71390 overruns 0 frame 0 TX packets 9033136 bytes 1805955114 (1.6 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.42.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether be:d8:d9:1d:8f:33 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2499 bytes 282510 (275.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether 0c:c4:7a:05:46:5e txqueuelen 1000 (Ethernet) RX packets 41411 bytes 3192730 (3.0 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2348 bytes 290940 (284.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xdf560000-df57ffff eth1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether 0c:c4:7a:05:46:5e txqueuelen 1000 (Ethernet) RX packets 172385 bytes 18834907 (17.9 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 310391 bytes 78224131 (74.6 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xdf540000-df55ffff eth2: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether 0c:c4:7a:05:46:5e txqueuelen 1000 (Ethernet) RX packets 4935800 bytes 421827537 (402.2 MiB) RX errors 0 dropped 1 overruns 0 frame 0 TX packets 37465 bytes 2117020 (2.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xdf520000-df53ffff eth3: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether 0c:c4:7a:05:46:5e txqueuelen 1000 (Ethernet) RX packets 246144 bytes 21335196 (20.3 MiB) RX errors 0 dropped 2 overruns 0 frame 0 TX packets 8767075 bytes 1730453103 (1.6 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xdf500000-df51ffff lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 0 (Local Loopback) RX packets 430 bytes 80546 (78.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 430 bytes 80546 (78.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ***********************************
-
Dynamix - V6 Plugins
Feature request for Dynamix System Statistics: 99% of the time I want to see the "system stats", but when I click on the "stats" icon I get to see the "disk stats". I then have to do an extra click to see the "system stats" (I know, I'm lazy ) Please make a new setting to specify which stats get shown when a user clicks on the "stats" icon (Would be selectable between "disk stats" and "system stats"). Thanks for all your work on these plugins!
-
ESXi 5.x - pre-built VMDK for unRAID
mrow and BobPhoenix, thank you both for this writeup
-
ESXi 5.x - pre-built VMDK for unRAID
If you have time mrow, a write up of the steps involved including links to the dev kit, command line args for vmware-mount.exe etc, would probably benefit a ton of people. Maybe BetaQuasi could include it on the first post or link it to a wiki location? I would also appreciate this. I wrote the write up because this was the way I did it. If there is an easier method, then I would like to learn. But please do it detailed, because I don't even know what this "VMWare Virtual Disk Dev Kit" is, let alone how to install it (so for me, your method is at this moment a much more difficult way). Thanks
-
ESXi 5.x - pre-built VMDK for unRAID
It's quite easy to do yourself. -Stop unraid (power down) -with another (not running at this moment) windows VM on the machine: -- edit the windows machine settings and add a hard disk -- select existing vmk, and select the unraid vmk -boot this windows VM, you'll see it has an extra drive/HD -copy all files from the unraid vmk to a backup place -copy bzimage, bzroot, make_bootable.bat, memtest, menu.c32, syslinux.cfg & syslinux.exe to this unraid vmk (16c files off course). -stop (shutdown) the windows VM -edit the settings of the windows VM to remove the unraid vmk - pull the unraid flash drive and put the 16c Zeron VMtools .tgz file on the flash drive (/extra dir), remove any other VMtools package from the flash drive (.plg and/or .tgz file) - copy bzimage, bzroot, make_bootable.bat, memtest, menu.c32, syslinux.cfg & syslinux.exe to the flash drive (16c files off course), backup old files on flash drive first. start the unraid VM (in viclient so you see what is happening) if unraid does not start (does not display the unraid boot menu), then you need to run make_bootable.bat -do the above again until the vmk is visible in the windows VM -run make_bootable.bat (as admin) -if it complains (no removeable drive, use -f option), change "%~d0\syslinux -ma %~d0" into "%~d0\syslinux -fma %~d0" and run make_bootable.bat again (as admin) -shut down the windows VM and remove the unraid vmk -now unraid should boot... Warning : This is all from memory, did it a week ago
-
LSI Controller FW updates IR/IT modes
Hi, Stupid question: I have an IBM M1015 and flashed it to IT mode using the "LSI MegaRAID with SAS2008 chipsets" method. It was flashed with the help of the "LSI MegaRAID to SAS2008(P10).zip - 6.38 MB (DOS, via bootable usb key)" file. I would like to upgrade to the P11 firmware, but am uncertain how to do it. Should I just use "LSI SAS2008 Controllers(P11).rar - 2.21 MB (Windows)" (LSI SAS2008 chipset), or should I use another method? I just don't want to experiment and ruin a good card :-)... Thanks