| Message ID | 20260115132728.3570868-1-adam.duskett@amarulasolutions.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/1] systemd: upgrade from 258.1 to 258.3 | expand |
Hi, This triggers the following error on our test infrastructure: [ 868.041774] systemd-ssh-generator[11355]: Failed to query local AF_VSOCK CID: Cannot assign requested address [ 869.652338] systemd-ssh-generator[11392]: Failed to query local AF_VSOCK CID: Cannot assign requested address [ 871.124628] systemd-ssh-generator[11428]: Failed to query local AF_VSOCK CID: Cannot assign requested address [ 873.574975] systemd-ssh-generator[11479]: Failed to query local AF_VSOCK CID: Cannot assign requested address [ 1080.239169] systemd-ssh-generator[12943]: Failed to query local AF_VSOCK CID: Cannot assign requested address [ 1084.241817] systemd-ssh-generator[12998]: Failed to query local AF_VSOCK CID: Cannot assign requested address Not sure what this relates to, but is failing when our qemu runners using systemd as the init manager. Can you have a look / try to reproduce? Full logs: https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/4980270/raw_inline Corresponding build: https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/3021 Also fails in multiples builders using systemd (suffixed with "-alt") as you can see from: https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3065 Thanks, Antonin
Strange. The error seems to be from this commit: https://github.com/systemd/systemd/commit/e1789bfa5ff5502f6b28d85e76a5e0ec4a6c0d9a But I don't understand why it's happening on your QEMU instance, as I am using this in a qemux86-64 instance as well and it works fine. Adam Dusket On Fri, Jan 16, 2026 at 10:41 AM Antonin Godard <antonin.godard@bootlin.com> wrote: > Hi, > > This triggers the following error on our test infrastructure: > > [ 868.041774] systemd-ssh-generator[11355]: Failed to query local > AF_VSOCK CID: Cannot assign requested address > [ 869.652338] systemd-ssh-generator[11392]: Failed to query local > AF_VSOCK CID: Cannot assign requested address > [ 871.124628] systemd-ssh-generator[11428]: Failed to query local > AF_VSOCK CID: Cannot assign requested address > [ 873.574975] systemd-ssh-generator[11479]: Failed to query local > AF_VSOCK CID: Cannot assign requested address > [ 1080.239169] systemd-ssh-generator[12943]: Failed to query local > AF_VSOCK CID: Cannot assign requested address > [ 1084.241817] systemd-ssh-generator[12998]: Failed to query local > AF_VSOCK CID: Cannot assign requested address > > Not sure what this relates to, but is failing when our qemu runners using > systemd as the init manager. Can you have a look / try to reproduce? > > Full logs: > > https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/4980270/raw_inline > > Corresponding build: > https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/3021 > > Also fails in multiples builders using systemd (suffixed with "-alt") as > you can > see from: > https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3065 > > Thanks, > Antonin > > -- > Antonin Godard, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com > >
Ah ok, https://github.com/systemd/systemd/commit/8c3acba63b40cd0ebcb9863804e598744eda0b80 needs to be backported. Upstream, the method has been backported and is found here: https://github.com/systemd/systemd/blob/v258-stable/src/ssh-generator/ssh-util.c#L30 So maybe it's best to just wait for 258.4 Adam Dusket On Fri, Jan 16, 2026 at 10:56 AM Adam Duskett < adam.duskett@amarulasolutions.com> wrote: > Strange. > > The error seems to be from this commit: > > https://github.com/systemd/systemd/commit/e1789bfa5ff5502f6b28d85e76a5e0ec4a6c0d9a > > But I don't understand why it's happening on your QEMU instance, as I am > using this in a > qemux86-64 instance as well and it works fine. > > Adam Dusket > > > > On Fri, Jan 16, 2026 at 10:41 AM Antonin Godard < > antonin.godard@bootlin.com> wrote: > >> Hi, >> >> This triggers the following error on our test infrastructure: >> >> [ 868.041774] systemd-ssh-generator[11355]: Failed to query local >> AF_VSOCK CID: Cannot assign requested address >> [ 869.652338] systemd-ssh-generator[11392]: Failed to query local >> AF_VSOCK CID: Cannot assign requested address >> [ 871.124628] systemd-ssh-generator[11428]: Failed to query local >> AF_VSOCK CID: Cannot assign requested address >> [ 873.574975] systemd-ssh-generator[11479]: Failed to query local >> AF_VSOCK CID: Cannot assign requested address >> [ 1080.239169] systemd-ssh-generator[12943]: Failed to query local >> AF_VSOCK CID: Cannot assign requested address >> [ 1084.241817] systemd-ssh-generator[12998]: Failed to query local >> AF_VSOCK CID: Cannot assign requested address >> >> Not sure what this relates to, but is failing when our qemu runners using >> systemd as the init manager. Can you have a look / try to reproduce? >> >> Full logs: >> >> https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/4980270/raw_inline >> >> Corresponding build: >> https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/3021 >> >> Also fails in multiples builders using systemd (suffixed with "-alt") as >> you can >> see from: >> https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3065 >> >> Thanks, >> Antonin >> >> -- >> Antonin Godard, Bootlin >> Embedded Linux and Kernel engineering >> https://bootlin.com >> >>
On Fri, 16 Jan 2026 at 11:04, Adam Duskett via lists.openembedded.org
<adam.duskett=amarulasolutions.com@lists.openembedded.org> wrote:
> So maybe it's best to just wait for 258.4
Or look into updating to 259 :)
Alex
diff --git a/meta/recipes-core/systemd/systemd-boot-native_258.1.bb b/meta/recipes-core/systemd/systemd-boot-native_258.3.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot-native_258.1.bb rename to meta/recipes-core/systemd/systemd-boot-native_258.3.bb diff --git a/meta/recipes-core/systemd/systemd-boot_258.1.bb b/meta/recipes-core/systemd/systemd-boot_258.3.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot_258.1.bb rename to meta/recipes-core/systemd/systemd-boot_258.3.bb diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_258.1.bb b/meta/recipes-core/systemd/systemd-systemctl-native_258.3.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-systemctl-native_258.1.bb rename to meta/recipes-core/systemd/systemd-systemctl-native_258.3.bb diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index daf37060d7..50f62f38f5 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc @@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=c09786363500a9acc29b147e6e72d2c6 \ file://LICENSE.LGPL2.1;md5=be0aaf4a380f73f7e00b420a007368f2" -SRCREV = "67a1069b7269cc23c3d04a2fb0cf110abe7abf31" +SRCREV = "56a85121cd3502e824ed368a6b06dda924932bcf" SRCBRANCH = "v258-stable" SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH};tag=v${PV}" diff --git a/meta/recipes-core/systemd/systemd_258.1.bb b/meta/recipes-core/systemd/systemd_258.3.bb similarity index 100% rename from meta/recipes-core/systemd/systemd_258.1.bb rename to meta/recipes-core/systemd/systemd_258.3.bb
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> --- ...ystemd-boot-native_258.1.bb => systemd-boot-native_258.3.bb} | 0 .../systemd/{systemd-boot_258.1.bb => systemd-boot_258.3.bb} | 0 ...temctl-native_258.1.bb => systemd-systemctl-native_258.3.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../recipes-core/systemd/{systemd_258.1.bb => systemd_258.3.bb} | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/systemd/{systemd-boot-native_258.1.bb => systemd-boot-native_258.3.bb} (100%) rename meta/recipes-core/systemd/{systemd-boot_258.1.bb => systemd-boot_258.3.bb} (100%) rename meta/recipes-core/systemd/{systemd-systemctl-native_258.1.bb => systemd-systemctl-native_258.3.bb} (100%) rename meta/recipes-core/systemd/{systemd_258.1.bb => systemd_258.3.bb} (100%)