Jump to content

GM_XIII

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by GM_XIII

  1. Hi all,

     

    I have been having stability issues with my server since updating and I am not very sure what is going on. I am attaching a syslog from today where it stopped working in the morning as well as a recent diagnostics.

     

    The server has been running a reduced number of dockers (home-assistant and mqtt) and I have now left it on with no dockers running.

     

    Can you see anything obviously wrong on the below? I will keep the server running on safe mode and see if it crashes without docker.

     

    Thanks!

    vader-diagnostics-20240229-1950.zip SyslogCatchAll-2024-02-29.txt

  2. Not sure if I fully follow. This probably comes down to a wrong setup of the shares post 6.12 update. My understanding is the appdata share set up to use cache would write there first and then the mover would transfer it to the array. My understanding that of course there would be some duplicates and it would handle it but not sure why is filling the log so aggressively.

  3. Hi,

     

    I have been having trouble to keep the server up for more than a couple of days as the log keeps filling up.

     

    I stopped all the containers and run it as bare-bones as I could and it still fills ups. Looking at the logs, I noticed syslog growing in size:

     

    image.thumb.png.e49c53b774e2871feda0c1515125d853.pngIt

     

    It seems that this is because mover errors when trying to move things from the cache to the array. What could have caused it and what can I do about it?

     

     

    image.thumb.png.d09b56977e0e08755fff3614b7644ca5.png

     

    Any help appreciated,

    David

  4. On 1/14/2022 at 6:13 PM, Built2Succeed said:

    Running on UnRAID. Bookstack is installed in a container, and NGINX Proxy Manager is installed in a separate container on the same custom network. as well as MariaDB. when I open the webui it looks like this. also note the weird url it takes me to.  I put in 192.168.1.238:6875 and this is exactly what it does.  I hope someone can help.  I was thinking this was going to be a simple install and it has been a nightmare, with countless hours spent attempting to fix.

     

     

    1703555505_Screenshot(36).thumb.png.ce5b02832b6078a1e801c963727cb8f8.png501190995_Screenshot(35).thumb.png.669825d704b688e6f434e86b26b09ad0.png

     

    This is the command that it runs to start the docker:
    docker run -d --name=‘bookstack’ --net=‘proxynet’ -e TZ=“America/New_York” -e HOST_OS=“Unraid” -e ‘DB_HOST’=‘192.168.1.238:3306’ -e ‘DB_USER’=‘bookstack’ -e ‘DB_PASS’=‘password’ -e ‘DB_DATABASE’=‘bookstack’ -e ‘APP_URL’=‘192.168.1.238:6875’ -e ‘PUID’=‘99’ -e ‘PGID’=‘100’ -e ‘UMASK’=‘022’ -p ‘6875:80/tcp’ -v ‘/mnt/user/appdata/bookstack’:’/config’:‘rw’ ‘linuxserver/bookstack:v21.11.1-ls172’

     

    When i put in username: [email protected] password: password it gives me this error:

     

    Oops! An Error Occurred

    The server returned a “405 Method Not Allowed”.

    Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.

     

    Bookstack logfile:

    [s6-init] making user provided files available at /var/run/s6/etc…exited 0.
    [s6-init] ensuring user provided files have correct perms…exited 0.
    [fix-attrs.d] applying ownership & permissions fixes…
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts…
    [cont-init.d] 01-envfile: executing…
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing…

    _ ()
    | | ___ _ __
    | | / | | | /
    | | _ \ | | | () |
    || |/ || __/

    Brought to you by linuxserver.io

    To support LSIO projects visit:
    Donate | LinuxServer.io

    GID/UID

    User uid: 99
    User gid: 100

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 20-config: executing…
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing…
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 50-config: executing…
    New container detected. Setting up app folder and fixing permissions.
    App Key found - setting variable for seds
    Running config - db_user set
    **** APP_URL in /config/www/.env is being updated from 172.18.0.1 to 192.168.1.238 ****
    **** If this is an existing install, you should run the following line from your host terminal to update the database URL entries: ****

    docker exec -it bookstack php /var/www/html/artisan bookstack:update-url 172.18.0.1 192.168.1.238

    nc: getaddrinfo: Name does not resolve
    nc: getaddrinfo: Name does not resolve
    nc: getaddrinfo: Name does not resolve
    nc: getaddrinfo: Name does not resolve
    nc: getaddrinfo: Name does not resolve
    nc: getaddrinfo: Name does not resolve
    Nothing to migrate.
    [cont-init.d] 50-config: exited 0.
    [cont-init.d] 90-custom-folders: executing…
    [cont-init.d] 90-custom-folders: exited 0.
    [cont-init.d] 99-custom-files: executing…
    [custom-init] no custom files found exiting…
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.

    Having same issues as above.

     

    Here is my docker log:

     

    [migrations] started
    [migrations] 01-nginx-site-confs-default: skipped
    [migrations] 02-default-location: skipped
    [migrations] done
    ───────────────────────────────────────
    
          ██╗     ███████╗██╗ ██████╗ 
          ██║     ██╔════╝██║██╔═══██╗
          ██║     ███████╗██║██║   ██║
          ██║     ╚════██║██║██║   ██║
          ███████╗███████║██║╚██████╔╝
          ╚══════╝╚══════╝╚═╝ ╚═════╝ 
    
       Brought to you by linuxserver.io
    ───────────────────────────────────────
    
    To support LSIO projects visit:
    https://www.linuxserver.io/donate/
    
    ───────────────────────────────────────
    GID/UID
    ───────────────────────────────────────
    
    User UID:    99
    User GID:    100
    ───────────────────────────────────────
    
    using keys found in /config/keys
    App Key found - setting variable for seds
    Running config - DB_HOST set
    **** APP_URL in /config/www/.env is being updated from 192.168.21.21 to http<s>://192.168.21.21:6875 ****
    **** If this is an existing install, you should run the following line from your host terminal to update the database URL entries: ****
    ************************************************************************
    docker exec -it bookstack php /app/www/artisan bookstack:update-url 192.168.21.21 http<s>://192.168.21.21:6875
    ************************************************************************
    Waiting for DB to be available
    
       INFO  Nothing to migrate.  
    
    [custom-init] No custom files found, skipping...
    [ls.io-init] done.

     

    Docker template:

    docker run
      -d
      --name='bookstack'
      --net='wiki'
      -e TZ="Europe/London"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Vader"
      -e HOST_CONTAINERNAME="bookstack"
      -e 'APP_URL'='http<s>://192.168.21.21:6875'
      -e 'DB_HOST'='172.25.0.10'
      -e 'DB_PORT'='3306'
      -e 'DB_USER'='admin'
      -e 'DB_PASS'='admin'
      -e 'DB_DATABASE'='wiki'
      -e 'QUEUE_CONNECTION'=''
      -e 'PUID'='99'
      -e 'PGID'='100'
      -e 'UMASK'='022'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bookstack-logo.png'
      -p '6875:80/tcp'
      -v '/mnt/user/appdata/bookstack':'/config':'rw' 'lscr.io/linuxserver/bookstack'
    e822764e195c12f202172defc2b9acfe43fb1fb5ad543d550fc1ff9570885069

     

    Any help appreciated

  5. Hi and thanks for all the support.

     

    I have been having trouble setting up photoprism and wonder if you have seen this before. My issue is photoprism looks for the mysql DB in a different IP address that the one in the template. See below:

     

    image.thumb.png.015f0de61fcc18aaa15516952a63ca3b.png

     

    image.thumb.png.3b46cb892e0939cf5be6264fa73edba0.png

     

    These are the port mappings for the MariaDB DB:

    172.22.0.2:3306/TCP192.168.1.14:3306

     

    I have created a photoprism database there and give a photoprism user all rights.

×
×
  • Create New...