[buildiso] dbus in chroot/machine-id again #58
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: udeved
I just open it as a reminder for us to possibly investigate.
Something is still strange with machine-id.
Profile is openrc based.
Created by: Kirek
Maybe you need to initialize it manually when mounting the chroot "dbus-uuidgen > /etc/machine-id"?
Created by: udeved
its nothing disturbing the build process, and I also don't get some dbus process killed like in some systemd profiles.
Its just curiosity to track it, and probably approach the uuid creation differently in chroot.
Atm, we do uuid at livesession boot up.
Created by: manjaro
So this openrc related only?
Created by: udeved
I dunno, the error in not new.
But this is perhaps reason why systemd profiles need dbus process killed.
its no problem with openrc, because dbus script runs uuid-gen when it starts and no uuid file is present.
Created by: udeved
I did a test.
Profile: lxqt-openrc
without supplying a machne-id file in chroot/var/lib/dbus, no dbus process is killed when building.
If I supply a machine-id on custom image, dbus processes are killed when building, but the above error message is gone.
http://rpmfind.net/linux/RPM/opensuse/updates/13.2/x86_64/libgudev-1_0-devel-210-25.8.1.x86_64.html
Created by: philmmanjaro
hmm. really weird issue, so ...
Created by: udeved
I notice that this error is related to gtk/gnome whatever packages.
I won'tget this error with pure qt apps, but as soon as I add gtk apps, the dbus process spawned in chroot needs to be killed.
Created by: philmmanjaro
I noticed it once again during building KDE5 images.
Created by: udeved
You mean the kde5 big profile?
Would stillbe nice to have a list what packages cause this.
No issue with the minimal one.
Created by: philmmanjaro
Well, it happens also with XFCE. You can follow it within my build-logs ...
Created by: udeved
That' with systemd build host.
Created by: udeved
Just adding #150 to keep track of the never ending dbus adventure.