[Bug 744542] Re: encfs creating / mouting failed

2011-03-29 Thread Valient Gough
Is fuse listed in /proc/filesystems? Also, any fuse related errors in /var/log/messages? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/744542 Title: encfs creating / mouting failed --

[Bug 657394] Re: please sync encfs 1.7.2 from debian unstable - security vulnerabilities

2011-01-17 Thread Valient Gough
encfs 1.7.2 is not the most recent release and has one known bug which is fixed in the 1.7.4 release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/657394 Title: please sync encfs 1.7.2 from debian

[Bug 351291] Re: [RS690M] screen flickers when CPU is at low frequency

2009-06-30 Thread Valient Gough
Installing the snapshot fixed it for me on a Toshiba laptop. This problem causes a poor out-of-box experience, and almost caused me to give up on Ubuntu 9.04 within 24 hours of installing it. What is the holdup on having a fix in the official distribution? -- [RS690M] screen flickers when CPU

[Bug 234818] Re: encfs Unable to find cipher ssl/blowfish-v0.2, version 2:0:1

2008-11-10 Thread Valient Gough
My apologies. Could the Hardy packages have been built with an old version of OpenSSL (pre 0.9.7)? Encfs 1.0 switched to using new EVP methods in OpenSSL, which required OpenSSL 0.9.7 or later. If encfs was built with earlier versions of OpenSSL, or versions with broken EVP interfaces (?),

[Bug 234818] Re: encfs Unable to find cipher ssl/blowfish-v0.2, version 2:0:1

2008-11-08 Thread Valient Gough
reagle: No, you don't have to do anything. This only affects encfs partitions from before Feb 2004 - prior to encfs 1.0 release. -- encfs Unable to find cipher ssl/blowfish-v0.2, version 2:0:1 https://bugs.launchpad.net/bugs/234818 You received this bug notification because you are a member

[Bug 96788] Re: ntp doesn't work after suspend / resume

2008-07-14 Thread Valient Gough
I haven't seen this problem on my laptop running Hardy. The laptop that had the problem is now running Fedora. -- ntp doesn't work after suspend / resume https://bugs.launchpad.net/bugs/96788 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 127611] Re: Toshiba ACPI not enabled, fnfxd not works

2008-05-31 Thread Valient Gough
I get the same error message from fnfxd when booting on my Toshiba Satellite, and the brightness hotkeys don't work. However I can change brightness manually by echoing values to /proc/acpi/video/VGA/LCD/brightness . Note that this works out of the box on Fedora 9. I booted up a live-cd, and it

[Bug 234818] Re: encfs Unable to find cipher ssl/blowfish-v0.2, version 2:0:1

2008-05-25 Thread Valient Gough
Sorry, but that algorithm has been out of date for years. It was replaced a long time ago and backward-compatibility was finally dropped in 1.4.x. You will need to use an old version of encfs to be able to read the volume. ** Changed in: encfs (Ubuntu) Status: New = Invalid -- encfs

[Bug 81080] Re: rsync timestamp bug on encfs/fuse

2008-05-10 Thread Valient Gough
You may want to try upgrading to a newer version of FUSE. I cannot reproduce this behavior - I see exactly the same timestamps when I rsync to an encfs filesystem as I do when syncing to an ext3 filesystem. If you are still seeing this after upgrading FUSE and encfs, then please provide the

[Bug 81080] Re: rsync timestamp bug on encfs/fuse

2008-03-04 Thread Valient Gough
Next release of encfs. I do not maintain the Ubuntu package, or have any control over Ubuntu releases, or even Ubuntu packages of encfs. As the previous mail said, the problem could not be reproduced with encfs 1.4.0 release. The current release is 1.4.1.1. -- rsync timestamp bug on

[Bug 107594] Re: encfs does not work with sshfs in feisty AMD64

2008-01-27 Thread Valient Gough
I just tested on an AMD64 system with Ubuntu 7.10, with the most recent versions of sshfs and encfs. I am unable to reproduce this bug. If there isn't a more recent SSHFS package for Ubuntu, it is easy to build yourself. Extract the tar file and run the following to generate a debian package

[Bug 96581] Re: [apport] encfs crashed with SIGSEGV in memcpy()

2008-01-27 Thread Valient Gough
** Changed in: encfs (Ubuntu) Status: Confirmed = Fix Released -- [apport] encfs crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/96581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 184905] Re: encfsctl export adds prefix instead of directory

2008-01-22 Thread Valient Gough
Added check in helper function to ensure paths are as expected. diff -rN old-encfs-1.4/encfs/encfsctl.cpp new-encfs-1.4/encfs/encfsctl.cpp 415a416,423 static bool endsWith(const string str, char ch) { if(str.empty()) return false; else return str[str.length()-1] == ch;

[Bug 160214] Re: Can't Delete Folder - Corrupted FS?

2008-01-07 Thread Valient Gough
Fix included in 1.4.0 release. ** Changed in: encfs Status: Fix Committed = Fix Released -- Can't Delete Folder - Corrupted FS? https://bugs.launchpad.net/bugs/160214 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 108649] Re: mount.fuse passes bad arguments to encfs

2008-01-07 Thread Valient Gough
Added -o passthrough in 1.4.0 ** Changed in: encfs Importance: Undecided = Wishlist Status: New = Fix Released -- mount.fuse passes bad arguments to encfs https://bugs.launchpad.net/bugs/108649 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 81080] Re: rsync timestamp bug on encfs/fuse

2008-01-07 Thread Valient Gough
I haven't been able to reproduce this with encfs 1.4.0 on Ubuntu Gutsy x86-64 install. Marking closed. ** Changed in: encfs Status: Fix Committed = Fix Released -- rsync timestamp bug on encfs/fuse https://bugs.launchpad.net/bugs/81080 You received this bug notification because you are

[Bug 108649] Re: mount.fuse passes bad arguments to encfs

2008-01-01 Thread Valient Gough
added '-o' argument which passes through to fuse, eg: sudo mount encfs#/tmp/crypt.raw /tmp/crypt -t fuse -o debug ** Changed in: encfs (Ubuntu) Status: Confirmed = Fix Committed -- mount.fuse passes bad arguments to encfs https://bugs.launchpad.net/bugs/108649 You received this bug

[Bug 96581] Re: [apport] encfs crashed with SIGSEGV in memcpy()

2008-01-01 Thread Valient Gough
Fuse was changed in 2.7.0 to accept a null op in fuse_main again, so this no longer occurs. ** Changed in: encfs Status: Confirmed = Fix Released -- [apport] encfs crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/96581 You received this bug notification because you are a

[Bug 81080] Re: rsync timestamp bug on encfs/fuse

2007-12-31 Thread Valient Gough
This may be due to new time functions in FUSE not implemented in encfs.. It works on the development branch, tested on x86-64 Gutsy. Will be in next release. ** Also affects: encfs Importance: Undecided Status: New ** Changed in: encfs Assignee: (unassigned) = Valient Gough

[Bug 160214] Re: Can't Delete Folder - Corrupted FS?

2007-12-31 Thread Valient Gough
Thanks for the test case. Fix has been checked in. ** Also affects: encfs Importance: Undecided Status: New ** Changed in: encfs Status: New = Fix Committed ** Changed in: encfs (Ubuntu) Status: New = Fix Committed -- Can't Delete Folder - Corrupted FS?

[Bug 157576] Re: KNotify

2007-11-03 Thread Valient Gough
Why is this assigned to encfs? ** Changed in: encfs Status: New = Invalid -- KNotify https://bugs.launchpad.net/bugs/157576 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 107594] Re: encfs does not work with sshfs in feisty AMD64

2007-09-03 Thread Valient Gough
Both those are old versions... The current version of sshfs is 1.8 (May 16, 2007), and the current version of encfs is 1.3.2 (Feb 14, 2007). I'd update sshfs because they've been fixing known bugs and 1.6 is about 18 months old! If there isn't anything more up-to-date Ubuntu, then you'll have to

[Bug 107594] Re: encfs does not work with sshfs in feisty AMD64

2007-09-02 Thread Valient Gough
Please verify with latest version of Encfs and SSHFS. All reports to date of problems with SSHFS have been resolved by using newer versions of SSHFS which fix known SSHFS bugs. ** Changed in: encfs (Ubuntu) Assignee: (unassigned) = Valient Gough Status: New = Incomplete -- encfs

[Bug 96581] Re: [apport] encfs crashed with SIGSEGV in memcpy()

2007-05-16 Thread Valient Gough
** Also affects: encfs (upstream) Importance: Undecided Status: Unconfirmed -- [apport] encfs crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/96581 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 96581] Re: [apport] encfs crashed with SIGSEGV in memcpy()

2007-05-16 Thread Valient Gough
** Changed in: encfs (upstream) Importance: Undecided = Low Assignee: (unassigned) = Valient Gough Status: Unconfirmed = Confirmed -- [apport] encfs crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/96581 You received this bug notification because you are a member

[Bug 88559] Re: Rsync fails to properly generate hard links on EncFS

2007-05-15 Thread Valient Gough
I think you're misusing rsync. If you run those commands on an ext3 filesystem, it gives the same result. -- Rsync fails to properly generate hard links on EncFS https://bugs.launchpad.net/bugs/88559 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 88559] Re: Rsync fails to properly generate hard links on EncFS

2007-05-15 Thread Valient Gough
Not a bug in encfs. ** Changed in: encfs (Ubuntu) Assignee: (unassigned) = Valient Gough Status: Unconfirmed = Rejected -- Rsync fails to properly generate hard links on EncFS https://bugs.launchpad.net/bugs/88559 You received this bug notification because you are a member of Ubuntu

[Bug 96581] Re: [apport] encfs crashed with SIGSEGV in memcpy()

2007-05-15 Thread Valient Gough
Yeah, this is because the -H option slightly abuses FUSE in order to get it to show command line options. The crash occurs inside of libfuse. I'll see if that can be avoided. -- [apport] encfs crashed with SIGSEGV in memcpy() https://bugs.launchpad.net/bugs/96581 You received this bug

[Bug 96788] ntp doesn't work after suspend / resume

2007-03-26 Thread Valient Gough
Public bug reported: Binary package hint: ntp My IBM Thinkpad suspends and resumes without any problems, except that the NTP daemon stops working. This is on Kubuntu 7.04 Beta. NTP suspend/resume worked on SuSE 10.0, which was what this system had on it until a couple days ago. Perhaps ntp

[Bug 76021] Re: Should synchronize ntpdate after resuming from hibernate

2007-03-26 Thread Valient Gough
Perhaps the *solution* will be identical to #96788, but the problem is different. In #96788, ntpd is running but broken (no longer talks to time servers). The solution is probably the same -- restart ntpd on resume. -- Should synchronize ntpdate after resuming from hibernate