fbuccioni / bitcasad

A bitcasa filesystem mounter and watcher daemon
0 stars 0 forks source link

Error in start #1

Closed elranu closed 10 years ago

elranu commented 10 years ago

I'm getting the following error, any idea why? I'm not a python developer :(

Starting bitcasad 2014-10-14 15:00:08 bitcasad[23183] Mounting account elranu@xxxx.xxx in /netdrives/vol2/test from /etc/bitcasa.ini Traceback (most recent call last): File "/usr/local/bin/bitcasad", line 188, in , stdout=subprocess.PIPE File "/usr/lib/python3.2/subprocess.py", line 745, in init restore_signals, start_new_session) File "/usr/lib/python3.2/subprocess.py", line 1371, in _execute_child raise child_exception_type(errno_num, err_msg) OSError: [Errno 2] No such file or directory: 'mount.bitcasa'

fbuccioni commented 10 years ago

The error is because the system cannot find mount.bitcasa binary.

Are the bitcasa linux binaries installed?

If are installed and not work, maybe you need to give the path of mount.bitcasa manually to bitcasad with -b switch:

$ bitcasad -b /unknown/path/mount.bitcasa
elranu commented 10 years ago

thanks... I cannot install bitcasa binary because is an ARM platform. And bitcasa only has binaries for 32bits and 64 bits.