Advertisement
Guest User

SSL

a guest
May 31st, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. kossi@NorskDesignOgMose-WP-UBUNTU:~$ sudo apt-get install python-certbot-apache
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. python-certbot-apache is already the newest version (0.22.0-1+ubuntu16.04.1+cert bot+2).
  6. The following packages were automatically installed and are no longer required:
  7. letsencrypt linux-headers-4.4.0-119 linux-headers-4.4.0-119-generic
  8. linux-headers-4.4.0-121 linux-headers-4.4.0-121-generic
  9. linux-image-4.4.0-119-generic linux-image-4.4.0-121-generic python-acme
  10. python-augeas python-cffi-backend python-chardet python-configargparse
  11. python-configobj python-cryptography python-dialog python-enum34
  12. python-funcsigs python-idna python-ipaddress python-mock
  13. python-ndg-httpsclient python-openssl python-parsedatetime python-pbr
  14. python-pkg-resources python-psutil python-pyasn1 python-pyicu
  15. python-requests python-rfc3339 python-six python-tz python-urllib3
  16. python-zope.component python-zope.event python-zope.hookable
  17. python-zope.interface
  18. Use 'sudo apt autoremove' to remove them.
  19. 0 upgraded, 0 newly installed, 0 to remove and 130 not upgraded.
  20. 4 not fully installed or removed.
  21. After this operation, 0 B of additional disk space will be used.
  22. Do you want to continue? [Y/n] y
  23. Setting up nginx-core (1.10.3-0ubuntu0.16.04.2) ...
  24. Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
  25. invoke-rc.d: initscript nginx, action "start" failed.
  26. ● nginx.service - A high performance web server and a reverse proxy server
  27. Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: en abled)
  28. Active: failed (Result: exit-code) since Thu 2018-05-31 14:39:50 UTC; 7ms ago
  29. Process: 4284 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code =exited, status=1/FAILURE)
  30. Process: 4278 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  31.  
  32. May 31 14:39:48 NorskDesignOgMose-WP-UBUNTU nginx[4284]: nginx: [emerg] liste...
  33. May 31 14:39:49 NorskDesignOgMose-WP-UBUNTU nginx[4284]: nginx: [emerg] liste...
  34. May 31 14:39:49 NorskDesignOgMose-WP-UBUNTU nginx[4284]: nginx: [emerg] liste...
  35. May 31 14:39:49 NorskDesignOgMose-WP-UBUNTU nginx[4284]: nginx: [emerg] liste...
  36. May 31 14:39:49 NorskDesignOgMose-WP-UBUNTU nginx[4284]: nginx: [emerg] liste...
  37. May 31 14:39:50 NorskDesignOgMose-WP-UBUNTU nginx[4284]: nginx: [emerg] still...
  38. May 31 14:39:50 NorskDesignOgMose-WP-UBUNTU systemd[1]: nginx.service: Contro...
  39. May 31 14:39:50 NorskDesignOgMose-WP-UBUNTU systemd[1]: Failed to start A hig...
  40. May 31 14:39:50 NorskDesignOgMose-WP-UBUNTU systemd[1]: nginx.service: Unit e...
  41. May 31 14:39:50 NorskDesignOgMose-WP-UBUNTU systemd[1]: nginx.service: Failed...
  42. Hint: Some lines were ellipsized, use -l to show in full.
  43. dpkg: error processing package nginx-core (--configure):
  44. subprocess installed post-installation script returned error exit status 1
  45. dpkg: dependency problems prevent configuration of nginx:
  46. nginx depends on nginx-core (>= 1.10.3-0ubuntu0.16.04.2) | nginx-full (>= 1.10. 3-0ubuntu0.16.04.2) | nginx-light (>= 1.10.3-0ubuntu0.16.04.2) | nginx-extras (> = 1.10.3-0ubuntu0.16.04.2); however:
  47. Package nginx-core is not configured yet.
  48. Package nginx-full is not installed.
  49. Package nginx-light is not installed.
  50. Package nginx-extras is not installed.
  51. nginx depends on nginx-core (<< 1.10.3-0ubuntu0.16.04.2.1~) | nginx-full (<< 1. 10.3-0ubuntu0.16.04.2.1~) | nginx-light (<< 1.10.3-0ubuntu0.16.04.2.1~) | nginx- extras (<< 1.10.3-0ubuntu0.16.04.2.1~); however:
  52. Package nginx-core is not configured yet.
  53. Package nginx-full is not installed.
  54. Package nginx-light is not installed.
  55. Package nginx-extras is not installed.
  56.  
  57. dpkg: error processing package nginx (--configure):
  58. dependency problems - leaving unconfigured
  59. dpkg: dependency problems prevent configuration of python3-certbot-nginx:
  60. python3-certbot-nginx depends on nginx; however:
  61. Package nginx is not configured yet.
  62. Package ngNo apport report written because the error message indicates its a f ollowup error from a previous failure.
  63. No apport report written because the error message indicates its a followup error from a previous failure.
  64. No apport report written because MaxReports is reached already
  65. inx-core which provides nginx is n ot configured yet.
  66.  
  67. dpkg: error processing package python3-certbot-nginx (--configure):
  68. dependency problems - leaving unconfigured
  69. dpkg: dependency problems prevent configuration of python-certbot-nginx:
  70. python-certbot-nginx depends on python3-certbot-nginx; however:
  71. Package python3-certbot-nginx is not configured yet.
  72.  
  73. dpkg: error processing package python-certbot-nginx (--configure):
  74. dependency problems - leaving unconfigured
  75. Errors were encountered while processing:
  76. nginx-core
  77. nginx
  78. python3-certbot-nginx
  79. python-certbot-nginx
  80. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement