[Bug 659438] Re: Installation/Removal fails because of package which could not be located (faiulre in apt.Cache.required_download)

2010-12-07 Thread Sebastian Heinlein
A small patch which requires the lists lock before calling the simulate method. Otherwise we raise a faild lock error. ** Patch added: 08_fix_index_race_659438.patch https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/659438/+attachment/1758168/+files/08_fix_index_race_659438.patch --

[Bug 659438] Re: Installation/Removal fails because of package which could not be located (faiulre in apt.Cache.required_download)

2010-12-06 Thread Sebastian Heinlein
Seems to be a race with the apt cron job, which checks for updates regularly. ** Changed in: aptdaemon (Ubuntu) Status: New = Confirmed ** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 659438] Re: Installation/Removal fails because of package which could not be located (faiulre in apt.Cache.required_download)

2010-12-06 Thread Sebastian Heinlein
An unittest which tiggers the error. ** Attachment added: test_index.py https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/659438/+attachment/1758111/+files/test_index.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 656633] Re: Programming error during installation from downloaded software because of an invalid package size

2010-11-08 Thread Sebastian Heinlein
** Summary changed: - Some manually created packages contain thounds commas in the size and break installation + Programming error during installation from downloaded software because of an invalid package size ** Summary changed: - Programming error during installation from downloaded

[Bug 665218] Re: Software-center reports a progamming error in aptdaemon but without any details

2010-10-24 Thread Sebastian Heinlein
** Summary changed: - Unhandlable error in aptdaemon + Software-center reports a progamming error in aptdaemon but without any details ** Also affects: software-center (Ubuntu) Importance: Undecided Status: New ** Changed in: aptdaemon Status: New = Confirmed ** Changed in:

[Bug 665801] [NEW] 07_fix-race-597017 uses an invalid lists lock

2010-10-24 Thread Sebastian Heinlein
Public bug reported: Binary package hint: aptdaemon #: The lock for the repository indexes -lists_lock = FileLock(os.path.join(apt_pkg.config.find_dir(Dir::State::lists), +lists_lock = FileLock(os.path.join(apt_pkg.config.find_dir(Dir::State), +

[Bug 665572] Re: Unhandlable error (LockFailedError)

2010-10-24 Thread Sebastian Heinlein
Could you please append the output of the following command: apt-config dump ** Summary changed: - Unhandlable error (LockFailedError) + Unhandlable programming error (LockFailedError) - StatusLock seems to be not set ** Summary changed: - Unhandlable programming error (LockFailedError) -

[Bug 665801] Re: 07_fix-race-597017 uses an invalid lists lock

2010-10-24 Thread Sebastian Heinlein
My failure ** Changed in: aptdaemon (Ubuntu) Status: Confirmed = Invalid -- 07_fix-race-597017 uses an invalid lists lock https://bugs.launchpad.net/bugs/665801 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 656633] Re: Some manually created packages contain thounds commas in the size and break installation

2010-10-22 Thread Sebastian Heinlein
I added a check using lintian before installing .deb files in the trunk branch. -- Some manually created packages contain thounds commas in the size and break installation https://bugs.launchpad.net/bugs/656633 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 629132] Re: software-center crashed with DBusException in call_blocking()

2010-10-22 Thread Sebastian Heinlein
it seems that software-center doesn't check for an authentication error. ** Summary changed: - software-center crashed with DBusException in call_blocking() + software-center doesn't handle authentication errors ** Changed in: aptdaemon Status: New = Invalid -- software-center doesn't

[Bug 455861] Re: Possible race in debconf socket forwarding

2010-10-22 Thread Sebastian Heinlein
** Changed in: aptdaemon Status: New = Fix Released -- Possible race in debconf socket forwarding https://bugs.launchpad.net/bugs/455861 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 451366] Re: 404 from the archive is not handled well

2010-10-22 Thread Sebastian Heinlein
** Bug watch added: Debian Bug tracker #594813 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594813 ** Also affects: aptdaemon (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594813 Importance: Unknown Status: Unknown ** Changed in: aptdaemon Status: New =

[Bug 658995] Re: Broken package cache because of not synced Cache.__dict__ and Cache._set

2010-10-22 Thread Sebastian Heinlein
** Summary changed: - Broken package cache because of special characters in package name which result in a not synced Cache.__dict__ and Cache._set + Broken package cache because of not synced Cache.__dict__ and Cache._set -- Broken package cache because of not synced Cache.__dict__ and

[Bug 663150] Re: Specify the gettext domain in .policy files to load translations at runtime

2010-10-22 Thread Sebastian Heinlein
** Changed in: aptdaemon Status: In Progress = Fix Committed -- Specify the gettext domain in .policy files to load translations at runtime https://bugs.launchpad.net/bugs/663150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 630962] Re: Use named arguments for translatable plural strings

2010-10-22 Thread Sebastian Heinlein
** Changed in: aptdaemon Status: In Progress = Fix Committed -- Use named arguments for translatable plural strings https://bugs.launchpad.net/bugs/630962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 664354] [NEW] type 'exceptions.Syste mError': E:Ungültige Archiv-Signatur

2010-10-21 Thread Sebastian Heinlein
Public bug reported: Binary package hint: aptdaemon Test ProblemType: AptDaemonCrash DistroRelease: Ubuntu 10.10 Package: aptdaemon 0.31+bzr506-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 Annotation: Die Installation der Paketdatei ist

[Bug 664354] Re: type 'exceptions.SystemErr or': E:Ungültige Archiv-Signatur

2010-10-21 Thread Sebastian Heinlein
-- type 'exceptions.SystemError': E:Ungültige Archiv-Signatur https://bugs.launchpad.net/bugs/664354 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 664354] Re: type 'exceptions.SystemErr or': E:Ungültige Archiv-Signatur

2010-10-21 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: New = Invalid -- type 'exceptions.SystemError': E:Ungültige Archiv-Signatur https://bugs.launchpad.net/bugs/664354 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 659438] Re: Installation/Removal fails because of package which could not be located (faiulre in apt.Cache.required_download)

2010-10-21 Thread Sebastian Heinlein
FuzyToes: Please focus only on this bug in this discussion. You should open a new support question. ** Also affects: aptdaemon (Ubuntu) Importance: Undecided Status: New ** Also affects: python-apt (Ubuntu) Importance: Undecided Status: New -- Installation/Removal fails

[Bug 658995] Re: Broken package cache because of special characters in package name which result in a not synced Cache.__dict__ and Cache._set

2010-10-21 Thread Sebastian Heinlein
You are using a third party package repository? It seems to be broken. ** Summary changed: - Traceback (most recent call last): File /usr/lib/python2.6/dist-packages/aptdaemon/worker.py, line 173, in _process_transaction self.remove_packages(self.trans.packages[2]) File

[Bug 636580] Re: update manager: An unhandlable error occured

2010-10-21 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 628061 *** https://bugs.launchpad.net/bugs/628061 ** Also affects: aptdaemon (Ubuntu) Importance: Undecided Status: New ** This bug has been marked a duplicate of bug 628061 Should acquire a lock on the lists * You can subscribe to bug 628061

[Bug 628061] Re: Should acquire a lock on the lists

2010-10-21 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Confirmed = Fix Released ** Also affects: aptdaemon Importance: Undecided Status: New ** Changed in: aptdaemon Status: New = Fix Committed ** Changed in: aptdaemon Importance: Undecided = Medium -- Should acquire a lock on

[Bug 662103] Re: Ubuntu 10.10 安装 samba 有警告提示

2010-10-20 Thread Sebastian Heinlein
** Also affects: samba (Ubuntu) Importance: Undecided Status: New ** Changed in: aptdaemon Status: New = Invalid -- Ubuntu 10.10 安装 samba有警告提示 https://bugs.launchpad.net/bugs/662103 You received this bug notification because you are a member of Ubuntu Server Team, which is

Re: [Bug 656633] Re: Some manually created packages contain thounds commas in the size and break installation

2010-10-20 Thread Sebastian Heinlein
It is also an usability issue, since we don't have got a proper invalid package file error message. It just results in an exception. This message was sent using IMP, the Internet Messaging Program. -- Some manually created

Re: [Bug 641262] Re: Status strings during update do not show up translated

2010-10-20 Thread Sebastian Heinlein
The downloading happens in the main process of aptdaemon. Changing the locale for the main process could interact with error messages generated by the daemon for actions of another user. In the trunk branch there is a mechanism to create error messages in the language of the transaction.

[Bug 659559] Re: Unexpected error when installing .dep package via Ubuntu software center

2010-10-20 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 656633 *** https://bugs.launchpad.net/bugs/656633 ** This bug has been marked a duplicate of bug 656633 Some manually created packages contain thounds commas in the size and break installation * You can subscribe to bug 656633 by following this link:

[Bug 656633] Re: Some manually created packages contain thounds commas in the size and break installation

2010-10-20 Thread Sebastian Heinlein
** Changed in: aptdaemon Importance: Undecided = Critical -- Some manually created packages contain thounds commas in the size and break installation https://bugs.launchpad.net/bugs/656633 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 662103] Re: Ubuntu 10.10 安装 samba 有警告提示

2010-10-20 Thread Sebastian Heinlein
** Also affects: samba (Ubuntu) Importance: Undecided Status: New ** Changed in: aptdaemon Status: New = Invalid -- Ubuntu 10.10 安装 samba有警告提示 https://bugs.launchpad.net/bugs/662103 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 663150] Re: Specify the gettext domain in .policy files to load translations at runtime

2010-10-19 Thread Sebastian Heinlein
I will add this in the upstream code. There isn't any need for a distro patch. ** Changed in: aptdaemon Status: New = In Progress ** Changed in: aptdaemon Importance: Undecided = Medium ** Changed in: aptdaemon Assignee: (unassigned) = Sebastian Heinlein (glatzor) ** Changed

[Bug 661839] Re: Apt Daemon asks for root password instead of sudo authentication

2010-10-19 Thread Sebastian Heinlein
Are you part of the admin group? This seems to be a general policykit bug or mis-configuration, since it also appears with mounting devices. ** Package changed: aptdaemon (Ubuntu) = policykit-1 (Ubuntu) -- Apt Daemon asks for root password instead of sudo authentication

[Bug 659559] Re: Unexpected error when installing .dep package via Ubuntu software center

2010-10-19 Thread Sebastian Heinlein
** Also affects: aptdaemon Importance: Undecided Status: New ** Changed in: aptdaemon (Ubuntu) Status: New = Fix Committed ** Changed in: aptdaemon Status: New = Fix Committed ** Changed in: aptdaemon Importance: Undecided = High ** Changed in: aptdaemon (Ubuntu)

[Bug 659442] 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 task

2010-10-19 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 445303 *** https://bugs.launchpad.net/bugs/445303 ** This bug has been marked a duplicate of bug 445303 policykit-1 password dialog sometimes hangs * You can subscribe to bug 445303 by following this link:

[Bug 658994] Re: Translation error

2010-10-19 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 655642 *** https://bugs.launchpad.net/bugs/655642 ** This bug has been marked a duplicate of bug 655642 aptdaemon needs translations export from Launchpad * You can subscribe to bug 655642 by following this link:

[Bug 630962] Re: Use named arguments for translatable plural strings

2010-10-19 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Medium -- Use named arguments for translatable plural strings https://bugs.launchpad.net/bugs/630962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 635101] Re: Broken apt cache error message is out of date

2010-10-19 Thread Sebastian Heinlein
** Changed in: aptdaemon Status: New = Opinion -- Broken apt cache error message is out of date https://bugs.launchpad.net/bugs/635101 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 442262] Re: Can't fix broken packages from within USC

2010-10-19 Thread Sebastian Heinlein
** Changed in: aptdaemon Status: New = Opinion -- Can't fix broken packages from within USC https://bugs.launchpad.net/bugs/442262 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 640972] Re: Translations do not show up due to misplaced parentheses

2010-09-19 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Low ** Changed in: aptdaemon (Ubuntu) Status: New = Fix Committed -- Translations do not show up due to misplaced parentheses https://bugs.launchpad.net/bugs/640972 You received this bug notification because you are a member of

[Bug 630962] Re: Use named arguments for translatable plural strings

2010-09-19 Thread Sebastian Heinlein
** Changed in: aptdaemon Importance: Undecided = Medium -- Use named arguments for translatable plural strings https://bugs.launchpad.net/bugs/630962 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 642936] [NEW] Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
Public bug reported: Binary package hint: software-center Remove transactions don't show up in the transaction list. There is an error in python-apt which lets aptdaemon.client.get_transaction fail. ** Affects: python-apt (Ubuntu) Importance: Undecided Status: New ** Affects:

[Bug 642936] Re: Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
Traceback (most recent call last): File /usr/lib/pymodules/python2.6/dbus/connection.py, line 214, in maybe_handle_message self._handler(*args, **kwargs) File /usr/share/software-center/softwarecenter/backend/aptd.py, line 467, in on_transactions_changed trans =

[Bug 642936] Re: Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
** Patch added: long_size.patch https://bugs.edge.launchpad.net/ubuntu/+source/python-apt/+bug/642936/+attachment/1609304/+files/long_size.patch -- Doesn't monitor remove transactions https://bugs.launchpad.net/bugs/642936 You received this bug notification because you are a member of

[Bug 642936] Re: Doesn't monitor remove transactions

2010-09-19 Thread Sebastian Heinlein
The UsrSize and DepSize of the depcache are of type long instread of float -- Doesn't monitor remove transactions https://bugs.launchpad.net/bugs/642936 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 642991] [NEW] Long delay after a new transaction appears in the side bar

2010-09-19 Thread Sebastian Heinlein
Public bug reported: Binary package hint: software-center The aptd backend software uses the ActiveTransactionsChanged signal as main resource for the sidebar and general transaction tracking. But there is a significant delay after a transaction has been started and moved to the queue, since it

[Bug 640931] Re: Show a better error message if a deb file cannot be opened (currently unknown error)

2010-09-19 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Confirmed = Triaged ** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Medium -- Show a better error message if a deb file cannot be opened (currently unknown error) https://bugs.launchpad.net/bugs/640931 You received this bug

[Bug 639847] Re: Lock race between apt-get and aptdaemon

2010-09-18 Thread Sebastian Heinlein
No problem. You are the user. I have to say sorry for the bug :) Could you please start Synaptic and then try to perform an installation using apt-get and software-center. The former one should fail since it cannot acquire the lock and the latter one should wait until synaptic is closed. Could

[Bug 641262] Re: Status strings during update do not show up translated

2010-09-18 Thread Sebastian Heinlein
about how I access this translation instance. So expect the fix to land in Natty. ** Changed in: aptdaemon (Ubuntu) Status: New = Fix Committed ** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Medium ** Changed in: aptdaemon (Ubuntu) Assignee: (unassigned) = Sebastian

[Bug 640931] Re: Package install from Samba share fails with errno 13

2010-09-18 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Incomplete = Confirmed ** Summary changed: - Package install from Samba share fails with errno 13 + Show a better error mesage if a deb file cannot be opened (currently unknown error) ** Summary changed: - Show a better error mesage if a deb

[Bug 639847] Re: If apt-get is running, aptdaemon reports the wrong errors

2010-09-17 Thread Sebastian Heinlein
Just for the histroy record: In previous versions update-manager used synaptic and not python-apt to install updates (only the partial dist upgrade uses python-apt). Actually apt and aptdaemon share the same lock files and I cannot reproduce this error. Have you installed Ubuntu on your hard

[Bug 640931] Re: Package install from Samba share fails with errno 13

2010-09-17 Thread Sebastian Heinlein
You are using Lucid? ** Also affects: python-apt (Ubuntu) Importance: Undecided Status: New ** Changed in: aptdaemon (Ubuntu) Status: New = Incomplete ** Changed in: python-apt (Ubuntu) Status: New = Incomplete -- Package install from Samba share fails with errno 13

[Bug 640931] Re: Package install from Samba share fails with errno 13

2010-09-17 Thread Sebastian Heinlein
Could you re-try with the latest aptdaemon version (503) if you are using Maverick. There should have been a fix to Unicode handling in file pathes. -- Package install from Samba share fails with errno 13 https://bugs.launchpad.net/bugs/640931 You received this bug notification because you are a

[Bug 635547] Re: Simulate requires an authentication before

2010-09-17 Thread Sebastian Heinlein
This has now landed in the trunk branch. ** Changed in: aptdaemon (Ubuntu) Status: In Progress = Fix Committed ** Changed in: aptdaemon (Ubuntu) Assignee: Sebastian Heinlein (glatzor) = (unassigned) ** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Wishlist -- Simulate

[Bug 628061] Re: Should acquire a lock on the lists

2010-09-17 Thread Sebastian Heinlein
) = Sebastian Heinlein (glatzor) -- Should acquire a lock on the lists https://bugs.launchpad.net/bugs/628061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 452391] Re: python-aptdaemon-gtk should offer a method to reconfigure already installed packages

2010-09-17 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Importance: Undecided = Wishlist -- python-aptdaemon-gtk should offer a method to reconfigure already installed packages https://bugs.launchpad.net/bugs/452391 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 444261] Re: waiting for service to start text in pending operations is misleading

2010-09-17 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Fix Committed = Fix Released -- waiting for service to start text in pending operations is misleading https://bugs.launchpad.net/bugs/444261 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 641050] [NEW] Missing dependency on aptdaemon

2010-09-16 Thread Sebastian Heinlein
Public bug reported: Binary package hint: rhythmbox-ubuntuone-music-store The package should depend on aptdaemon. Thy python-aptademon-gtkwidgets don't pull in aptdaemon. Furthermore this makes detecting rdepends more easily in the case of api changes. ** Affects:

[Bug 641051] [NEW] oem-config-gtk should depend on aptdaemon

2010-09-16 Thread Sebastian Heinlein
Public bug reported: Binary package hint: ubiquity The package currently only depends on python-aptdaemon-gtk, but this won't pull aptdaemon. So the package should have a direct dependency on aptdaemon. Furthermore this makes it easier to detect rdepends in the case of api changes. ** Affects:

[Bug 637517] Re: oem-config-remove-gtk crashed with AttributeError in _run_transaction()

2010-09-16 Thread Sebastian Heinlein
Here you can find a reworked oem-config-remove-gtk which uses a main loop. ** Attachment added: oem-config-remove-gtk https://bugs.edge.launchpad.net/ubuntu/+source/aptdaemon/+bug/637517/+attachment/1591987/+files/oem-config-remove-gtk -- oem-config-remove-gtk crashed with AttributeError in

[Bug 637517] Re: oem-config-remove-gtk crashed with AttributeError in _run_transaction()

2010-09-16 Thread Sebastian Heinlein
Furthermore the bug should be fixed in rev. 100. It was located in the synchrouns call logic of the client and not in the autodefer feature. ** Changed in: aptdaemon (Ubuntu) Status: In Progress = Fix Committed -- oem-config-remove-gtk crashed with AttributeError in _run_transaction()

[Bug 444261] Re: waiting for service to start text in pending operations is misleading

2010-09-14 Thread Sebastian Heinlein
This was a bug in aptdaemon. Fixed in rev. 498 ** Changed in: aptdaemon (Ubuntu) Status: Confirmed = Fix Committed -- waiting for service to start text in pending operations is misleading https://bugs.launchpad.net/bugs/444261 You received this bug notification because you are a member

[Bug 628061] Re: Races in the system lock

2010-09-13 Thread Sebastian Heinlein
Which Ubuntu version do you use? Maverick or Lucid? If you are using Maverick could you pleas eupgrade to the lastest version. The locking was cleaned up recently. ** Summary changed: - Traceback (most recent call last): File /usr/lib/python2.6/dist-packages/aptdaemon/worker.py, line 155, in

[Bug 633113] Re: Redundant fix in line 36

2010-09-13 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Fix Committed = Incomplete ** Changed in: aptdaemon (Ubuntu) Status: Incomplete = Fix Released -- Redundant fix in line 36 https://bugs.launchpad.net/bugs/633113 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 630499] Re: aptd crashed with NotAuthorizedError in _set_http_proxy()

2010-09-13 Thread Sebastian Heinlein
There has been a change in the privileges to set an http proxy. Software-center was converted to this new behavior. Should be fixed. ** Visibility changed to: Public ** Changed in: aptdaemon (Ubuntu) Status: New = Fix Released -- aptd crashed with NotAuthorizedError in

[Bug 441329] Re: aptd crashed with LookupError in remove_from_connection()

2010-09-13 Thread Sebastian Heinlein
** Visibility changed to: Public ** Changed in: aptdaemon (Ubuntu) Status: New = Fix Released -- aptd crashed with LookupError in remove_from_connection() https://bugs.launchpad.net/bugs/441329 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 635547] Re: Simulate requires an authentication before

2010-09-12 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: New = In Progress ** Changed in: aptdaemon (Ubuntu) Assignee: (unassigned) = Sebastian Heinlein (glatzor) -- Simulate requires an authentication before https://bugs.launchpad.net/bugs/635547 You received this bug notification because you

[Bug 631619] Re: Authentication dialog doesn't make sense when purchasing

2010-09-12 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Fix Committed = Fix Released -- Authentication dialog doesn't make sense when purchasing https://bugs.launchpad.net/bugs/631619 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 630014] Re: package python-aptdaemon-gtk 0.11 bzr345-0ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Sebastian Heinlein
Could you please append the file /usr/lib/python2.6/dist- packages/aptdaemon/gtkwidgets.py ** Changed in: aptdaemon (Ubuntu) Status: New = Incomplete -- package python-aptdaemon-gtk 0.11 bzr345-0ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned

[Bug 635138] Re: Apt cache repair In Progress text is Repairing broken deps

2010-09-11 Thread Sebastian Heinlein
This isn't just a non-dangerous rebuild of the cache/catalog. This can be an invasive action on the system - it includes installing and removing software. E.g. Repairing installed software would be a better one. -- Apt cache repair In Progress text is Repairing broken deps

[Bug 635547] [NEW] Simulate requires an authentication before

2010-09-11 Thread Sebastian Heinlein
Public bug reported: Binary package hint: aptdaemon The transaction should require authentication if the Run method was called. This way the user could simulate a transaction and get e.g. the download size or dependencies before haing to authenticate for the action. This would allow to provide

[Bug 635547] Re: Simulate requires an authentication before

2010-09-11 Thread Sebastian Heinlein
** Also affects: software-center (Ubuntu) Importance: Undecided Status: New -- Simulate requires an authentication before https://bugs.launchpad.net/bugs/635547 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 442262] Re: Can't fix broken packages from within USC

2010-09-11 Thread Sebastian Heinlein
(Sorry for the overlapping previous comments today, but I process my bug mail sequentially, mpt :) 1. In the past this error message covered to different errors: Unfinished previous installations and a broken dependency tree. The first one will be the result of a faiulre in a post installation

[Bug 447683] Re: Be aware of aptdaemon transaction which are running in the background

2010-09-11 Thread Sebastian Heinlein
Aptdaemon hasn't got any access to the session of the user (by design). Steps to reproduce: 1. upgrade package using update-manager or installing packages using s-c 2. kill s-c or upgrade-manager during the installation 3. Choose shutdown from the panel = broken system The shutdown menu should

[Bug 447683] Re: Be aware of aptdaemon transaction which are running in the background

2010-09-11 Thread Sebastian Heinlein
Which package provides the shutdown menu in Ubuntu? -- Be aware of aptdaemon transaction which are running in the background https://bugs.launchpad.net/bugs/447683 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 635101] Re: Broken apt cache error message is out of date

2010-09-11 Thread Sebastian Heinlein
Talking about rebuilding here is incorrect. Additional software need to be installed or removed. This is not just a rebuild. The resolver of apt isn't always perfect and people like to mix repositories - so this action could result in removing or installing a large amount of packages. In the end

[Bug 633113] Re: Redundant fix in line 36

2010-09-10 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: New = Fix Committed -- Redundant fix in line 36 https://bugs.launchpad.net/bugs/633113 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 630962] Re: Use named arguments for translatable plural strings

2010-09-10 Thread Sebastian Heinlein
I will convert the strings in the trunk branch. So they will land in natty ** Changed in: aptdaemon (Ubuntu) Status: New = In Progress ** Changed in: aptdaemon Status: New = In Progress ** Changed in: aptdaemon Assignee: (unassigned) = Sebastian Heinlein (glatzor) -- Use

[Bug 628350] Re: software-center requires authentication twice to install application

2010-09-10 Thread Sebastian Heinlein
We now have got a high level privilege install-packages-from-new-repo. It should be used by software-center ** Changed in: aptdaemon (Ubuntu) Status: Triaged = Fix Released -- software-center requires authentication twice to install application https://bugs.launchpad.net/bugs/628350 You

[Bug 612140] Re: session-installer crashed with AttributeError in InstallPrinterDrivers() when setting up a printer

2010-09-09 Thread Sebastian Heinlein
** Attachment added: fix-printer.py https://bugs.edge.launchpad.net/ubuntu/+source/sessioninstaller/+bug/612140/+attachment/1559340/+files/fix-printer.py -- session-installer crashed with AttributeError in InstallPrinterDrivers() when setting up a printer

[Bug 612140] Re: session-installer crashed with AttributeError in InstallPrinterDrivers() when setting up a printer

2010-09-09 Thread Sebastian Heinlein
** Patch added: fix-printer.diff https://bugs.edge.launchpad.net/ubuntu/+source/sessioninstaller/+bug/612140/+attachment/1559357/+files/fix-printer.diff ** Changed in: sessioninstaller (Ubuntu) Status: Confirmed = Fix Committed -- session-installer crashed with AttributeError in

[Bug 623903] Re: cannot install deb files when path contains utf-8 characters

2010-09-09 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 624290 *** https://bugs.launchpad.net/bugs/624290 Takeing a look at the traceback the problem isn't the path but a unicode char in a section. ** This bug has been marked a duplicate of bug 624290 gdebi crashes if the control file contains UTF-8

[Bug 632176] Re: s-c fails to install deb file with unicode characters in filename

2010-09-09 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 624290 *** https://bugs.launchpad.net/bugs/624290 ** This bug is no longer a duplicate of bug 623903 cannot install deb files when path contains utf-8 characters ** This bug has been marked a duplicate of bug 624290 gdebi crashes if the control file

[Bug 630491] Re: can not install deb package by Software Centre

2010-09-09 Thread Sebastian Heinlein
*** This bug is a duplicate of bug 624290 *** https://bugs.launchpad.net/bugs/624290 ** This bug is no longer a duplicate of bug 623903 cannot install deb files when path contains utf-8 characters ** This bug has been marked a duplicate of bug 624290 gdebi crashes if the control file

[Bug 631619] Re: Authentication dialog doesn't make sense when purchasing

2010-09-09 Thread Sebastian Heinlein
** Branch linked: lp:~aptdaemon-developers/aptdaemon/auth-me-less ** Changed in: aptdaemon (Ubuntu) Status: In Progress = Fix Committed -- Authentication dialog doesn't make sense when purchasing https://bugs.launchpad.net/bugs/631619 You received this bug notification because you are a

[Bug 631619] Re: Authentication dialog doesn't make sense when purchasing

2010-09-08 Thread Sebastian Heinlein
The client (software-center) would have to request the privilege from PolicyKit (aptdaemon.policykit1.check_authorization_by_name), since the daemon doesn't know if you want to purchase software or only wan to enable a repository. The granted privileges are cached for several minutes. If the

[Bug 631675] Re: Untranslated strings at update-manager

2010-09-07 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu Maverick) Status: In Progress = Fix Committed -- Untranslated strings at update-manager https://bugs.launchpad.net/bugs/631675 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 631619] Re: Authentication dialog doesn't make sense when purchasing

2010-09-07 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: New = In Progress -- Authentication dialog doesn't make sense when purchasing https://bugs.launchpad.net/bugs/631619 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 631619] Re: Authentication dialog doesn't make sense when purchasing

2010-09-06 Thread Sebastian Heinlein
The dialog has to appear, since we cannot allow applications to blindly change the software repositories. You could add a custom privilege by a distro patch and allow it as an alternative to change-repository and install-or-remove-packages - similiar to the current single-auth patch. But the

[Bug 630962] Re: Use named arguments for translatable plural strings

2010-09-05 Thread Sebastian Heinlein
I would like to replace the % operation with python new str.format(). How familiar are transalators with the syntax? http://docs.python.org/library/string.html#formatstrings -- Use named arguments for translatable plural strings https://bugs.launchpad.net/bugs/630962 You received this bug

Re: [Bug 587004] Re: Update-notifier triggers an aptdaemon launch on start up

2010-09-03 Thread Sebastian Heinlein
bus = dbus.SystemBus() try: bus.get_name_owner(org.debian.apt) except DBusException: pass -- Update-notifier triggers an aptdaemon launch on start up https://bugs.launchpad.net/bugs/587004 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 623903] Re: Error ocurrs when installing .deb in Software Center

2010-09-01 Thread Sebastian Heinlein
Could you please paste the complete path to the package file. It is located on your Desktop? Which version of Ubuntu do you use? -- Error ocurrs when installing .deb in Software Center https://bugs.launchpad.net/bugs/623903 You received this bug notification because you are a member of Ubuntu

[Bug 238634] Re: gimp (or any other gnome app) should pull in the respective language-pack-gnome-*

2010-08-30 Thread Sebastian Heinlein
In the end adding a plugin mechanism to the packagekit backend could be a solution. See the corresponding changes in aptdaemon. ** Changed in: packagekit (Ubuntu) Status: Invalid = Confirmed -- gimp (or any other gnome app) should pull in the respective language-pack-gnome-*

[Bug 451366] Re: 404 from the archive is not handled well

2010-08-28 Thread Sebastian Heinlein
** Also affects: aptdaemon Importance: Undecided Status: New -- 404 from the archive is not handled well https://bugs.launchpad.net/bugs/451366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 616470] Re: Partial Upgrade and aptdaemon crashes if run simultan

2010-08-25 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: New = Fix Committed -- Partial Upgrade and aptdaemon crashes if run simultan https://bugs.launchpad.net/bugs/616470 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 616470] Re: Partial Upgrade and aptdaemon crashes if run simultan

2010-08-25 Thread Sebastian Heinlein
Fixed in 473 of the 0.3 branch -- Partial Upgrade and aptdaemon crashes if run simultan https://bugs.launchpad.net/bugs/616470 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 436590] Re: Hang up upgrade with aptdaemon

2010-08-24 Thread Sebastian Heinlein
I don't see any way to get the information that we would need to fix this. ** Changed in: aptdaemon (Ubuntu) Status: Confirmed = Invalid -- Hang up upgrade with aptdaemon https://bugs.launchpad.net/bugs/436590 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 623424] Re: timeout error when entering the password takes too long

2010-08-24 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: In Progress = Fix Committed -- timeout error when entering the password takes too long https://bugs.launchpad.net/bugs/623424 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 436159] Re: Missing icon for update-manager

2010-08-24 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Fix Committed = Fix Released -- Missing icon for update-manager https://bugs.launchpad.net/bugs/436159 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 455136] Re: aptd crashed with signal 7 in memcpy()

2010-08-24 Thread Sebastian Heinlein
** Package changed: aptdaemon (Ubuntu) = apt (Ubuntu) -- aptd crashed with signal 7 in memcpy() https://bugs.launchpad.net/bugs/455136 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 451366] Re: 404 from the archive is not handled well

2010-08-24 Thread Sebastian Heinlein
The error message comes from the curl library. aptdaemon only gets the error string from python-apt. we would have to parse the string and guess. so we only know that there was an error fetching a package file. But we could enhance the error dialog to show a button to run a update- cache

[Bug 435133] Re: SizeToStr doesn't support localisation

2010-08-24 Thread Sebastian Heinlein
** Summary changed: - Show downloading sizes using byte multiples + SizeToStr doesn't support localisation ** Package changed: aptdaemon (Ubuntu) = apt (Ubuntu) ** Description changed: + apt-pkg/contrib/strutl.cc + + The format string isn't translatable. + + Original bug report: + Binary

[Bug 620978] Re: Running dpkg message appears untranslated

2010-08-24 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu) Status: Fix Committed = Fix Released -- Running dpkg message appears untranslated https://bugs.launchpad.net/bugs/620978 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

<    4   5   6   7   8   9   10   11   12   13   >