Jump to content

camay123

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by camay123

  1. If this can help, my supervisord.log file shows the following:

     

    Created by...
    ___.   .__       .__
    \_ |__ |__| ____ |  |__   ____ ___  ___
     | __ \|  |/    \|  |  \_/ __ \\  \/  /
     | \_\ \  |   |  \   Y  \  ___/ >    <
     |___  /__|___|  /___|  /\___  >__/\_ \
         \/        \/     \/     \/      \/
       https://hub.docker.com/u/binhex/
    
    2017-04-29 20:46:16.285514 [info] Host is running unRAID
    2017-04-29 20:46:16.306854 [info] System information Linux Tower 4.9.19-unRAID #1 SMP PREEMPT Thu Mar 30 08:32:28 PDT 2017 x86_64 GNU/Linux
    2017-04-29 20:46:16.329768 [info] PUID defined as '99'
    2017-04-29 20:46:16.353821 [info] PGID defined as '100'
    2017-04-29 20:46:16.383706 [info] UMASK defined as '000'
    2017-04-29 20:46:16.406872 [info] Permissions already set for volume mappings
    2017-04-29 20:46:16.430375 [info] TRANS_DIR defined as '/config/transcode'
    2017-04-29 20:46:16,658 CRIT Set uid to user 0
    2017-04-29 20:46:16,658 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing
    2017-04-29 20:46:16,660 INFO supervisord started with pid 5
    2017-04-29 20:46:17,662 INFO spawned: 'plexmediaserver' with pid 44
    2017-04-29 20:46:17,821 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47322146021176 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stdout)>
    2017-04-29 20:46:17,821 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 47322145874000 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stderr)>
    2017-04-29 20:46:17,821 INFO exited: plexmediaserver (exit status 255; not expected)
    2017-04-29 20:46:17,821 DEBG received SIGCLD indicating a child quit
    2017-04-29 20:46:18,822 INFO spawned: 'plexmediaserver' with pid 48
    2017-04-29 20:46:18,966 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 47322145327224 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stderr)>
    2017-04-29 20:46:18,966 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47322146021176 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stdout)>
    2017-04-29 20:46:18,966 INFO exited: plexmediaserver (exit status 255; not expected)
    2017-04-29 20:46:18,966 DEBG received SIGCLD indicating a child quit
    2017-04-29 20:46:20,971 INFO spawned: 'plexmediaserver' with pid 52
    2017-04-29 20:46:21,168 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47322145853952 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stdout)>
    2017-04-29 20:46:21,168 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 47322145874000 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stderr)>
    2017-04-29 20:46:21,168 INFO exited: plexmediaserver (exit status 255; not expected)
    2017-04-29 20:46:21,168 DEBG received SIGCLD indicating a child quit
    2017-04-29 20:46:24,173 INFO spawned: 'plexmediaserver' with pid 56
    2017-04-29 20:46:24,305 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47322146281808 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stdout)>
    2017-04-29 20:46:24,305 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 47322145326072 for <Subprocess at 47322146280656 with name plexmediaserver in state STARTING> (stderr)>
    2017-04-29 20:46:24,305 INFO exited: plexmediaserver (exit status 255; not expected)
    2017-04-29 20:46:24,305 DEBG received SIGCLD indicating a child quit
    2017-04-29 20:46:25,307 INFO gave up: plexmediaserver entered FATAL state, too many start retries too quickly

     

  2. I just redid an install of binhex-plexpass and I get connection refused in the browser when trying to access the ui. Not certain where to go from here. I tried to install the limetech version of plex docker and was able to access ui as soon as the install was done. Any help ?

  3. good Day,

     

    I am having trouble seing event in the kibana section. After a few days of fiddling around, I decided to remove some of the filters on the kibana, such as:

     

    tags:PFSense OR tags:firewall

     

    and

     

    tags: "_grokparsefailure"

     

    and now i am seing event.

     

    Just not sure what could be the problem, is something not filtering right ?

     

    Edit: Unraid latest + pfsense 2.2.6

  4. I am trying to install a SureElec 20x4 Character LCD device that use a CP201x USB-Serial controller.

     

    When I plug the device in a USB port I see it detected with dmesg as :

     

    usb 1-5: new full-speed USB device number 7 using xhci_hcd

    usb 1-5: new full-speed USB device number 8 using xhci_hcd

     

    lsusb shows:

     

    Bus 001 Device 008: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light

     

    However, I get no /dev/ttyUSB0 to tell lcdproc to use.

     

    My tougths are that is is missing the proper driver which seeems to be downloadable here in patch:

     

    http://www.etheus.net/CP210x_Linux_Driver

     

    or here with a makefile:

     

    http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx

     

    or a guide to recompile kernel here :

     

    http://unix.stackexchange.com/questions/75558/ubuntu-make-fails-with-no-such-file-or-directory-lib-modules-3-4-0-build/75584#75584

     

    But, I dont know where to take it from there. Any help is welcome.

×
×
  • Create New...