Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.19 KB | None | 0 0
  1. 2016-12-01 00:00:02,191:INFO:letsencrypt.cli:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  2. 2016-12-01 00:00:02,192:DEBUG:letsencrypt.cli:letsencrypt version: 0.4.1
  3. 2016-12-01 00:00:02,192:DEBUG:letsencrypt.cli:Arguments: ['--force-renew']
  4. 2016-12-01 00:00:02,192:DEBUG:letsencrypt.cli:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntryPoint#standalone)
  5. 2016-12-01 00:00:02,201:DEBUG:letsencrypt.cli:Requested authenticator and installer
  6. 2016-12-01 00:00:02,201:DEBUG:letsencrypt.cli:Default Detector is Namespace(account='', agree_dev_preview=None, apache='', apache_challenge_location='/etc/apache2', apache_ctl=None, apache_dismod='a2dismod', apache_enmod='a2enmod', apache_handle_modules=True, apache_handle_sites=True, apache_init_script=None, apache_le_vhost_ext='-le-ssl.conf', apache_server_root='/etc/apache2', apache_vhost_root='/etc/apache2/sites-available', authenticator='', break_my_certs='', cert_path='/root', chain_path=None, checkpoints=0, config_dir='', config_file=None, configurator='', csr='', debug='', domains=[], dry_run='', duplicate='', email='', expand='', fullchain_path=None, func=<function renew at 0x7f20d4634140>, hsts=False, http01_port=0, ifaces='', init='', installer='', key_path='/root', logs_dir='', manual='', manual_public_ip_logging_ok=False, manual_test_mode=False, nginx='', no_self_upgrade='', no_verify_ssl=False, noninteractive_mode='', os_packages_only='', prepare='', redirect=None, register_unsafely_without_email='', reinstall='', renew_by_default=True, rsa_key_size=0, server='', staging='', standalone='', standalone_supported_challenges='tls-sni-01,http-01', store_false_vars={'--no-uir': True, <letsencrypt.cli.HelpfulArgumentParser object at 0x7f20d6fa0610>: True, '--no-redirect': True, '--no-hsts': True}, strict_permissions='', text_mode='', tls_sni_01_port=0, tos='', uir=None, user_agent=None, verb='renew', verbose_count=0, version='', webroot='', webroot_map={}, webroot_path=[], work_dir='')
  7. 2016-12-01 00:00:02,204:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  8. 2016-12-01 00:00:02,204:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  9. 2016-12-01 00:00:02,205:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  10. Traceback (most recent call last):
  11. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  12. self._initialized.prepare()
  13. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  14. raise errors.NoInstallationError
  15. NoInstallationError
  16. 2016-12-01 00:00:02,207:DEBUG:letsencrypt.display.ops:No candidate plugin
  17. 2016-12-01 00:00:02,207:DEBUG:letsencrypt.display.ops:No candidate plugin
  18. 2016-12-01 00:00:02,207:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  19. 2016-12-01 00:00:02,207:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  20. The error was: NoInstallationError()
  21. 2016-12-01 00:00:02,208:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/testing.mydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  22. The error was: NoInstallationError(). Skipping.
  23. 2016-12-01 00:00:02,209:DEBUG:letsencrypt.cli:Traceback was:
  24. Traceback (most recent call last):
  25. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  26. obtain_cert(lineage_config, plugins, renewal_candidate)
  27. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  28. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  29. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  30. diagnose_configurator_problem("authenticator", req_auth, plugins)
  31. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  32. raise errors.PluginSelectionError(msg)
  33. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  34. The error was: NoInstallationError()
  35.  
  36. 2016-12-01 00:00:02,212:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  37. 2016-12-01 00:00:02,212:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  38. 2016-12-01 00:00:02,213:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  39. Traceback (most recent call last):
  40. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  41. self._initialized.prepare()
  42. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  43. raise errors.NoInstallationError
  44. NoInstallationError
  45. 2016-12-01 00:00:02,213:DEBUG:letsencrypt.display.ops:No candidate plugin
  46. 2016-12-01 00:00:02,213:DEBUG:letsencrypt.display.ops:No candidate plugin
  47. 2016-12-01 00:00:02,213:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  48. 2016-12-01 00:00:02,213:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  49. The error was: NoInstallationError()
  50. 2016-12-01 00:00:02,213:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/pma.mydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  51. The error was: NoInstallationError(). Skipping.
  52. 2016-12-01 00:00:02,214:DEBUG:letsencrypt.cli:Traceback was:
  53. Traceback (most recent call last):
  54. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  55. obtain_cert(lineage_config, plugins, renewal_candidate)
  56. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  57. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  58. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  59. diagnose_configurator_problem("authenticator", req_auth, plugins)
  60. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  61. raise errors.PluginSelectionError(msg)
  62. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  63. The error was: NoInstallationError()
  64.  
  65. 2016-12-01 00:00:02,216:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  66. 2016-12-01 00:00:02,217:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  67. 2016-12-01 00:00:02,217:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  68. Traceback (most recent call last):
  69. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  70. self._initialized.prepare()
  71. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  72. raise errors.NoInstallationError
  73. NoInstallationError
  74. 2016-12-01 00:00:02,217:DEBUG:letsencrypt.display.ops:No candidate plugin
  75. 2016-12-01 00:00:02,218:DEBUG:letsencrypt.display.ops:No candidate plugin
  76. 2016-12-01 00:00:02,218:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  77. 2016-12-01 00:00:02,218:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  78. The error was: NoInstallationError()
  79. 2016-12-01 00:00:02,218:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/othermydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  80. The error was: NoInstallationError(). Skipping.
  81. 2016-12-01 00:00:02,218:DEBUG:letsencrypt.cli:Traceback was:
  82. Traceback (most recent call last):
  83. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  84. obtain_cert(lineage_config, plugins, renewal_candidate)
  85. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  86. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  87. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  88. diagnose_configurator_problem("authenticator", req_auth, plugins)
  89. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  90. raise errors.PluginSelectionError(msg)
  91. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  92. The error was: NoInstallationError()
  93.  
  94. 2016-12-01 00:00:02,221:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  95. 2016-12-01 00:00:02,221:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  96. 2016-12-01 00:00:02,222:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  97. Traceback (most recent call last):
  98. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  99. self._initialized.prepare()
  100. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  101. raise errors.NoInstallationError
  102. NoInstallationError
  103. 2016-12-01 00:00:02,222:DEBUG:letsencrypt.display.ops:No candidate plugin
  104. 2016-12-01 00:00:02,223:DEBUG:letsencrypt.display.ops:No candidate plugin
  105. 2016-12-01 00:00:02,223:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  106. 2016-12-01 00:00:02,223:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  107. The error was: NoInstallationError()
  108. 2016-12-01 00:00:02,223:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/domain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  109. The error was: NoInstallationError(). Skipping.
  110. 2016-12-01 00:00:02,223:DEBUG:letsencrypt.cli:Traceback was:
  111. Traceback (most recent call last):
  112. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  113. obtain_cert(lineage_config, plugins, renewal_candidate)
  114. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  115. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  116. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  117. diagnose_configurator_problem("authenticator", req_auth, plugins)
  118. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  119. raise errors.PluginSelectionError(msg)
  120. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  121. The error was: NoInstallationError()
  122.  
  123. 2016-12-01 00:00:02,226:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  124. 2016-12-01 00:00:02,226:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  125. 2016-12-01 00:00:02,227:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  126. Traceback (most recent call last):
  127. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  128. self._initialized.prepare()
  129. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  130. raise errors.NoInstallationError
  131. NoInstallationError
  132. 2016-12-01 00:00:02,227:DEBUG:letsencrypt.display.ops:No candidate plugin
  133. 2016-12-01 00:00:02,227:DEBUG:letsencrypt.display.ops:No candidate plugin
  134. 2016-12-01 00:00:02,227:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  135. 2016-12-01 00:00:02,227:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  136. The error was: NoInstallationError()
  137. 2016-12-01 00:00:02,227:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/go.mydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  138. The error was: NoInstallationError(). Skipping.
  139. 2016-12-01 00:00:02,227:DEBUG:letsencrypt.cli:Traceback was:
  140. Traceback (most recent call last):
  141. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  142. obtain_cert(lineage_config, plugins, renewal_candidate)
  143. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  144. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  145. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  146. diagnose_configurator_problem("authenticator", req_auth, plugins)
  147. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  148. raise errors.PluginSelectionError(msg)
  149. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  150. The error was: NoInstallationError()
  151.  
  152. 2016-12-01 00:00:02,230:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  153. 2016-12-01 00:00:02,230:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  154. 2016-12-01 00:00:02,231:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  155. Traceback (most recent call last):
  156. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  157. self._initialized.prepare()
  158. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  159. raise errors.NoInstallationError
  160. NoInstallationError
  161. 2016-12-01 00:00:02,231:DEBUG:letsencrypt.display.ops:No candidate plugin
  162. 2016-12-01 00:00:02,231:DEBUG:letsencrypt.display.ops:No candidate plugin
  163. 2016-12-01 00:00:02,231:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  164. 2016-12-01 00:00:02,231:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  165. The error was: NoInstallationError()
  166. 2016-12-01 00:00:02,231:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/mydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  167. The error was: NoInstallationError(). Skipping.
  168. 2016-12-01 00:00:02,232:DEBUG:letsencrypt.cli:Traceback was:
  169. Traceback (most recent call last):
  170. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  171. obtain_cert(lineage_config, plugins, renewal_candidate)
  172. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  173. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  174. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  175. diagnose_configurator_problem("authenticator", req_auth, plugins)
  176. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  177. raise errors.PluginSelectionError(msg)
  178. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  179. The error was: NoInstallationError()
  180.  
  181. 2016-12-01 00:00:02,234:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  182. 2016-12-01 00:00:02,235:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  183. 2016-12-01 00:00:02,235:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  184. Traceback (most recent call last):
  185. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  186. self._initialized.prepare()
  187. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  188. raise errors.NoInstallationError
  189. NoInstallationError
  190. 2016-12-01 00:00:02,235:DEBUG:letsencrypt.display.ops:No candidate plugin
  191. 2016-12-01 00:00:02,236:DEBUG:letsencrypt.display.ops:No candidate plugin
  192. 2016-12-01 00:00:02,236:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  193. 2016-12-01 00:00:02,236:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  194. The error was: NoInstallationError()
  195. 2016-12-01 00:00:02,236:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/gep.mydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  196. The error was: NoInstallationError(). Skipping.
  197. 2016-12-01 00:00:02,236:DEBUG:letsencrypt.cli:Traceback was:
  198. Traceback (most recent call last):
  199. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  200. obtain_cert(lineage_config, plugins, renewal_candidate)
  201. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  202. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  203. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  204. diagnose_configurator_problem("authenticator", req_auth, plugins)
  205. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  206. raise errors.PluginSelectionError(msg)
  207. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  208. The error was: NoInstallationError()
  209.  
  210. 2016-12-01 00:00:02,239:INFO:letsencrypt.cli:Auto-renewal forced with --force-renewal...
  211. 2016-12-01 00:00:02,239:DEBUG:letsencrypt.cli:Requested authenticator apache and installer apache
  212. 2016-12-01 00:00:02,240:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  213. Traceback (most recent call last):
  214. File "/usr/lib/python2.7/dist-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  215. self._initialized.prepare()
  216. File "/usr/lib/python2.7/dist-packages/letsencrypt_apache/configurator.py", line 152, in prepare
  217. raise errors.NoInstallationError
  218. NoInstallationError
  219. 2016-12-01 00:00:02,240:DEBUG:letsencrypt.display.ops:No candidate plugin
  220. 2016-12-01 00:00:02,240:DEBUG:letsencrypt.display.ops:No candidate plugin
  221. 2016-12-01 00:00:02,240:DEBUG:letsencrypt.cli:Selected authenticator None and installer None
  222. 2016-12-01 00:00:02,240:INFO:letsencrypt.cli:Could not choose appropriate plugin: The apache plugin is not working; there may be problems with your existing configuration.
  223. The error was: NoInstallationError()
  224. 2016-12-01 00:00:02,240:WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/cloud.mydomain.com.conf produced an unexpected error: The apache plugin is not working; there may be problems with your existing configuration.
  225. The error was: NoInstallationError(). Skipping.
  226. 2016-12-01 00:00:02,240:DEBUG:letsencrypt.cli:Traceback was:
  227. Traceback (most recent call last):
  228. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1017, in renew
  229. obtain_cert(lineage_config, plugins, renewal_candidate)
  230. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 683, in obtain_cert
  231. installer, authenticator = choose_configurator_plugins(config, plugins, "certonly")
  232. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 635, in choose_configurator_plugins
  233. diagnose_configurator_problem("authenticator", req_auth, plugins)
  234. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 536, in diagnose_configurator_problem
  235. raise errors.PluginSelectionError(msg)
  236. PluginSelectionError: The apache plugin is not working; there may be problems with your existing configuration.
  237. The error was: NoInstallationError()
  238.  
  239. 2016-12-01 00:00:02,241:DEBUG:letsencrypt.cli:Exiting abnormally:
  240. Traceback (most recent call last):
  241. File "/usr/bin/letsencrypt", line 9, in <module>
  242. load_entry_point('letsencrypt==0.4.1', 'console_scripts', 'letsencrypt')()
  243. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1986, in main
  244. return config.func(config, plugins)
  245. File "/usr/lib/python2.7/dist-packages/letsencrypt/cli.py", line 1034, in renew
  246. len(renew_failures), len(parse_failures)))
  247. Error: 8 renew failure(s), 0 parse failure(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement