Today I have updated encfs from ports and I am able to mount my fs but can't create any file in decrypted directory.
I have tried to get logs from encfs (logs was generated when I was trying to exec touch command):
This occurs even when I create new encrypted filesystem. Everything is working when I get back to version 1.7.4_7. Anyone has similar problems or it is not working only on my PC?
Code:
$ touch ~/dec/aoeu
touch: /usr/home/r.jastrzebsk/dec/aoeu: Invalid argument
I have tried to get logs from encfs (logs was generated when I was trying to exec touch command):
Code:
$ encfs -f -v -d -s ~/enc ~/dec
unique: 68, opcode: LOOKUP (1), nodeid: 1, insize: 45, pid: 1584
LOOKUP /aoeu
getattr /aoeu
14:48:02 (MACFileIO.cpp:71) fs block size = 1024, macBytes = 8, randBytes = 0
14:48:02 (FileNode.cpp:116) calling setIV on (null)
14:48:02 (RawFileIO.cpp:164) getAttr error on /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o: No such file or directory
14:48:02 (CipherFileIO.cpp:94) in setIV, current IV = 0, new IV = 9363262934902116549, fileIV = 0
14:48:02 (DirNode.cpp:641) created FileNode for /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o
14:48:02 (encfs.cpp:133) getattr /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o
14:48:02 (RawFileIO.cpp:164) getAttr error on /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o: No such file or directory
14:48:02 (encfs.cpp:136) getattr error: No such file or directory
unique: 68, error: -2 (No such file or directory), outsize: 16
unique: 69, opcode: LOOKUP (1), nodeid: 1, insize: 45, pid: 1584
LOOKUP /aoeu
getattr /aoeu
14:48:02 (MACFileIO.cpp:71) fs block size = 1024, macBytes = 8, randBytes = 0
14:48:02 (FileNode.cpp:116) calling setIV on (null)
14:48:02 (RawFileIO.cpp:164) getAttr error on /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o: No such file or directory
14:48:02 (CipherFileIO.cpp:94) in setIV, current IV = 0, new IV = 9363262934902116549, fileIV = 0
14:48:02 (DirNode.cpp:641) created FileNode for /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o
14:48:02 (encfs.cpp:133) getattr /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o
14:48:02 (RawFileIO.cpp:164) getAttr error on /usr/home/r.jastrzebsk/enc/uu3awNWiboGjxgQY9nvnYb3o: No such file or directory
14:48:02 (encfs.cpp:136) getattr error: No such file or directory
unique: 69, error: -2 (No such file or directory), outsize: 16
unique: 70, opcode: FORGET (2), nodeid: 1, insize: 48, pid: 1696
FORGET 1/1
unique: 71, opcode: FORGET (2), nodeid: 2, insize: 48, pid: 1696
FORGET 2/1
DELETE: 2
unique: 72, opcode: DESTROY (38), nodeid: 0, insize: 40, pid: 1696
unique: 72, success, outsize: 16
This occurs even when I create new encrypted filesystem. Everything is working when I get back to version 1.7.4_7. Anyone has similar problems or it is not working only on my PC?