Git Product home page Git Product logo

Comments (10)

github-actions avatar github-actions commented on September 5, 2024

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

from docker-piwigo.

Roxedus avatar Roxedus commented on September 5, 2024

Please fill the template.

from docker-piwigo.

Roxedus avatar Roxedus commented on September 5, 2024

In your update, I would also like to know which build of the image you are on, how to get that information is covered in the support part of the readme

from docker-piwigo.

XenonChau avatar XenonChau commented on September 5, 2024

In your update, I would also like to know which build of the image you are on, how to get that information is covered in the support part of the readme

thx for reply. wait 4 a mins

from docker-piwigo.

XenonChau avatar XenonChau commented on September 5, 2024

linuxserver.io


Expected Behavior

container should open and run, isnt it?

Current Behavior

the container is running, but services in container are not running.
check the docker log, get these:

nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)

Steps to Reproduce

  1. just docker run

Environment

**OS: raspberrypi 5.10.17-v8+
CPU architecture: arm64(aarch64)
How docker service was installed:
from the official docker repo

Command used to create docker container (run/create/compose/screenshot)

sudo docker run -d --name=piwigo -p 50980:80 -v /home/pi/svc-data/piwigo/config:/config --restart=unless-stopped ghcr.io/linuxserver/piwigo

Docker logs

[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...
usermod: no changes

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


Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    911
User gid:    911
-------------------------------------

[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...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a RSA private key
.................+++++
..+++++
writing new private key to '/config/keys/cert.key'
-----
4160369552:error:0D0D90AD:asn1 encoding routines:ASN1_TIME_adj:error getting time:crypto/asn1/a_time.c:330:
[cont-init.d] 30-keygen: exited 1.
[cont-init.d] 40-install: executing...
[cont-init.d] 40-install: 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.
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/config/keys/cert.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/config/keys/cert.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)

from docker-piwigo.

XenonChau avatar XenonChau commented on September 5, 2024
REPOSITORY TAG IMAGE ID CREATED SIZE
ghcr.io/linuxserver/piwigo latest 75e7038e5e8a 36 hours ago 246MB

from docker-piwigo.

Roxedus avatar Roxedus commented on September 5, 2024

"container version number" is what I want to know

from docker-piwigo.

XenonChau avatar XenonChau commented on September 5, 2024

"container version number" is what I want to know

ok, i use the latest...i check the docker hub get the number:
LABEL org.opencontainers.image.version=11.4.0-ls112

from docker-piwigo.

XenonChau avatar XenonChau commented on September 5, 2024

sorry for wasting your team's time.
i'll try others docker image.
best wishes.

from docker-piwigo.

Roxedus avatar Roxedus commented on September 5, 2024

You are running into the symptoms of this, however I don't see the warning that were supposed to show. https://docs.linuxserver.io/faq#libseccomp

from docker-piwigo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.