Container management utility not found #97
-
I am trying to add the private registry for the cloudconnector, but sdv-kanto-ctl command not found. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The script has been recently added and is only available in the latest builds. Could it be that you're using an outdated version of the Leda image? Check sdv-health for version number. Should be 0.1.0-M1 or higher Another cause may be that the script is only available on the full image (which is booted by default), but your current booted partition is using the sdv-image-minimal (second boot partition) Could you check with mount whether root partition is 4 (full) or 5 (minimal)? It should be possible to download the script from GitHub and copy it to the device - as a workaround in case you don't want to reinstall a newer base image. |
Beta Was this translation helpful? Give feedback.
The script has been recently added and is only available in the latest builds. Could it be that you're using an outdated version of the Leda image?
Check sdv-health for version number. Should be 0.1.0-M1 or higher
Another cause may be that the script is only available on the full image (which is booted by default), but your current booted partition is using the sdv-image-minimal (second boot partition)
Could you check with mount whether root partition is 4 (full) or 5 (minimal)?
It should be possible to download the script from GitHub and copy it to the device - as a workaround in case you don't want to reinstall a newer base image.