* failed to start ofonod.... @ 2009-06-11 7:55 WuYongbo 2009-06-11 8:10 ` Santtu Lakkala 2009-06-11 9:21 ` Aki Niemi 0 siblings, 2 replies; 6+ messages in thread From: WuYongbo @ 2009-06-11 7:55 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 388 bytes --] Hi all, I got the source code by git-clone and built it successfully. but failed to start ofonod.... *$ sudo ofonod -n -d ofonod[25234]: oFono version 0.0 ofonod[25234]: Unable to hop onto D-Bus: Connection ":1.646" is not allowed to own the service "org.ofono" due to security policies in the configuration file ofonod[25234]: Exit * OS: ubuntu 9.04* *-- Good luck ! [-- Attachment #2: attachment.html --] [-- Type: text/html, Size: 744 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed to start ofonod.... 2009-06-11 7:55 failed to start ofonod WuYongbo @ 2009-06-11 8:10 ` Santtu Lakkala 2009-06-11 9:21 ` Aki Niemi 1 sibling, 0 replies; 6+ messages in thread From: Santtu Lakkala @ 2009-06-11 8:10 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 883 bytes --] -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 WuYongbo wrote: > I got the source code by git-clone and built it successfully. > but failed to start ofonod.... > > *$ sudo ofonod -n -d > ofonod[25234]: oFono version 0.0 > ofonod[25234]: Unable to hop onto D-Bus: Connection ":1.646" is not allowed > to own the service "org.ofono" due to security policies in the configuration > file > ofonod[25234]: Exit Sounds like you don't have the src/ofono.conf installed in /etc/dbus-1/system.d; this should allow root to own the org.ofono service (and the local user to use it). - -- Santtu Lakkala -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkowvBIACgkQX9Rc0+po4p1qgACdHEJOip8TYcCP1o7PWpeFYB6U iO4AoJbvwW9bmTae65ySZfKVM84g0LqA =Nsbw -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed to start ofonod.... 2009-06-11 7:55 failed to start ofonod WuYongbo 2009-06-11 8:10 ` Santtu Lakkala @ 2009-06-11 9:21 ` Aki Niemi 2009-06-11 11:47 ` Marcel Holtmann 1 sibling, 1 reply; 6+ messages in thread From: Aki Niemi @ 2009-06-11 9:21 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 394 bytes --] On Thu, 11 Jun 2009 15:55:58 +0800, WuYongbo <wilbur.unail@gmail.com> wrote: > *$ sudo ofonod -n -d > ofonod[25234]: oFono version 0.0 > ofonod[25234]: Unable to hop onto D-Bus: Connection ":1.646" is not allowed > to own the service "org.ofono" due to security policies in the > configuration > file > ofonod[25234]: Exit Try: $ sudo /etc/init.d/dbus reload Cheers, Aki ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed to start ofonod.... 2009-06-11 9:21 ` Aki Niemi @ 2009-06-11 11:47 ` Marcel Holtmann 0 siblings, 0 replies; 6+ messages in thread From: Marcel Holtmann @ 2009-06-11 11:47 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 483 bytes --] Hi Aki, > > *$ sudo ofonod -n -d > > ofonod[25234]: oFono version 0.0 > > ofonod[25234]: Unable to hop onto D-Bus: Connection ":1.646" is not > allowed > > to own the service "org.ofono" due to security policies in the > > configuration > > file > > ofonod[25234]: Exit > > Try: > > $ sudo /etc/init.d/dbus reload if you need that, then your system is messed up. D-Bus should use inotify and auto-detect policy changes and reload them. Regards Marcel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed to start ofonod.... @ 2009-09-24 5:25 Zhao, Lihan 2009-09-24 16:10 ` Marcel Holtmann 0 siblings, 1 reply; 6+ messages in thread From: Zhao, Lihan @ 2009-09-24 5:25 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 383 bytes --] I also face the problem when I install ofono on a new machine. Unable to hop onto D-Bus I run as root, but the same error as WuYongbo and no configure directory "ofono" under /etc By the way, I manually installed dbus-1-dev and dbus-glib-1-dev, unless ./bootstrap-configure reminds that DBUS>=1.0 is required. Os: ubuntu 9.04. Thank you Best Regards, Lihan [-- Attachment #2: attachment.html --] [-- Type: text/html, Size: 4238 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: failed to start ofonod.... 2009-09-24 5:25 Zhao, Lihan @ 2009-09-24 16:10 ` Marcel Holtmann 0 siblings, 0 replies; 6+ messages in thread From: Marcel Holtmann @ 2009-09-24 16:10 UTC (permalink / raw) To: ofono [-- Attachment #1: Type: text/plain, Size: 476 bytes --] Hi Lihan, > I also face the problem when I install ofono on a new machine. > > > > Unable to hop onto D-Bus > > > > I run as root, but the same error as WuYongbo and no configure > directory “ofono” under /etc > > > > By the way, I manually installed dbus-1-dev and dbus-glib-1-dev, > unless ./bootstrap-configure reminds that DBUS>=1.0 is required. you need to copy the D-Bus security policy before it will work. Regards Marcel ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-09-24 16:10 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-06-11 7:55 failed to start ofonod WuYongbo 2009-06-11 8:10 ` Santtu Lakkala 2009-06-11 9:21 ` Aki Niemi 2009-06-11 11:47 ` Marcel Holtmann -- strict thread matches above, loose matches on Subject: below -- 2009-09-24 5:25 Zhao, Lihan 2009-09-24 16:10 ` Marcel Holtmann
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.