Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. 2016-12-23 19:26:02,595:DEBUG:certbot.main:Root logging level set at 20
  2. 2016-12-23 19:26:02,595:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3. 2016-12-23 19:26:02,596:DEBUG:certbot.main:certbot version: 0.9.3
  4. 2016-12-23 19:26:02,596:DEBUG:certbot.main:Arguments: []
  5. 2016-12-23 19:26:02,596:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#standalone,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#webroot,PluginEntryPoint#apache,PluginEntryPoint#null)
  6. 2016-12-23 19:26:02,702:DEBUG:certbot.storage:No matches for target cert.
  7. 2016-12-23 19:26:02,703:DEBUG:certbot.storage:No matches for target privkey.
  8. 2016-12-23 19:26:02,703:DEBUG:certbot.storage:No matches for target chain.
  9. 2016-12-23 19:26:02,703:DEBUG:certbot.storage:No matches for target fullchain.
  10. 2016-12-23 19:26:02,703:WARNING:certbot.renewal:Attempting to renew cert from /etc/letsencrypt/renewal/triantos.com.conf produced an unexpected error: max() arg is an empty sequence. Skipping.
  11. 2016-12-23 19:26:02,704:DEBUG:certbot.renewal:Traceback was:
  12. Traceback (most recent call last):
  13. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/renewal.py", line 344, in renew_all_lineages
  14. renewal_candidate.ensure_deployed()
  15. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/storage.py", line 531, in ensure_deployed
  16. if self.has_pending_deployment():
  17. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/storage.py", line 551, in has_pending_deployment
  18. return smallest_current < self.latest_common_version()
  19. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/storage.py", line 507, in latest_common_version
  20. return max(n for n in versions[0] if all(n in v for v in versions[1:]))
  21. ValueError: max() arg is an empty sequence
  22.  
  23. 2016-12-23 19:26:02,704:DEBUG:certbot.main:Exiting abnormally:
  24. Traceback (most recent call last):
  25. File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
  26. sys.exit(main())
  27. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 776, in main
  28. return config.func(config, plugins)
  29. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 592, in renew
  30. renewal.renew_all_lineages(config)
  31. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/renewal.py", line 365, in renew_all_lineages
  32. len(renew_failures), len(parse_failures)))
  33. Error: 1 renew failure(s), 0 parse failure(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement