Re: amrecover usage with chg-robot
"Stefan G. Weichinger" <[email protected]> Fri, 27 May 2022 10:28:09 +0200
| Newsgroups | gmane.comp.archivers.amanda.user |
|---|---|
| Message-ID | <[email protected]> |
Am 26.05.22 um 12:05 schrieb Stefan G. Weichinger: > Am 26.05.22 um 12:01 schrieb Stefan G. Weichinger: >> Am 26.05.22 um 04:10 schrieb Exuvo: >> >>> I think i had "/bin/gzip: gzip: stdin: decompression OK, trailing >>> garbage ignored" before i used -q to zstd which suppresses warnings >>> and interactivity. >> >> Maybe I could edit to "gzip -d" somewhere in the code to also suppress >> this? > > sorry, correction: > > "gzip -d -q" Trying this by: * moved gzip to gzip.binary * copied gunzip to gzip * edited gzip to call "gzip.binary -q" and rerunning my amrecover test with 2 tapes and device "robot" First tape is extracted OK That ugly "trailing garbage" message is gone now, as intended. The strace on tar shows that it exits with exit code 0. After that both tar and gzip.binary are shown as <defunct> in ps, whatever that means. And amidxtaped.xx.debug shows the same Fri May 27 10:26:40.042894830 2022: pid 737966: thd-0x563359eb2800: amidxtaped: /usr/lib64/perl5/vendor_perl/5.32/Amanda/Restore.pm:1719:info:4900000 12472320 kb as before. Maybe I have to wait ...