Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. Setting up nginx-core (1.9.3-1ubuntu1.1) ...
  2. Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
  3. invoke-rc.d: initscript nginx, action "start" failed.
  4. dpkg: error processing package nginx-core (--configure):
  5. subprocess installed post-installation script returned error exit status 1
  6. dpkg: dependency problems prevent configuration of nginx:
  7. nginx depends on nginx-core (>= 1.9.3-1ubuntu1.1) | nginx-full (>= 1.9.3-1ubuntu1.1) | nginx-light (>= 1.9.3-1ubuntu1.1) | nginx-extras (>= 1.9.3-1ubuntu1.1); however:
  8. Package nginx-core is not configured yet.
  9. Package nginx-full is not installed.
  10. Package nginx-light is not installed.
  11. Package nginx-extras is not installed.
  12. nginx depends on nginx-core (<< 1.9.3-1ubuntu1.1.1~) | nginx-full (<< 1.9.3-1ubuntu1.1.1~) | nginx-light (<< 1.9.3-1ubuntu1.1.1~) | nginx-extras (<< 1.9.3-1ubuntu1.1.1~); however:
  13. Package nginx-core is not configured yet.
  14. Package nginx-full is not installed.
  15. Package nginx-light is not installed.
  16. Package nginx-extras is not installed.
  17.  
  18. dpkg: error processing package nginx (--configure):
  19. dependency problems - leaving unconfigured
  20. Errors were encountered while processing:
  21. nginx-core
  22. nginx
  23. E: Sub-process /usr/bin/dpkg returned an error code (1)
  24.  
  25. ● nginx.service - A high performance web server and a reverse proxy server
  26. Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
  27. Active: failed (Result: exit-code) since Fri 2016-02-12 22:08:04 UTC; 3min 19s ago
  28. Process: 1131 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  29.  
  30. Feb 12 22:08:04 LXC_NAME systemd[1]: Starting A high performance web server and a reverse proxy server...
  31. Feb 12 22:08:04 LXC_NAME nginx[1131]: nginx: [emerg] ioctl(FIONBIO) 10.25.0.6:57780 failed (25: Inappropriate ioctl for device)
  32. Feb 12 22:08:04 LXC_NAME nginx[1131]: nginx: configuration file /etc/nginx/nginx.conf test failed
  33. Feb 12 22:08:04 LXC_NAME systemd[1]: nginx.service: Control process exited, code=exited status=1
  34. Feb 12 22:08:04 LXC_NAME systemd[1]: Failed to start A high performance web server and a reverse proxy server.
  35. Feb 12 22:08:04 LXC_NAME systemd[1]: nginx.service: Unit entered failed state.
  36. Feb 12 22:08:04 LXC_NAME systemd[1]: nginx.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement