[Bug 302258] [NEW] certificate import password too short

2008-11-25 Thread David James
Public bug reported: Binary package hint: evolution I created a personal e-mail certificate with Verisign. I exported it from Firefox. When attempting to import it into evolution, the password box was one character shorter than the key I used when creating the certificate. This is Ubuntu 8.04. Ev

[Bug 302258] Re: certificate import password too short

2008-11-25 Thread David James
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19953033/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/19953034/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/19953035/ProcStatus.txt -- certif

Re: [Bug 302258] Re: certificate import password too short

2008-12-04 Thread David James
Created bug 563288 on Gnome Bugzilla. On Tue, 2008-12-02 at 13:35 +, Pedro Villavicencio wrote: > any news about this? did you sent it upstream? may you tell us the bug > number? > -- certificate import password too short https://bugs.launchpad.net/bugs/302258 You received this bug notifica

[Bug 1010141] [NEW] gvfs-gdu-volume-monitor automounts loop devices, preventing them from being unmounted

2012-06-07 Thread David James
Public bug reported: Right now, if you mount a loop device on Ubuntu Precise, gvfs-gdu- volume-monitor grabs hold of the mount, preventing it from being unmounted. I've attached a script (gvfs-test.sh) which reproduces the problem reliably on Ubuntu Precise. Ubuntu has a setting which should disa

[Bug 1010141] Re: gvfs-gdu-volume-monitor automounts loop devices, preventing them from being unmounted

2012-06-07 Thread David James
** Attachment added: "Test script that reproduces bug reliably" https://bugs.launchpad.net/bugs/1010141/+attachment/3179672/+files/gvfs-test.sh -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.

[Bug 1010141] Re: gvfs-gdu-volume-monitor automounts loop devices, preventing them from being unmounted

2012-06-07 Thread David James
Thanks for the quick response. I've reported this bug upstream to Gnome as well: https://bugzilla.gnome.org/show_bug.cgi?id=677648 ** Bug watch added: GNOME Bug Tracker #677648 https://bugzilla.gnome.org/show_bug.cgi?id=677648 -- You received this bug notification because you are a member of

[Bug 1010141] Re: gvfs-gdu-volume-monitor automounts loop devices, preventing them from being unmounted

2012-06-13 Thread David James
Adding the following rules to /etc/udev/rules.d/86-no-automount.rules fixes the problem locally: ENV{UDISKS_PRESENTATION_HIDE}="1" KERNEL=="sd*|hd*|sr*|mmcblk*|mspblk*", ENV{UDISKS_PRESENTATION_HIDE}="0" Any chance we can add these rules into the default configuration? There seems to be no reason

[Bug 1010141] Re: gvfs-gdu-volume-monitor automounts loop devices, preventing them from being unmounted

2012-06-13 Thread David James
Tested some more locally and the above fix solves half the problem. The other half of the problem is that the gvfs trash daemon creates a .Trash directory inside mount points. This problem can be worked around entirely using the following workaround: sudo killall -STOP gvfs-gdu-volume-monitor gv

[Bug 1010141] Re: gvfs-gdu-volume-monitor automounts loop devices, preventing them from being unmounted

2012-06-14 Thread David James
>From https://bugzilla.gnome.org/show_bug.cgi?id=677648 : This is the test script on F16 (from a F16 live CD)... it works as expected. See https://bugzilla.gnome.org/attachment.cgi?id=216431 Looks like your problem is specific to Ubuntu then... can you or an Ubuntu developer please check what ven