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.

unevent

Members
  • Joined

  • Last visited

Everything posted by unevent

  1. Very true especially for those with older (>3-4 year) SSD. Deterministic Read After Trim (DRAT) and Deterministic Zeroes After Trim (DZAT) support are becoming more common. Can verify which TRIM modes an SSD supports: $ hdparm -I /dev/sdx | grep -i trim May have to be off HBA to query.
  2. To clarify, H310 does support trim (P18+), if the SSD supports deterministic read after trim (read zero).
  3. Default settings of some newer partition tools start at the 'Windows' 2048 (1MiB). Some believe it matters to have the start sector divisible by 512 vs 8 and the 1MiB start also leaves room for bootloaders which unRAID has no use for. IIRC, unRAID has used 64 (32KiB) since 2TB drives (512-byte sector and 512e 4Kn drives).
  4. Looks like sab is doing sorting and copying to your tv_show array share and sonarr is also processing the downloads. My suggestion would be to disable sab's sorting and double-dumping to the user share and let sonarr handle all the post processing (renaming and copying the final product to the tv_show user share). To configure this, follow the steps below: Sabnzbd: Go to sab's GUI and click 'config' on top menu followed by 'categories'. For the 'tv' category, change the 'Folder/Path' to just 'tv_shows' (change from '/mnt/tv_shows' to just 'tv_shows'). Save changes. This path is relative to '/downloads/complete' within sab so when a download is complete sab will dump what it downloaded to '/downloads/complete/tv_shows'. From there we will configure sonarr to grab what is in that folder, rename and then dump it to your tv_show array share completing the post processing. While in sab's config GUI, click 'sorting' on top row. Disable (uncheck) 'Enable TV Sorting'. Save changes. Sabnzbd Docker: Remove host path '/mnt/tv_shows' (/mnt/user/tv_shows) from the mapping. Sonarr: In sonarr's GUI, click 'settings'. Click 'Media Management'. Enable (Yes) 'Rename Episodes'. Configure the renaming how you like. If need an example, I do the following: include series title: no, Include episiode title: no, Include quality: yes, Replace spaces: yes, separator: 'period', numbering style: S01E05, season folder format: Season {season:00}, multi-episode style: extend, single episode example: The.Series.Title.2010.S01E01.Episode.Title.1.HDTV-720p, multi-episode example: The.Series.Title.2010.S01E01-02-03.Episode.Title.HDTV-720p While still in sonarr's 'settings', click 'Download Client'. Click 'sab' and verify the 'Category' is set to 'tv' (so that is matches the category in sab). edit: Also verify the API key for sab is correct here. The only thing left is to verify the path within sonarr for your tv show final location. Your Docker template shows host path 2 being configured as '/tv' and is pointed to your array share for tv_shows. Verify the 'Path' for your tv shows in sonarr has '/tv' in their path. Using stargate tv show as example, Path: '/tv/stargate'. This maps to your array as '/mnt/user/tv_shows/stargate" due to the Docker mapping '/tv' to /mnt/user/tv_shows'. If that is confusing, post a pic of the tv show config page (click the wrench icon top-right on a tv show). Only interested in the 'Path'.
  5. I see a few things going on; Sab is renaming and dumping to '/mnt/tv_shows' (/mnt/user/tv_shows) and sonarr may be doing the same, but will need the screen pics from sonarr to verify. The dockers have a few map issues that should be corrected, below. Sonarr Docker: Update the mapping for '/downloads' for sonarr docker (host path 4) to include the 'slave' option since it is a path on a disk handled by unassigned devices. Edit the sonarr docker and find your '/downloads' map, edit and change the mode from 'rw' to 'rw,slave'. Update the mapping for '/tv' for sonarr docker (host path 3) to not include the 'slave' option since it is a path to the array. Not sure if it matters, others will need to clarify the slave option being used for array maps. Edit the sonarr docker and find your '/tv' map, edit and change the mode from 'rw,slave' to 'rw'. Update the mapping for '/config' for sonarr docker (appdata config path) to include the 'slave' option since it is a path on a disk handled by unassigned devices. Edit the sonarr docker and find your '/config' map, edit and change the mode from 'rw' to 'rw,slave'. Sabnzbd Docker: Depending on which we find out is doing the renaming, the map for '/mnt/user/tv_shows' (/mnt/tv_shows) may need to be removed or if kept the 'rw,slave' mode changed to just 'rw'. Update the mapping for '/downloads' for sab docker (host path 2) to change the default from '/mnt/cache/appdate/data' to '/downloads' since it could be confusing. Update the mapping for '/config' for sab docker (appdata config path) to include the 'slave' option since it is a path on a disk handled by unassigned devices. Edit the sab docker and find your '/config' map, edit and change the mode from 'rw' to 'rw,slave'. Once I see the pics from sonarr we should be able to figure out the renamer and double file/folder issue.
  6. Not near my server, but looks like sonarr stores the config in the database. Will need pics of renamer config page, sab config page (downloader), and a pic of the edit screen for any tv show in sonarr. Mask any api keys.
  7. Config issue with sonarr, sab, or docker, or combination. Suggest posting the active Docker template files for sab and sonarr as well as the config.xml files for sab and sonarr (mask the api keys in the config files before posting or send via PM).
  8. Not so much a concern, I seem to remember the ability to independently turn SMB and NFS off/on. Having it hidden and read-only will suffice.
  9. That is what I had been doing, was hoping for a way to turn it off completely. Will have to do, thanks
  10. I do see that, but I only see option to turn on/off NFS sharing, SMB is always on and I cannot find a way to turn it off. No matter what I do the include for UD is in the samba extra options. If I delete the line it always returns. Thanks
  11. Is there a way to disable SMB sharing or be able to toggle SMB and NFS independently?
  12. Reverted to 2.0.0-1-01 and all is well again. Edit: noticed no multicore par2 available. Can this be compiled for arch?
  13. Since this issue was known at least 15 days ago, why push it out in your Docker? How can I revert back to older version that worked? Sent from my ASUS_Z00AD using Tapatalk
  14. Same issue, I did remove the cert and key file then started. I get this error in sab: 2017-05-25 22:13:27,022::INFO::[SABnzbd:1167] -------------------------------- 2017-05-25 22:13:27,022::INFO::[SABnzbd:1168] SABnzbd.py-2.0.1 (rev=<HASH>29248ee603e6bf1) 2017-05-25 22:13:27,022::INFO::[SABnzbd:1169] Full executable path = /opt/sabnzbd/SABnzbd.py 2017-05-25 22:13:27,023::INFO::[SABnzbd:1181] Platform = posix 2017-05-25 22:13:27,023::INFO::[SABnzbd:1182] Python-version = 2.7.13 (default, Feb 11 2017, 12:22:40) [GCC 6.3.1 20170109] 2017-05-25 22:13:27,023::INFO::[SABnzbd:1183] Arguments = /opt/sabnzbd/SABnzbd.py --config-file /config --server 0.0.0.0:8080 --https 8090 2017-05-25 22:13:27,023::INFO::[SABnzbd:1188] Preferred encoding = UTF-8 2017-05-25 22:13:27,023::INFO::[SABnzbd:1229] Read INI file /config/sabnzbd.ini 2017-05-25 22:13:27,025::INFO::[__init__:995] Loading data for rss_data.sab from /config/admin/rss_data.sab 2017-05-25 22:13:27,025::INFO::[__init__:995] Loading data for totals10.sab from /config/admin/totals10.sab 2017-05-25 22:13:27,026::INFO::[postproc:95] Loading postproc queue 2017-05-25 22:13:27,026::INFO::[__init__:995] Loading data for postproc2.sab from /config/admin/postproc2.sab 2017-05-25 22:13:27,026::INFO::[__init__:995] Loading data for queue10.sab from /config/admin/queue10.sab 2017-05-25 22:13:27,027::INFO::[__init__:995] Loading data for watched_data2.sab from /config/admin/watched_data2.sab 2017-05-25 22:13:27,028::INFO::[__init__:995] Loading data for Rating.sab from /config/admin/Rating.sab 2017-05-25 22:13:27,248::INFO::[scheduler:197] Setting schedule for midnight BPS reset 2017-05-25 22:13:27,248::INFO::[downloader:328] Speed limit set to 2097152.0 B/s 2017-05-25 22:13:27,249::INFO::[__init__:351] All processes started 2017-05-25 22:13:27,249::INFO::[SABnzbd:283] Web dir is /opt/sabnzbd/interfaces/Plush 2017-05-25 22:13:27,249::INFO::[SABnzbd:283] Web dir is /opt/sabnzbd/interfaces/Config 2017-05-25 22:13:27,285::INFO::[SABnzbd:407] SABYenc module (v3.0.2)... found! 2017-05-25 22:13:27,285::INFO::[SABnzbd:424] Cryptography module (v1.8.1)... found! 2017-05-25 22:13:27,285::INFO::[SABnzbd:429] par2 binary... found (/usr/sbin/par2) 2017-05-25 22:13:27,285::INFO::[SABnzbd:434] par2cmdline binary... found (/usr/sbin/par2) 2017-05-25 22:13:27,286::INFO::[SABnzbd:437] UNRAR binary... found (/usr/sbin/unrar) 2017-05-25 22:13:27,286::INFO::[SABnzbd:450] unzip binary... found (/usr/sbin/unzip) 2017-05-25 22:13:27,286::INFO::[SABnzbd:455] 7za binary... found (/usr/sbin/7za) 2017-05-25 22:13:27,286::INFO::[SABnzbd:461] nice binary... found (/usr/sbin/nice) 2017-05-25 22:13:27,286::INFO::[SABnzbd:465] ionice binary... found (/usr/sbin/ionice) 2017-05-25 22:13:27,287::INFO::[SABnzbd:1274] SSL version OpenSSL 1.1.0e 16 Feb 2017 2017-05-25 22:13:27,287::INFO::[SABnzbd:1275] SSL supported protocols ['TLS v1.2', 'TLS v1.1', 'TLS v1'] 2017-05-25 22:13:27,290::INFO::[SABnzbd:1386] Starting web-interface on 0.0.0.0:8090 2017-05-25 22:13:27,290::INFO::[_cplogging:219] [25/May/2017:22:13:27] ENGINE Bus STARTING 2017-05-25 22:13:27,293::INFO::[_cplogging:219] [25/May/2017:22:13:27] ENGINE Started monitor thread '_TimeoutMonitor'. 2017-05-25 22:13:27,462::INFO::[_cplogging:219] [25/May/2017:22:13:27] ENGINE Serving on http://0.0.0.0:8080 2017-05-25 22:13:27,567::INFO::[_cplogging:219] [25/May/2017:22:13:27] ENGINE Serving on https://0.0.0.0:8090 2017-05-25 22:13:27,568::INFO::[_cplogging:219] [25/May/2017:22:13:27] ENGINE Bus STARTED 2017-05-25 22:13:27,568::INFO::[zconfig:64] No Bonjour/ZeroConfig support installed 2017-05-25 22:13:27,569::INFO::[SABnzbd:1424] Starting SABnzbd.py-2.0.1 2017-05-25 22:13:27,578::ERROR::[_cplogging:219] [25/May/2017:22:13:27] ENGINE Error in HTTPServer.tick Traceback (most recent call last): File "/opt/sabnzbd/cherrypy/wsgiserver/__init__.py", line 2024, in start self.tick() File "/opt/sabnzbd/cherrypy/wsgiserver/__init__.py", line 2091, in tick s, ssl_env = self.ssl_adapter.wrap(s) File "/opt/sabnzbd/cherrypy/wsgiserver/ssl_builtin.py", line 67, in wrap server_side=True) File "/usr/lib/python2.7/ssl.py", line 363, in wrap_socket _context=self) File "/usr/lib/python2.7/ssl.py", line 611, in __init__ self.do_handshake() File "/usr/lib/python2.7/ssl.py", line 840, in do_handshake self._sslobj.do_handshake() error: [Errno 0] Error
  15. Your TP-Link USB3 Ethernet to USB device uses the Realtek RTL8153 chip. Support for that chip most likely not included with unRAID, but you can probably request it for future release by contacting LT. What is being reported for your motherboard is a Foxconn BANFF12/Pangu-A with BIOS B91PR02D 10/12/2012. I did find some performance related info with a slightly slower CPU (1.8GHz vs the 2.0GHz you have).
  16. Post diagnostics for the system with the adapter plugged in.
  17. This ssd is not in the array, I don't get the same settings for the disk like i do for a array disk. Thanks. Sent from my ASUS_Z00AD using Tapatalk
  18. Not sure if correct thread...got a question regarding disk temperature notification. Request a way to set different thresholds for spinners vs ssd. I have a Sandisk ssd on unassigned devices that I use for Plex database/transcode. During Plex use or browsing Plex catalogs the ssd can reach 45*C (~16-21* above ambient), which is my warning threshold for spinners and I get emailed daily sometimes several times a day as the ssd reaches 45*C and then goes back below. I don't want to raise it higher because of the spinners while SSD can typically take a bit more heat.
  19. I didn't have that problem. My issue was everything would install except for the extension pack. Running the command manually via telnet allowed me to accept the license agreement and then the GUI showed everything was installed. The extpack file should remain in the plugin folder on the flash drive and the filename should also be kept the same as how the plugin downloads it.
  20. Glad it worked out. If you want to try SNMP change DEVICE to '192.168.1.25:161:APC:private' and UPSTYPE 'snmp'. The PCnet driver seems to be producing most if not all the info, SNMP may not get you anything more than you already have.
  21. I'll see what updates are available for the card I have. In the meantime, under Configuration, Network, TCP/IP, verify your network settings are correct. Update your passphrase as you show in one of the pics. That should be all you need to get it running using the info in my previous post if everything else was left at defaults. Edit: Last firmware update for my AP9619 was from 2010 which is 3.7.2 and still looks like the pics I posted. You have enough information to make what you have work. Locations of configuration items are the only things that should be different. From defaults, verify network TCP/IP settings are correct, add IP under powerchute clients, set the powerchute passphrase and configure apcupsd for snmp following the instructions.
  22. Feel free to do what you want with it. Create a spot in the wiki and I can work on it or at least give it a once-over if someone is interested in handling it.
  23. I used a Smart-UPS RT 8000 XL with AP9619 management card for this. My web UI login is apc/apc, and my management card is configured to use 192.168.100.3. APC Web GUI: Go to UPS tab at top followed by Powerchute, configuration, then update the authentication phrase. I used 'passphrase' for this example. (passphrase.png) Go to UPS tab at top followed by Powerchute, clients, add unRAID IP as client. (clients.png) Go to Administration tab at top, go to Network sub-tab, verify TCP/IP settings match your network, specifically the default gateway and subnet. I have manual config vs DHCP. (network.png) unRAID UPS config or edit the apcupsd.conf located in /etc/apcupsd using telnet/SSH/console: SNMP Config: (snmp.png) UPSCABLE ether UPSTYPE snmp DEVICE 192.168.100.3:161:APC:private The 'APC:private' are defaults and will be exactly that regardless of your passphrase or login credentials. 161 is the default port. PCnet Config: (pcnet.png) UPSCABLE ether UPSTYPE pcnet DEVICE 192.168.100.3:apc:passphrase Restart apcupsd by issuing /etc/rc.d/rc.apcupsd restart (or 'stop' followed by 'start') Issue 'apcaccess' command or view in unRAID GUI. clients.png network.png passphrase.png pcnet.png snmp.png
  24. Bummer. I have a management card equipped UPS here at work. I will tinker with it and see if I am not remembering something.

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.