u-sb / nginx-docs

n.wtf docs
https://n.wtf/
MIT License
13 stars 2 forks source link

Armbian Focal installation error #6

Closed 5t-RawBeRry closed 2 years ago

5t-RawBeRry commented 2 years ago
See "systemctl status nginx.service" and "journalctl -xe" for details.
invoke-rc.d: initscript nginx, action "start" failed.
● nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sun 2022-02-13 00:13:42 HKT; 35ms ago
       Docs: man:nginx(8)
    Process: 70402 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)

Feb 13 00:13:42 jetson-nano systemd[1]: Starting A high performance web server and a reverse proxy server...
Feb 13 00:13:42 jetson-nano nginx[70402]: PANIC: unprotected error in call to Lua API (bad light userdata pointer)
Feb 13 00:13:42 jetson-nano systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Feb 13 00:13:42 jetson-nano systemd[1]: nginx.service: Failed with result 'exit-code'.
Feb 13 00:13:42 jetson-nano systemd[1]: Failed to start A high performance web server and a reverse proxy server.
dpkg: error processing package nginx-extras (--configure):
 installed nginx-extras package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 nginx-extras
E: Sub-process /usr/bin/dpkg returned an error code (1)
msg7086 commented 2 years ago

Looks like an upstream decision to keep the old version and the issue with light userdata.

Have you tested if upstream has the same issue?

5t-RawBeRry commented 2 years ago

Sorry, how do I test if upstream has a same issue? Installation under hirsute does not have the same issue.