<div dir="ltr"><div><div>Hi Thanks for the support. It helped.<br><br></div>    Now I am struck with below listed query. How I can create UID & GID.  To which user I have to create. (Please provide me a example)<br> I have attached my system.conf file.<br>
4-> While running Dbus-launch I was getting /DBUS/: Failed to start<br>
> message bus: Could not /get UID/ and /GID/ .<br>
<br>
You haven't created the user and group under which the dbus-daemon's<br>
configuration file configures it to run. Create that user, and that group.<br><br><br></div><b>Noet: when i run ./debus-daemon I am getting below error:</b> <br>./dbus-daemon --config-file=/usr/local/etc/dbus-1/system.conf --print-address --nofork --systemd-activation<br>
unix:path=/usr/local/var/run/dbus/system_bus_socket,guid=2226f10c2260e5dcf824a5e900000aae<br>Failed to start message bus: Could not get UID and GID for username "messagebus"<br><br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, May 8, 2013 at 5:32 PM, Simon McVittie <span dir="ltr"><<a href="mailto:simon.mcvittie@collabora.co.uk" target="_blank">simon.mcvittie@collabora.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 07/05/13 20:04, kumar undurthi wrote:<br>
>      I am trying to build Dbus on mipsel platform.<br>
<br>
</div>D-Bus works fine on mipsel platforms (e.g. in Debian). What's not<br>
working is your setup for D-Bus in your particular embedded OS (which<br>
you haven't told us).<br>
<br>
I would recommend using an existing software distribution (here is a<br>
random selection of software distributions: Debian, OpenWRT, Yocto). If<br>
you absolutely *must* construct your own, you will need to solve<br>
problems like this as part of that process.<br>
<div class="im"><br>
>    2-> ./configured --prefix=/home/Desktop --host=mipsel.... ...<br>
<br>
</div>I can tell that's not what you did, because the script is called<br>
"configure", not "configured". Please be precise, and copy/paste rather<br>
than quoting incorrectly from memory.<br>
<br>
I suspect there must have been a "make" and probably a "make install"<br>
around here, otherwise you wouldn't have any binaries. Again, please be<br>
precise, and quote what you actually did.<br>
<div class="im"><br>
>    3-> mounted the Dbus prefix Dir to taraget<br>
<br>
</div>I very much doubt your target platform is designed to expect D-Bus in<br>
/home/Desktop. Think about your design. Where is D-Bus meant to be?<br>
--prefix=/, --prefix=/usr or possibly --prefix=/usr/local is<br>
conventional. You will probably also want to use --localstatedir=/var to<br>
get a "normal" OS layout.<br>
<br>
(This is not directly relevant to the error message below, but it's<br>
probably going to be your next problem.)<br>
<br>
>    4-> While running Dbus-launch I was getting /DBUS/: Failed to start<br>
> message bus: Could not /get UID/ and /GID/ .<br>
<br>
You haven't created the user and group under which the dbus-daemon's<br>
configuration file configures it to run. Create that user, and that group.<br>
<br>
    S<br>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</blockquote></div><br></div>