Re: Problem with amtape "hanging" when forked from Java

Robert Heller <[email protected]> Thu, 10 Mar 2022 17:08:36 -0500 (EST)
Newsgroups gmane.comp.archivers.amanda.user
Organization Deepwoods Software
Message-ID <[email protected]>
At Thu, 10 Mar 2022 15:07:14 -0500 Nathan Stratton Treadway <[email protected]> wrote:

> 
> On Thu, Mar 10, 2022 at 14:03:07 -0500, Robert Heller wrote:
> > It prints an error message and returns an error status:
> > 
> > backup@newserver:~$ amtape -otpchanger=vault_changer -ointeractivity='' wendellfreelibrary label wendellfreelibrary-vault-030
> > ERROR: Source Volume 'wendellfreelibrary-vault-030' not found
> > 
> > (and does not hang)
> 
> Hmmm.
> 
> What happens from the command line if you leave off the -ointeractivity
> parameter?

It works just fine.  (I have no interactivity configuration in any of my 
configurations files, so it is presumably defaulting to being empty.)

> 
> The strange thing is that the strace does seem to show a repeated
> looping over all the vtape slots, presumably continually searching for
> the specfied label.... but I didn't notice any activity that is
> obviously interactivity-related in between the loops.  So it's not clear
> why amtape is looping within the Java context but immeidately
> terminating with an error message in the shell/tclsh contexts.
> 
> 
> > I'm *guessing* that the Java Process created by exec() wants to deal with the                            
> > printout, but can't.                                                                                     
> 
> In the strace you posted, amtape appeared to be looping through the
> slots multiple times without attempting to write that "ERROR" message
> anywhere, so off hand I would guess amtape is getting put into a
> different search mode, rather than a problem with the Java side not
> being able to accept the output.  I'm not sure what would trigger that
> different mode, though.
> 
> I suppose my next suggestion would be to compare carefully the amtape
> .debug files between a run from the command line and a run from within
> Java -- any difference between the two could be a hint....
> 

Here is the diff:

*** amtape-java.debug	2022-03-10 16:14:52.556321620 -0500
--- amtape-shell.debug	2022-03-10 16:11:33.357521853 -0500
***************
*** 1,87 ****
! Thu Mar 10 16:13:15.068034312 2022: pid 19101: thd-0x55f1f8259c00: amtape: pid 19101 ruid 34 euid 34 version 3.5.1: start at Thu Mar 10 16:13:15 2022
! Thu Mar 10 16:13:15.068101557 2022: pid 19101: thd-0x55f1f8259c00: amtape: Arguments: -otpchanger=vault_changer -ointeractivity= deepsoft-normal label examplevault
! Thu Mar 10 16:13:15.068391863 2022: pid 19101: thd-0x55f1f8259c00: amtape: config_overrides: tpchanger vault_changer
! Thu Mar 10 16:13:15.068403765 2022: pid 19101: thd-0x55f1f8259c00: amtape: config_overrides: interactivity 
! Thu Mar 10 16:13:15.068513641 2022: pid 19101: thd-0x55f1f8259c00: amtape: reading config file /etc/amanda/deepsoft-normal/amanda.conf
! Thu Mar 10 16:13:15.068536891 2022: pid 19101: thd-0x55f1f8259c00: amtape: reading config file /etc/amanda/deepsoft-common/amanda.conf
! Thu Mar 10 16:13:15.104145340 2022: pid 19101: thd-0x55f1f8259c00: amtape: pid 19101 ruid 34 euid 34 version 3.5.1: rename at Thu Mar 10 16:13:15 2022
! Thu Mar 10 16:13:15.127817939 2022: pid 19101: thd-0x55f1f8259c00: amtape: chg-disk: Dir /backupdisk/deepsoft_vault/slots
! Thu Mar 10 16:13:15.127851840 2022: pid 19101: thd-0x55f1f8259c00: amtape: chg-disk: Using statefile '/backupdisk/deepsoft_vault/slots/state'
! Thu Mar 10 16:13:15.128193583 2022: pid 19101: thd-0x55f1f8259c00: amtape: find_volume labeled 'examplevault'
! Thu Mar 10 16:13:15.135960182 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 141
! Thu Mar 10 16:13:15.136117147 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 141
! Thu Mar 10 16:13:15.136850450 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot141/
! Thu Mar 10 16:13:15.137187946 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot141 error = 'File 0 not found'
! Thu Mar 10 16:13:15.137208586 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot141 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.137639552 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.137942996 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.145936026 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 142
! Thu Mar 10 16:13:15.145988390 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 142
! Thu Mar 10 16:13:15.146610802 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot142/
! Thu Mar 10 16:13:15.146858924 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot142 error = 'File 0 not found'
! Thu Mar 10 16:13:15.146876147 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot142 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.147269425 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.147498813 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.155594363 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 143
! Thu Mar 10 16:13:15.155646554 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 143
! Thu Mar 10 16:13:15.156265263 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot143/
! Thu Mar 10 16:13:15.156503284 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot143 error = 'File 0 not found'
! Thu Mar 10 16:13:15.156519100 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot143 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.156936106 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.157163339 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.165231000 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 144
! Thu Mar 10 16:13:15.165284413 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 144
! Thu Mar 10 16:13:15.165908552 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot144/
! Thu Mar 10 16:13:15.166149704 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot144 error = 'File 0 not found'
! Thu Mar 10 16:13:15.166164869 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot144 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.166559882 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.166789017 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.175120886 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 145
! Thu Mar 10 16:13:15.175175625 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 145
! Thu Mar 10 16:13:15.175819386 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot145/
! Thu Mar 10 16:13:15.176067028 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot145 error = 'File 0 not found'
! Thu Mar 10 16:13:15.176082479 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot145 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.176482614 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.176712579 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.185053096 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 150
! Thu Mar 10 16:13:15.185105533 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 150
! Thu Mar 10 16:13:15.185730415 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot150/
! Thu Mar 10 16:13:15.185966692 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot150 error = 'File 0 not found'
! Thu Mar 10 16:13:15.185981698 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot150 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.186380232 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.186606034 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.195073377 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 23
! Thu Mar 10 16:13:15.195125850 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 23
! Thu Mar 10 16:13:15.195751982 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot23/
! Thu Mar 10 16:13:15.195989122 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot23 error = 'File 0 not found'
! Thu Mar 10 16:13:15.196004103 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot23 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.196413240 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.196641536 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.205120774 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 27
! Thu Mar 10 16:13:15.205173435 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 27
! Thu Mar 10 16:13:15.205800779 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot27/
! Thu Mar 10 16:13:15.206037978 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot27 error = 'File 0 not found'
! Thu Mar 10 16:13:15.206052975 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot27 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.206448173 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.206674968 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.215196085 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 30
! Thu Mar 10 16:13:15.215248402 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 30
! Thu Mar 10 16:13:15.215968292 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot30/
! Thu Mar 10 16:13:15.216208935 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot30 error = 'File 0 not found'
! Thu Mar 10 16:13:15.216224122 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot30 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.216627728 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.216860170 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.225606294 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 46
! Thu Mar 10 16:13:15.225669811 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 46
! Thu Mar 10 16:13:15.226348990 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot46/
! Thu Mar 10 16:13:15.226624082 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot46 error = 'File 0 not found'
! Thu Mar 10 16:13:15.226640178 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot46 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.227069430 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.227310802 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:13:15.236200008 2022: pid 19101: thd-0x55f1f8259c00: amtape: parse_inventory: load slot 115
! Thu Mar 10 16:13:15.236254905 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 115
! Thu Mar 10 16:13:15.236895193 2022: pid 19101: thd-0x55f1f8259c00: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot115/
! Thu Mar 10 16:13:15.237139777 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot115 error = 'File 0 not found'
! Thu Mar 10 16:13:15.237165800 2022: pid 19101: thd-0x55f1f8259c00: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot115 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:13:15.237564585 2022: pid 19101: thd-0x55f1f8259c00: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:13:15.237792399 2022: pid 19101: thd-0x55f1f8259c00: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
--- 1,104 ----
! Thu Mar 10 16:09:04.258210052 2022: pid 18689: thd-0x55c92c51d000: amtape: pid 18689 ruid 34 euid 34 version 3.5.1: start at Thu Mar 10 16:09:04 2022
! Thu Mar 10 16:09:04.258287566 2022: pid 18689: thd-0x55c92c51d000: amtape: Arguments: -otpchanger=vault_changer deepsoft-normal label examplevault
! Thu Mar 10 16:09:04.258592995 2022: pid 18689: thd-0x55c92c51d000: amtape: config_overrides: tpchanger vault_changer
! Thu Mar 10 16:09:04.258713649 2022: pid 18689: thd-0x55c92c51d000: amtape: reading config file /etc/amanda/deepsoft-normal/amanda.conf
! Thu Mar 10 16:09:04.258739621 2022: pid 18689: thd-0x55c92c51d000: amtape: reading config file /etc/amanda/deepsoft-common/amanda.conf
! Thu Mar 10 16:09:04.312355119 2022: pid 18689: thd-0x55c92c51d000: amtape: pid 18689 ruid 34 euid 34 version 3.5.1: rename at Thu Mar 10 16:09:04 2022
! Thu Mar 10 16:09:04.322326242 2022: pid 18689: thd-0x55c92c51d000: amtape: Disabling Amanda::Interactivity::stdin because STDIN is not readable
! Thu Mar 10 16:09:04.336306142 2022: pid 18689: thd-0x55c92c51d000: amtape: chg-disk: Dir /backupdisk/deepsoft_vault/slots
! Thu Mar 10 16:09:04.336335165 2022: pid 18689: thd-0x55c92c51d000: amtape: chg-disk: Using statefile '/backupdisk/deepsoft_vault/slots/state'
! Thu Mar 10 16:09:04.336635921 2022: pid 18689: thd-0x55c92c51d000: amtape: find_volume labeled 'examplevault'
! Thu Mar 10 16:09:04.344358815 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 141
! Thu Mar 10 16:09:04.344509677 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 141
! Thu Mar 10 16:09:04.345255668 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot141/
! Thu Mar 10 16:09:04.345588385 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot141 error = 'File 0 not found'
! Thu Mar 10 16:09:04.345607874 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot141 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.346034682 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.346364257 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.354349587 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 142
! Thu Mar 10 16:09:04.354402150 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 142
! Thu Mar 10 16:09:04.355059011 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot142/
! Thu Mar 10 16:09:04.355304168 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot142 error = 'File 0 not found'
! Thu Mar 10 16:09:04.355320052 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot142 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.355711742 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.355949462 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.363947423 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 143
! Thu Mar 10 16:09:04.364001807 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 143
! Thu Mar 10 16:09:04.364641702 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot143/
! Thu Mar 10 16:09:04.364879708 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot143 error = 'File 0 not found'
! Thu Mar 10 16:09:04.364895624 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot143 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.365309848 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.365554176 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.373571971 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 144
! Thu Mar 10 16:09:04.373624458 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 144
! Thu Mar 10 16:09:04.374269724 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot144/
! Thu Mar 10 16:09:04.374511040 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot144 error = 'File 0 not found'
! Thu Mar 10 16:09:04.374526314 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot144 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.374974966 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.375218671 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.383420006 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 145
! Thu Mar 10 16:09:04.383472695 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 145
! Thu Mar 10 16:09:04.384111169 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot145/
! Thu Mar 10 16:09:04.384351382 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot145 error = 'File 0 not found'
! Thu Mar 10 16:09:04.384367201 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot145 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.384762717 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.385008124 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.393256338 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 150
! Thu Mar 10 16:09:04.393308749 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 150
! Thu Mar 10 16:09:04.393947902 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot150/
! Thu Mar 10 16:09:04.394187276 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot150 error = 'File 0 not found'
! Thu Mar 10 16:09:04.394202911 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot150 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.394599781 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.394854428 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.403158494 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 23
! Thu Mar 10 16:09:04.403210653 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 23
! Thu Mar 10 16:09:04.403851039 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot23/
! Thu Mar 10 16:09:04.404089501 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot23 error = 'File 0 not found'
! Thu Mar 10 16:09:04.404112642 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot23 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.404515484 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.404766498 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.413253616 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 27
! Thu Mar 10 16:09:04.413312994 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 27
! Thu Mar 10 16:09:04.413985274 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot27/
! Thu Mar 10 16:09:04.414245870 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot27 error = 'File 0 not found'
! Thu Mar 10 16:09:04.414262014 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot27 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.414662904 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.414979511 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.423521952 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 30
! Thu Mar 10 16:09:04.423573853 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 30
! Thu Mar 10 16:09:04.424227636 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot30/
! Thu Mar 10 16:09:04.424470013 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot30 error = 'File 0 not found'
! Thu Mar 10 16:09:04.424485887 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot30 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.424881913 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.425120241 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.433666025 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 46
! Thu Mar 10 16:09:04.433718873 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 46
! Thu Mar 10 16:09:04.434365847 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot46/
! Thu Mar 10 16:09:04.434606233 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot46 error = 'File 0 not found'
! Thu Mar 10 16:09:04.434621541 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot46 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.435045802 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.435286560 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.444038956 2022: pid 18689: thd-0x55c92c51d000: amtape: parse_inventory: load slot 115
! Thu Mar 10 16:09:04.444092412 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:420:info:1200000 slot 115
! Thu Mar 10 16:09:04.444745184 2022: pid 18689: thd-0x55c92c51d000: amtape: dir_name: /backupdisk/deepsoft_vault/slots/slot115/
! Thu Mar 10 16:09:04.444985905 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot115 error = 'File 0 not found'
! Thu Mar 10 16:09:04.445010066 2022: pid 18689: thd-0x55c92c51d000: amtape: Device file:/backupdisk/deepsoft_vault/slots/slot115 setting status flag(s): DEVICE_STATUS_VOLUME_UNLABELED
! Thu Mar 10 16:09:04.445412534 2022: pid 18689: thd-0x55c92c51d000: amtape: /usr/lib/x86_64-linux-gnu/amanda/perl/Amanda/Recovery/Scan.pm:471:error:1200002 File 0 not found
! Thu Mar 10 16:09:04.445659829 2022: pid 18689: thd-0x55c92c51d000: amtape: new Amanda::Changer::Error: type='fatal', message='File 0 not found'
! Thu Mar 10 16:09:04.455032568 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_utime   : 0
! Thu Mar 10 16:09:04.455049241 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_stime   : 0
! Thu Mar 10 16:09:04.455054842 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_maxrss  : 37224
! Thu Mar 10 16:09:04.455059684 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_ixrss   : 0
! Thu Mar 10 16:09:04.455063934 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_idrss   : 0
! Thu Mar 10 16:09:04.455068166 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_isrss   : 0
! Thu Mar 10 16:09:04.455072319 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_minflt  : 6174
! Thu Mar 10 16:09:04.455076587 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_majflt  : 0
! Thu Mar 10 16:09:04.455080776 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_nswap   : 0
! Thu Mar 10 16:09:04.455084975 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_inblock : 0
! Thu Mar 10 16:09:04.455089197 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_oublock : 40
! Thu Mar 10 16:09:04.455093429 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_msgsnd  : 0
! Thu Mar 10 16:09:04.455097564 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_msgrcv  : 0
! Thu Mar 10 16:09:04.455101776 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_nsignals: 0
! Thu Mar 10 16:09:04.455105962 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_nvcsw   : 4
! Thu Mar 10 16:09:04.455110124 2022: pid 18689: thd-0x55c92c51d000: amtape: ru_nivcsw  : 12
! Thu Mar 10 16:09:04.456452720 2022: pid 18689: thd-0x55c92c51d000: amtape: pid 18689 finish time Thu Mar 10 16:09:04 2022


> 
> 						Nathan
> 
> ----------------------------------------------------------------------------
> Nathan Stratton Treadway  -  [email protected]  -  Mid-Atlantic region
> Ray Ontko & Co.  -  Software consulting services  -   http://www.ontko.com/
>  GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt   ID: 1023D/ECFB6239
>  Key fingerprint = 6AD8 485E 20B9 5C71 231C  0C32 15F3 ADCD ECFB 6239
> 
>                                                               
> 

-- 
Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software        -- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
[email protected]       -- Webhosting Services
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.