Everything posted by fnwc
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
I guess my question would be: is there a newer version of the motherboard that perhaps ticks these boxes? I guess they have beta BIOS available now where I don't have to get the custom BIOS directly from ASRock.
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
Yep can't reflash using these directions: http://www.asrockrack.com/support/faq.asp?id=37 I get the error and it just fails. I had previously reflashed it without issue.
-
Intel Socket 1151 Motherboards with IPMI AND Support for iGPU
Is the E3C246D4U still the gold standard for Unraid boxes? I'm looking for an 8 SATA port, E2200 compatible board with IPMI. I currently have this board but I recently had a post error 62 which I eventually resolved by resetting the CMOS battery. Unfortunately, now I have a BMC initialization error and can't socflash.exe a new bios due to a "can't find flash chip #1" error, so I think there's something seriously wrong going on.
-
[SOLVED] Help with a manual DockerHub container PlexTraktSync configuration
For anyone reading this, I managed to solve it by pulling the github repo, https://github.com/Taxel/PlexTraktSync, installing Python, and running "python main.py" directly to run the authentication process, which creates the .env and .pytrakt.json files. Then I copied the created .env and .pytrakt.json files to the docker filesystem in the same directory. Actually, I'm not able to access the filesystem without starting the docker, and I can't start the docker in interactive mode (in order to enter my auth information) through the Unraid GUI. So, instead, enter the terminal for your Unraid server, type "docker image ls", find the docker ID of the container, then type "docker run -it <docker_ID>" of the docker ID you found. This will allow you to configure the docker as needed to create the .env and .pytrakt.json files.
-
[SOLVED] Help with a manual DockerHub container PlexTraktSync configuration
Hi, I'm attempting to manually install PlexTraktSync here: https://hub.docker.com/r/twolaw/plextraktsync I have the container set up, but it's missing the credentials (looking at the log I see "Please enter your Plex username: "). I'm currently stuck at this step: I've installed NerdTools to be able to install python 3. However, due to the way the docker is set up in Unraid (I'm guessing), it's not a listed module using something like help("modules"). I'm not really that familiar with docker, but there doesn't appear to be any variables that I can set to set my authorization for either Plex and/or Trakt. Note that I'm a docker/linux novice, so any help would be appreciated.
-
[Support] AMJidovu - GoAutoYT
I successfully downloaded a video, but was unable to move the file out of the destination directory. Perhaps it's a permission issue on the file?
-
[Support] Linuxserver.io - Duplicati
Not sure if this is the issue you're having but it has to do with existing session data at least in the x64 version of Duplicati. When in the web UI, for Chrome, right click "inspect" go to the "Application" and click the "Clear Site Data" button then reload.
-
Preclear plugin
Does anyone know why the plugin keeps getting uninstalled for me? I think it's between reboots, but can't be sure. Sometimes it just disappears and I have to reinstall it again...
-
**VIDEO GUIDE** How to setup and use rclone. Copy sync and encrypt files to the cloud. Even stream media
Good video! I just recently started using Rclone from my Windows machine. If you set it up as a plugin directly in unRaid, as your video shows, does this prevent duplicate instances running if the script takes longer to run than your script interval?