Alexey Gusakov

Results 5 comments of Alexey Gusakov

ldd /usr/lib/x86_64-linux-gnu/ganesha/libfsallizardfs.so linux-vdso.so.1 (0x00007ffd56329000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1b088ff000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1b088f5000) libisal.so.2 => /lib/x86_64-linux-gnu/libisal.so.2 (0x00007f1b088b6000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1b088b1000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f1b0872d000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1b085aa000) libgcc_s.so.1 =>...

I checked all libs - it presents in my systems. Maybe nfs-ganesha packedge should another version?

Install Ganesha 3.2 - take other mistake: undefined symbol:: fsal_maxpathlen

Try compile from source. And can't fetch from git :( Yes, ganesha used in source code is 2.5-stable. It's not possible install this version on Debian Buster. Any idea?

Try to compile with ganesha 2.7 stable. Get this mistake: /root/lizardfs-3.13.0-rc2/src/nfs-ganesha/export.c: In function ‘lzfs_fsal_fs_lease_time’: /root/lizardfs-3.13.0-rc2/src/nfs-ganesha/export.c:331:9: warning: implicit declaration of function ‘fsal_lease_time’; did you mean ‘fsal_release_attrs’? [-Wimplicit-function-declaration] return fsal_lease_time(info); ^~~~~~~~~~~~~~~ fsal_release_attrs...