The python script "/usr/bin/glusterfind" try to import module "/usr/libexec/glusterfs/". But this path don't exists on Ubuntu.
The glusterfind module files are located in "/usr/lib/x86_64-linux- gnu/glusterfs/" on x86_64 system. An "easy" workaround is to create a symbolic link from "/usr/libexec" to "/usr/lib/x86_64-linux-gnu". $> sudo ln -s /usr/lib/x86_64-linux-gnu /usr/libexec However, the name of the source directory (x86_64-linux-gnu) varies depending on the system arch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1529586 Title: glusterfind ImportError: No module named glusterfind.main To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glusterfs/+bug/1529586/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
