Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. sudo apt-get remove nginx-core && sudo apt-get install nginx-full
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Package 'nginx-core' is not installed, so not removed
  6. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
  7. 1 not fully installed or removed.
  8. After this operation, 0 B of additional disk space will be used.
  9. Setting up nginx-full (1.14.0-0ubuntu1.7) ...
  10. Job for nginx.service failed because the control process exited with error code.
  11. See "systemctl status nginx.service" and "journalctl -xe" for details.
  12. invoke-rc.d: initscript nginx, action "start" failed.
  13. ● nginx.service - A high performance web server and a reverse proxy server
  14. Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
  15. Active: failed (Result: exit-code) since Tue 2020-01-21 19:06:41 CET; 5ms ago
  16. Docs: man:nginx(8)
  17. Process: 6964 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  18. Main PID: 13451 (code=exited, status=0/SUCCESS)
  19.  
  20. Jan 21 19:06:41 PlasticPlays.com systemd[1]: Starting A high performance web server and a reverse proxy server...
  21. Jan 21 19:06:41 PlasticPlays.com nginx[6964]: nginx: [emerg] dlopen() "/usr/share/nginx/modules/ngx_http_auth_pam_module.so" failed (/usr/share/nginx/modules/ngx_http_auth_pam_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/modules-enabled/50-mod-http-auth-pam.conf:1
  22. Jan 21 19:06:41 PlasticPlays.com nginx[6964]: nginx: configuration file /etc/nginx/nginx.conf test failed
  23. Jan 21 19:06:41 PlasticPlays.com systemd[1]: nginx.service: Control process exited, code=exited status=1
  24. Jan 21 19:06:41 PlasticPlays.com systemd[1]: nginx.service: Failed with result 'exit-code'.
  25. Jan 21 19:06:41 PlasticPlays.com systemd[1]: Failed to start A high performance web server and a reverse proxy server.
  26. dpkg: error processing package nginx-full (--configure):
  27. installed nginx-full package post-installation script subprocess returned error exit status 1
  28. Errors were encountered while processing:
  29. nginx-full
  30. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement