Activity log for bug #1116503

Date Who What changed Old value New value Message
2013-02-05 17:55:54 Till Kamppeter bug added bug
2013-02-05 17:57:23 Till Kamppeter bug added subscriber Martin Pitt
2013-02-05 17:57:52 Till Kamppeter bug added subscriber Richard Hughes
2013-02-05 20:40:18 Till Kamppeter description I use PackageKit to auto-download printer driver packages using the script /usr/share/system-config-printer/install-printerdriver.py (part of the system-config-printer-gnome package). For Epson's drivers the signature with ID 8AA65D56 is needed and the "gpg" command line tool has no problem to load it: ---------- till@till-lenovo:/usr/lib/cups/backend$ gpg --recv-keys 8AA65D56gpg: requesting key 8AA65D56 from hkp server subkeys.pgp.net gpg: key 8AA65D56: "Seiko Epson Corporation (Epson Inkjet Printer Driver) <epson-linux-inkjet@avasys.jp>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 till@till-lenovo:/usr/lib/cups/backend$ ---------- So it exists and is valid. But if I let package kit install it via its Python bindings I get ---------- till@till-raring:/usr/lib/cups/backend$ python Python 2.7.3 (default, Jan 26 2013, 15:27:43) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gi.repository import GLib, PackageKitGlib >>> pk = PackageKitGlib.Client() >>> def progress(progress, type, user_data): ... return ... >>> res = pk.install_signature(PackageKitGlib.SigTypeEnum.GPG, '8AA65D56', '', None, progress, None) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/gi/types.py", line 113, in function return info.invoke(*args, **kwargs) gi._glib.GError: Failed to download and install the key 8AA65D56 from hkp://keyserver.ubuntu.com:80: >>> ---------- What is going wrong here? I use PackageKit to auto-download printer driver packages using the script /usr/share/system-config-printer/install-printerdriver.py (part of the system-config-printer-gnome package). For Epson's drivers the signature with ID 8AA65D56 is needed and the "gpg" command line tool has no problem to load it: ---------- till@till-lenovo:/usr/lib/cups/backend$ gpg --recv-keys 8AA65D56 gpg: requesting key 8AA65D56 from hkp server subkeys.pgp.net gpg: key 8AA65D56: "Seiko Epson Corporation (Epson Inkjet Printer Driver) <epson-linux-inkjet@avasys.jp>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 till@till-lenovo:/usr/lib/cups/backend$ ---------- So it exists and is valid. But if I let package kit install it via its Python bindings I get ---------- till@till-raring:/usr/lib/cups/backend$ python Python 2.7.3 (default, Jan 26 2013, 15:27:43) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gi.repository import GLib, PackageKitGlib >>> pk = PackageKitGlib.Client() >>> def progress(progress, type, user_data): ... return ... >>> res = pk.install_signature(PackageKitGlib.SigTypeEnum.GPG, '8AA65D56', '', None, progress, None) Traceback (most recent call last):   File "<stdin>", line 1, in <module>   File "/usr/lib/python2.7/dist-packages/gi/types.py", line 113, in function     return info.invoke(*args, **kwargs) gi._glib.GError: Failed to download and install the key 8AA65D56 from hkp://keyserver.ubuntu.com:80: >>> ---------- What is going wrong here?
2013-02-05 21:00:58 Matthias Klumpp packagekit (Ubuntu): importance High Medium
2013-02-05 21:00:58 Matthias Klumpp packagekit (Ubuntu): status New Incomplete
2013-02-05 22:02:28 Till Kamppeter packagekit (Ubuntu): status Incomplete New
2013-02-05 22:02:45 Till Kamppeter bug task added aptdaemon (Ubuntu)
2013-02-05 22:02:53 Till Kamppeter aptdaemon (Ubuntu): importance Undecided High
2013-02-05 22:02:58 Till Kamppeter aptdaemon (Ubuntu): milestone ubuntu-13.04-feature-freeze
2013-02-05 22:11:37 Matthias Klumpp packagekit (Ubuntu): status New Invalid
2013-02-07 18:27:54 Till Kamppeter bug task added system-config-printer (Ubuntu)
2013-02-07 18:28:01 Till Kamppeter system-config-printer (Ubuntu): status New In Progress
2013-02-07 18:28:05 Till Kamppeter system-config-printer (Ubuntu): importance Undecided High
2013-02-07 18:28:10 Till Kamppeter system-config-printer (Ubuntu): assignee Till Kamppeter (till-kamppeter)
2013-02-07 18:28:13 Till Kamppeter system-config-printer (Ubuntu): milestone ubuntu-13.04-feature-freeze
2013-02-07 18:37:06 Till Kamppeter system-config-printer (Ubuntu): status In Progress Fix Committed
2013-02-07 19:12:34 Launchpad Janitor branch linked lp:ubuntu/raring-proposed/system-config-printer
2013-02-08 01:00:36 Launchpad Janitor system-config-printer (Ubuntu): status Fix Committed Fix Released
2013-03-09 23:37:00 Sebastian Heinlein aptdaemon (Ubuntu): status New Invalid