x-itec / pam-encfs

Automatically exported from code.google.com/p/pam-encfs
0 stars 0 forks source link

doesn't work out of the box on OpenSuSE 11.3 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ian Smith tracked down an issue on OpenSuSe:
----------
Eventually, I have tracked the problem down to the lines
// for some reason the current directory...
chdir(targetpath);

My machine (OpenSuSE 11.3) does not like that chdir.  If I change it to
chdir("/tmp"); then everything works beautifully.  I don't use gdm, but
I do use text console login and xdm, and both are happy with that
change and neither works without it.
----------

I'm not doing the change, as gdm seens to need a chdir to targetpath. And I 
unfortunatly don't have the time to check in 2-3 virtual machines, if a patch 
like that would work or not on debian/opensuse/fedora etc.

Original issue reported on code.google.com by aagaa...@gmail.com on 13 Oct 2010 at 6:43