Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. zyphs@ap:~/Downloads$ sudo apt-get install nginx
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. nginx is already the newest version (1.14.0-0ubuntu1.6).
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. 3 not fully installed or removed.
  8. After this operation, 0 B of additional disk space will be used.
  9. Do you want to continue? [Y/n] y
  10. Setting up nginx-extras (1.14.0-0ubuntu1.6) ...
  11. Job for nginx.service failed because the control process exited with error code.
  12. See "systemctl status nginx.service" and "journalctl -xe" for details.
  13. invoke-rc.d: initscript nginx, action "start" failed.
  14. ● nginx.service - A high performance web server and a reverse proxy server
  15. Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
  16. Active: failed (Result: exit-code) since Sat 2019-09-21 18:42:30 UTC; 4ms ago
  17. Docs: man:nginx(8)
  18. Process: 2034 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  19.  
  20. Sep 21 18:42:30 ap systemd[1]: Starting A high performance web server and a reverse proxy server...
  21. Sep 21 18:42:30 ap nginx[2034]: nginx: [emerg] BIO_new_file("/etc/wok/wok-cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/wok/wok-cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
  22. Sep 21 18:42:30 ap nginx[2034]: nginx: configuration file /etc/nginx/nginx.conf test failed
  23. Sep 21 18:42:30 ap systemd[1]: nginx.service: Control process exited, code=exited status=1
  24. Sep 21 18:42:30 ap systemd[1]: nginx.service: Failed with result 'exit-code'.
  25. Sep 21 18:42:30 ap systemd[1]: Failed to start A high performance web server and a reverse proxy server.
  26. dpkg: error processing package nginx-extras (--configure):
  27. installed nginx-extras package post-installation script subprocess returned error exit status 1
  28. dpkg: dependency problems prevent configuration of nginx:
  29. nginx depends on nginx-core (<< 1.14.0-0ubuntu1.6.1~) | nginx-full (<< 1.14.0-0ubuntu1.6.1~) | nginx-light (<< 1.14.0-0ubuntu1.6.1~) | nginx-extras (<< 1.14.0-0ubuntu1.6.1~); however:
  30. Package nginx-core is not installed.
  31. Package nginx-full is not installed.
  32. Package nginx-light is not installed.
  33. Package nginx-extras is not configured yet.
  34. nginx depends on nginx-core (>= 1.14.0-0ubuntu1.6) | nginx-full (>= 1.14.0-0ubuntu1.6) | nginx-light (>= 1.14.0-0ubuntu1.6) | nginx-extras (>= 1.14.0-0ubuntu1.6); however:
  35. Package nginx-core is not installed.
  36. Package nginx-full is not installed.
  37. Package nginx-light is not installed.
  38. Package nginx-extras is not configured yet.
  39.  
  40. dpkg: error processing package nginx (--configure):
  41. dependency problems - leaving unconfigured
  42. dpkg: dependency problems prevent configuration of wok:
  43. wok depends on nginx; however:
  44. Package nginx is not configured yet.
  45. Package nginx-extras which provides nNo apport report written because the error message indicates its a followup error from a previous failure.
  46. No apport report written because the error message indicates its a followup error from a previous failure.
  47. ginx is not configured yet.
  48.  
  49. dpkg: error processing package wok (--configure):
  50. dependency problems - leaving unconfigured
  51. Errors were encountered while processing:
  52. nginx-extras
  53. nginx
  54. wok
  55. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement