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.

Bug #668362 reported by Curt MacQuarrie
224
This bug affects 49 people
Affects Status Importance Assigned to Milestone
Aptdaemon
Incomplete
Undecided
Unassigned
Ubuntu
New
Undecided
Unassigned

Bug Description

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.

Revision history for this message
conrad (conradandrose) wrote :

here are the details:

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 738, 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 66, in acquire
    raise LockFailedError(self.path, process)
LockFailedError

Revision history for this message
dancing (dancingmusic) wrote :

I got same error,
File ...worker.py line 768 and 841
File ...debfile.py line 57 and 66
IOError:[Errno2]No such file or directory:'tmp/ubuntu-tweak_0.5.701_all.

Revision history for this message
haflores (haflores) wrote :

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768, in simulate
    return self._simulate_helper(trans, status_path)
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 936, in _simulate_helper
    return depends, status, self._cache.required_download, \
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 218, in required_download
    pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate file for the librpmio1 package. This might mean you need to manually fix this package.

Revision history for this message
Daniel Maloney (dan-maloney1) wrote :

I need to install icaclient and I get this message. I'm new to Linux. Can anybody help please?

Revision history for this message
Daniel Maloney (dan-maloney1) wrote :

Problem solved - I only just installed the OS and didn't update anything, ran the update,rebooted and I can now RDP into work etc, ica client installed. :-)

Revision history for this message
jaksunil (jaksunil) wrote :

 Hello,
Is there any solution yet arrived at. Pl help me Iam comfortable with the user end working with linux but not developing/fixing programing errors.
bye

Revision history for this message
Sebastian Heinlein (glatzor) wrote :

No, I wasn't able to reproduce or locate the error on my system. So there isn't any progress.

Revision history for this message
johnbridger (johnbridger) wrote :

Me too.

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 738, 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 66, in acquire
    raise LockFailedError(self.path, process)
LockFailedError

Revision history for this message
W R Chisholm (wrchis) wrote :

I got the same error in narwal alpha using the update manager.

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 187, in _process_transaction
    self.commit_packages(*self.trans.packages)
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 243, in commit_packages
    self._commit_changes()
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 854, in _commit_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 259, in finish_update
    lock.status_lock.acquire()
  File "/usr/lib/python2.7/dist-packages/aptdaemon/lock.py", line 66, in acquire
    raise LockFailedError(self.path, process)
LockFailedError

Revision history for this message
andreu (andreu-mo) wrote :

I've got the same error.. anyone knows how to fix it?? please help...

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768, in simulate
    return self._simulate_helper(trans, status_path)
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 938, in _simulate_helper
    return depends, status, self._cache.required_download, \
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 218, in required_download
    pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate file for the ttf-mscorefonts-installer package. This might mean you need to manually fix this package.

Revision history for this message
Sajid (sajid-mubashir) wrote : Re: [Bug 668362] Re: 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/+filebu

The bug disappeared when I updated the system. The mscorefonts got installed
& everything is alright. Sajid
On 31-Dec-2010 9:26 PM, "andreu" <email address hidden> wrote:
> I've got the same error.. anyone knows how to fix it?? please help...
>
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768, in
simulate
> return self._simulate_helper(trans, status_path)
> File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 938, in
_simulate_helper
> return depends, status, self._cache.required_download, \
> File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 218, in
required_download
> pm.get_archives(fetcher, self._list, self._records)
> SystemError: E:I wasn't able to locate file for the
ttf-mscorefonts-installer package. This might mean you need to manually fix
this package.
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/668362
>
> Title:
> 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.

Morgan (morgs)
Changed in aptdaemon:
status: New → Confirmed
Revision history for this message
Jack Nash (jack-nash) wrote :

I am getting the same error when attempting to install the upgrade of Oracle Virtual Box on Ubuntu 11.04 - the Natty Narwhal, 64bit. Has a fix been discovered yet? Cheers,

Revision history for this message
juliobahar (yahalla-julio) wrote :

Same error when I'm trying to install sofastatistics 0.9.25 on 64-bit 10.10 ubuntu

Revision history for this message
Bob (chicnstu012) wrote :

I got the error while trying to update the system...

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 738, 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 66, in acquire
    raise LockFailedError(self.path, process)
LockFailedError

Revision history for this message
Alvaro Zuñiga Barba (alvarozb) wrote :

Hi. Can somebody help me?

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 769, in simulate
    return self._simulate_helper(trans, status_path)
  File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 948, in _simulate_helper
    return depends, status, self._cache.required_download, \
  File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 218, in required_download
    pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate file for the flashplugin-nonfree package. This might mean you need to manually fix this package.

Revision history for this message
IKT (ikt) wrote :

Guys and gals, we need more information that what you are presenting.

1. When does the error come up?
2. Can you repeat it?
3. What steps do you need to do to cause the issue? eg:

1. open terminal
2. sudo apt-get upgrade
3. then we get this error:

error msg.

If we can't duplicate the issue it makes it impossible to fix.

thanks

IKT (ikt)
Changed in aptdaemon:
status: Confirmed → Incomplete
Revision history for this message
IKT (ikt) wrote :

Going to mark as a dupe of bug 665218 since I feel they are exactly the same issue.

Feel free to reopen if you don't believe so.

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.