Vernon Schryver
vjs@calcite.rhyolite.com
Sat Mar 19 04:45:20 UTC 2005
> From: Daniel V Klein
> I built the new dcc, and I get the error
> /var/dcc/libexec/dccm: No match.
> when running start-dccm as part of the rebuild
>
> The error comes down to this line:
>
> su - root -c /var/dcc/libexec/dccm -SHELO -Smail_host -SSender -SList-ID -l D?log -t CMN,20,20 -w whiteclnt -U userdirs
>
> And I find that I can make it work if I manually quote the '?' in the -l option
> su - root -c /var/dcc/libexec/dccm -SHELO -Smail_host -SSender -SList-ID -l 'D?log' -t CMN,20,20 -w whiteclnt -U userdirs
Does DCCM_ARGS in /var/dcc/dcc_conf look something like the following?:
DCCM_ARGS="-SHELO -Smail_host -SSender -SList-ID -l D?log"
If so, does changing it to
DCCM_ARGS="-SHELO -Smail_host -SSender -SList-ID -l 'D?log'"
work?
Vernon Schryver vjs@rhyolite.com
More information about the DCC
mailing list