jmaino

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by jmaino

  1. Hi - curious how to best make this dockerfile configurable so that additional modules can be loaded - ie: can we enhance to provide an optional parameter in which user can specify additional a2enmod modules that they wish loaded, in addition to those that are default in this docker? My use is that I would like to enable disk caching for forward proxy, and I believe that I need both mod_cache and mod_disk_cache to be loaded. Thanks, -Jim
  2. OK - the above was probably user error - I had VERSION set to latest. Changing to "plexpass" seems to permit it to find the new release and update as expected. Sorry for the confusion. -Jim
  3. Hi guys - on 2/29, plex released version 0.9.16.0.1754-23623fb. It seems that the auto upgrade capabilities of this docker rely on grabbing info from tools.linuxserver.io/latest-plex.json which still states: "last_checked": 1456925857, "version": "0.9.15.6.1714-7be11e1", I'm curious what level of automation exists (if any?) to make sure that linuxserver.io's version of "latest" that it keeps local to linuxserver.io gets regularly updated, and at what frequency? Thanks, -Jim
  4. Hi everyone - I had thought that I read that this issue was solved - perhaps not for my CPU. I have: Intel® Pentium® CPU G3258 @ 3.20GHz No matter what - the Frequency seems to never get throttled down below 3200MHz on either of the 2 cores. This wasn't the case back on unRaid 5 . I recall there being some issues w/ Haswell frequency scaling, but as I said, I had believed I had read that this was resolved. Perhaps my CPU is showing something that we haven't seen before and was therefore not addressed in prior fixes for this? Please let me know if you need any additional details from me. -Jim
  5. If there are still 2 remaining, please let me know - I'll take them. -Jim
  6. Thanks Hellow! I've given HTPC-Manager a try, and it's working nicely for me. Good stuff! Thanks again
  7. Hi smdion, I'm trying to get upstatsboard running and haven't yet been successful. I've gotten as far as having the logs tell me it's trying to communicate w/ sab (or others...) and then it just hangs there and I cannot ever make contact with :8024 . API keys are correct, etc, so I'm stumped. I am so far not using any reverse proxy. Using SAB/SickBeard/CouchPotato/Plex dockers from needo and all is working fine between those. I understand that the config parser is picky. If it's not too much trouble, would you be willing to post your docker upstatsboard config.js without the uname/pwd's ? I'd like to see if I could take a template that's working, mod my uname/pwd and host, and get it working. Thanks! -Jim
  8. Another interesting piece of info... If I intentionally use an incorrect or missing password in the plexWatch config page and press Save - I get a message telling me that "myPlex authentication failed" If I correct the password, and press Save - then it tells me: "Settings saved" So it appears as if all authentication to Plex succeeds just fine from the plexWatch configuration/settings page - it knows that it can access and authenticate with plex. However, it still fails to permit me to see anything that's happened - always telling me: Failed to access Plex Media Server. Please check your settings. from the plexWatch page.
  9. Hi scottc - thanks for the reply. My config.php already has this field (empty = '') as downloaded. But, I have some other oddities occurring when I try to save from the plexWatch settings page - I've removed/updated the container several times today and this recurs. When I save from the plexWatch settings page, it seems the config.php gets corrupted and ends up looking like this: <?php require_once '/var/www/html/plexWatch/includes/functions.php'; $plexWatch['myPlexUser'] = '<my plex UserID here>';h.db'; ?>lexWatch['chartsGrouping'] = 'no';'no';';zuywyDstNH'; So - I've been hand-editing the file w/ my userID/pwd. Any other thoughts or ideas would be appreciated. Also - even though my config.pl has $debug_logging = 1, I get no debug.log file produced in my plexWatch dir. Thanks again, and regards, -Jim
  10. I'm having similar problems. My setup using beta12 1) PhAzE plugin for Plex 2) needo's docker plugin. I am running in bridge mode because I already have sabnzbd at port 8080 via a plugin - if I try to setup docker in host mode, it seems I lose the ability to spec the port mapping that I wish to use (8080 in the docker container, 8085 being "tried" at my host). I recognize that this could be part of my difficulties - if there are any suggestions on how I might be able to use host mode, and not conflict w/ what's already mapped to 8080, please let me know and I'll give it a try. No matter what I do, I continue to get Failed to access Plex Media Server. I have changed the uname/pwd in both the config.php and config.pl - I even logged-out and back in via Plex Servers page - which succeeded and verified that I'm using the correct uname/pwd . tail'ing /var/log/apache2/error.log from a bash shell on the docker tells me: [sat Jan 03 16:32:08.578744 2015] [mpm_prefork:notice] [pid 27] AH00169: caught SIGTERM, shutting down AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.9. Set the 'ServerName' directive globally to suppress this message [sat Jan 03 16:32:12.704235 2015] [mpm_prefork:notice] [pid 16] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 configured -- resuming normal operations [sat Jan 03 16:32:12.704262 2015] [core:notice] [pid 16] AH00094: Command line: '/usr/sbin/apache2 -D FOREGROUND' [sat Jan 03 16:32:36.937849 2015] [:error] [pid 27] [client 192.168.1.20:59547] PHP Warning: file_get_contents(http://localhost:32400/status/sessions?X-Plex-Token=): failed to open stream: Connection refused in /var/www/html/plexWatch/index.php on line 88 [sat Jan 03 16:32:36.938044 2015] [:error] [pid 27] [client 192.168.1.20:59547] PHP Warning: simplexml_load_file(http://localhost:32400/library/sections): failed to open stream: Connection refused in /var/www/html/plexWatch/index.php on line 91 [sat Jan 03 16:32:36.938066 2015] [:error] [pid 27] [client 192.168.1.20:59547] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://localhost:32400/library/sections" in /var/www/html/plexWatch/index.php on line 91 I really want to embrace docker instead of plugin's - but don't want to start that transition with the apps that I use plugins for until/unless I can make something new work w/o a hitch. So far.... sigh. Thanks, -Jim
  11. Hi All - I didn't quickly spot this here, but I was unable to change the docker image field when I access my unraid box via Chrome. Nothing I typed would change the initial text string "/mnt/disk1/docker.img" that's pre-populated in the form. However, accessing via IE gave no troubles. Curious something might be wrong on my end, or if this is something known. Thanks, -Jim
  12. Thanks PhAzE and all - I just simply and stupidly missed that very important piece of information. All's well now. Thanks and regards, -Jim
  13. PhAzE - excellent work. Sorry if this has been seen/reported/covered in the thread - I wasn't able to locate it, however. I tested several plg's on my unraid5.0.6 setup - sabnzbd, sickbeard, couchpotato, transmission, and plex. All worked fine. I figured that I'd take the jump to unraid6. Unraid6 w/ no plugins booted just fine and all is in order. I then tried installing sabnzbd unraid6. I used installplg to install sab and that appeared to work just fine - the icon shows up in the unraid6 settings page, but if I try to click thru that to get to the configuration screen, I get a simply black screen with no ability to configure it. I was able to access sabnzbd thru port :8080 on a webbrowser - so it was very definitely running. Any knowledge of this situation or suggestions for me as to how I can get the configuration screen to show up on from the sab icon on the settings page? BTW: the same happened with sickbeard/couchpotato/plex as well - they seem to be installed and running - but I just can't access their configuration pages. Hopefully I'm just doing something stupid and missed the discussion about it here. Fingers crossed that I won't need to go back to Unraid 5.0.6 now.... Thanks, -Jim
  14. Hi Bob - thanks for the reply. I'm on the latest BIOS for the motherboard. No, my cables are not cable tied together. Thanks, -jm
  15. Hi All , Having an odd problem that I haven't been able to get to the bottom of. I have 2 WD Red 2TB drives as my main array, and I added a 3TB Toshiba DT01ACA300 as Parity and 1TB Toshiba DT01ACA100 as Cache. For some reason, both of the Tosh drives end up running at 1.5Gps (SATA1), while the WD Red's, can achieve 3Gps (SATA2). My MB is an Asus A8N Premium, which is capable only up to SATA2, so I don't expect 6Gps on any of these drives, but I also didn't expect the Toshiba's to be stuck at SATA1 speeds. I've changed ports that the Tosh's are connected to, and no matter what I do, the speed on these stays at 1.5Gps SATA1. I could not ID any BIOS settings that seem like they might impact this. snippet from syslog attached. Hopefully someone has an explanation or can assist. Thanks in advance. -jm syslog.txt
  16. Thanks trurl - I could see emhttp running, so it was still in the process list (will post syslog details in the future). The drive I was pre-clearing was "only" 160GB and I have 4GB of mem on the machine, so I'm hoping it wasn't that. Anyway - rebooted and all's well at this time.
  17. I'm having the same issues w/ the webGUI that others have reported, after ug'ing to 1.0.11 on RC11. The most recent event happend after pre-clearing a disk to try to bring into the array. After the pre-clear completed and I returned to the main screen, the webGUI appeared to hang. Closing the IE window and attempting to re-open finds that I cannot access the webGUI any longer. All other types of existing connections remain able to access the system - this includes mapped drives, plex, plex web thru port 32400, transmission GUI, etc. It's only the main web access that I cannot achieve any longer w/o a reboot. It's not a memory issue - I have top running and have more than 2G free as I type. Thanks for a great plug-in ! Hopefully these types of things will get resolved soon. Regards, -Jim