Comment 4 for bug 625189

Revision history for this message
Olivier Tilloy (osomon) wrote :

I can easily reproduce, on Maverick and Natty, by running concurrently two instances of /usr/share/software-center/update-software-center-agent.

Fixing the symptom would be trivial too: if the temporary DB file already exists, or if we catch a DatabaseLockError, exit cleanly, as this means an update is already running.

However I’d like to understand how we end up in this situation of two updates running concurrently. I’ll dig into it.