Monserrat Seisdedos Nuñez wrote:
> hello:
>
> does amdump run amreport at the end???.
> If so, shouldn't it send me a mail with the report???, amverify does send
> me a mail.
>
> when i run amreport myself it gives a segmentation fault.
>
> Thanks
> montse
hi there
in my amdump (it's a skript!) stands
# Send out a report on the dumps.
exec </dev/null >/dev/null 2>&1
$sbindir/amreport$SUF $conf
... so I think it should definitly do so.
if i remember correctly, there was a problem with my first installation
of amanda (a binary rpm of 2.4.1 something):
there were wrong paths in the script, so amdump never produced a mail
report. i had to run amcleanup manually to get a report, and there were
the right paths ...
i quick-fixed it with symlinks, cause i didn't want to touch the script,
and it worked.
now, i use 2.4.2, compiled from a tar-ball and everything was right in
the first place :-)
Simon Mayr