My possible misunderstanding when interpreting the output of WebUI & cli cloudron-support
-
Cloudron v. 9.0.15
WebUi / System / Services says: All good.

sudo cloudron-support --troubleshootsays Services Fail.
If “services” means exactly the same thing in both cases, one of the tools is lying.
-
ok. After manually installing netcat,
cloudron-support --troubleshootthe same info as the WebUI. All good. -
Hello @luckow
There are two types of checks.
In your screenshot you can see[OK] MySQL is runningand below[FAIL] Service 'mysql' is not reachable.
These are two different types of checks performed by thecloudron-support --troubleshootcommand.The first check
[OK] MySQL is runningis the systems MySQL service that hosts the Cloudron box database with users and such.
The[FAIL] Servicechecks are the docker services for apps.The
is not reachablecheck is done with thenc/netcattool, which should be installed by default when installing Cloudron.
Could you please verify ifnc/netcatis installed on the system?
Ifnetcatis installed, could you please run the following command once withsudoand once as userrootand post the output?The following command is the same command performed by
cloudron-support --troubleshootto check if the docker servicemysqlis reachable.# Non root user sudo nc -z -w5 172.18.30.1 3000# root user nc -z -w5 172.18.30.1 3000 -
ok. After manually installing netcat,
cloudron-support --troubleshootthe same info as the WebUI. All good. -
L luckow has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login