I have been using mender-convert to create my image and up until the latest iteration all was fine, but with the latest img that was created, there is no mender-client.service in /lib/systemd/system. There is a mender-client.service.wants.
I haven’t changed anything AFAIK I just run my shell script.
Any ideas of where I can look for this?
John
Hi @jjsteele,
This is related to the incident on the Debian package repository. Please see the workaround here for a way forwards.
Greetz,
Josef
Just to confirm, I just need to change MENDER_CLIENT_VERSION=“latest” to MENDER_CLIENT_VERSION=3.5.2 in configs/mender_convert_config?
No “” needed?
John
@TheYoctoJester
It is now failing to build with
024-01-19 11:32:36 [INFO] [mender-convert-modify] Installing Mender Connect addon
mender-convert-modify has finished. Cleaning up…
2024-01-19 11:32:36 [ERROR] [mender-convert] mender-convert failed
2024-01-19 11:32:36 [DEBUG] [mender-convert-modify] When running: (modules/deb.sh:42): run_and_log_cmd():
wget -Nq https://downloads.mender.io/repos/debian/dists/debian/buster/stable/main/binary-armhf/Packages -P /tmp
2024-01-19 11:32:36 [ERROR] [mender-convert] mender-convert failed
2024-01-19 11:32:36 [ERROR] [mender-convert] mender-convert exit code: 8
Which version of mender-convert
is this? @jjsteele
@TheYoctoJester
It is 4.0.3-dirty with MENDER_CLIENT_VERSION=“3.5.2”.
John
@TheYoctoJester
Am I using the wrong version?
John
@jjsteele
Currently 4.1.1 should be chosen.
Greets,
Josef
@TheYoctoJester I’ll try that and let you know what happens.
@TheYoctoJester How do I download 4.1.1? Can’t see that branch.
@TheYoctoJester And I should use MENDER_CLIENT_VERSION=“3.5.2” with that?
@TheYoctoJester All working now. Many thanks.