©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 2019-06-29 20:03:14

BitBot
Member
Registered: 2018-08-15
Posts: 2

Error code 97 at file crypt.c, line 97 Error description: decrypt erro

trying to use, and get the error.  not sure where i would create crypt.c
here is what i got..


[root@BitBot-ESXi67-1:/vmfs/volumes/5a649724-4678a953-2b52-0010e0238dc6/xsi-dir] ./xsibackup --backup "VMs(BitBot-DC2019,SEM,Orion,BitBot-SCCM,BAMS)" /vmfs/volu
mes/BACKUPS/PROD --compression --quiesce --verbosity
|---------------------------------------------------------------------------------|
||-------------------------------------------------------------------------------||
|||   (c)XSIBackup-Datacenter 0.9.3.9: Data Management Software                 |||
|||   (c)33HOPS, Sistemas de Informacion y Redes, S.L. | All Rights Reserved    |||
||-------------------------------------------------------------------------------||
|---------------------------------------------------------------------------------|
                   (c)Daniel J. Garcia Fidalgo | info@33hops.com
|---------------------------------------------------------------------------------|
System Information: ESXi, Kernel 6 Major 7 Minor 0 Patch 0
-----------------------------------------------------------------------------------------------------------------
2019-06-29T19:57:22 | Error code 97 at file crypt.c, line 97
Error description: decrypt error: No such file or directory
-----------------------------------------------------------------------------------------------------------------
Licensed to: Unlicensed trial version
-----------------------------------------------------------------------------------------------------------------
PID: 2169310, Running job as: root
-----------------------------------------------------------------------------------------------------------------
Trial version allows backups and replicas during 6 h. after each reboot
-----------------------------------------------------------------------------------------------------------------
sh: /vmfs/volumes/5a649724-4678a953-2b52-0010e0238dc6/xsi-dir/bin/xsilib: Permission denied
2019-06-29T19:57:22 | Error code 2346 at file common.c, line 2346
Error description: could not remove the /tmp/xsi directory
-----------------------------------------------------------------------------------------------------------------
Unlocked backup          OK
-----------------------------------------------------------------------------------------------------------------
Removed PID file         OK
-----------------------------------------------------------------------------------------------------------------

Offline

#2 2019-07-01 09:21:50

admin
Administrator
Registered: 2017-04-21
Posts: 2,057

Re: Error code 97 at file crypt.c, line 97 Error description: decrypt erro

That's just an error after

Trial version allows backups and replicas during 6 h. after each reboot

Reboot your test server and try again.

XSIBackup will always try to keep running instead of raising the error and exiting, which is normal behaviour. Thus, only the first error in the stack is indicating the real error condition that, in turn, is causing the rest in a cascade effect.

In this case, the program stops execution due to the Trial version limitation and then keeps on raising errors. We'll probably consider this an exception in next version and just exit after the notice.

Have you set proper execution permissions for the program to be able to run?

chmod -R 0700 xsibackup bin

Offline

Board footer