On 29 Jul 2003, Frerich Raabe <[EMAIL PROTECTED]> wrote: > I just tried to hack up a little testcase, but I'm having problems getting > started. dcc_mon_poll always returns a null pointer, even though there are > distcc processes for the current user. Running distccmon-text shows those > jobs nicely, too. Any idea why dcc_mon_poll would fail to recognize distcc > processes?
The state directory has moved between 2.9 and CVS HEAD from /tmp to ~/.distcc. So dcc_mon_poll from CVS won't see processes running the 2.9 client. (For testing you can hack it to work with a symlink or just build against the 2.9 monitor library.) -- Martin __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
