<html><head></head><body>Did something go wrong in the image build that it didn&#39;t dump it in /usr for some reason? I&#39;m not sure why else that would happen, something when it installed the dbus rpm<br><br><div class="gmail_quote">On June 17, 2015 3:47:21 PM CDT, Mandar Joshi &lt;emailmandar@gmail.com&gt; wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> OK, I have a pi2 image built from RBF:<br /><br /> <a href="https://github.com/mndar/rbf">https://github.com/mndar/rbf</a><br /><br /> However, the dbus service is not working.<br /><br /> The way RBF is currently set up, it uses the raspi2 3.18.14-v7+ kernel<br /> on a vfat filesystem.<br /><br /> Are you using the raspi2 kernel and does your dbus service work?</blockquote><br /><br />I found a solution. Had to copy dbus.service and dbus.socket from<br />/lib/systemd/system/ to /usr/lib/systemd/system and create a symlink<br />for dbus.socket in dbus.target.wants<br /><br />The commands I executed were<br /><br />cd /usr/lib/systemd/system<br />cp /lib/systemd/system/dbus.s* .<br />cd dbus.target.wants/<br />ln -s ../dbus.socket .<br />reboot<br /><br />I tested this fix on Rpi2 and Odroid C1<br />Can you check if this works for you?<br />Not
sure why this problem should have occurred in the first place. But<br />the above steps do fix the problem for me.<br /><hr /><br />Arm-dev mailing list<br />Arm-dev@centos.org<br /><a href="http://lists.centos.org/mailman/listinfo/arm-dev">http://lists.centos.org/mailman/listinfo/arm-dev</a><br /></pre></blockquote></div></body></html>