Hello.

I have trouble running EncFS on mips with linux 2.6.12:
- I successfully compile fuse module:
~ # lsmod
Module                  Size  Used by    Not tainted
fuse 56752 0 - Live 0xc0017000
- I successfully compiled encfs, but got segfault all the time I'm
trying to use it:
~ # ls /tmp/
~ # encfs -v /tmp/crypto /tmp/clear
The directory "/tmp/crypto/" does not exist. Should it be created? (y,n)
y
The directory "/tmp/clear" does not exist. Should it be created? (y,n) 
y
Segmentation fault
~ # ls /tmp/
clear        crypto  

So encfs creates directories and crash. The most strange thing (besides
crash itself :) is that next time it do not see created directories and
asks for permission to create it. Afterwards it crash again:
~ # encfs -v /tmp/crypto /tmp/clear
The directory "/tmp/crypto/" does not exist. Should it be created? (y,n)
n
Directory not created.
Segmentation fault

regardless of my answer

~ # encfs -v /tmp/crypto /tmp/clear
The directory "/tmp/crypto/" does not exist. Should it be created? (y,n)
y
Unable to create directory: : File exists
Segmentation fault

Have anyone saw this behavior?
Do you have any ideas on possible cause?

thanks in advance,
Max.



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Encfs-users mailing list
Encfs-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/encfs-users

Reply via email to