2 Jun
2005
2 Jun
'05
2:20 p.m.
Hi friends,
When I try to generate the Availability Report static using my script
year=date +%Y
START=date +%s --date="01 $month $year 00:00:00"
END=date +%s --date="$day $month $year 23:59:59"
BBWEB="/sla/date +%Y/$month"
BBHELPSKIN="/home/hobbit/server/www/help"
BBNOTESSKIN="/home/hobbit/server/www/notes"
/home/hobbit/server/bin/bbgen --reportopts=$START:$END:1:crit
--subpagecolumns=2 /home/hobbit/server/www/sla/date +%Y/$month
I got these errors:
2005-06-02 11:13:49 xgetenv: Cannot find value for variable BBREPGREEN 2005-06-02 11:13:49 xgetenv: Cannot find value for variable MACHINE 2005-06-02 11:13:49 Environment variable MACHINE not defined 2005-06-02 11:13:49 Aborting
Any hint?
Thanks in Advance,
Mario