[Bug 874501] Re: couldn't prepare to write out keyring

2011-12-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-keyring - 3.2.2-0ubuntu0.1

---
gnome-keyring (3.2.2-0ubuntu0.1) oneiric-proposed; urgency=low

  * New upstream release.
- Use g_random_int_range() for pseudo-random hash iteration
  count. (LP: #874501)
- Fix problem with 'unsafe storage' prompt deadlocking
- Remove XFCE  LXDE from OnlyShowIn for autostart files
- Make clear source of warnings from the rpc module
  * debian/patches/05_revert_order_fix.patch
- revert upstream fix which always returns most recent keyring result,
  it is hard to verify for an SRU and hard to predict the possibility
  for regression
 -- Ken VanDine ken.vand...@canonical.com   Mon, 28 Nov 2011 14:20:08 -0500

** Changed in: gnome-keyring (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-12-06 Thread Martin Pitt
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-12-05 Thread Alessio
I tested it with nautilus, empathy, evolution and ubuntuone and seems
correctly work, password are correctly stored and I can see them on
seahorse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-12-04 Thread Martin Pitt
Hello Alessio, or anyone else affected,

Accepted gnome-keyring into oneiric-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gnome-keyring (Ubuntu Oneiric)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-12-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/gnome-keyring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-28 Thread Rodney Dawes
Clint, as Ken suggested, those changes seem acceptible. It seems
unlikely that any apps would depend on multiple entries working. And if
they are, the app is already broken, I think.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-17 Thread Ken VanDine
Unfortunately It is pretty hard to measure the regression potential for
this.  Applications that could be broken by this change are probably
experiencing hard to reproduce bugs themselves.   The fact that multiple
entries are getting stored would be a bug itself, they wouldn't be
depending on that behavior.  However, it could break users that are
already affected by that kind of bug, we just don't really have a way to
measure that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-16 Thread Clint Byrum
I'm a bit concerned about this change:


+commit bc01094411d724470ebda56d4515f45760f8d008
+Author: Stef Walter st...@collabora.co.uk
+Date:   2011-10-20
+
+secret-store: Return results with the most recent result first
+
+ * This is to help programs that have erroneusly stored more than
+   one password with given attributes, and keep finding the old one.
+ * The most recent one is usually correct.
+
+ pkcs11/secret-store/gkm-secret-search.c|   79 +--
+ pkcs11/secret-store/tests/test-secret-search.c |   73 ++
+ 2 files changed, 118 insertions(+), 34 deletions(-)
+


And the lack of a regression potential attached to this bug. I'd like to see 
some comments on what the danger is here, as to me, this seems like a clear 
change in the way it works, and might cause regressions for applications which 
don't expect them to be in this order.

Leaving it in the queue for now, but can somebody please add a full SRU
justification to the bug description?

https://wiki.ubuntu.com/StableReleaseUpdates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-keyring - 3.2.2-0ubuntu1

---
gnome-keyring (3.2.2-0ubuntu1) precise; urgency=low

  * New upstream release
- Use g_random_int_range() for pseudo-random hash iteration
  count. (LP: #874501)
- Fix problem with 'unsafe storage' prompt deadlocking
- Remove XFCE  LXDE from OnlyShowIn for autostart files
- Return password results with the most recent result first
- Make clear source of warnings from the rpc module
 -- Ken VanDine ken.vand...@canonical.com   Mon, 14 Nov 2011 09:57:13 -0500

** Changed in: gnome-keyring (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-14 Thread Ken VanDine
** Changed in: gnome-keyring (Ubuntu Oneiric)
 Assignee: Ken VanDine (ken-vandine) = (unassigned)

** Changed in: gnome-keyring (Ubuntu Oneiric)
   Status: Triaged = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gnome-keyring

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-14 Thread Chris Halse Rogers
I've rejected the gnome-keyring package from oneiric-proposed as it's
got a higher version number than the version in Precise.  Please upload
it again with a version lower than the one in the development release
;). (3.2.2-0ubuntu0.1 should do).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-10 Thread Ken VanDine
** Changed in: gnome-keyring (Ubuntu Oneiric)
 Assignee: (unassigned) = Ken VanDine (ken-vandine)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-01 Thread kapetr
Hello.

I have reported in bug : 
https://bugs.launchpad.net/ubuntu-sso-client/+bug/745540 
(comment #62 and further), but maybe is it duplicate of this one. See there for 
detailed description please.

If I try to sign-in in my Ubuntu One account in ubuntu one client, I get
in /var/log/auth.log:

--
Nov  1 12:40:36 hugo-A7V400-MX gnome-keyring-daemon[2849]: 
egg_symkey_generate_simple: assertion `iterations = 1' failed
Nov  1 12:40:36 hugo-A7V400-MX gnome-keyring-daemon[2849]: couldn't prepare to 
write out keyring: /home/hugo/.gnome2/keyrings/login.keyring
---

So here is missing third log entry.

This bug is in fix released state - please - what does it mean for me ? 
When will I be able to use Ubuntu one in Ubuntu 11.10 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-01 Thread Alessio
no, this is not a duplicate of bug #745540 as this one is not related
only to ubuntuone but breaks every applications that use gnome-keyring

the Roman Yepishev ppa (ppa:rye/ubuntuone-support) reported on bug
#745540 on comment #69 have fixed gnome-keyring packages that seems
correclty work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-01 Thread Sebastien Bacher
The fix is on http://git.gnome.org/browse/gnome-
keyring/commit/?h=gnome-3-2id=71bdb5dc967ec99b3b2fe9d5994de7996b4142c5
if somebody wants to backport it

** Changed in: gnome-keyring (Ubuntu)
   Status: Triaged = Fix Committed

** Also affects: gnome-keyring (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: gnome-keyring (Ubuntu Oneiric)
   Importance: Undecided = High

** Changed in: gnome-keyring (Ubuntu Oneiric)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-11-01 Thread Roman Yepishev
** Branch linked: lp:~rye/ubuntu/oneiric/gnome-keyring/fix-random-hash-
iteration-count

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-24 Thread Bug Watch Updater
** Changed in: gnome-keyring
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-17 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: gnome-keyring (Ubuntu)
   Importance: Undecided = High

** Also affects: gnome-keyring
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-keyring (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-17 Thread Pedro Villavicencio
** Changed in: gnome-keyring
   Importance: Undecided = Unknown

** Changed in: gnome-keyring
   Status: New = Unknown

** Changed in: gnome-keyring
 Remote watch: None = GNOME Bug Tracker #662025

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-17 Thread Pedro Villavicencio
Thank you for your bug report. This bug has been reported to the developers of 
the software. You can track it and make comments at:
 https://bugzilla.gnome.org/show_bug.cgi?id=662025

** Bug watch added: GNOME Bug Tracker #662025
   https://bugzilla.gnome.org/show_bug.cgi?id=662025

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-17 Thread Bug Watch Updater
** Changed in: gnome-keyring
   Status: Unknown = New

** Changed in: gnome-keyring
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874501] Re: couldn't prepare to write out keyring

2011-10-14 Thread Alessio
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874501

Title:
  couldn't prepare to write out keyring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/874501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs