Everything posted by gurulee
-
[GUIDE] How to Setup NIC Bonding/LACP Cisco Switch
Thank you sharing this guide and example. I found it very helpful. However, for one of my lab Cisco switches (SG300-10), channel-group modes were only Auto (w/LACP) or On without LACP. So far it has been stable in Auto mode.
-
Unraid tweaks for Media server performance?
Anyone using Plexcache script and if so, please share experience? https://github.com/bexem/PlexCache
-
NextCloud update and is now broken
This also resolve the issue for me. I was already on 25.x and I had to upgrade to 27.x via console CLI of docker and then reverting the repo tag afterwards to finally get back in to GUI. THANK YOU! I also set my docker repo to 'lscr.io/linuxserver/nextcloud:version-27.0.0' to prevent this from happening again and have a controlled upgrade in the future.
-
[Plugin] Docker Folder
I love the idea of features of this plugin, but will it every come out of Beta (badged in app store)?
-
[Support] jj9987 - Redis
Thank you! This solved my issue. I guess the variables for the other docker fork were not universal.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Yes, the proxy.conf was enabled by the mod it appears and it is stock at the moment.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I'm trying to get the Swag Dashboard working. I have the Swag docker port configured to 81 and 443 respectively and it has been working fine my other subdomains. However, after enabling the dashboard mod, configuring an A record for 'dashboard.domain.com' to point to my server IP that Swag is listening on, I get a nginx 504 time out error when trying to go to https://dashboard.mydomain.com . I'm coming from an internal LAN subnet that is within the allowed IP ranges stated in the domain.subdomain.conf file as well. The Swag docker logs are not reporting any issues either. Any ideas on what I may be missing or doing wrong?
-
[Support] Audiobookshelf
I was able to resolve the 'socket failed to connect' error while using Swag/nginx using a proxy-conf file like this below. I was not successful when trying to use a site-conf server { listen 443 ssl; listen [::]:443 ssl; server_name <YOURSUBDOMAIN>.*; include /config/nginx/ssl.conf; add_header X-Frame-Options "SAMEORIGIN" always; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; add_header X-Content-Type-Options "nosniff" always; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app <IPADDRESS>; set $upstream_port 13378; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_hide_header X-Frame-Options; proxy_max_temp_file_size 2048m; } }
-
Error installing Nextcloud with MariaDB
For any of my peers banging their head against the wall with this error during install: "nextcloud MySQL username and/or password not valid" , following these steps resolved the issue for me: https://www.thesmarthomebook.com/2022/12/03/unraid-set-up-nextcloud-with-mariadb/
-
Unraid OS version 6.9.1 available
Greetings Ya'll, I just upgraded from 6.8.3 and all went smooth with no issues so far. I also got my nvidia card working again with the new plugin. Thank you!
-
[Plugin] Nvidia-Driver
Just upgraded from 6.8.2 to 6.9.1 and reinstalled this plugin with my nvidia GTX 1060 and all is working fine again. Thank you.
-
[Support] Djoss - FileBot
Thank you! This resolved the issue for me.
-
[Support] Djoss - FileBot
Well if it gets the path from plex, then why is it saving to '\TV Shows\' and not the Plex TV library named 'TV'? Sent from my SM-N960U using Tapatalk
-
[Support] Djoss - FileBot
Right now that docker setting value is {plex}. Can I hard code /tv/{n}/season {s}/s}/{sxe} - {t}/? Sent from my SM-N960U using Tapatalk
-
[Support] Djoss - FileBot
The filebot.sh is not in that path. Where can I find the amc script or how do I change the output folder to output\TV instead of output\TV Shows ?
-
[Support] Djoss - FileBot
UPDATE: I resolved it by removing the docker, deleting the appdata folder and reinstalling with restore of license key. Any idea why I am getting this error and nothing is processing? [amc] java.lang.IllegalArgumentException: DUPLICATE not in [MOVE, COPY, KEEPLINK, SYMLINK, HARDLINK, CLONE, DUPLICATE, TEST] [amc] at net.filebot.StandardRenameAction.forName(Unknown Source) [amc] at net.filebot.cli.ArgumentBean.getRenameAction(Unknown Source) [amc] at net.filebot.cli.ScriptShellBaseClass.getRenameAction(Unknown Source) [amc] at net.filebot.cli.ScriptShellBaseClass.rename(Unknown Source) [amc] at Script1$_run_closure66.doCall(Script1.groovy:364) [amc] at Script1.run(Script1.groovy:350) [amc] at net.filebot.cli.ScriptShell.evaluate(Unknown Source) [amc] at net.filebot.cli.ScriptShell.runScript(Unknown Source) [amc] at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source) [amc] at net.filebot.cli.ArgumentProcessor.run(Unknown Source) [amc] at net.filebot.Main.main(Unknown Source) [amc] [amc] Error (o_O)
-
Help creating a template for Wazuh
This is definitely something I'm interested in. However, I'd like to see support for the Wazuh agent on unraid for logs and HIDS to Wazuh Manager running on a distributed separate system. Has anyone try to compile the agent on the Unraid OS?
-
[Support] Djoss - FileBot
The issue resolved itself after replacing the license file. No obvious differences noticed in file. Thank you,
-
[Support] Djoss - FileBot
The license.psm is the file I received from them directly and the contents show it does not expire until January 2021. I'll try and find their contact info...
-
[Support] Djoss - FileBot
Here you go: script fn:sysinfo FileBot 4.9.1 (r7372) JDK8 JNA Native: 5.2.2 MediaInfo: 18.08.1 p7zip: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,24 CPUs Intel(R) Xeon(R) CPU X5670 @ 2.93GHz (206C2),ASM,AES-NI) unrar: UNRAR 5.61 freeware Chromaprint: 1.4.3 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2020-08-14 (r671) Groovy: 3.0.3 JRE: OpenJDK Runtime Environment 1.8.0_242 JVM: 64-bit OpenJDK 64-Bit Server VM CPU/MEM: 24 Core / 22 GB Max Memory / 228 MB Used Memory OS: Linux (amd64) HW: Linux 7b4e03ef6b56 4.19.107-Unraid #1 SMP Sun Mar 8 14:34:03 CDT 2020 x86_64 GNU/Linux STORAGE: btrfs [/] @ 34 GB | fuse.shfs [/output] @ 5 TB | btrfs [/config] @ 283 GB | fuse.shfs [/storage] @ 5 TB | fuse.shfs [/watch] @ 5 TB | btrfs [/etc/resolv.conf] @ 34 GB | btrfs [/etc/hostname] @ 34 GB | btrfs [/etc/hosts] @ 34 GB DATA: /config Package: DOCKER License: Unauthorized Done ヾ(@⌒ー⌒@)ノ
-
[Support] Djoss - FileBot
Dear fellow unraiders, FileBot repo: jlesage/filebot I have the license file (.psm) in the /config path of the unraid filebot docker, but it is still not recognizing it. I get this in the logs: "[amc] LicenseError: Unauthorized" The file states the license is valid until January 2021 and the permissions are 777 for the file. I have reinstalled the docker and the issue persists. Any help
-
What is your longest Unraid up time?
366 days 👍💪🤘
-
[Support] Djoss - FileBot
That did the trick! Thank you.
-
[Support] Djoss - FileBot
The issue just started occurring, I'd say approx. two weeks now. Is there a workaround to keep it running w/o opensubtitles?
-
[Support] Djoss - FileBot
I discovered that my Filebot docker stops after a 1-2min for some reason. I verified my opensubtitles account is good and that my registration to Filebot has not expired. This is what I see in the Filebot log below. I searched to a degree and I am not finding a resolution. Any ideas/help would be much appreciated. Fetch failed: Try again in 2 seconds (2 more) => redstone.xmlrpc.XmlRpcException: The response could not be parsed. Fetch failed: Try again in 8 seconds (1 more) => redstone.xmlrpc.XmlRpcException: The response could not be parsed. redstone.xmlrpc.XmlRpcException: The response could not be parsed. redstone.xmlrpc.XmlRpcException: The response could not be parsed. at redstone.xmlrpc.XmlRpcClient.handleResponse(Unknown Source) at redstone.xmlrpc.XmlRpcClient.endCall(Unknown Source) at redstone.xmlrpc.XmlRpcClient.invoke(Unknown Source) at net.filebot.web.OpenSubtitlesXmlRpc.invoke(Unknown Source) at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.lambda$invoke$0(Unknown Source) at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.retry(Unknown Source) at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.retry(Unknown Source) at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.retry(Unknown Source) at net.filebot.web.OpenSubtitlesClient$OpenSubtitlesXmlRpcWithRetryAndFloodLimit.invoke(Unknown Source) at net.filebot.web.OpenSubtitlesXmlRpc.login(Unknown Source) at net.filebot.web.OpenSubtitlesClient.login(Unknown Source) at net.filebot.web.OpenSubtitlesClient$login.call(Unknown Source) at Script1.run(Script1.groovy:12) at net.filebot.cli.ScriptShell.evaluate(Unknown Source) at net.filebot.cli.ScriptShell.runScript(Unknown Source) at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source) at net.filebot.cli.ArgumentProcessor.run(Unknown Source) at net.filebot.Main.main(Unknown Source) Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.opensubtitles.org/xml-rpc ... 18 more Enter OpenSubtitles username: Enter OpenSubtitles password: Testing OpenSubtitles... Error (o_O) [cont-init.d] filebot.sh: exited 1. [services.d] stopping services [services.d] stopping s6-fdholderd... [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] syncing disks. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting.