Mender-client.service missing after mender-convert

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

Hi @jjsteele,

Good catch, fixed.

Greets,
Josef

@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.

Hi @jjsteele

4.1.1 is a tag: Release 4.1.1 · mendersoftware/mender-convert · GitHub
4.1.x is a branch: GitHub - mendersoftware/mender-convert at 4.1.x

Greets,
Josef

@TheYoctoJester And I should use MENDER_CLIENT_VERSION=“3.5.2” with that?

@jjsteele it should already be the default: Merge pull request #634 from mendersoftware/cherry-4.1.x-MEN-6948-cli… · mendersoftware/mender-convert@db1c144 · GitHub

@TheYoctoJester All working now. Many thanks.