mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #892] Starting w/ 2.8.0 seeing errors and significant CPU usage #755
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#755
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 @yieldhog on GitHub (Feb 13, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/892
Using 2.8.0 docker image on Synology. Have been successfully using this tool for over a year (its great). I noticed with the latest version my CPU usage has been spiking quite a bit, logs show a looping error as follows, I did not change any settings from 2.7.3 to 2.8.0, thank you.
@appleimperio commented on GitHub (Feb 13, 2021):
Same here on Open Media Vault raspberry pi 4, image v 2.8.0
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use) nginx: [emerg] bind() to [::]:80 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use) nginx: [emerg] bind() to [::]:443 failed (98: Address in use) nginx: [emerg] bind() to 0.0.0.0:81 failed (98: Address in use) nginx: [emerg] bind() to [::]:81 failed (98: Address in use)@jiriteach commented on GitHub (Feb 13, 2021):
I experienced this as well as part of the upgrade. I killed my containers and re-launched with existing config and all is working fine now.
@appleimperio commented on GitHub (Feb 13, 2021):
Thanks it worked with a restart of the container i was having the same issue, I delete the container and created again with same config.
@yieldhog commented on GitHub (Feb 13, 2021):
@Jiriteach Thanks, I deleted the container and restarted. No longer getting prior error. I tried renewing an SSL certificate but am getting this error now, are you?
@yieldhog commented on GitHub (Feb 13, 2021):
Nevermind, looks like it has to do with DNS challenge on my part related to Cloudflare.
As far as the issue above and "address in use" / excessive CPU usage on upgrade to 2.8.0, it seems like the solution is to delete the container and build again. Thanks for the help.
@appleimperio commented on GitHub (Feb 13, 2021):
I use Cloudflare too and getting similar error how did you solve it?
[2/13/2021] [11:07:00 PM] [SSL ] › ✖ error Error: Command failed: /usr/bin/certbot renew --non-interactive --quiet --config "/etc/letsencrypt.ini" --preferred-challenges "dns,http" --disable-hook-validation
@yieldhog commented on GitHub (Feb 14, 2021):
@appleimperio I had to delete the SSL, re-create using additional information from issue #680 I added:
After re-creating the SSL cert using the above, seems as if I am able to renew as well.
@Nenodema commented on GitHub (Feb 15, 2021):
Rebuilding the container was indeed the solution...!