mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1161] ER_ACCESS_DENIED_ERROR: Access denied #952
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#952
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tiritibambix on GitHub (Jun 7, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1161
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I get an error while deploying the custom template
Nginx Proxy Manager Version
Latest
To Reproduce
Steps to reproduce the behavior:
Go to portainer
Create custom template
here's my template (version 3 didn't want to install, so I used v2)
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening,
[cont-finish.d] executing container finish scripts...,
[cont-finish.d] done.,
[s6-finish] waiting for services.,
[6/7/2021] [5:51:21 PM] [Global ] › ✖ error ER_ACCESS_DENIED_ERROR: Access denied for user 'steph'@'172.18.0.3' (using password: YES),
[s6-finish] sending all processes the TERM signal.,
[s6-finish] sending all processes the KILL signal and exiting.,
[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_s6-secret-init.sh: executing... ,
[cont-init.d] 01_s6-secret-init.sh: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
[services.d] done.,
❯ Enabling IPV6 in hosts: /etc/nginx/conf.d,
❯ /etc/nginx/conf.d/production.conf,
❯ /etc/nginx/conf.d/default.conf,
❯ /etc/nginx/conf.d/include/proxy.conf,
❯ /etc/nginx/conf.d/include/force-ssl.conf,
❯ /etc/nginx/conf.d/include/assets.conf,
❯ /etc/nginx/conf.d/include/ip_ranges.conf,
❯ /etc/nginx/conf.d/include/ssl-ciphers.conf,
❯ /etc/nginx/conf.d/include/block-exploits.conf,
❯ /etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf,
❯ /etc/nginx/conf.d/include/resolvers.conf,
❯ Enabling IPV6 in hosts: /data/nginx,
[6/7/2021] [5:51:29 PM] [Global ] › ✖ error ER_ACCESS_DENIED_ERROR: Access denied for user 'steph'@'172.18.0.3' (using password: YES),
Operating System
RaspberryPi OS up to date
Raspberry Pi 4B 4Go
Additional context
I'm a total noob, so please, bare with me.
I can access the web panel at MYPIADRESS:81 but the default Email: admin@example.com Password: changeme don't log me in.
@chaptergy commented on GitHub (Jun 7, 2021):
Sounds like the database did not set up correctly, have you looked into the logs of the database image?
@frisodubach commented on GitHub (Jun 7, 2021):
The problem is with Raspberry Pi and maria-db. For some reason, this db isn't compatible with the Pi, and even the arm versions don't work, so adding a tag is not going to help. You can do one of two things as far as I know.
Docker compose examples for both:
@Tiritibambix commented on GitHub (Jun 7, 2021):
That worked. Thanksss a lot ♥
@Tiritibambix commented on GitHub (Jun 11, 2021):
The fact is that I had a Y2038 error that blocked the database from working. So I am now running RpiOS64bitss and mariadb works flawlessly.