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> &lt;<a href="mailto:hp@redhat.com">hp@redhat.com</a>&gt; 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>&gt;<br>&gt; Thanks.&nbsp;&nbsp;I am using the system bus so<br>&gt; I should do this instead:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; dbus-daemon --system --print-address &gt;/tmp/output 2&gt;&amp;1 &amp;<br>&gt;<br>
&gt; Is that correct?<br>&gt;<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 &quot;fake&quot; 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>