September 9, 20232 yr Hello Community! I've been getting some windows that say "execution error" on my Unraid server. Server logs show the following: Server kernel: I/O error, dev sdb, sector 21484200 op 0x0:(READ) flags 0x80700 phys_seg 5 prio class 2 Parity completes with no errors, but Docker apps seem to be really buggy. Plex logs are showing this error as well. Critical: libusb_init failed On the plex GUI I see Verify you have a network connection and that the server is online, Verify you have a network connection and that the server is online, Can someone please point me in the right direction so I can further troubleshoot and remedy? Thank you so much!
September 9, 20232 yr Just now, cmacsound said: execution error the docker run command will tell you why that's happening (there will be an error listed) 1 minute ago, cmacsound said: Server logs 1 minute ago, cmacsound said: Plex logs Diagnostics would help
September 9, 20232 yr Author Thank you so much for the fast reply! Really appreciate the help. Diagnostics attached, as requested! Plex Docker RUN command below: (I don't see anything unusual here, so I'm puzzled as to why things aren't working...) Command execution docker run -d --name='Plex-Media-Server' --net='host' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="Plex-Media-Server" -e 'PLEX_CLAIM'='claim-v24LuXj5Md5PHCRwzVZt' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='latest' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/tmp/':'/transcode':'rw' -v '/mnt/user/Music Collection/':'/data':'rw' -v '/mnt/user/appdata/Plex-Media-Server':'/config':'rw' 'plexinc/pms-docker' e4eb2f4b7257582a5fbec8fbf9a5f48e92986b7b15a0d023840db1e4992e95fc The command finished successfully! server-diagnostics-20230909-1157.zip
September 9, 20232 yr 3 minutes ago, cmacsound said: Plex Docker RUN Plex isn't the one giving you the execution error window....
September 9, 20232 yr Author Hmm... When I try to open the Plex WebGUI in from the Docker page, I'm getting a 500 Internal Server Error.... What can I do to fix?
September 9, 20232 yr The "Critical: libusb_init failed" isn't an issue and can be safely ignored. I'm using LSIO plex container and for many years have had that same message. Hasn't cause any problems. What device is dev/sdb? If that is where appdata resides then that disk looks to be RO (read-only) from the I/O error. If it is that is most likely why plex gui isn't working. Check the filesystem on that drive, the gui help or DOCUMENTATION link at the bottom of the forums can help. I'm not a checkdisk guru, aapologies for not giving you more discrete guideance there.
September 12, 20232 yr Author Thank you! I replaced the cables on cache2 (dev/sdb) and here is my attached diagnostic as requested (attached). I don't see the same i/o error now, but am still getting error when trying to access the Plex web gui (500 Internal Server Error) Any help is hugely appreciated! server-diagnostics-20230912-1135.zip
September 12, 20232 yr Community Expert ATA errors are gone, so that's good, cannot help with the Plex issue, maybe @Squidhas some more ideas.
September 12, 20232 yr Solution 1 hour ago, JorgeB said: ATA errors are gone, so that's good, cannot help with the Plex issue, maybe @Squidhas some more ideas. Problem with On 9/9/2023 at 11:50 AM, cmacsound said: execution error doesn't happen on Plex because On 9/9/2023 at 11:50 AM, cmacsound said: On the plex GUI I see For the execution errors we need the docker run command for one of the containers that gives that when starting it. For the actual Plex issue, the best place to ask is in Plex's forums and include Plex's logs from the docker page. I'd suspect a corrupted database (which ties in with the ATA errors)
September 13, 20232 yr Author Thank you so much! I think the original Execution Error was from an old docker container that was depreciated/blacklisted (Krusader). On that note, what's the best practice to 'clean up' appdata that still has directories for uninstalled docker apps? Also - I'm seeing a SMART error on one of my disks. I have replaced the cables a few times but it still persists. Is there anything else I could do to remedy? I will post in the Plex forum for Plex errors. Thank you again!
September 13, 20232 yr Community Expert 4 hours ago, cmacsound said: I have replaced the cables a few times but it still persists That attribute doesn't reset, as long as it's no longer increasing the problem is solved, you can also acknowledge the SMART attribute on the dashboard.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.