Hi,
i'm encountering this problem on my Ubuntu 20.04 LTS
snap 2.57.6
snapd 2.57.6
series 16
ubuntu 20.04
kernel 5.4.0-135-generic
i have tried "sudo snap install core; sudo snap refresh core" but the issue persist.
restarted the snap service too.
_az
#2
Hello,
That's a weird one. Does the issue persist after running the following:
snap install snapd; snap refresh snapd;
systemctl restart snapd
4 Likes
Same, doesn't change anything, the error persist.
How i can uninstall cerbot snapd? which is the command?
I will uninstall snap after certbot and than reinstall everything.
2022-12-14 09:04:55,496:DEBUG:urllib3.connectionpool:http://localhost:None "GET /v2/connections?snap=certbot&interface=content HTTP/1.1" 200 97
2022-12-14 09:04:55,742:DEBUG:certbot._internal.main:certbot version: 1.32.1
2022-12-14 09:04:55,743:DEBUG:certbot._internal.main:Location of certbot entry point: /snap/certbot/2582/bin/certbot
2022-12-14 09:04:55,743:DEBUG:certbot._internal.main:Arguments: ['--dry-run', '--preconfigured-renewal']
2022-12-14 09:04:55,743:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntry>
2022-12-14 09:04:55,754:DEBUG:certbot._internal.log:Root logging level set at 30
2022-12-14 09:04:55,755:DEBUG:certbot._internal.display.obj:Notifying user:
2022-12-14 09:04:55,755:DEBUG:certbot._internal.display.obj:Notifying user: No simulated renewals were attempted.
2022-12-14 09:04:55,755:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2022-12-14 09:04:55,755:DEBUG:certbot._internal.renewal:no renewal failures
i reinstalled snap and now im trying a dry renew but im getting what you see on the log.
_az
#5
This indicates that you don't have any certificates on your system, so there is nothing to try renew.
sudo ls -R /etc/letsencrypt
3 Likes
system
Closed
#6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.