[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#630648: marked as done (hplip: Wrong udev rules makes HP Laserjet P1102 unusable)



Your message dated Fri, 24 Jun 2011 17:48:50 +0000
with message-id <E1QaAUs-0008BZ-7y@franck.debian.org>
and subject line Bug#630648: fixed in hplip 3.11.5-1.1
has caused the Debian Bug report #630648,
regarding hplip: Wrong udev rules makes HP Laserjet P1102 unusable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
630648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630648
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: hplip
Version: 3.11.5-1
Severity: important
Tags: patch

After the last update of udev the current rules for the hp printers in
/etc/udev/rules.d results in a /usr/lib/cups/backend/hp failed error. The
printer is set to inactive an hp-toolbox gives a 5012 Error which says, that no
connection to the printerdevice is possible. Of course it is impossible to
print anything. hp-setup was unable to find the device except the bus, device
and id is manually given.

The solution for this problem is the replacment of the old rules for udev, with
new ones, that uses attr and attrs instead of sysfs. I found a file in the
official tarball of the hplib source, that can replace all old rulefiles. After
replacing the rules, my printer works fine like before



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hplip depends on:
ii  adduser                       3.112+nmu2 add and remove users and groups
ii  coreutils                     8.5-1      GNU core utilities
ii  cups                          1.4.6-6    Common UNIX Printing System(tm) - 
ii  cups-client                   1.4.6-6    Common UNIX Printing System(tm) - 
ii  hplip-cups                    3.11.5-1   HP Linux Printing and Imaging - CU
ii  hplip-data                    3.11.5-1   HP Linux Printing and Imaging - da
ii  libc6                         2.13-4     Embedded GNU C Library: Shared lib
ii  libcups2                      1.4.6-6    Common UNIX Printing System(tm) - 
ii  libdbus-1-3                   1.4.8-3    simple interprocess messaging syst
ii  libhpmud0                     3.11.5-1   HP Multi-Point Transport Driver (h
ii  libsane                       1.0.22-3   API library for scanners
ii  libsane-hpaio                 3.11.5-1   HP SANE backend for multi-function
ii  libssl1.0.0                   1.0.0d-2   SSL shared libraries
ii  lsb-base                      3.2-27     Linux Standard Base 3.2 init scrip
ii  policykit-1                   0.101-4    framework for managing administrat
ii  python                        2.6.6-14   interactive high-level object-orie
ii  python-dbus                   0.84.0-1   simple interprocess messaging syst
ii  python-imaging                1.1.7-2+b1 Python Imaging Library
ii  python-pexpect                2.3-1      Python module for automating inter
ii  python-support                1.0.13     automated rebuilding support for P
ii  wget                          1.12-3.1   retrieves files from the web

Versions of packages hplip recommends:
ii  avahi-daemon                  0.6.30-3   Avahi mDNS/DNS-SD daemon
ii  sane-utils                    1.0.22-3   API library for scanners -- utilit

Versions of packages hplip suggests:
pn  hplip-doc                     <none>     (no description available)
pn  hplip-gui                     <none>     (no description available)
ii  python-notify                 0.1.1-2+b3 Python bindings for libnotify
ii  system-config-printer         1.2.3-3    graphical interface to configure t
# HPLIP udev rules file for HP printer and all-in-one products.
#
# The 40-hplip.rules file replaces the 55-hpmud.rules on newer distros with udev ACL support.
# For older distros that use HAL ACL support use the 55-hpmud.rules. 
#

ACTION!="add", GOTO="hpmud_rules_end"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="pid_test"
SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end"

LABEL="pid_test"

# Check for AiO products (0x03f0xx11).
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??11", GROUP="lp", ENV{ID_HPLIP}="1"

# Check for Photosmart products without wildcard since cameras and scanners also used (0x03f0xx02). 
# The xx02 pid has been retired so this explicit list should not change.
# photosmart_d2300_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c302", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_100
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3802", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_1115
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3402", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_1215
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3202", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_1218
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3302", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_130
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3902", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_1315
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3602", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_140_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1002", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_230
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3502", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_240_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1102", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_320_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1202", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_330_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1602", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_370_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1302", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_380_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1702", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_420_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1502", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_470_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1802", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7150
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3a02", GROUP="lp", ENV{ID_HPLIP}="1"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3b02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7200_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="b002", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7345
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2002", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7350 
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3c02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7400_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="b802", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7550
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="3e02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7600_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="b202", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7700_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="b402", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7800_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c002", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_7900_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="b602", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_8000_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c102", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_8100_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="ba02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_8200_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c202", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_8400_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="bb02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_8700_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="bc02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a310_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1d02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a320_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1e02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a430_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1902", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a440_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1f02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a510_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1a02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a520_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2602", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a530_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2b02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a610_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1b02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a620_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2702", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a630_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2c02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a710_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1c02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_a820_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2902", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_d5060_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c802", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_d5100_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c402", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_d6100_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c502", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_d7100_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c602", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_d7300_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="c702", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_pro_b8300_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="be02", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_b8800_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="d002", GROUP="lp", ENV{ID_HPLIP}="1"
# photosmart_pro_b9100_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="bd02", GROUP="lp", ENV{ID_HPLIP}="1"
# Photosmart_B8500_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="d102", GROUP="lp", ENV{ID_HPLIP}="1"
# Photosmart_A640_series
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="7902", GROUP="lp", ENV{ID_HPLIP}="1"

# Check for Business Inkjet products (0x03f0xx12).
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??12", GROUP="lp", ENV{ID_HPLIP}="1"
# Check for Deskjet products (0x03f0xx04).
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??04", GROUP="lp", ENV{ID_HPLIP}="1"
# Check for LaserJet products (0x03f0xx17).
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??17", GROUP="lp", ENV{ID_HPLIP}="1"
# Check for LaserJet products (0x03f0xx2a).
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??2a", GROUP="lp", ENV{ID_HPLIP}="1"
# Check for DesignJet product (0x03f0xx14).
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??14", GROUP="lp", ENV{ID_HPLIP}="1"

LABEL="hpmud_rules_end"


--- End Message ---
--- Begin Message ---
Source: hplip
Source-Version: 3.11.5-1.1

We believe that the bug you reported is fixed in the latest version of
hplip, which is due to be installed in the Debian FTP archive:

hpijs-ppds_3.11.5-1.1_all.deb
  to main/h/hplip/hpijs-ppds_3.11.5-1.1_all.deb
hpijs_3.11.5-1.1_i386.deb
  to main/h/hplip/hpijs_3.11.5-1.1_i386.deb
hplip-cups_3.11.5-1.1_i386.deb
  to main/h/hplip/hplip-cups_3.11.5-1.1_i386.deb
hplip-data_3.11.5-1.1_all.deb
  to main/h/hplip/hplip-data_3.11.5-1.1_all.deb
hplip-dbg_3.11.5-1.1_i386.deb
  to main/h/hplip/hplip-dbg_3.11.5-1.1_i386.deb
hplip-doc_3.11.5-1.1_all.deb
  to main/h/hplip/hplip-doc_3.11.5-1.1_all.deb
hplip-gui_3.11.5-1.1_all.deb
  to main/h/hplip/hplip-gui_3.11.5-1.1_all.deb
hplip_3.11.5-1.1.diff.gz
  to main/h/hplip/hplip_3.11.5-1.1.diff.gz
hplip_3.11.5-1.1.dsc
  to main/h/hplip/hplip_3.11.5-1.1.dsc
hplip_3.11.5-1.1_i386.deb
  to main/h/hplip/hplip_3.11.5-1.1_i386.deb
libhpmud-dev_3.11.5-1.1_i386.deb
  to main/h/hplip/libhpmud-dev_3.11.5-1.1_i386.deb
libhpmud0_3.11.5-1.1_i386.deb
  to main/h/hplip/libhpmud0_3.11.5-1.1_i386.deb
libsane-hpaio_3.11.5-1.1_i386.deb
  to main/h/hplip/libsane-hpaio_3.11.5-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 630648@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes <luk@debian.org> (supplier of updated hplip package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 19 Jun 2011 19:04:01 +0200
Source: hplip
Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs hplip-cups libhpmud0 libhpmud-dev libsane-hpaio
Architecture: source all i386
Version: 3.11.5-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers <pkg-hpijs-devel@lists.alioth.debian.org>
Changed-By: Luk Claes <luk@debian.org>
Description: 
 hpijs      - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip      - HP Linux Printing and Imaging System (HPLIP)
 hplip-cups - HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP Linux Printing and Imaging - debugging information
 hplip-doc  - HP Linux Printing and Imaging - documentation
 hplip-gui  - HP Linux Printing and Imaging - GUI utilities (Qt-based)
 libhpmud-dev - HP Multi-Point Transport Driver (hpmud) development libraries
 libhpmud0  - HP Multi-Point Transport Driver (hpmud) run-time libraries
 libsane-hpaio - HP SANE backend for multi-function peripherals
Closes: 600673 621591 630648
Changes: 
 hplip (3.11.5-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Don't ship .la files (Closes: #621591).
   * Add missing '/' in bin/sh calls (Closes: #630648, #600673).
Checksums-Sha1: 
 deda307ac24c04fb55bae650bb8f645cf86f3991 1953 hplip_3.11.5-1.1.dsc
 07cc4e41100a1aea063960906ce8cdb56e9b4f9a 623887 hplip_3.11.5-1.1.diff.gz
 25b371ee9f22e700125bf172ac243b207e55786c 7602902 hplip-data_3.11.5-1.1_all.deb
 4f27cfdfdbf2a75385fe7bc801ad4d3036a46524 82922 hplip-gui_3.11.5-1.1_all.deb
 d305454cccd26c712ed3a708689bd533ce84a52d 669620 hplip-doc_3.11.5-1.1_all.deb
 3e9ccc15ab04c4251b86e0a1ca05560ce90a1083 661938 hpijs-ppds_3.11.5-1.1_all.deb
 f0fa18f1199531a77db03ed3c8dbe308fbf1b7ae 148360 hplip_3.11.5-1.1_i386.deb
 48d2ed85f96b145af9690ca2c93ecba7b33ceecb 1086204 hplip-dbg_3.11.5-1.1_i386.deb
 0f605c3ebf133e9b3e49abe29c0eb15252d02227 421328 hpijs_3.11.5-1.1_i386.deb
 aa6f9198661082bc1e70447cf932c374c483af45 361916 hplip-cups_3.11.5-1.1_i386.deb
 9b16c08d98768e39594848e481295b8a2a32d15e 177512 libhpmud0_3.11.5-1.1_i386.deb
 6005966e182f149a420565e7c675eb11a334ed38 73398 libhpmud-dev_3.11.5-1.1_i386.deb
 9ff89340b558cac2d093a6a8e53ea0e2d0b4ff1d 191404 libsane-hpaio_3.11.5-1.1_i386.deb
Checksums-Sha256: 
 906b495c5ccd2ae3cac2ce3a1f10bfb385057661917052c57120413d08ef16bd 1953 hplip_3.11.5-1.1.dsc
 f4e47c7735dce988a1ff4999741f595379a25404fdc984d2c57ef4f56e3e5070 623887 hplip_3.11.5-1.1.diff.gz
 b78fc3af36ef8028e88c18c2f0b1bb8cbef6019ce479fc2477e27b7adf5829c4 7602902 hplip-data_3.11.5-1.1_all.deb
 f9c7049e3314ebd975f2b68e800bb2fb2e87c8a8153b65793ffbf2dc2d12d16b 82922 hplip-gui_3.11.5-1.1_all.deb
 29d8e81d926517c96ebe2737c22fe547e55fd375f0e70ce07d460c0479eaa8d4 669620 hplip-doc_3.11.5-1.1_all.deb
 aa5f211e96800dfc986b3e00421450d4198447f9d916119a78283b22e184f18a 661938 hpijs-ppds_3.11.5-1.1_all.deb
 0cade17203ec834142b2164db56deb5fd6e6fa901eae53b71bbff66e56a623eb 148360 hplip_3.11.5-1.1_i386.deb
 90103aa54c072da48948bac73765689e24cb2d8b89afc864eb76f7dfe316e18f 1086204 hplip-dbg_3.11.5-1.1_i386.deb
 14c19bf9fd8d755feb3b50635fc5ea3ba5f42d60a5c4b2994ee4f03172e0328d 421328 hpijs_3.11.5-1.1_i386.deb
 33bc45f424557a5ccf0330f6c8dd87d8fa37439a781f7c978a2d2bf6708d25d3 361916 hplip-cups_3.11.5-1.1_i386.deb
 f45dfc452ed1bb0984dc0fc02f6e554f3a22cfdd8243f6357ab665109dba5c1d 177512 libhpmud0_3.11.5-1.1_i386.deb
 bd3b06f9856cce24fc800ed7c21d19d81d47faef41346b9a4d610831f9ea6b58 73398 libhpmud-dev_3.11.5-1.1_i386.deb
 bd3f602c0ccbbdd5f17a4b008f301774054216f11b3d002b95af77c96f722b1b 191404 libsane-hpaio_3.11.5-1.1_i386.deb
Files: 
 4f16bc46d56f7188f7307b340182fe9f 1953 utils optional hplip_3.11.5-1.1.dsc
 e2538ea8aa0e641bbdf4c0df66d2715f 623887 utils optional hplip_3.11.5-1.1.diff.gz
 4ceb6e5455b06a4fa2fa542d892959b6 7602902 utils optional hplip-data_3.11.5-1.1_all.deb
 ac6446f73d1a9e931b28c90600a5b94d 82922 utils optional hplip-gui_3.11.5-1.1_all.deb
 94bd95f87e7a6a254ee7383ac5d461f2 669620 doc optional hplip-doc_3.11.5-1.1_all.deb
 a181177e27d0f7141272cbfb2d7a3f09 661938 utils optional hpijs-ppds_3.11.5-1.1_all.deb
 3febd8535d2ec2c7c858b492ff6670eb 148360 utils optional hplip_3.11.5-1.1_i386.deb
 8d8810d2bef2468cf5f05440db75e13a 1086204 debug extra hplip-dbg_3.11.5-1.1_i386.deb
 faef4518543d65dce202f8d641b18d3d 421328 text optional hpijs_3.11.5-1.1_i386.deb
 49f6818873417f37d9674d748128f416 361916 text optional hplip-cups_3.11.5-1.1_i386.deb
 1a5c9656efcd06d4f4e91223c80278c6 177512 libs optional libhpmud0_3.11.5-1.1_i386.deb
 071a2c73a3247acbe542804bf535d16b 73398 libdevel optional libhpmud-dev_3.11.5-1.1_i386.deb
 52cf0a3ebdbbe0fb15f1f9f05a816e33 191404 libs optional libsane-hpaio_3.11.5-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3+L/oACgkQ5UTeB5t8Mo0XkwCfTrWAOuheIcwWQVsybm5nCL5T
t/QAoJ2ybxXGVm1WdrhrABe6TVO9Oxv/
=hcXt
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: