mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #436] NPM is down: "finish: applet not found" #366
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#366
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 @SAOPP on GitHub (May 30, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/436
Hi!
Guys, after the latest docker container upgrade have an next issue:
Also, admin webface is not available. So, my npm is down, redeploy also is the same resault. What's happened who know?
@jc21 commented on GitHub (May 30, 2020):
I've encountered this problem just recently, with 2 different Centos 7 hosts running latest version of docker. This only seems to happen when building the container in CI on those hosts, but when running an image built with a different host, it works fine.
The error you're seeing suggests that the Nginx binary inside the container is not built for the architecture you're running it on, however I'm 100% sure it's a red herring and the problem is a result of something else.
Could you please check that the docker tag
2.2.4works differently?For reference, here's my docker version:
and kernel:
3.10.0-1127.8.2.el7.x86_64@SAOPP commented on GitHub (May 30, 2020):
Hi. one second I will check... before I'm had trying to use tag 2 and 3... instead latest, but faced with the same issue.
@SAOPP commented on GitHub (May 30, 2020):
Yes this build is working thanks.
@SAOPP commented on GitHub (May 30, 2020):
Solution: https://github.com/jc21/nginx-proxy-manager/issues/436#issuecomment-636289064
@jc21 commented on GitHub (May 31, 2020):
My comment was not a solution, it was a downgrade for those with this current problem.
@jc21 commented on GitHub (May 31, 2020):
Right so I think I've got to the bottom of it. 2.3.0 uses OpenResty now instead of Nginx vanilla.
OpenResty by default only supports cpu's with SSE 4.2+ by default. Looking in to a fix.
@jc21 commented on GitHub (May 31, 2020):
The
latest,2and2.3.0tags have been rebuilt to support those older CPUs. Please try again and reopen if you have more troubles.@SAOPP commented on GitHub (Jun 2, 2020):
Pulled now latest image and redeploy it, all seems fine now. Thanks. And actually yes, my copy running at very old small pc, I'm using it for some small docker server, and on board something like pentium d500 like that.
@jc21 commented on GitHub (Jun 3, 2020):
Awesome. I'm likely to drop support for those older CPU's in version 3 but that's a while off.
@SAOPP commented on GitHub (Jun 3, 2020):
Essentially, if, then this is the right decision, since the problems of old processors are not rational in a brand new software.