You are not logged in.

#1 2010-02-28 18:08:35

Arm-the-Homeless
Member
Registered: 2008-12-22
Posts: 273

encfs fails with new boost update

Mounting with encfs (1.5-8) gives an error with the boost (1.42.0-1) update.

It returns the following error:

encfs: error while loading shared libraries: libboost_serialization-mt.so.1.41.0: cannot open shared object file: No such file or directory

Offline

#2 2010-02-28 18:11:12

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: encfs fails with new boost update

that's a bug, submit it


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-02-28 18:24:15

Arm-the-Homeless
Member
Registered: 2008-12-22
Posts: 273

Re: encfs fails with new boost update

Mkay. Done.

And when I rebuilt it with the new boost, it gave an error about not being able to parse the .encfs6.xml file.

Offline

#4 2010-03-01 00:51:08

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: encfs fails with new boost update

@Arm-the-Homeless:

Aaaargh - you are so right! Just discovered the horror of this myself ...

$ encfs ~/folder ~/mountpt
00:45:54 (FileUtils.cpp:375) Archive exception: stream error
00:45:54 (FileUtils.cpp:326) Found config file /home/user/folder/.encfs6.xml, but failed to load
Creating new encrypted volume.
Please choose from one of the following options:
enter "x" for expert configuration mode,
enter "p" for pre-configured paranoia mode,
anything else, or an empty line will select standard mode.

My laptop is paralysed unless I downgrade now.
sad

Offline

#5 2010-03-01 01:33:30

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: encfs fails with new boost update

My laptop is paralysed unless I downgrade now.

Some months ago LUKS users were locked out of their homes http://bugs.archlinux.org/task/16735 now EncFS has problems. Seems very unreliable and a dangerous game to be playing. Or maybe it is a plus, data that is safe even from you! smile

Last edited by anrxc (2010-03-01 01:34:26)


You need to install an RTFM interface.

Offline

#6 2010-03-01 14:13:15

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: encfs fails with new boost update

Arm-the-Homeless wrote:

Mkay. Done.

Could you please provide a link to your bug report? I couldn't find it in the Arch Bugtracker I'm afraid.

Offline

#7 2010-03-01 19:49:58

Lars Stokholm
Member
From: Denmark
Registered: 2009-03-17
Posts: 223

Offline

#8 2010-03-01 21:42:58

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: encfs fails with new boost update

Thank you!
(PS: have just downgraded encfs and boost to save sanity)
wink

Offline

#9 2010-03-02 03:25:23

corevisual
Member
From: Charlottesville, VA
Registered: 2008-11-26
Posts: 7

Re: encfs fails with new boost update

Additionally -- beware, anyone using the [testing] repos.  Openssl/libssl 0.9.8m-1 will also break encfs even if you've downgraded it and boost.  It will mount and show directories okay, but you'll get an "Input/output error" when trying to access files.

It seems to be working for me at encfs 1.5-6, boost 1.41.0-2, and openssl 0.9.8l-1.  (x86_64)

Last edited by corevisual (2010-03-02 03:28:22)

Offline

#10 2010-03-02 09:01:39

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: encfs fails with new boost update

corevisual wrote:

Additionally -- beware, anyone using the [testing] repos.  Openssl/libssl 0.9.8m-1 will also break encfs even if you've downgraded it and boost.  It will mount and show directories okay, but you'll get an "Input/output error" when trying to access files.

Thanks for warning about that!

Offline

#11 2010-03-02 09:10:27

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: encfs fails with new boost update

Strange, there was no issues here after upgrading boost and encfs. Should I expect problems later?


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#12 2010-03-02 11:15:49

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: encfs fails with new boost update

I have:

boost 1.42.0-1
openssl 0.9.8l-1
pyopenssl 0.10-1

and don't see any problems on a locally mounted directory that resides on external Esata disk.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#13 2010-03-02 12:11:28

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: encfs fails with new boost update

@ SanskritFritz and Mektub:

Your working encrypted filesystems: are these newly created ones or ones created with the previous versions of encfs, boost and openssl?

Offline

#14 2010-03-02 12:39:59

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: encfs fails with new boost update

ninian wrote:

@ SanskritFritz and Mektub:

Your working encrypted filesystems: are these newly created ones or ones created with the previous versions of encfs, boost and openssl?

It was with a previous version, don't know which one, since it was about 3 years ago.

Mektub

Last edited by Mektub (2010-03-02 12:40:30)


Follow me on twitter: https://twitter.com/johnbina

Offline

#15 2010-03-02 12:49:28

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: encfs fails with new boost update

Same situation here. My encrypted filesystem is at least two years old.


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#16 2010-03-02 17:56:37

korpenkraxar
Member
Registered: 2006-04-02
Posts: 123

Re: encfs fails with new boost update

Ooo. This was bad. I had to recompile encfs against boost 1.41 to get it up and running again.

Thanx for the thread dudes! I had probably not figured this one out on my own.

Offline

#17 2010-03-02 20:00:56

itti
Member
Registered: 2007-06-01
Posts: 77

Re: encfs fails with new boost update

How can downgrading be done? It seems I'm not able to compile encfs against a boost-1.41 compiled out of the offiicial tarball and I've already deleted the cached pacman packages...

Offline

#18 2010-03-02 20:24:36

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: encfs fails with new boost update

itti wrote:

How can downgrading be done? It seems I'm not able to compile encfs against a boost-1.41 compiled out of the offiicial tarball and I've already deleted the cached pacman packages...

# pacman -U boost-1.41.0-2-i686.pkg.tar.gz
# pacman -U encfs-1.5-6-i686.pkg.tar.gz

with the packages downloaded from:

wink

Offline

#19 2010-03-03 09:52:32

kosmiciatakuja
Member
Registered: 2010-01-27
Posts: 46

Re: encfs fails with new boost update

When downgrading boost to 1.41 beware of a recent akonadi update if you're a kde4 user. It requires boost-1.42 so you can either use akonadi and all kde pim apps like kmail or contact or you can use encfs. Or you downgrade akonadi, which is what I did smile

Offline

#20 2010-03-03 18:34:24

itti
Member
Registered: 2007-06-01
Posts: 77

Re: encfs fails with new boost update

thank you for the advice. smile

Offline

#21 2010-03-03 20:50:01

MTsoul
Member
From: Vancouver, BC
Registered: 2008-08-14
Posts: 95
Website

Re: encfs fails with new boost update

Even after downgrading, I cannot access my files.

They get mounted correctly, and ls lists the files and their sizes just right, but if I try to read them:

cat: file.txt: Input/output error

What happened here?

Offline

#22 2010-03-03 23:12:25

Arm-the-Homeless
Member
Registered: 2008-12-22
Posts: 273

Re: encfs fails with new boost update

Even after downgrading, it stays the same. -_-

Offline

#23 2010-03-04 02:25:19

Myranti
Member
Registered: 2010-03-04
Posts: 20

Re: encfs fails with new boost update

@ MTsoul and Arm-the-Homeless: This may be related to http://bbs.archlinux.org/viewtopic.php?id=92397 about openssl. I had to downgrade from openssl-0.9.8m to openssl-0.9.8l to access files.

Offline

#24 2010-03-04 02:29:48

MTsoul
Member
From: Vancouver, BC
Registered: 2008-08-14
Posts: 95
Website

Re: encfs fails with new boost update

@Myranti, this fixed my issue. Thanks. Gah I was email-less for hours!

Offline

#25 2010-03-04 21:33:01

crobe
Member
Registered: 2009-10-11
Posts: 6

Re: encfs fails with new boost update

Hi,

I also experienced this problem, downgrading libboost should not be an option, as there are some apps ( hugin, lyx ) that are build against the latest version.

Any real fix here?

Offline

Board footer

Powered by FluxBB