Advertisement
Guest User

nginx

a guest
May 9th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. sudo apt-get install nginx -y
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. nginx is already the newest version.
  6. The following packages were automatically installed and are no longer required:
  7. libasn1-8-heimdal libgssapi3-heimdal libhcrypto4-heimdal
  8. libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal
  9. libkrb5-26-heimdal libroken18-heimdal libwind0-heimdal
  10. Use 'apt-get autoremove' to remove them.
  11. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  12. 2 not fully installed or removed.
  13. After this operation, 0 B of additional disk space will be used.
  14. perl: warning: Setting locale failed.
  15. perl: warning: Please check that your locale settings:
  16. LANGUAGE = (unset),
  17. LC_ALL = (unset),
  18. LANG = "de_DE.UTF-8"
  19. are supported and installed on your system.
  20. perl: warning: Falling back to the standard locale ("C").
  21. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  22. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  23. locale: Cannot set LC_ALL to default locale: No such file or directory
  24. Setting up nginx-full (1.6.2-5+deb8u1) ...
  25. Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalc tl -xn' for details.
  26. invoke-rc.d: initscript nginx, action "start" failed.
  27. dpkg: error processing package nginx-full (--configure):
  28. subprocess installed post-installation script returned error exit status 1
  29. dpkg: dependency problems prevent configuration of nginx:
  30. nginx depends on nginx-full (>= 1.6.2-5+deb8u1) | nginx-light (>= 1.6.2-5+deb8u 1) | nginx-extras (>= 1.6.2-5+deb8u1); however:
  31. Package nginx-full is not configured yet.
  32. Package nginx-light is not installed.
  33. Package nginx-extras is not installed.
  34. nginx depends on nginx-full (<< 1.6.2-5+deb8u1.1~) | nginx-light (<< 1.6.2-5+de b8u1.1~) | nginx-extras (<< 1.6.2-5+deb8u1.1~); however:
  35. Package nginx-full is not configured yet.
  36. Package nginx-light is not installed.
  37. Package nginx-extras is not installed.
  38.  
  39. dpkg: error processing package nginx (--configure):
  40. dependency problems - leaving unconfigured
  41. Errors were encountered while processing:
  42. nginx-full
  43. nginx
  44. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement