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

2011-12-09 Thread Koen Kooi
Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building

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

2011-12-09 Thread Koen Kooi
Op 9 dec. 2011, om 16:05 heeft Richard Purdie het volgende geschreven: On Fri, 2011-12-09 at 14:44 +0100, Koen Kooi wrote: Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: On Wednesday, December 07, 2011

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

2011-12-09 Thread Andreas Müller
On Friday, December 09, 2011 04:10:36 PM Koen Kooi wrote: Op 9 dec. 2011, om 16:05 heeft Richard Purdie het volgende geschreven: On Fri, 2011-12-09 at 14:44 +0100, Koen Kooi wrote: Op 8 dec. 2011, om 08:05 heeft Martin Jansa het volgende geschreven: On Thu, Dec 08, 2011 at 12:53:11AM +0100,

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

2011-12-08 Thread Mark Hatle
On 12/8/11 1:05 AM, Martin Jansa wrote: On Thu, Dec 08, 2011 at 12:53:11AM +0100, Andreas Müller wrote: On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we

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

2011-12-08 Thread Andreas Müller
On Thursday, December 08, 2011 04:40:38 PM Mark Hatle wrote: Andreas: What packaging type are you using? I know that RPM never uses the uid/gid, it always does a look up. If the look up fails it then falls back to root. So you should never see something like a 70, unless there is a manual

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

2011-12-07 Thread Richard Purdie
We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we use the rootfs files instead of those in the sysroot which can lead to incorrect file ownership issues. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org

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

2011-12-07 Thread Martin Jansa
On Wed, Dec 07, 2011 at 05:34:07PM +, Richard Purdie wrote: We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we use the rootfs files instead of those in the sysroot which can lead to incorrect file ownership issues.

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

2011-12-07 Thread Andreas Müller
On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we use the rootfs files instead of those in the sysroot which can lead to incorrect file ownership issues.

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

2011-12-07 Thread Richard Purdie
On Thu, 2011-12-08 at 00:53 +0100, Andreas Müller wrote: On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote: We need pseudo to use the rootfs passwd/group files belonging to the rootfs when building images. This patch ensures that we use the rootfs files instead of those in

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

2011-12-07 Thread Andreas Müller
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