DBUS Issues on ARM
Shilpa Sheoran
sheoran.shilpa at gmail.com
Tue Mar 20 10:50:43 PDT 2007
Looks like HAVE_POSIX_GETPWNAM_R is defined and getpwuid_r() is being
called instead of getpwuid.
config.h contains this flag
#define HAVE_POSIX_GETPWNAM_R 1
For now I set it to 0 in the config .h and some test apps are working.
Is this something that can be Undef during configure ?
Thanks.
Shilpa
On 3/17/07, Thiago Macieira <thiago at kde.org> wrote:
> Shilpa Sheoran wrote:
> >176: No cache for UID 0
> >176: User ??? unknown
> >176: Did not get any groups for UID 0
>
> You'll have to debug the daemon and find out why it can't get information
> for that user (libc function getpwuid).
>
> --
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
> PGP/GPG: 0x6EF45358; fingerprint:
> E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
>
>
More information about the dbus
mailing list