What is the name of the domain?
N/A
What is the error message?
2024-08-21T08:58:55Z INF Using SysV 2024-08-21T08:59:05Z ERR service cloudflared stop error error="service [cloudflared stop] returned with error code exit status 1 due to: " service [cloudflared stop] returned with error code exit status 1 due to:
What is the issue you’re encountering
when running cloudflared service uninstall
Screenshot of the error
ikmal
August 23, 2024, 1:38am
2
Can you try to follow the steps in this post ? that might help.
So apt-get update updates the package cache of your system. It doesn’t actually mean that the package is installed, it merely asks the remote repository whether there is an update.
To resolve this completely, you can run (make sure it’s exactly like that, a typo in this command can be bad):
sudo rm -rf /etc/apt/sources.list.d/cloudflared.list
You may have to enter your account password.
fritex
August 23, 2024, 11:54am
3
May I ask how did you installed it?
Did you stopped the connections to the cloudflared tunnel at first and then stopped the cloudflared service followed by uninstalling cloudflared?