Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest image doesn't start #286

Open
htogether opened this issue Mar 14, 2023 · 8 comments
Open

latest image doesn't start #286

htogether opened this issue Mar 14, 2023 · 8 comments

Comments

@htogether
Copy link

[cont-init ] 15-install-pkgs.sh: terminated successfully.

[cont-init ] 54-db-upgrade.sh: executing...

[cont-init ] 54-db-upgrade.sh: terminated successfully.

[cont-init ] 55-nginx-proxy-manager.sh: executing...

[cont-init ] 55-nginx-proxy-manager.sh: ❯ Enabling IPV6 in hosts: /etc/nginx/conf.d

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/default.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/include/assets.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/include/block-exploits.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/include/force-ssl.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/include/proxy.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/include/ssl-ciphers.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /etc/nginx/conf.d/production.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ Enabling IPV6 in hosts: /config/nginx

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /config/nginx/ip_ranges.conf

[cont-init ] 55-nginx-proxy-manager.sh: ❯ /config/nginx/resolvers.conf

[cont-init ] 55-nginx-proxy-manager.sh: terminated successfully.

[cont-init ] 85-take-config-ownership.sh: executing...

[cont-init ] 85-take-config-ownership.sh: terminated successfully.

[cont-init ] 89-info.sh: executing...

╭――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╮

│                                                                      │

│ Application:           Nginx Proxy Manager                           │

│ Application Version:   2.9.19                                        │

│ Docker Image Version:  23.03.2                                       │

│ Docker Image Platform: linux/arm/v7                                  │

│                                                                      │

╰――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――╯

[cont-init ] 89-info.sh: terminated successfully.

[cont-init ] all container initialization scripts executed.

[init ] giving control to process supervisor.

@jlesage
Copy link
Owner

jlesage commented Mar 14, 2023

Please provide more details:

  • What device are you using.
  • OS of the device.
  • How you created the container (your docker run command, compose file, etc).

@htogether
Copy link
Author

mycloud ex2100
os5
by using portainer stack
services:
npm:
image: 'jlesage/nginx-proxy-manager:latest'
container_name: npm
networks:
- default
restart: always
ports:
- "81:8181"
- "8080:8080"
- "8443:4443"
volumes:
- /shares/hd2/docker/npm2:/config:rw
environment:
- PUID=1002
- PGID=1002

@jlesage
Copy link
Owner

jlesage commented Mar 16, 2023

So [init ] giving control to process supervisor. is the last message you see in the log ?

Do you see the same behaviour if you run:

docker --rm jlesage/nginx-proxy-manager

@jlesage
Copy link
Owner

jlesage commented Mar 16, 2023

FYI, PUID and PGID are not environment variables used by the container.

@htogether
Copy link
Author

So [init ] giving control to process supervisor. is the last message you see in the log ?

Do you see the same behaviour if you run:

docker --rm jlesage/nginx-proxy-manager

same result

[cont-init ] 89-info.sh: terminated successfully.

[cont-init ] all container initialization scripts executed.

[init ] giving control to process supervisor.

@htogether
Copy link
Author

Hostname WDMyCloudEX2100
OS Information linux armv7l
Kernel Version 4.14.22-armada-18.09.3
Total CPU 2
Total memory 1.1 GB

docker version v20.10.17
portainer version ce 2.17.1

@jlesage
Copy link
Owner

jlesage commented Mar 29, 2023

I cannot reproduce on my side using a Raspberry Pi.

Can you run strace on the cinit process:

strace -f -p <pid of cinit>

@htogether
Copy link
Author

I try to run on cli
error[0038] error waiting for container: context canceled.
checked on portainer(container keep restart)
wd os5 does not have strace installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants