I am sorry, but where does DBUS_VERBOSE=1 goes?<br>
In the system.conf file?<br>
<br><br><div><span class="gmail_quote">On 6/28/06, <b class="gmail_sendername">Havoc Pennington</b> <<a href="mailto:hp@redhat.com">hp@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Mark S. Townsley wrote:<br>><br>> Thanks. I am using the system bus so<br>> I should do this instead:<br>><br>> dbus-daemon --system --print-address >/tmp/output 2>&1 &<br>><br>
> Is that correct?<br>><br><br>Well, the system bus is probably a lot harder, since it needs to be<br>running as a special user and so forth. For the system bus you probably<br>want to edit the config file to change the location of the socket and
<br>the user it runs as, to create sort of a "fake" system bus; then run it<br>with --config-file=myconfig.conf instead of with --system.<br><br>Or you could put DBUS_VERBOSE=1 and the output redirection into the init
<br>script, and reboot. Don't do this on a production system though, I don't<br>think the verbosity is good for security.<br><br>Havoc<br></blockquote></div><br>