[dsc] upload-prep.pl / documentation inconsistencies - collector
Duane Wessels
wessels at measurement-factory.com
Mon Jul 13 19:49:15 UTC 2009
On Mon, 13 Jul 2009, Stuart Browne wrote:
> Hi,
>
> I found whilst following the instructions, there was an issue with the 'upload-prep.pl' routine the documentation states to use.
>
> The documentation states:
>
> % set prefix=/usr/local/dsc
> % mkdir $prefix/run
> % mkdir $prefix/run/ns0
> % mkdir $prefix/run/ns0/upload
> % mkdir $prefix/run/ns0/upload/oarc
> % mkdir $prefix/run/ns0/upload/archive
>
> The upload-prep.pl unfortunately only looks:
>
> /usr/local/dsc/etc/*.conf:
> run_dir "/usr/local/dsc/run";
Hi Stuart,
Following the above example, the idea is that you should put:
run_dir "/usr/local/dsc/run/ns0";
into your dsc.conf.
I see that the dsc.conf.sample file does not have any node name
on the sample run_dir line. Do you think it would help if the
dsc.conf.sample said this instead?:
run_dir "/usr/local/dsc/run/NODENAME";
DW
More information about the dsc
mailing list