VMware Cloud Community
gregorystorme
Contributor
Contributor

file level recovery on debian 64-bit

Hi,

Running VDR 1.2.0.1131.

Trying to use file level recovery on a debian lenny 64bit guest machine.

We compiled fuse 2.8.4 using the CCFLAGS "-m32".

On running the VdrFileRestore binary we get the error "ERROR: FUSE version 2.5 and above is required.".

~# fusermount -V

fusermount version: 2.8.4

~# file /usr/local/bin/fusermount

/usr/local/bin/fusermount: setuid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, not stripped

Any suggestions please?

0 Kudos
5 Replies
Tomek24VMWARE
Contributor
Contributor

Hi i have this same problem on Debian lenny, I have fuse 2.7.4 And not working.

Smiley Sad

0 Kudos
gregorystorme
Contributor
Contributor

out of office reply removed

0 Kudos
admin
Immortal
Immortal

http://www.vmware.com/pdf/vdr_12_admin.pdf

Supported Linux distros are listed page 32

0 Kudos
admin
Immortal
Immortal

It maybe something in the helper file that does not like Debian. You can also try the following

ls -la

... omitting library files, etc

-rwxr-xr-x 2 dbjones dbjones 6916649 2010-07-01 17:53 vdrFileRestore

0 Kudos
Tomek24VMWARE
Contributor
Contributor

I have this error:

kompiller:/usr/src/VMwareRestoreClient# whereis libgcc_s.so.1

libgcc_s.so: /lib/libgcc_s.so.1 /lib64/libgcc_s.so.1

kompiller:/usr/src/VMwareRestoreClient# export LD_LIBRARY_PATH=/lib64/

kompiller:/usr/src/VMwareRestoreClient# ./vdrFileRestore

./vdrFileRestore: error while loading shared libraries: libgcc_s.so.1: wrong ELF class: ELFCLASS64

What now? What is this ELFCLASS64 ? I must have 32bit system? or library?

Tom

0 Kudos