programming error in aptdaemon

Bug #729532 reported by meanpt
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Aptdaemon
Confirmed
Undecided
Unassigned

Bug Description

An unhandlable error occured

There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 204, in _process_transaction
    self.commit_packages(trans, *trans.packages)
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 265, in commit_packages
    self._apply_changes(trans)
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 926, in _apply_changes
    self._cache.commit(fetch_progress, inst_progress)
  File "/usr/lib/python2.7/dist-packages/apt/deprecation.py", line 98, in deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 427, in commit
    res = self.install_archives(pm, install_progress)
  File "/usr/lib/python2.7/dist-packages/apt/deprecation.py", line 98, in deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 394, in install_archives
    install_progress.finish_update()
  File "/usr/lib/python2.7/dist-packages/aptdaemon/progress.py", line 266, in finish_update
    lock.status_lock.acquire()
  File "/usr/lib/python2.7/dist-packages/aptdaemon/lock.py", line 69, in acquire
    raise LockFailedError(self.path, process)
LockFailedError: Could not acquire lock on /var/lib/dpkg/lock. The lock is hold by apt-get.

Revision history for this message
kapetr (kapetr) wrote :

I have got the same (?) error.

I don't understand what is going on, but I should report it - so I do it :-)

--kapetr

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 179, in _process_transaction
    self.commit_packages(*self.trans.packages)
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 227, in commit_packages
    self._commit_changes()
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 748, in _commit_changes
    self._cache.commit(fetch_progress, inst_progress)
  File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 98, in deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 427, in commit
    res = self.install_archives(pm, install_progress)
  File "/usr/lib/python2.6/dist-packages/apt/deprecation.py", line 98, in deprecated_function
    return func(*args, **kwds)
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 394, in install_archives
    install_progress.finish_update()
  File "/usr/lib/python2.6/dist-packages/aptdaemon/progress.py", line 264, in finish_update
    lock.status_lock.acquire()
  File "/usr/lib/python2.6/dist-packages/aptdaemon/lock.py", line 67, in acquire
    raise LockFailedError(self.path, process)
LockFailedError

Changed in aptdaemon:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.