[OE-core] [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files

Andreas Müller schnitzeltony at gmx.de
Thu Dec 8 01:23:41 UTC 2011


On Thursday, December 08, 2011 01:01:48 AM Richard Purdie wrote:
> > dbus still needs manual call of
> > 
> > 	chown messagebus:messagebus /var/run/dbus /var/lib/dbus
> > 
> > ( it is root:root on my image) and
> > 
> > 	chown root:messagebus /usr/libexec/dbus-daemon-launch-helper
> > 
> > ( it is avahi:netdev on my image )
> > 
> > Does this one fix it?
> > To test: Is it enough to rebuild dbus?
> 
> It could well do. You just need to apply the patch and rebuild the
> image.
> 
I've tested the patch and seems not to fix dbus issues:

/var/run/dbus -> root:root
/var/lib/dbus -> 70:netdev
/usr/libexec/dbus-daemon-launch-helper -> root:netdev

Andreas




More information about the Openembedded-core mailing list