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

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 2018-01-09 15:10:40

sainsuper
Member
Registered: 2017-06-12
Posts: 17

10.2.1 replicate to other esxi host : Segmentation fault

hello, i have upgrade to xsi backup pro from 10.1.1 (works)  to 10.2.1 and i have this error on replicate vm to other esxi

#  (c) XSIBACKUP-PRO 10.2.1 | Backup for (c) VMWARE ESXi Hypervisor by 33hops.com
#                                                                               
###################################################################################

NOTICE: (c) XSIBackup will kill any previous processes, make sure you don't overlap backup jobs
-------------------------------------------------------------------------------
XSIBackup PID:         85512269                                                       localhost
Tue, 09 Jan 2018 13:52:06 +0000                                IPv4: 192.168.1.99/255.255.255.0
VMware ESXi 5.1.0 build-838463                              (c) Rsync 3.1.0 as opt. dependency
-------------------------------------------------------------------------------
Backup Id:              unknownIntel(R) Xeon(R) CPU           E5645  @ 2.40GHz
Intel(R) Xeon(R) CPU           E5645  @ 2.40GHz
-------------------------------------------------------------------------------
ADVICE: no SSD disks, please consider adding an SSD cache disk to improve performance
-------------------------------------------------------------------------------
Backup user is: root
-------------------------------------------------------------------------------
Backup program is: onediff
-------------------------------------------------------------------------------
Service OpenSSH ready at server 192.168.1.95:22
Found (c) XSIBackup installation. Remote path is set dynamically
-------------------------------------------------------------------------------
Traceback (most recent call last):
  File "/bin/df", line 101, in <module>
    sys.exit(main(sys.argv))
  File "/bin/df", line 55, in main
    o = eval(output)
  File "<string>", line 1
    Errors:
          ^
SyntaxError: invalid syntax
Remote xsi path set to: . (filesystem: unknown)
-------------------------------------------------------------------------------
Remote ESXi version is 5.5.0
-------------------------------------------------------------------------------
Mirroring to server 192.168.1.95 port 22
Checking Rsync exists on the other side...
-------------------------------------------------------------------------------
Segmentation fault

Offline

#2 2018-01-09 18:51:00

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

We'll launch a new version containing some fixes in regards to espaces (no issues for paths without espaces). Stick to 10.1.1 until we release 10.2.2.

Offline

#3 2018-01-10 09:24:14

sainsuper
Member
Registered: 2017-06-12
Posts: 17

Re: 10.2.1 replicate to other esxi host : Segmentation fault

but i haven't  espaces in path, i have used this sintax:

"/vmfs/volumes/datastoreSAS/xsibackup/xsibackup" --backup-point="192.168.1.95:22/vmfs/volumes/datastore500dell2/replica" ...

Last edited by sainsuper (2018-01-10 09:26:10)

Offline

#4 2018-01-10 10:41:49

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

O.K., we found where the problem is. There are subttle differences between some utility binaries in different ESXi versions. Your ESXi 5.1.0 is not accepting one command, we'll fix it and reach back to you ASAP.

Offline

#5 2018-01-10 11:15:43

sainsuper
Member
Registered: 2017-06-12
Posts: 17

Re: 10.2.1 replicate to other esxi host : Segmentation fault

ok thank you. wink

Offline

#6 2018-01-13 19:44:40

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

We just released a fix for this issue.

Offline

#7 2018-01-15 14:14:41

sainsuper
Member
Registered: 2017-06-12
Posts: 17

Re: 10.2.1 replicate to other esxi host : Segmentation fault

Hello, i have installade 10.2.3 version ad i have same problem.


#  (c) XSIBACKUP-PRO 10.2.3 | Backup for (c) VMWARE ESXi Hypervisor by 33hops.com
#                                                                               
###################################################################################

NOTICE: (c) XSIBackup will kill any previous processes, make sure you don't overlap backup jobs
-------------------------------------------------------------------------------
XSIBackup PID:         85991527                                                       localhost
Mon, 15 Jan 2018 09:36:12 +0000                                IPv4: 192.168.1.99/255.255.255.0
VMware ESXi 5.1.0 build-838463                              (c) Rsync 3.1.0 as opt. dependency
-------------------------------------------------------------------------------
Backup Id:              unknownIntel(R) Xeon(R) CPU           E5645  @ 2.40GHz
Intel(R) Xeon(R) CPU           E5645  @ 2.40GHz
-------------------------------------------------------------------------------
ADVICE: no SSD disks, please consider adding an SSD cache disk to improve performance
-------------------------------------------------------------------------------
Backup user is: root
-------------------------------------------------------------------------------
Backup program is: onediff
-------------------------------------------------------------------------------
Service OpenSSH ready at server 192.168.1.95:22
-------------------------------------------------------------------------------
Found (c) XSIBackup installation. Remote path is set dynamically
-------------------------------------------------------------------------------
Traceback (most recent call last):
  File "/bin/df", line 101, in <module>
    sys.exit(main(sys.argv))
  File "/bin/df", line 55, in main
    o = eval(output)
  File "<string>", line 1
    Errors:
          ^
SyntaxError: invalid syntax
Remote xsi path set to: . (filesystem: unknown)
-------------------------------------------------------------------------------
Remote ESXi version is 5.5.0
-------------------------------------------------------------------------------
Mirroring to server 192.168.1.95 port 22
Checking Rsync exists on the other side...
-------------------------------------------------------------------------------
Segmentation fault

Offline

#8 2018-01-15 16:10:09

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

This is due to grep lacking the -E switch for regexp patterns in ESXi 5.1
We'll update this thread ASAP

Offline

#9 2018-01-15 16:13:38

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

Can you post the output of this command in your ESXi system?:

/usr/lib/vmware/busybox/bin/busybox --help

And also this:

/usr/lib/vmware/busybox/bin/busybox grep --help

Offline

#10 2018-01-15 16:18:19

sainsuper
Member
Registered: 2017-06-12
Posts: 17

Re: 10.2.1 replicate to other esxi host : Segmentation fault

of course  this is output
/usr/lib/vmware/busybox/bin/busybox --help:

BusyBox v1.19.0 (2012-02-29 14:20:08 PST) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
   or: busybox --list[-full]
   or: function [arguments]...

        BusyBox is a multi-call binary that combines many common Unix
        utilities into a single executable.  Most people will create a
        link to busybox for each function they wish to use and BusyBox
        will act like whatever it was invoked as.

Currently defined functions:
        [, [[, addgroup, adduser, ash, awk, basename, cat, chgrp, chmod, chown,
        chvt, cksum, clear, cp, crond, cut, date, dd, delgroup, deluser, diff,
        dirname, dnsdomainname, du, echo, egrep, eject, env, expr, false,
        fdisk, fgrep, find, getty, grep, groups, gunzip, gzip, halt, head,
        hexdump, hostname, inetd, init, kill, ln, logger, login, ls, lzop,
        lzopcat, md5sum, mkdir, mkfifo, mknod, mktemp, more, mv, nohup,
        nslookup, od, passwd, poweroff, printf, readlink, reboot, reset,
        resize, rm, rmdir, sed, seq, setsid, sh, sha1sum, sha256sum, sha512sum,
        sleep, sort, stat, stty, sum, sync, tail, tar, tee, test, time,
        timeout, touch, true, uname, uniq, unlzop, unzip, usleep, vi, watch,
        wc, wget, which, who, xargs, zcat


/usr/lib/vmware/busybox/bin/busybox grep --help:

BusyBox v1.19.0 (2012-02-29 14:20:08 PST) multi-call binary.

Usage: grep [-HhnlLoqvsriwFEz] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...

Search for PATTERN in FILEs (or stdin)

        -H      Add 'filename:' prefix
        -h      Do not add 'filename:' prefix
        -n      Add 'line_no:' prefix
        -l      Show only names of files that match
        -L      Show only names of files that don't match
        -c      Show only count of matching lines
        -o      Show only the matching part of line
        -q      Quiet. Return 0 if PATTERN is found, 1 otherwise
        -v      Select non-matching lines
        -s      Suppress open and read errors
        -r      Recurse
        -i      Ignore case
        -w      Match whole words only
        -F      PATTERN is a literal (not regexp)
        -E      PATTERN is an extended regexp
        -z      Input is NUL terminated
        -m N    Match up to N times per file
        -A N    Print N lines of trailing context
        -B N    Print N lines of leading context
        -C N    Same as '-A N -B N'
        -e PTRN Pattern to match
        -f FILE Read pattern from file

Offline

#11 2018-01-15 16:33:14

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

Thank you, but the -E switch is present indeed. I have to correct myself, I missed that they key is obvious:

Traceback (most recent call last):
  File "/bin/df", line 101, in <module>
    sys.exit(main(sys.argv))
  File "/bin/df", line 55, in main
    o = eval(output)
  File "<string>", line 1
    Errors:

Which is a Python error, where no Python code is present. This could be a broken installation, have you thought of that possibility?

Offline

#12 2018-01-15 17:13:45

sainsuper
Member
Registered: 2017-06-12
Posts: 17

Re: 10.2.1 replicate to other esxi host : Segmentation fault

admin wrote:

Which is a Python error, where no Python code is present. This could be a broken installation, have you thought of that possibility?

i don't know, because vmware installation isn't done by me, but is from a previous assistance.

but if i return back to 10.1.0 version it works.

Offline

#13 2018-01-15 19:50:21

tinus
Member
Registered: 2018-01-14
Posts: 3

Re: 10.2.1 replicate to other esxi host : Segmentation fault

/bin/df is python...

Offline

#14 2018-01-16 17:50:02

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

Re: 10.2.1 replicate to other esxi host : Segmentation fault

Offline

Board footer