Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

dmacias

Community Developer
  • Joined

  • Last visited

Everything posted by dmacias

  1. OS: unRAID 6.4.0-rc10b Pro License CPU: Intel Xeon E3-1240 v3 $152 used eBay Motherboard: SUPERMICRO MBD-X10SLL-F uATX Server Motherboard LGA 1150 $109 used eBay RAM (24GB): Crucial 16GB ECC (2 x 8GB) and HYNIX 8GB (4GB x 2) UNBUFFERED ECC SERVER 240-Pin DDR3 SDRAM 1600 (PC3L 12800E) $176 from old build & $41 used eBay Case: Silverstone Case Storage Series CS380 $125 Drive Cage(s): Ultra Quadruple 4 X 2.5″ to 5.25″ SATA SSD Hot Swap Drive Bay Enclosure $20 Power Supply: Corsair SF600 $109 + Cable Mod extension cables $30 SATA Expansion Card: LSI LOGIC SAS 9207-8i Storage Controller LSI00301 $65 new eBay Cables: 2 x Monoprice 0.5m 30AWG Internal Mini SAS 36pin (SFF-8087) Male w/ Latch to SATA 7pin Female (x4) Forward Breakout Cable $9/ea Fans: 2 x Noctua NF-F12 120mm PWM $20/ea 2 x ENERMAX T.B. Silence UCTB12P 120mm PWM $15/ea UPS: Tripp Lite 1200VA Smart UPS Battery Back Up, 700W Rack-Mount, AVR, 2U (SMART1200LCD) $177 Parity Drive: 2 x 4TB Toshiba MD04ACA400 Data Drives: 2 x 4TB Western Digital WD40EZRX, 4TB Seagate ST4000DM000, 4TB Seagate ST4000VN008, 2 TB Western Digital WD20EZRX Cache Drive: 2 x Corsair Force 120GB SSD $70/ea Total Array Capacity: 18TB Total cost w/o drives or UPS= $915 Primary Use: Media Storage and backup Power Consumption: will update when done This isn't really a new build but a consolidation and upgrade. I'm combining my main server and my backup server with a few new parts. My 2nd ASRock C2750-D4I was starting have problems with sensors missing in the BIOS and IPMI e.g. 3v, 5v, 12v and MB temp. So I plan to RMA then sell it. Then use the Supermicro board. Since the SM is a uATX, I needed a new case. I also needed a SATA card and a new processor since the G3220 wouldn't be adequate. Idle Power: 41 watts
  2. Your welcome. What speed is your connection?
  3. It's has the same functionality. However, NUT has network capability and more drivers for other UPS that aren't supported by apcupsd. The network mode allows it to be run as master. Then you could connect other machines or vm's as slaves. They could monitor the ups too and be shut down.
  4. Some of all the above. I don't always check for updates to packages. So sometimes it takes someone asking. Most times though, for 6.3.5 its about compatibility. Most newer versions of one package require newer versions of other packages. ncurses was a big one for awhile. Most newer packages required ncurses v6 while unRAID 6.3 had v5.9. unRAID 6.3.5 has ncurses 6 now. For lftp, I tried installing 4.8.3 but it required libidn2, libunistring 2 and so on.. all newer packages. Those packages are in 6.4rc though and lftp 4.8.3 seems to work.
  5. I wasn't thinking. You don't need username and password to access UPS variables, those are just for the monitor. I just assumed thats what broke it for me since that was what I was working on. But it was the UPS name. I was probably using the default cfg when testing and it worked but when I changed the name of the UPS it stopped working. I don't know if you hard coded it to "/usr/bin/upsc [email protected]" but it could be any name or ip "/usr/bin/upsc $NAME@$IPADDR". I figured that's what the log entry was from. I don't have the system temp plugin installed. I use my own IPMI plugin.
  6. @jbrodriguez I see you added nut support. I probably broke it though. The latest update I change some nut.cfg variables. USERNAME and PASSWORD to MONUSER and MONPASS and encoded the passwords instead of just plain text. Also I noticed I get this in the system log Nov 3 19:17:16 Server nginx: 2017/11/03 19:17:16 [error] 6414#6414: *977223 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.x.x.x, server: , request: "GET /plugins/dynamix.system.temp/include/SystemTemp.php?unit=C&dot=.%2C HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.x.x.x:xxxx"
  7. Update the plugin and then you can remove it. If the built in UPS tool works for you then use that. But if you want to use NUT then disable the built in UPS. I have the built in set to: Start APC UPS daemon: No UPS cable: Custom UPS type: Dumb
  8. Give me a few. I'll update the plugin. You can then update then remove it.
  9. I updated my server to 6.4.0rc10b but during boot / plugin install when the nut usb driver loaded my usb would reset. Server kernel: usb 1-1.3:reset high-speed USB device number 4 using ehci-pci Which is not good for the unRAID usb. So this would basically hang start up.. I downgraded the plugin to 2.7.4 and everything works fine now.
  10. Good to hear. Keep an eye on it and let me know.
  11. ASRock EP2C602 should work now with fan control. Just click the Configure button first to setup the fans. If it's not working then to debug, you can stop the service in the webgui and run "ipmifan --debug -f" and let that run for a bit. It will log the actual command used in the fan control log plus print out all the variables.
  12. The hard drive list is just for the fan control script. In order to ignore certain drives so fans aren't running full speed. If your nvme drive isn't in the list then it wouldn't be factored in the hard drive temp polling of the fan control. But let me know if it's in the list. Right now the list is compiled by searching /dev/ for sdx and udev to get the serial. "udevadm info --query=property --name=/dev/sdx | grep ID_SERIAL= | cut -c11-" I could possibly add a different hdd list to the settings page along side the sensors and dash ignore lists. The readings page and footer hdd temps are pulled from unRAID webgui data because I don't want to constantly repoll drives. So that reading is the highest temp only from array drives, not any unassigned.
  13. The latest version has the ability to exclude hard drives now. Also, as with all the fan settings, they can all be changed and applied without stopping fan control. The ipmifan script will pickup changes to the fan.cfg file and implement them on the next internal.
  14. Look at my previous post. I edited it with info on fan revving.
  15. The X9 boards don't really support much fan control through ipmi. They use different commands than the X10/X11. I believe all I can do is set fans to a low, medium and high. I'm currently working to add support for Asrock dual core boards, so I'll see if I can add support for the X9 boards too. Could you verify what "dmidecode -t 2" from the command line shows for Product Name? Edit: The cycling can be remedied by changing the thresholds with the Sensor Editor. You have to search back through the thread for that info. Maybe I should just add that info to the OP and plugin help sections.
  16. I updated python to a version that included pkg-resource right after you posted.
  17. You should only need python3 and borg. I updated the python3 packaged. Update it and try again.
  18. The Sensors page takes the highest hard drive temp from the already available /var/local/emhttp/disks.ini. I didn't want to re-poll the hard drives since they had already been polled. This however only includes array drives. The fan control script takes the highest temp from all drives. That's the reason for the 38 in the fancontrol log and 26 in the readings. There was some talk recently about possibly adding an ignore function to fan control. This would keep fans from spinning up due to external or preclearing drives. That's on my todo list. Similar to the dropdown checklist for sensors but for hard drives.
  19. updated shellinabox to latest 2.20 Notable changes/fixes: OpenSSL 1.1 fixes May build with MUSL library Fixed issue #222, LOGIN service Fixed issue #360, ignore escape sequences to fix dir listing Fix for function key presses Adjusting scale on IE New option to disable peer check (issue #364) Add option for custom SSH port Support for APL characters PDF documentation Fix for BSD build New ready event support for iframe messages
  20. https://github.com/dmacias72/unRAID-plugins/raw/master/source/packages/borgbackup-1.1.0-x86_64-2.txz I compiled it again and added msgpack a and pkg_resource.
  21. Give the new package a try and let me know.
  22. Maybe airbillion knows Msgpack 4.8 is included in the borg package. Maybe I'll try compiling msgpack myself. https://github.com/borgbackup/borg/issues/583

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.