My domain is: Multiple ones
I ran this command: sudo snap install --classic certbot
It produced this output:
"
error: cannot perform the following tasks:
- Start snap "certbot" (1343) services ([start snap.certbot.renew.service] failed with exit status 1: Job for snap.certbot.renew.service failed because the control process exited with error code.
See "systemctl status snap.certbot.renew.service" and "journalctl -xe" for details.
)
"
My web server is (include version): Apache
The operating system my web server runs on is (include version): Fedora26
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): I can do that, but I mainly use terminal
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Can't get Certbot to install using snap.
So I looked at the "systemctl status snap.certbot.renew.service" message and got the following:
â—Ź snap.certbot.renew.service
Loaded: not-found (Reason: No such file or directory)
Active: failed (Result: exit-code) since Fri 2021-08-13 11:24:07 GMT; 1min 44s ago
Main PID: 5512 (code=exited, status=1/FAILURE)
Aug 13 11:24:05 - systemd[1]: Starting Service for snap application certbot.renew...
Aug 13 11:24:07 - certbot.renew[5512]: An error occurred while fetching Certbot snap plugins: your version of snapd is outdated.
Aug 13 11:24:07 - certbot.renew[5512]: Please run "sudo snap install core; sudo snap refresh core" in your terminal and try again.
Aug 13 11:24:07 - certbot.renew[5512]: An unexpected error occurred:
Aug 13 11:24:07 - certbot.renew[5512]: requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://snapd/v2/connections?snap=certbot&interface=content
Aug 13 11:24:07 - systemd[1]: snap.certbot.renew.service: Main process exited, code=exited, status=1/FAILURE
Aug 13 11:24:07 - systemd[1]: Failed to start Service for snap application certbot.renew.
Aug 13 11:24:07 - systemd[1]: snap.certbot.renew.service: Unit entered failed state.
Aug 13 11:24:07 - systemd[1]: snap.certbot.renew.service: Failed with result 'exit-code'.
I also ran "journalctl -u snapd " and saw the following lines pop up:
Aug 06 12:58:47 - snapd[1519]: 2021/08/06 12:58:47.619673 api.go:1004: Installing snap "certbot" revision unset
Aug 06 12:58:58 - snapd[1519]: 2021/08/06 12:58:58.342093 handlers.go:372: Reported install problem for "certbot" as 0f2c5728-f6b6-11eb-a209-fa163ee63de6 OOPSID
Running "snap --version" gives:
snap 2.32.4-1.fc26
snapd 2.32.4-1.fc26
series 16
fedora 26
kernel 4.16.11-100.fc26.x86_64
Does anyone have any idea what's going on here, I can't seem to find out what's wrong.