Hi,
when using lbl-templ in amanda.conf amcheck gives this error:
Would be nice to make this working again!Code:ERROR: lbl-templ set but no LPR command defined. You should reconfigure amanda and make sure it finds a lpr or lp command.
Ingo
Hi,
when using lbl-templ in amanda.conf amcheck gives this error:
Would be nice to make this working again!Code:ERROR: lbl-templ set but no LPR command defined. You should reconfigure amanda and make sure it finds a lpr or lp command.
Ingo
You can update the LPR and LPRFLAG setting in perl/Amanda/Constants.pm.
I have:
Code:$LPR = "/usr/bin/lpr"; $LPRFLAG = "-P";
Thanks a lot for the hint, but it does not make a difference with amcheck. Still the same error![]()
There is no way to fix amcheck without recompiling amanda.
but amreport should be able to print the label
Too bad. We use amcheck with the mail option. Without LPR we get an error and amcheck sends an appropriate mail.
Is there a script or readme anywhere how to reconfigure/recompile amanda?