Everything posted by master.h
-
[Support] Help with gangefors/ airdc
This is a bit of an older topic but I'm having the same problem as Ivegottheskill and Hugh Jazz.... except I can't figure it out like they did. I've got Data Storage mapped to /mnt/user/appdata/.airdcpp (container path is default of /airdcpp). If I reboot the container, all seems to be fine, but if I modify it by adding a new data path or remove one, the container is rebuilt and all my changes are lost. I've copied the default config files into /mnt/user/appdata/.airdcpp and I've added -e PUID=1000 -e PGID=1000 in Extra Parameters (as the container wouldn't even start for me without specifying PUID/PGID). Any help would be appreciated.
-
[Support] Linuxserver.io - Qbittorrent
import sys import time import json import urllib name = sys.argv[1] user_key = "user key goes here" app_token = "application token goes here" import http.client #Python 3 def pushover(): conn = http.client.HTTPSConnection("api.pushover.net:443") conn.request("POST", "/1/messages.json", urllib.parse.urlencode({ "token": app_token, "user": user_key, "message": name + " has finished downloading", #"message": " has finished downloading", }), { "Content-type": "application/x-www-form-urlencoded" }) conn.getresponse() pushover() I had to tweak this just a bit for my purposes. For some reason the script would fail to execute if I passed through the tags and size (even if I had the %G and %Z specified in the "run external program" section of qbittorrent). I just deleted those variables in the script and stopped passing them through the "run external program" section. I also renamed the "token" and "user" variables in the script to make it easier for me to follow. At this point I'm successfully receiving notifications on torrent completion, TYVM @Ademar!
-
[Support] Linuxserver.io - Qbittorrent
I bet that was my problem. I input it verbatim how you had it in your original post. Made the change, I'll keep an eye on it. Thanks for the feedback.
-
[Support] Linuxserver.io - Qbittorrent
Well, so far I've not received any alerts. Fairly certain I've got the path and and the "run external program" sorted out properly, but I think I might have this section wrong. What should the values for USER and TOKEN be (inside the quotes)? Right now, I have USER set with my pushover user token and TOKEN is set with my application api token I created.
-
[Support] Linuxserver.io - Qbittorrent
Thank you very much! I'm not much of a scripter at all and know nothing about python, this is hugely helpful.
-
[Support] Linuxserver.io - Qbittorrent
Has anyone been successful setting up notifications in qbit? I would like to receive a notification through the Pushover android app whenever a torrent is added but haven't been able to figure anything out yet.
-
[Support] Linuxserver.io - Calibre
I had that same issue, except after startup my calibre log was full of the timeout error messages. I resolved it by editing the calibre docker and removing the fields for GUAC_USER and GUAC_PASSWORD. Started up like a charm and I can get to the webui without issue.
-
[Support] Linuxserver.io - Resilio Sync
I installed the plugin Community Applications on my server. It will add an "apps" tab to your main Unraid webpage. It's sort of like the iOS app store, or Google Play app store. Search/browse for the docker/plugin you want, and it automatically installs from there. You can download the plugin here: https://forums.unraid.net/topic/38582-plug-in-community-applications/ That's how I install all my dockers. I don't know how to add repos in manually.
-
[Support] Linuxserver.io - Resilio Sync
I can't remember off the top of my head how to clear logs, I think you can force an update on the docker and it'll wipe all the logs. To prevent it you can add this to the "extra parameters" field week you're editing the docker with the advanced settings button turned on. It will limit your max log size to 50 megabytes --log-opt max-size=50m
-
[Support] Linuxserver.io - Resilio Sync
It's been a bit since I've installed the docker, but it looks from your screenshot that you're missing some configuration options. Here's what mine looks like. "Host Path 2" is what shares I'm syncing. In my case I passed through /mnt because I'm syncing disk-to-disk between two Unraid systems. EDIT: I see you're actually using the Resilio from the limetech repository, I'm using Linuxserver's repo. Not sure what settings to use or not use on the Limetech version.
-
[Support] Linuxserver.io - Resilio Sync
I copied out the resilio log from the link on the unraid docker page, hopefully that's enough to go on. For what it's worth, resilio still is able to copy files from my local system to the destination system, all the while endlessly indexing disk1. resilio_log.txt
-
[Support] Linuxserver.io - Resilio Sync
I've been using Resilio-sync successfully for quite some time now, but recently it seems to have gotten stuck "indexing" one of my read only shares, which in this case, is /mnt/disk1. Indexing ran constantly overnight, I woke up to over 44 million reads on disk1 at the main unraid management page. I know I can view the logs for resilio on the docker page, but how do I grab those out short of a copy/paste of the log window?
-
LSI Controller FW updates IR/IT modes
@Fireball3 this worked for me as well. I've got some reverse breakout cables on order now but it looks like all is well. Thanks for the instruction
-
LSI Controller FW updates IR/IT modes
AFAIK this came directly from a Dell T3400 (or something like that, some sort of desktop machine geared towards CAD applications) but it's sat in a drawer for about three years. This was the first time I've ever plugged it in, anyway. And yes, there was a message about megacli failing as well. I'll continue on with 5_DELL_IT and report back. Thank you kindly.
-
LSI Controller FW updates IR/IT modes
I just tried to flash a Perc H310 with the toolset linked here (the update from 11.04.2017). While running 1.bat I got this error. I typed quit to exit because I didn't know what to input for the firmware. C:\SAS2FLSH.EXE -l Adapters.txt -c 0 -list Adapter Selected is a LSI SAS: SAS2008(B2) Controller is not operational. A firmware download is required. Enter firmware file name or quit to exit: Due to error remaining commands will not be executed. Unable to Process Commands. Exiting SAS2Flash.
-
Virtual Windows 10 display set at 800 x 600
Well I ended up recreating the Win10 VM as a SeaBIOS rather than OVFM and even before installing qemu-ga-x64.msi I'm able to change the resolution, which is more than what I could do before.
-
Virtual Windows 10 display set at 800 x 600
@JohnSnyder did you ever end up resolving this? I'm having the same issue, except with TeamViewer rather thanNoMachine. Additionally, I'm not able to RDP to my Windows 10 box, it's on a different network than either my server or my desktop, so not sure what the deal is there. Any help would be appreciated.
-
[Support] Linuxserver.io - Plex Media Server
@CHBMB You're probably right, just resetting the container caused some sort of DNS update. Whatever it actually did, it's working now with now issues. @mr-hexen I am aware of the quality settings on the android client; I've had Plex Media Server running in a Windows VM in ESX for quite some time now, and never saw this "indirect" connection to the server; very likely it was because of some DNS thing like CHBMB suggested. I could be misunderstanding what I saw on Plex forums, but what I found made it sound like the "indirect" connection status meant that Plex Media Server was employing some sort of relay service to reach my android client, and that relay service was forcing transcoding and quality settings. I'm sure I could have changed them on the android client, but the impression I got was that changing these settings wouldn't have actually fixed the issue. Could be wrong though, it was getting pretty late (for me, anyway).
-
[Support] Linuxserver.io - Plex Media Server
Just as an FYI I suppose to anyone who might get this same issue... I installed this docker and got it up and running no problem, could stream locally to my Windows machines and Xbox one without issue. On the web UI I was getting the message "Fully accessible outside your network" with the green checkmark and everything. However, on my Android install of Plex (my cell phone) I kept getting an error "direct connection unavailable." I could see my server name in the list of available servers, but instead of being Directly connected, There was a label of "indirect" on the server name. Apparently that means there is some sort of connectivity issue and Plex uses some sort of relay system to connect my phone over the cellular network to my server, which results in forced transcoding and crap for quality. I'm not sure what the issue was, but I fixed it by changing the networking mode of this docker from Host to Bridged then back again. I don't think this really changed anything aside from rebuilding the docker image, but all is well now.
-
[Plug-In] Community Applications
My favorite type of fix: an easy one. Thanks!
-
[Plug-In] Community Applications
I just tried to install the plugin for the first time on the system I just upgraded to 6.3.3, and I get this error. However I can see the contents of the PLG in my web browser when I navigate directly to the install URL on the first page of this thread. Just tried on a second system I have and got the same issue. plugin: installing: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg plugin: downloading https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg plugin: downloading: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg ... failed (Network failure) plugin: wget: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg download failure (Network failure)
-
LSI Controller FW updates IR/IT modes
I wasn't able to flash any of the firmware in the toolset you posted the first time through. I ended up cobbling together my own thing and flashing the Dell HBA IT firmware. I only tried the P16 this time. Will try the other two in your toolset and see if I can find the P17 firmware as well.
-
LSI Controller FW updates IR/IT modes
master.h, can you give more details, where my instructions failed? So it's been quite awhile, but I just got around to trying to flash another H310. Fireball, I ran into the same issue this time as I did last time. Everything goes swimmingly up until Step #14 (which you have labeled as Step 5.3 to flash the P16 IT-firmware). I get an error message Firmware Returned Exception. IOCStatus=0x25, IOCLogInfo=0x0. Due to error remaining commands will not be executed. Unable to Process Commands. Exiting SAS2Flash. Here is a link to a picture of the error: https://www.dropbox.com/s/ucbcoj66ii44p1p/2014-02-14%2013.42.49.jpg Here is a picture of the controller itself. It came brand new from a Dell T3500 or something similar, never been used: https://www.dropbox.com/s/54n8dfqzc8qlk46/2014-02-14%2013.43.15.jpg Also, your instructions indicate that the SAS address will look like 500605bxxxxxxxxx. Mine does not look like that, according to the text file that's output in 1.bat.
-
[Solved] PERC H310 causing system not to boot
Sorry for the very delayed response, I've not been browsing the forums very much. I haven't noticed any side effects, my server has been running solid ever since I've installed the h310.
-
LSI Controller FW updates IR/IT modes
master.h, can you give more details, where my instructions failed? I was not able to flash the LSI P7 or P16 firmware, I kept getting an error message (sorry, don't remember what it was...). I think that I actually was able to flash the firmware in the DELL_IT folder, if I'm remembering correctly, but since I was having all kinds of issues trying to boot my main system with this card, I may have just assumed that your instructions didn't work. I do have another H310 I could try with. I probably wouldn't be able to anything until later this weekend though.