Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. <pre>sudo apt -f remove nginx-core
  2. [sudo] password for alson:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. Package 'nginx-core' is not installed, so not removed
  7. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  8. 1 not fully installed or removed.
  9. After this operation, 0 B of additional disk space will be used.
  10. Setting up nginx-full (1.10.3-0ubuntu0.16.04.2) ...
  11. Job for nginx.service failed because the control process exited with error code. 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 Jum 2017-09-22 16:13:20 WIB; 14ms ago
  16. Process: 7194 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  17.  
  18. Sep 22 16:13:20 Alson systemd[1]: Starting A high performance web server an.....
  19. Sep 22 16:13:20 Alson nginx[7194]: nginx: [emerg] open() "/etc/nginx/nginx....y)
  20. Sep 22 16:13:20 Alson nginx[7194]: nginx: configuration file /etc/nginx/ngi...ed
  21. Sep 22 16:13:20 Alson systemd[1]: nginx.service: Control process exited, co...=1
  22. Sep 22 16:13:20 Alson systemd[1]: Failed to start A high performance web se...r.
  23. Sep 22 16:13:20 Alson systemd[1]: nginx.service: Unit entered failed state.
  24. Sep 22 16:13:20 Alson systemd[1]: nginx.service: Failed with result 'exit-code'.
  25. Hint: Some lines were ellipsized, use -l to show in full.
  26. dpkg: error processing package nginx-full (--configure):
  27. subprocess installed post-installation script 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)</pre>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement