jmaino

Members
  • Posts

    23
  • Joined

  • Last visited

Posts 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. 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

  3. 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

  4. 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

  5. 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.

     

     

  6. 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

     

     

     

     

     

  7. 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

  8. 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

  9. 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

  10. 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

  11. Hi ijuarez - actually I've seen 2 diff't flavors when the unraid webGui is installed.

    Note that in both cases, I need to manually installpkg  Plex* first,  in order to get the selection to show in the webGui/Settings.  Once doing that:

     

    1) One has the webGui showing that Plex is RUNNING (in green) - but in fact it is not.  "top"  shows no running plex processes.  In this case, the dropdown box for enabling plex will say "Yes" and I'll have to change that to No, Apply, then Yes, Apply in order to make plex seen and running

    2) the 2nd flavor has the Plex page come up saying STOPPED (in red) - and in this case I simply have to set to Yes/Apply in order to get it running.

     

    Over at the Plex forums, others have found and discussed this as well - so I'm not the only one to have found and been caught with this problem.  I didn't find that info on the Plex forums until after I had discussed things here.

     

    As Dale indicated, I tried Dynamix - and it "mostly" works for me.  I can access the dynamix GUI w/ no issues from Chrome, yet my IE11 is giving me grief - it basically won't show properly even after clearing the cache/etc

     

    -JM

  12. Hi Dale - here's some more debugging detail and a diagnosis/finding.

     

    I've updated to 5.05 to ensure that I'm on the most-current and I have removed ALL plugins and packages except for the unraid webGUI that I re-downloaded today.

     

    Even though the display tells me that plex has been loaded/installed , I find that it's not showing in the webGui unless I manually re-install it from a telnet session and it's not running on the system (no change since I first reported this). 

     

    The remaining variable is the updated webGui that I downloaded.  I've removed the webGui, rebooted, and voila - Plex now starts and is running when the system boots.

     

    So - the conclusion/finding here is that there's something that's incompatible between the Plex server and the newest webGui

     

    Unfortunately, I failed to back-up the r3 version of the webGui that I had been running (and which was properly functioning w/ the Plex package).

     

    I'm hopeful that Tom and the other webGui development contributors are monitoring this, but I'll try to reach out to him separately.

     

    Regards,

    -JM

  13. The webGui that I mention is the unraid webGui from github, installed (in my case, via the re-install instructions) shown here:

    https://github.com/limetech/webGui

     

    I've attached a syslog from my most recent boot.    There's only 1 line mentioning

    "Installing /boot/extra packages"

     

    but unfortunately it doesn't enumerate what comes to the screen during the boot, which is that is loads Plex (yet it's not running at the end of the boot process).

     

     

    Thanks again,

    -JM

    syslog2.txt

  14. Everyone - I'm having some troubles lately w/ Plex - probably self-inflicted, but I can't get to the bottom of it.

    I'm running 5.0.3 and Plex 0.9.8.18 is in /boot/extra  .  All had been running fine, including a version of the webGui that I had installed shortly after 5.0 was released.

     

    I updated the webGui from what was labeled r3 to a new download from github, now labeled r4  and in the process, I fear that I screwed something up.

     

    Plex no longer starts with the system upon reboot.    If I monitor the boot, I can see it telling me that it's installing the package, and the screen indicates all installed w/o a hitch.  Upon completion of the reboot, however, I do not find plex running, nor is it able to be found on the Settings page.  I can see that no logs are being written to my cache disk, which is where I keep all Plex data.

     

    After a lot of trial and error and reboots I've found that if I go to /boot/extra and manually installpkg  on the Plex txz, THEN I WILL see it in the settings page - but it always comes up as STOPPED.  After I manually enable it, it's now running fine, logs now appear as expected on the cache disk, etc.

     

    If I look in the syslog after the reboot, I do not find any traces of plex messaging there even though it was displayed to the screen upon reboot!  But, after re-installing the pkg thru a telnet session, NOW the syslog has detail about plex.

     

    Any thoughts or suggestions would be appreciated - will happily share logs/etc

     

    Thanks,

    -JM

  15. 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