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.

ShangHangin

Members
  • Joined

  • Last visited

Everything posted by ShangHangin

  1. I am having the same issues with Radarr - (Sonar is working just fine). I have not made any changes (that I know of). Advice appreciated.
  2. When running Fix Common Problems, I get the following error: /var/log is getting full (currently 100 % used) I have attached the Diagnostics and Syslog zip files. Advise appreciated hal-9000-diagnostics-20240929-0843.zip hal-9000-syslog-20240929-0043.zip
  3. I have had a strange occurence where my PLex server will not start - I am getting a libusb_init failed. Plex log file below and Diagnostics attached. Please advise. Thanks hal-9000-diagnostics-20240926-1916.zip 2024-09-26 18:42:54,754 WARN received SIGTERM indicating exit request 2024-09-26 18:42:54,754 DEBG killing plexmediaserver (pid 71) with signal SIGTERM 2024-09-26 18:42:54,754 INFO waiting for plexmediaserver to die 2024-09-26 18:42:55,471 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22955053343152 for <Subprocess at 22955053463120 with name plexmediaserver in state STOPPING> (stdout)> 2024-09-26 18:42:55,471 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22955068354112 for <Subprocess at 22955053463120 with name plexmediaserver in state STOPPING> (stderr)> 2024-09-26 18:42:55,472 WARN stopped: plexmediaserver (exit status 143) 2024-09-26 18:42:55,472 DEBG received SIGCHLD indicating a child quit Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2024-09-26 18:44:03.899578 [info] Host is running unRAID 2024-09-26 18:44:03.918163 [info] System information: Linux HAL-9000 6.1.64-Unraid #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023 x86_64 GNU/Linux 2024-09-26 18:44:03.935588 [info] Image tags: IMAGE_RELEASE_TAG=1.41.0.8992-1-01 2024-09-26 18:44:03.956645 [info] PUID defined as '99' 2024-09-26 18:44:03.981083 [info] PGID defined as '100' 2024-09-26 18:44:04.025639 [info] UMASK defined as '000' 2024-09-26 18:44:04.047991 [info] Permissions already set for '/config' 2024-09-26 18:44:04.070558 [info] Deleting files in /tmp (non recursive)... 2024-09-26 18:44:04.093762 [info] TRANS_DIR defined as '/config/transcode' 2024-09-26 18:44:04.120872 [info] SHARED_NETWORK not defined (via -e SHARED_NETWORK), defaulting to 'no' 2024-09-26 18:44:04.139328 [info] Starting Supervisor... 2024-09-26 18:44:04,303 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing 2024-09-26 18:44:04,303 INFO Set uid to user 0 succeeded 2024-09-26 18:44:04,305 INFO supervisord started with pid 13 2024-09-26 18:44:05,307 INFO spawned: 'plexmediaserver' with pid 71 2024-09-26 18:44:05,308 INFO reaped unknown pid 14 (exit status 0) 2024-09-26 18:44:06,309 INFO success: plexmediaserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-09-26 18:44:21,261 DEBG 'plexmediaserver' stdout output: Critical: libusb_init failed
  4. Hello Community I have been unsuccessful in getting WireGuard to work since my upgrade from 6.11.3->6.12.6, and I am in need of guidance. 1. I have been using ZeroTier for remote access into my server and docker UI and access to my network. Don't really want to give that up. 2. My goal is to have system VPN tunneling access for updates (I am behind the Chinese firewall and cannot get at Github for plugins w/o VPN. Dockers updates are OK w/o VPN). 3. I also want to have select docker containers (Sonar, etc) running over VPN (not Plex, as my experience is that the remote access for playback does not like a double NAT). I have read through the guides, tried a number of different things, and the configuration below satisfies my goal of using ZeroTier (with complete access to server, dockers, file system) and Plex, but cannot get Wireguard working (No handshakes) Note: Need to reinstitute zt0 listening at any docker stop and start, even though is shows in “listening” in many cases. ("Host access to custom networks" breaks Zerotier, as does using anything other than a HOST network setting in the Docker) I have enabled UPnP both on the system and on my gateway router: This is the VPN configuration: Peer endpoint "ping" is working. and clicking in the eyeball in with the "advanced" settings highlighted, I get this information: WireGuard Configuration Local server configuration [Interface] # Device_Steady Snake PrivateKey=xxxx= Address=10.66.39.132 PostUp=logger -t wireguard 'Tunnel WireGuard-wg3 started';/usr/local/emhttp/webGui/scripts/update_services PostDown=logger -t wireguard 'Tunnel WireGuard-wg3 stopped';/usr/local/emhttp/webGui/scripts/update_services PostUp=ip -4 route flush table 203 PostUp=ip -4 route add default via 10.66.39.132 dev wg3 table 203 PostUp=ip -4 route add 192.168.11.0/24 via 192.168.11.1 dev br0 table 203 PostDown=ip -4 route flush table 203 PostDown=ip -4 route add unreachable default table 203 PostDown=ip -4 route add 192.168.11.0/24 via 192.168.11.1 dev br0 table 203 [Peer] #Tokyo 202_1 PublicKey=yyyy= Endpoint=146.70.201.2:51820 AllowedIPs=0.0.0.0/0 Any guidance appreciated. Thank you in advance.
  5. Hello Community I have been unsuccessful in getting WireGuard to work since my upgrade from 6.11.3->6.12.6, and I am in need of guidance. 1. I have been using ZeroTier for remote access into my server and docker UI and access to my network. Don't really want to give that up. 2. My goal is to have system VPN tunneling access for updates (I am behind the Chinese firewall and cannot get at Github for plugins w/o VPN. Dockers are OK). 3. I also want to have select docker containers (Sonar, etc) running over VPN (not Plex as my experience is that the remote access for playback does not like a double NAT). I have read through the guides, tried a number of different things, and the configuration below satisfies my goal of using ZeroTier (with complete access to server, dockers, file system) and Plex, but cannot get Wireguard working (No handshakes) Note: Need to reinstitute zt0 listening at any docker stop and start, even though is shows in “listening” in many cases. (Host access to custom networks breaks Zerotier as does using anything other than a HOST network setting in the Docker) I have enabled UPnP both on the system and on my gateway router: This is the VPN configuration: Peer endpoint "ping" is working. and clicking in the eyeball in with the "advanced" settings highlighted, I get this information: WireGuard Configuration Local server configuration [Interface] # Device_Steady Snake PrivateKey=xxxx= Address=10.66.39.132 PostUp=logger -t wireguard 'Tunnel WireGuard-wg3 started';/usr/local/emhttp/webGui/scripts/update_services PostDown=logger -t wireguard 'Tunnel WireGuard-wg3 stopped';/usr/local/emhttp/webGui/scripts/update_services PostUp=ip -4 route flush table 203 PostUp=ip -4 route add default via 10.66.39.132 dev wg3 table 203 PostUp=ip -4 route add 192.168.11.0/24 via 192.168.11.1 dev br0 table 203 PostDown=ip -4 route flush table 203 PostDown=ip -4 route add unreachable default table 203 PostDown=ip -4 route add 192.168.11.0/24 via 192.168.11.1 dev br0 table 203 [Peer] #Tokyo 202_1 PublicKey=yyyy= Endpoint=146.70.201.2:51820 AllowedIPs=0.0.0.0/0 Any guidance appreciated. Thank you in advance.
  6. After enabling bridging in the Network configuration and switching to ipvlan in the Dockers, I have eliminated the phantom NIC at my gateway. Further by disabling "Host access to custom networks" Zerotier now works. I have not been able to get Wireguard working, but will post in that thread.
  7. Since upgrading from 6.11.3->6.12.6, I have been having a host of networking issues: 1. Cannot establish a WireGuard VPN connection (which means being in China, I cannot easily get to Github or updates via the Community App. 2. I have a phantom double NAT showing up in my main gateway router. 3. I use ZeroTier to access my server remotely (as well as all dockers); and could only get that back working after the upgrade by adding the zt0 listening interface 4. I am running a Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) 5. Diagnostics attached I am looking for some advice and guidance. Thanks in advance My network on configuration is below: Docker set up on macvlan hal-9000-diagnostics-20240124-1820.zip
  8. Found my problem...I had not set one of the library transcode caches to /temp (hand left as default .) Delete the docker, which cleaned up the docker image (dropping about 20% usage), reinstalled and restarted....all is good! TDARR is filling up my docker container. I had installed TDARR the other day, and everything was running find - transcoding for a couple days. I then had a power outage and after a restart, during parity check, I got a docker image space usage error. I stopped TDARR and the image stopped filling. After the parity check was complete, I restarted TDARR - and more filling. I have attached the TDARR log files. Advice appreciated. TDARR
  9. I have changed a re-seated cables on the one drive I had the issue. Have reset the counters, run a parity check, no issues (an a test of one). Will continue to monitor.
  10. Thanks - check and changed the cable, no increase in the error count. Seems corrected - will monitor. Any way to clear the error count so that is does not keep popping up as an error?
  11. Diagnostics attached. Advice appreciated. SH hal-9000-diagnostics-20201006-0638.zip
  12. I have a question on UDMA CRC error count. I have one drive that the error count increases at every parity check. When I run an extended SMART test (attached), the results return as a "Pass". Should I be concerned? I have pre-cleared unassigned drives I can swap into the array if there is a concern. Thanks in advance. SH hal-9000-smart-20201005-1134.zip
  13. When I updated to Unraid 6.8.1, it broke binhex-plex. All my dockers restarted cleanly, but this one - got a "Execution Error" dialogue box. Upon restoring to 6.8.0, everything worked fine. I am running transcoding in an Nvidia GPU. Sorry I did not pull log files, as I was short on time. Any thoughts?
  14. I am having issues with Plex not updating the library when new files are added or a manual library scan. I deleted and reinstalled the docker, thinking there was something corrupt there, no difference. I have attached the Plex log and system log. Thanks in advance for the assistance. SH Plex Media Server.log.zip hal-9000-syslog-20191207-1335.zip
  15. Binhex - love your stuff. I have a plex question...is there a way to have plex meta-data scraping through VPN, while the streaming non-VPN. I live in a region that blocks access to theTVDB thus cannot get show metadata. I am running Binhex-deluge with privoxy, bh-SABnzd, Sonar, Radar, etc... If this is not possible, then routing all plex traffic through VPN. Any thoughts appreciated. Thanks - SH.
  16. I am not sure what is the issue - below is the error message for the WebIU log . DownloadedEpisodesImportService Import failed, path does not exist or is not accessible by Sonarr: /downloads/complete/<tvshow name> 5:40am Per my physical drive mapping: /mnt/cache/downloads/Downloads/ which is mapped to /data for Sonar and SAB. I have no path named /downloads/complete/ - All my container paths for download data are named /data - nowhere do I have a container named /downloads If I do a manual import via the Sonar WebUI, it maps to /data/complete/ I have no issues. I am not sure why the autoprocessing tries /downloads/complete. SAB saves its files to /data/complete - the files are there. (As a side note, for some reason when using Chrome on a Mac, the Sonar UI never gets beyond the bouncing ball - this is a new phenomenon I have not seen before. Safari has no issue. ) Thanks in advance for the support. SH
  17. Sonar in outer space. I am not sure what is happening - this is a new problem after everything had been working well. Sonar starts, the web GUI comes up partially and all I see is the bouncing ball left to right. I can never get fully into Sonar. I believe I have all the mapping correct - Below is the log from Sonar - I get the import failed issues mentioned in the above posts - but it was working before. Created by...___. .__ .__\_ |__ |__| ____ | |__ ____ ___ ___| __ \| |/ \| | \_/ __ \\ \/ /| \_\ \ | | \ Y \ ___/ > <|___ /__|___| /___| /\___ >__/\_ \\/ \/ \/ \/ \/https://hub.docker.com/u/binhex/2018-03-27 20:32:36.286253 [info] Host is running unRAID2018-03-27 20:32:36.314044 [info] System information Linux 78df25834de1 4.14.13-unRAID #1 SMP PREEMPT Wed Jan 10 10:27:09 PST 2018 x86_64 GNU/Linux2018-03-27 20:32:36.345453 [info] PUID defined as '99'2018-03-27 20:32:36.377563 [info] PGID defined as '100'2018-03-27 20:32:36.446291 [info] UMASK defined as '000'2018-03-27 20:32:36.476325 [info] Permissions already set for volume mappings2018-03-27 20:32:36.510804 [info] Starting Supervisor...2018-03-27 20:32:36,674 CRIT Set uid to user 02018-03-27 20:32:36,674 INFO Included extra file "/etc/supervisor/conf.d/sonarr.conf" during parsing2018-03-27 20:32:36,677 INFO supervisord started with pid 72018-03-27 20:32:37,678 INFO spawned: 'sonarr' with pid 422018-03-27 20:32:37,679 INFO reaped unknown pid 82018-03-27 20:32:38,004 DEBG 'sonarr' stdout output:[Info] Bootstrap: Starting Sonarr - /usr/lib/sonarr/NzbDrone.exe - Version 2.0.0.51632018-03-27 20:32:38,462 DEBG 'sonarr' stdout output:[Info] AppFolderInfo: Data directory is being overridden to [/config]2018-03-27 20:32:38,741 DEBG 'sonarr' stdout output:[Info] Router: Application mode: Interactive2018-03-27 20:32:38,741 INFO success: sonarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)2018-03-27 20:32:40,300 DEBG 'sonarr' stdout output:[Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***2018-03-27 20:32:40,471 DEBG 'sonarr' stdout output:[Info] MigrationLogger: *** Migrating data source=/config/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***2018-03-27 20:32:40,498 DEBG 'sonarr' stdout output:[Info] OwinHostController: Listening on the following URLs:2018-03-27 20:32:40,499 DEBG 'sonarr' stdout output:[Info] OwinHostController: http://*:8989/2018-03-27 20:32:40,695 DEBG 'sonarr' stdout output:[Info] NancyBootstrapper: Starting Web Server2018-03-27 20:33:17,255 DEBG 'sonarr' stdout output:[Error] DownloadedEpisodesImportService: Import failed, path does not exist or is not accessible by Sonarr: /downloads/complete/Homeland.S07E07.720p.WEB.H264-DEFLATE[rarbg]
  18. Have run the memory test 5 passes now, all OK. Next stop? I have two drives that did the same thing. I have upgrades to Unraid OS 5.0.5 - thinking maybe a compatibility issue between the OS and preclear 1.15 (5B15 and preclear 1.13 worked fine together for the 2TB drives I was using). With this upgrade, I plan to try pre clear again to see if it is that issue. Any other guidance appreciated. SH You can try, but the preclear script does absolutely nothing that the normal reading and writing of files would not do. I would suspect a hardware issue. If you have the same issue with two drives, and memory tests good, suspect the disk-controller, or power supply. (how many drives are attached? What capacity supply? How many 12 volt rails? ) After the upgrade to Unraid OS 5.0.5, I reran preclear 1.15 - success on both drives!! Thanks SH
  19. Config: ANTEC 750W - HCG750 (It has 4 -12 V, 40A rails). Attached is a total of 12 drives total. ASUS PBZ68-V LX motherboard with 6 on-board controller slots (all 6 in use) Supermicro AOC-SASLP-MV8 controller (8 drive capability - 6 in use) When I have been running pre clear, I don't have the array all the way up - just to the point where the config is ok (as I am replacing my dead parity drive). Other places to look, thanks SH
  20. Have run the memory test 5 passes now, all OK. Next stop? I have two drives that did the same thing. I have upgrades to Unraid OS 5.0.5 - thinking maybe a compatibility issue between the OS and preclear 1.15 (5B15 and preclear 1.13 worked fine together for the 2TB drives I was using). With this upgrade, I plan to try pre clear again to see if it is that issue. Any other guidance appreciated. SH
  21. Joe L Thanks for the reply - sorry for my ignorance - how to run a server memory test? Thanks, A drive that returns different values than what was written to it is a real pain in the neck. It could be a bad drive, it could be a poorly regulated power supply line to the drive, it could be a bad disk controller, or even bad memory. I'd start with a memory test of the server, preferably overnight, or at least several passes to make sure it is not falsely leading you to think the disk is bad. Joe L.
  22. I have a failed Preclear on a 2 - WB 3TB Green drive. I need help to sort it out - I am using the new drive as a new party drive. Thanks in advance Here is the report at the end (for one of the drives): ================================================================== 1.15 = unRAID server Pre-Clear disk /dev/sdf = cycle 1 of 1, partition start on sector 1 = Disk Pre-Clear-Read completed DONE = Step 1 of 10 - Copying zeros to first 2048k bytes DONE = Step 2 of 10 - Copying zeros to remainder of disk to clear it DONE = Step 3 of 10 - Disk is now cleared from MBR onward. DONE = Step 4 of 10 - Clearing MBR bytes for partition 2,3 & 4 DONE = Step 5 of 10 - Clearing MBR code area DONE = Step 6 of 10 - Setting MBR signature bytes DONE = Step 7 of 10 - Setting partition 1 to precleared state DONE = Step 8 of 10 - Notifying kernel we changed the partitioning DONE = Step 9 of 10 - Creating the /dev/disk/by* entries DONE = Step 10 of 10 - Verifying if the MBR is cleared. DONE = Disk Post-Clear-Read completed DONE Disk Temperature: 31C, Elapsed Time: 35:06:39 ========================================================================1.15 == WDCWD30EZRX-00SPEB0 WD-WCC4E1038872 == [b]Disk /dev/sdf has NOT been precleared successfully[/b] == skip=27800 count=200 bs=8388608 returned 53039 instead of 00000 skip=33000 count=200 bs=8388608 returned 15727 instead of 00000 skip=44200 count=200 bs=8388608 returned 41477 instead of 00000 skip=47400 count=200 bs=8388608 returned 56230 instead of 00000 skip=53600 count=200 bs=8388608 returned 59573 instead of 00000 skip=154000 count=200 bs=8388608 returned 30072 instead of 00000 skip=254600 count=200 bs=8388608 returned 11513 instead of 00000 skip=270800 count=200 bs=8388608 returned 24718 instead of 00000 skip=283600 count=200 bs=8388608 returned 14849 instead of 00000 skip=285400 count=200 bs=8388608 returned 20271 instead of 00000 ============================================================================ ** Changed attributes in files: /tmp/smart_start_sdf /tmp/smart_finish_sdf ATTRIBUTE NEW_VAL OLD_VAL FAILURE_THRESHOLD STATUS RAW_VALUE Temperature_Celsius = 121 122 0 ok 31 No SMART attributes are FAILING_NOW 0 sectors were pending re-allocation before the start of the preclear. 0 sectors were pending re-allocation after pre-read in cycle 1 of 1. 0 sectors were pending re-allocation after zero of disk in cycle 1 of 1. 0 sectors are pending re-allocation at the end of the preclear, the number of sectors pending re-allocation did not change. 0 sectors had been re-allocated before the start of the preclear. 0 sectors are re-allocated at the end of the preclear, the number of sectors re-allocated did not change. I am running version 5B14 UNRaid The both drives responds to smartctl. One output is below: root@HAL_9000:/boot# smartctl -A /dev/sdf smartctl 5.40 2010-10-16 r3189 [i486-slackware-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 3 Spin_Up_Time 0x0027 100 253 021 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 4 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always - 0 9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 73 10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 4 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 0 193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 25 194 Temperature_Celsius 0x0022 122 106 000 Old_age Always - 30 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0

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.