Jump to content

X1pheR

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by X1pheR

  1. Cool! Thanks. Will wait for that then
  2. Very nice, thank you! I was just looking for this. I'm one of those that doesn't have a modem/router that has WOL function.
  3. Still trying to figure out why my temps aren't detected by the system temp plugin. When I hit detect button nothing happens. I searched the log for sensor but nothing. I have sensors.conf in /boot/config like stated and contains: chip "k8temp-pci-00c3" label temp1 "CPU Temp" label temp2 "MB Temp" If I do sensors in telnet I can see all the temps. Fan Autocontrol plugin also sees my fans. Why isn't System Temp seeing my temps?
  4. Well this just confirms I really need a new server. See my results below. Really jealous about the results I'm seeing in this topic. Though I must admit my drives are 5400rpm green drives. But didn't think they'd perform this sh*tty. Though standalone testing gives them almost 90 Mb/s each. Tunables Report from unRAID Tunables Tester v2.2 by Pauven NOTE: Use the smallest set of values that produce good results. Larger values increase server memory use, and may cause stability issues with unRAID, especially if you have any add-ons or plug-ins installed. Test | num_stripes | write_limit | sync_window | Speed --- FULLY AUTOMATIC TEST PASS 1 (Rough - 20 Sample Points @ 3min Duration)--- 1 | 1408 | 768 | 512 | 23.2 MB/s 2 | 1536 | 768 | 640 | 27.3 MB/s 3 | 1664 | 768 | 768 | 28.1 MB/s 4 | 1920 | 896 | 896 | 27.4 MB/s 5 | 2176 | 1024 | 1024 | 27.7 MB/s 6 | 2560 | 1152 | 1152 | 27.5 MB/s 7 | 2816 | 1280 | 1280 | 27.4 MB/s 8 | 3072 | 1408 | 1408 | 26.1 MB/s 9 | 3328 | 1536 | 1536 | 29.3 MB/s 10 | 3584 | 1664 | 1664 | 28.7 MB/s 11 | 3968 | 1792 | 1792 | 28.5 MB/s 12 | 4224 | 1920 | 1920 | 28.9 MB/s 13 | 4480 | 2048 | 2048 | 28.8 MB/s 14 | 4736 | 2176 | 2176 | 28.9 MB/s 15 | 5120 | 2304 | 2304 | 28.8 MB/s 16 | 5376 | 2432 | 2432 | 28.6 MB/s 17 | 5632 | 2560 | 2560 | 29.0 MB/s 18 | 5888 | 2688 | 2688 | 28.4 MB/s 19 | 6144 | 2816 | 2816 | 29.0 MB/s 20 | 6528 | 2944 | 2944 | 29.0 MB/s --- Targeting Fastest Result of md_sync_window 1536 bytes for Final Pass --- --- FULLY AUTOMATIC TEST PASS 2 (Final - 16 Sample Points @ 4min Duration)--- 21 | 3144 | 1416 | 1416 | 28.0 MB/s 22 | 3160 | 1424 | 1424 | 28.8 MB/s 23 | 3176 | 1432 | 1432 | 28.5 MB/s 24 | 3200 | 1440 | 1440 | 29.0 MB/s 25 | 3216 | 1448 | 1448 | 29.1 MB/s 26 | 3232 | 1456 | 1456 | 29.1 MB/s 27 | 3248 | 1464 | 1464 | 29.0 MB/s 28 | 3264 | 1472 | 1472 | 28.3 MB/s 29 | 3288 | 1480 | 1480 | 29.0 MB/s 30 | 3304 | 1488 | 1488 | 29.6 MB/s 31 | 3320 | 1496 | 1496 | 28.8 MB/s 32 | 3336 | 1504 | 1504 | 28.8 MB/s 33 | 3360 | 1512 | 1512 | 28.5 MB/s 34 | 3376 | 1520 | 1520 | 26.3 MB/s 35 | 3392 | 1528 | 1528 | 29.0 MB/s 36 | 3408 | 1536 | 1536 | 28.9 MB/s And individual testing with the speedtest.sh script: diskspeed.sh for UNRAID, version 2.4 By John Bartlett. Support board @ limetech: http://goo.gl/ysJeYV /dev/sdb (Parity): 87 MB/sec avg /dev/sdc (Disk 2): 88 MB/sec avg /dev/sdd (Disk 1): 89 MB/sec avg
  5. Can anybody resolve hostnames through vpn? My router doesn't cache them. So anybody know a solution? Dnsmasq or bind I guess? But there isn't a docker for them.
  6. Can anybody help out? If you want fixed sleep times unconditionally, you can create a cron job to do this. For example # Generated sleep schedule: 0 3 * * * /usr/local/emhttp/plugins/dynamix.s3.sleep/scripts/s3_sleep -S &> /dev/null Put the above code in the file dynamix.s3.sleep.cron and save it under /boot/config/plugins/dynamix.s3.sleep This will ensure the cron job is loaded upon each system restart. To make the new cron job loaded the first time (without system restart) you can execute from command line: update_cron Use your pfsense cron job from another system to awake unRAID at a fixed time.
  7. Thank you for replying. I deleted everything to start fresh. Couldn't remove /https binding at first configuration since the remove button was greyed out. After first config I removed the binding and also set the TARGET_DIR variable to / so that owncloud would show right away. Why would you want it to start as /owncloud? Then it worked! So it was the https binding. I ran into another problem though. After first time setup I choose to use the included mariadb. But now owncloud only displays an error that /usr/share/webapps/owncloud/data is readable for other users and I should set 0770 permissions? This is all new for me since I'm a windows user so once I get it up and running I'll also look at creating my own test certificate.
  8. Excellent! I had the same issue (using /mnt/user and some more. Luckily everything is working now. I was also using /mnt/user/appdata. I deleted container and image. After that deleted the openvpn folder from appdata folder to start off fresh. @ Macester, maybe add the below to the first post for new users? Might help some. I added the OpenVPN-AS docker from the Community Applications plugin and used the following mapping: /config <-> /mnt/disk1/appdata/openvpn/ Then I opened up the OpenVPN WebGUI and changed the settings per macester his post here: Besides the above I also changed the following setting under VPN Settings because I personally don't want internet access to go through the client VPN tunnel: Should client Internet traffic be routed through the VPN? to No (default is Yes) This all lead me to a working configuration. Only thing is that access is only possible by IP not hostname. I can normally do this on the internal LAN but found out it would be WINS since my router doesn't have dnsmasq. Because when I do a "nslookup <router-ip> tower" it doesn't return anything. Anybody got a solution for this? I don't want to buy another router which supports dnsmasq
  9. Ashok, can you post your configuration? I'm also using mysql with my owncloud docker, so I should be able to help you out. I'm having this exact same error. I installed this docker from the community applications plugin. I used the default config except for changing the host paths per below because I have a user share appdata for docker containers. When I too go to the WebUI at http://10.0.0.250:8000 it says the page is not available. The docker installed without errors and is running though. What am I doing wrong? /usr/share/webapps/owncloud/data [b]<=>[/b] /mnt/user/appdata/owncloud/data/ /usr/share/webapps/owncloud/config [b]<=>[/b] /mnt/user/appdata/owncloud/config /https [b]<=>[/b] /mnt/user/appdata/owncloud/certs
  10. I'm trying to get my temps showing but without luck. I've read the new wiki page and when I run sensors it shows me all the sensors. I've also made sure now that the sensors.conf file is in /boot/config/plugins/dynamix/dynamix.cfg which I just read here. Rebooted but still the DETECT button doesn't work in the System Temps plugin. The autofan plugin however detects the fans just fine. What am I doing wrong?
  11. Hope anybody still is watching this topic. I'm running unRaid v6.1-RC5 and trying to get my temps showing but without succes. I've followed everything on the wiki. Isn't there supposed to be a placeholder in the upper bar showing cpu and mb temp? At least I don't see anything. Also if I go into the Dynamix System Temp plugin and click DETECT it doesn't detect anything. The Dynamix Autofan plugin however detects the fans just fine. What am I doing wrong? If I run sensors I get: root@Tower:~# sensors k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +45.0 C it8712-isa-0290 Adapter: ISA adapter in0: +1.39 V (min = +0.00 V, max = +4.08 V) in1: +2.61 V (min = +0.00 V, max = +4.08 V) in2: +3.28 V (min = +0.00 V, max = +4.08 V) in3: +2.22 V (min = +0.00 V, max = +4.08 V) in4: +3.02 V (min = +0.00 V, max = +4.08 V) in5: +2.43 V (min = +0.00 V, max = +4.08 V) in6: +2.90 V (min = +0.00 V, max = +4.08 V) in7: +2.51 V (min = +0.00 V, max = +4.08 V) Vbat: +2.67 V fan1: 1061 RPM (min = 0 RPM, div = fan2: 1132 RPM (min = 0 RPM, div = fan3: 1467 RPM (min = 0 RPM, div = temp1: +25.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor temp2: +36.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor temp3: +71.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor cpu0_vid: +1.400 V intrusion0: ALARM I've also created the sensors.conf in /boot/config/plugins/dynamix containing: chip "k8temp-pci-00c3" label temp1 "CPU Temp" label temp2 "MB Temp"
  12. I know I did that. This is what the complete log tells me: plugin: installing: https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout.plg plugin: downloading https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout.plg plugin: downloading: https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout.plg ... done Installing plugin... Plugin folder /boot/config/plugins/serverlayout already exists Checking existing package /boot/config/plugins/serverlayout/serverlayout-package-2015.06.15.tar.gz... Latest package does not exist /boot/config/plugins/serverlayout/serverlayout-package-2015.06.15.tar.gz Saving any previous packages from /boot/config/plugins/serverlayout mv: cannot stat '/boot/config/plugins/serverlayout/serverlayout-package-*': No such file or directory Attempting to download plugin package https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout-package-2015.06.15.tar.gz...'>https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout-package-2015.06.15.tar.gz... Package server down https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout-package-2015.06.15.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
  13. Cannot install the plugin: Package server down https://raw.githubusercontent.com/theone11/serverlayout_plugin/master/serverlayout-package-2015.06.15.tar.gz - Plugin cannot install
  14. Thanks. I checked it out and was going to flash it. But I though about it being silly to flash a very good hardware raid controller to let it be a normal sata controller. Though the 8 ports are handy for use in unraid. But then I checked out what the card would sell for. And it appears that I can sell the card here for more then the price of a new MV8 with SATA2 support. So I can better do that I guess. But if that doesn't turn out this is definitely a possible solution.
  15. Yes, but it only does it based on the temperature of the hard drives you specify in the script if that is what you want. Linux calls it PWM no matter which type you have, 3 or 4 pin. I'm using the script with 3 pin fans. No you don't have to start the service, just make sure the modules it found are loaded on boot up. Thank you very much for the clarification. and how do I load the modules on boot? It generated "/etc/sysconfig/lm_sensors" but what is it for? To get them running at boot time, I should do what it says?; Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors Also, spending more and more time now on the forums I discover all kinds of neat things to do. But you definitely need at least moderate linux knowledge. However I know nothing about linux since I'm only windows orientated. I've always wanted to get into linux and now unraid is forcing me Do you perhaps have any tips on where to get a good start. There are so many tuts on the inet but as with everything I assume the really good ones you just need to know. Just asking...
  16. I'm running beta12 and have a Gigabyte K8N Ultra-SLI motherboard with 3x 3-pin fans attached. In the past I've been able to control the fan speeds on windows by using the program speedfan. Can the script provided here be used to control my fan speeds? I read about PWM but that's 4-pin fans. Or should I start a new topic? I already did sensors-detect which in the end gave me below results. I don't know if I have to do the copy and service start what is displays. Do I? Newbie here Driver `it87': * ISA bus, address 0x290 Chip `ITE IT8712F Super IO Sensors' (confidence: 9) Driver `k8temp' (autoloaded): * Chip `AMD K8 thermal sensors' (confidence: 9) Do you want to generate /etc/sysconfig/lm_sensors? (yes/NO): yes Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors for initialization at boot time. You should now start the lm_sensors service to load the required kernel modules. Unloading i2c-dev... OK running sensors now returns: k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: +37.0 C it8712-isa-0290 Adapter: ISA adapter in0: +1.39 V (min = +0.00 V, max = +4.08 V) in1: +2.61 V (min = +0.00 V, max = +4.08 V) in2: +3.33 V (min = +0.00 V, max = +4.08 V) in3: +2.46 V (min = +0.00 V, max = +4.08 V) in4: +3.12 V (min = +0.00 V, max = +4.08 V) in5: +2.35 V (min = +0.00 V, max = +4.08 V) in6: +1.74 V (min = +0.00 V, max = +4.08 V) in7: +2.21 V (min = +0.00 V, max = +4.08 V) Vbat: +2.77 V fan1: 912 RPM (min = 0 RPM, div = fan2: 1222 RPM (min = 0 RPM, div = fan3: 1562 RPM (min = 0 RPM, div = temp1: +25.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor temp2: +31.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor temp3: +69.0 C (low = +127.0 C, high = +127.0 C) sensor = thermistor cpu0_vid: +1.400 V
  17. That's what I though. I just wanted to be sure. I've searched but indeed couldn't find anyone who already tried. I really want to try but the only thing holding me back is the chance that if I flash it I cannot reverse it. Only thing that is on Dell' site is the fact on how to flash the BIOS. Indeed the Perc 6/i is based on LSI 1068. In fact it seems to be the same as the LSI MegaRAID SAS 8888ELP controller. I've flashed the card 4 times before with updated firmwares which all went well. Two of the times it was a firmware from the LSI website and I could even revert the firmware update with one from Dell. Does that mean I could use the firmwares from the OP with the same results? Also, if I were to try, which of the firmwares on the OP are candidate(s)? Thanks.
  18. I have a Dell PERC 6/i raid controller card. Will this work on the card? And can it be reversed if wished on this card? I was thinking of buying a Supermicro AOC-SASLP-MV8 until I came across this topic.
×
×
  • Create New...