I am trying to understand dbus and its usage of noncefile.<br><br>I have configured my server as such:<br><br> <listen>nonce-tcp:host=localhost,port=6767,noncefile=/dbus/var/testfile</listen><br><br>and this works okay, the right port is bound (once I do dbus-daemon --system). however I do not get the "nonce" file created where I expect it, it still gets put in the %temp% dir.<br>
<br>This would be okay.. but how does a client "discover" the nonce file? If i try dbus-monitor, it complains about missing noncefile and bails out:<br><br>C:\dbus\bin>dbus-monitor --system<br>Failed to open connection to system bus: Server address of type nonce-tcp was missing argument noncefile<br>
<br> If i specify --address with the information above, then it works. I am however trying to understand the usage scenario here. <br><br>I am using 1.4.1 on Win7 -- compiled under VS2010... hopefully I didn't screw up the compile options. Since it works if I specify the noncefile, I must be misunderstanding something about the usage model.<br>
<br>thanks in advance!<br>Will<br><br><br><br><br><br><br><br><br><br>