Jump to content

cirialkilr

Members
  • Posts

    12
  • Joined

Posts posted by cirialkilr

  1. On 9/27/2020 at 5:02 PM, Korshakov said:

    Hello,

     

    the installation went fine, but I can't to login for some reason. It keeps saying wrong username and password. (i did setup those in xml file)

     

    I tried inside docker to run at: /app/netbox/netbox/ this command ./manage.py createsuperuser

     

    getting this error: env: "python": no such file or directory

     

     

    **** 

     

     

    Also it would be a good idea maybe to add variable path for email notifications

     

    And add variables for email setup:

    # Email settings
    EMAIL = {
        'SERVER': 'localhost',
        'PORT': 25,
        'USERNAME': '',
        'PASSWORD': '',
        'USE_SSL': False,
        'USE_TLS': False,
        'TIMEOUT': 10,  # seconds
        'FROM_EMAIL': '',
    }
     


     

     

    Try "python3 ./manage.py createsuperuser"

     

    That worked for me.

  2. I'm in the same boat with the PHP 7.3 message. I didn't know I needed to do anything special when updating this container as I've always just used the update button in the docker tab in unraid. Any idea how I fix it? I can't access my web gui at all to disable any plugins. 

  3. Most recent update broke my setup. 

     

    Quote

    2019-07-09 14:08:43,782 DEBG 'start-script' stdout output:
    [info] Docker network defined as    10.1.0.0/16

    2019-07-09 14:08:43,791 DEBG 'start-script' stdout output:
    [info] Adding 10.1.10.0/8 as route via docker eth0

    2019-07-09 14:08:43,793 DEBG 'start-script' stderr output:
    Error: Invalid prefix for given prefix length.

    2019-07-09 14:08:43,794 DEBG 'start-script' stdout output:
    [info] ip route defined as follows...

     

  4. 14 hours ago, RxLord said:

    Is anyone else have this error "Conversion failed. A required codec could not be found or failed to install." on playback of h.264 files? Since the update I haven't been able to watch this files. Thanks in advance.

    Yes, I had this with the last release. Shut down your Plex container and then navigate to "YOURAPPDATAFOLDER\plexmediaserver\Library\Application Support\Plex Media Server\Codecs" and delete all the files/folders there. Once you start the container back up it will re-populate that folder with the latest codecs.  

  5. I think the latest update is competing with threads. I'm getting this error. 

     

    Quote

     

    SIGABRT: abort
    PC=0x760397 m=3 sigcode=18446744073709551610

    goroutine 0 [idle]:

    goroutine 1 [chan receive, locked to thread]:
    runtime.gopark(0x859a90, 0xc42005c058, 0x8460e2, 0xc, 0xc420014017, 0x3)
    /usr/local/go/src/runtime/proc.go:271 +0x13a
    runtime.goparkunlock(0xc42005c058, 0x8460e2, 0xc, 0x17, 0x3)
    /usr/local/go/src/runtime/proc.go:277 +0x5e
    runtime.chanrecv(0x7c5a80, 0xc42005c000, 0x0, 0xc42004ff01, 0x417881)
    /usr/local/go/src/runtime/chan.go:513 +0x371
    runtime.chanrecv1(0x7c5a80, 0xc42005c000, 0x0)
    /usr/local/go/src/runtime/chan.go:395 +0x35
    runtime.gcenable()
    /usr/local/go/src/runtime/mgc.go:213 +0x84
    runtime.main()
    /usr/local/go/src/runtime/proc.go:151 +0x12a
    runtime.goexit()
    /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1

    goroutine 17 [syscall, locked to thread]:
    runtime.goexit()
    /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1

    rax 0x0
    rbx 0xc257c8
    rcx 0x760397
    rdx 0x6
    rdi 0x2d74
    rsi 0x3a01
    rbp 0x877ae2
    rsp 0x14645f046868
    r8 0xa
    r9 0x14645f047700
    r10 0x8
    r11 0x206
    r12 0x1464580008c0
    r13 0x34
    r14 0x0
    r15 0xf3
    rip 0x760397
    rflags 0x206
    cs 0x33
    fs 0x0
    gs 0x0
    runtime/cgo: pthread_create failed: Resource temporarily unavailable

     

×
×
  • Create New...