[Bug 542473] New: Printer communication error after sucessful initial installation
http://bugzilla.novell.com/show_bug.cgi?id=542473 Summary: Printer communication error after sucessful initial installation Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@novell.com ReportedBy: tvrtko@ursulin.net QAContact: jsmeix@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.2) Gecko/20090730 SUSE/3.5.2-3.4 Firefox/3.5.2 AutoPager/0.5.2.2 (http://www.teesoft.info/) Printer is USB attached HP DeskJet 840c: Bus 003 Device 004: ID 03f0:0604 Hewlett-Packard DeskJet 840c Printer was detected in YaST2 and HPLIP installed and visible in KDE tray, but it is reporting printer communication error (5012). Printing seems to work though. Also clicking on "View Printer and Device Information" fails with communication error and supplies information is not available. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c1 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |tvrtko@ursulin.net --- Comment #1 from Johannes Meixner <jsmeix@novell.com> 2009-09-29 01:40:54 MDT --- What does "Printing seems to work" exactly mean? Does it print or does it not print? In particular does printing the test page in YaST work? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User tvrtko@ursulin.net added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c2 Tvrtko Ursulin <tvrtko@ursulin.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|tvrtko@ursulin.net | --- Comment #2 from Tvrtko Ursulin <tvrtko@ursulin.net> 2009-09-29 13:37:43 MDT --- I was able to print from Firefox and kwrite, so although I haven't tried test page from YaST it is reasonable to assume it works. "Seems to work" meant just that, I did some printing but not a huge amount. On the other hand, device communication error is constant in HPLIP control application. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c3 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |tvrtko@ursulin.net --- Comment #3 from Johannes Meixner <jsmeix@novell.com> 2009-09-30 03:10:19 MDT --- This is a well known issue at upstream HPLIP. In Google search with communication error 5012 site:launchpad.net and you will get many entries on https://answers.launchpad.net/ and https://bugs.launchpad.net/ The root cause might be a permission problem. By default the USB device node /dev/bus/usb/123/456 should be created by te udev system with this permissions crw-rw-r-- 1 root lp ... /dev/bus/usb/123/456 according to what is specified in /etc/udev/rules.d/55-hpmud.rules Above 123 is the USB bus number and 456 the usb device number which must be replaced with your actual values according to the output of the "lsusb" command. The above permissions are sufficient for plain printing because the CUPS backend which does the actual data transfer to the printer runs as user "lp". In contrast a normal user (e.g. you when you run KDE) has only read permissions which are not sufficient for example to query the device state because for this a device state query must be sent to the device which requires write permissions. Therefore our HAL system should provide read/write access for the normal user who is logged in locally via /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi which sets an ACL on /dev/bus/usb/123/456 to grant read/write access only for the one user who is currently logged in locally (i.e. who did log in directly on the computer via graphical login via KDM/XDM). To verify it it is a permission problem, try out if it works as normal user under KDE after you did as root: chmod a+rw /dev/bus/usb/123/456 where 123 and 456 must be replaced with your curretly actual values according to the output of the "lsusb" command for your HP DeskJet 840c (those numbers change whenever you unplug and replug it to the USB). Please report if "chmod a+rw /dev/bus/usb/123/456" makes it work for you. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User tvrtko@ursulin.net added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c4 Tvrtko Ursulin <tvrtko@ursulin.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|tvrtko@ursulin.net | --- Comment #4 from Tvrtko Ursulin <tvrtko@ursulin.net> 2009-09-30 15:40:30 MDT --- Yes, chmod fixes it, at least temporarily. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c5 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO Info Provider| |tvrtko@ursulin.net --- Comment #5 from Johannes Meixner <jsmeix@novell.com> 2009-10-01 01:26:32 MDT --- On my workstation with hplip-3.9.8 installed your HP DeskJet 840c with UDB ID 03f0:0604 (see comment #0) is listed both in /etc/udev/rules.d/55-hpmud.rules (long lines are shown wrapped only here): --------------------------------------------------------------------- # Check for Deskjet products (0x03f0xx04). ATTR{idVendor}=="03f0", ATTR{idProduct}=="??04", OWNER="root", GROUP="lp", MODE="664", ENV{sane_hpaio}="yes" --------------------------------------------------------------------- so that the device node file should be created by udev with this default permissions crw-rw-r-- 1 root lp ... /dev/bus/usb/123/456 and in /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi ------------------------------------------------------------------------ <match key="info.subsystem" string="usb"> <match key="usb.vendor_id" int="0x03f0"> <match key="usb.product_id" int="0x0604"> <append key="info.capabilities" type="strlist">scanner</append> </match> </match> </match> ------------------------------------------------------------------------ so that HAL should add an ACL to the device node file so that additionally the user who is localy logged in gets write permissions. FYI: If you wonder why I use the "scanner" capability even for a printer, see https://bugzilla.novell.com/show_bug.cgi?id=469721#c3 What does hal-find-by-capability --capability scanner show and what does hal-find-by-property --key access_control.type --string scanner show? On my workstation both commands show the udev UDIs of all my USB printers and scanners: --------------------------------------------------------------------- # lsusb Bus 002 Device 002: ID 04a9:220e Canon, Inc. CanoScan N1240U/LiDE 30 Bus 001 Device 009: ID 03f0:0417 Hewlett-Packard LaserJet 1200 series # hal-find-by-capability --capability scanner /org/freedesktop/Hal/devices/usb_device_4a9_220e_noserial_if0 /org/freedesktop/Hal/devices/usb_device_3f0_417_00XXXXXXXXXX_if0 # hal-find-by-property --key access_control.type --string scanner /org/freedesktop/Hal/devices/usb_device_4a9_220e_noserial_if0 /org/freedesktop/Hal/devices/usb_device_3f0_417_00XXXXXXXXXX_if0 --------------------------------------------------------------------- In particular because of the latter HAL should add an ACL to the device node file which matches to the udev UDI so that additionally the user who is localy logged in gets write permissions. What is the output of getfacl /dev/bus/usb/123/456 where 123 and 456 must be replaced with your current actual values according to the output of the "lsusb" after you logged in locally? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User tvrtko@ursulin.net added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c6 Tvrtko Ursulin <tvrtko@ursulin.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|tvrtko@ursulin.net | --- Comment #6 from Tvrtko Ursulin <tvrtko@ursulin.net> 2009-10-01 01:53:05 MDT --- (In reply to comment #5)
On my workstation with hplip-3.9.8 installed your HP DeskJet 840c with UDB ID 03f0:0604 (see comment #0) is listed both
in /etc/udev/rules.d/55-hpmud.rules (long lines are shown wrapped only here): --------------------------------------------------------------------- # Check for Deskjet products (0x03f0xx04). ATTR{idVendor}=="03f0", ATTR{idProduct}=="??04", OWNER="root", GROUP="lp", MODE="664", ENV{sane_hpaio}="yes" --------------------------------------------------------------------- so that the device node file should be created by udev with this default permissions crw-rw-r-- 1 root lp ... /dev/bus/usb/123/456
Check to both.
and in /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi ------------------------------------------------------------------------ <match key="info.subsystem" string="usb"> <match key="usb.vendor_id" int="0x03f0"> <match key="usb.product_id" int="0x0604"> <append key="info.capabilities" type="strlist">scanner</append> </match> </match> </match> ------------------------------------------------------------------------
Check.
so that HAL should add an ACL to the device node file so that additionally the user who is localy logged in gets write permissions. FYI: If you wonder why I use the "scanner" capability even for a printer, see https://bugzilla.novell.com/show_bug.cgi?id=469721#c3
What does hal-find-by-capability --capability scanner show and what does hal-find-by-property --key access_control.type --string scanner show? On my workstation both commands show the udev UDIs of all my USB printers and scanners: --------------------------------------------------------------------- # lsusb Bus 002 Device 002: ID 04a9:220e Canon, Inc. CanoScan N1240U/LiDE 30 Bus 001 Device 009: ID 03f0:0417 Hewlett-Packard LaserJet 1200 series
# hal-find-by-capability --capability scanner /org/freedesktop/Hal/devices/usb_device_4a9_220e_noserial_if0 /org/freedesktop/Hal/devices/usb_device_3f0_417_00XXXXXXXXXX_if0
tvrtko@pluto:~> hal-find-by-capability --capability scanner /org/freedesktop/Hal/devices/usb_device_3f0_604_HU07O1T04FKV_if0
# hal-find-by-property --key access_control.type --string scanner /org/freedesktop/Hal/devices/usb_device_4a9_220e_noserial_if0 /org/freedesktop/Hal/devices/usb_device_3f0_417_00XXXXXXXXXX_if0
tvrtko@pluto:~> hal-find-by-property --key access_control.type --string scanner tvrtko@pluto:~> No output here.
In particular because of the latter HAL should add an ACL to the device node file which matches to the udev UDI so that additionally the user who is localy logged in gets write permissions.
What is the output of getfacl /dev/bus/usb/123/456 where 123 and 456 must be replaced with your current actual values according to the output of the "lsusb" after you logged in locally?
No additional permissions. pluto:~ # getfacl /dev/bus/usb/003/002 getfacl: Removing leading '/' from absolute path names # file: dev/bus/usb/003/002 # owner: root # group: lp user::rw- group::rw- other::rw- -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c7 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsmeix@novell.com, | |kasievers@novell.com Component|Printing |Hotplug AssignedTo|jsmeix@novell.com |dkukawka@novell.com Summary|Printer communication error |HAL does not set ACL for |after sucessful initial |normal user access for |installation |devices with "scanner" | |capability QAContact|jsmeix@novell.com |qa@suse.de --- Comment #7 from Johannes Meixner <jsmeix@novell.com> 2009-10-01 02:32:51 MDT --- Summary of what the reporter wrote (for details see in particular comment #6): ------------------------------------------------------------------------------- Printer is USB attached HP DeskJet 840c: .. ID 03f0:0604 Hewlett-Packard DeskJet 840c tvrtko@pluto:~> hal-find-by-capability --capability scanner /org/freedesktop/Hal/devices/usb_device_3f0_604_HU07O1T04FKV_if0 tvrtko@pluto:~> hal-find-by-property --key access_control.type --string scanner tvrtko@pluto:~> No output here. pluto:~ # getfacl /dev/bus/usb/003/002 getfacl: Removing leading '/' from absolute path names # file: dev/bus/usb/003/002 # owner: root # group: lp user::rw- group::rw- other::rw- ------------------------------------------------------------------------------- Therefore there is no normal user access for this USB device. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c8 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sigma0824@gmail.com --- Comment #8 from Johannes Meixner <jsmeix@novell.com> 2009-10-20 03:25:36 MDT --- *** Bug 547962 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=547962 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User m.munnix@redcross.be added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c9 michel munnix <m.munnix@redcross.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.munnix@redcross.be --- Comment #9 from michel munnix <m.munnix@redcross.be> 2009-10-29 03:30:42 MDT --- Having the same problem with printer hp deskjet 6122 (not scanner function) hplip cannot access device (tried parallel port and usb): Oct 29 22:13:10 lgelnx50 python: io/hpmud/pp.c 786: unable to open hp:/par/deskjet_6122?device=/dev/parport0: Permission denied Oct 29 22:13:10 lgelnx50 python: hp-systray(hpdio)[8423]: error: Unable to communicate with device (code=12): hp:/par/deskjet_6122?device=/dev/parport0 Oct 29 22:13:10 lgelnx50 python: hp-systray(hpdio)[8423]: error: Device not found Oct 29 22:13:23 lgelnx50 python: hp-toolbox(UI)[8616]: warning: Supplies information not available for this device. Oct 29 22:13:45 lgelnx50 python: io/hpmud/pp.c 786: unable to open hp:/par/deskjet_6122?device=/dev/parport0: Permission denied Oct 29 22:00:10 lgelnx50 udev-configure-printer: add /module/lp Oct 29 22:00:10 lgelnx50 udev-configure-printer: add /devices/pnp0/00:02/printer/lp0 Oct 29 22:00:10 lgelnx50 kernel: [65284.900375] lp0: ECP mode Oct 29 22:00:11 lgelnx50 udev-configure-printer: SERN fields match Oct 29 22:00:11 lgelnx50 udev-configure-printer: URI match: hp:/par/deskjet_6122?device=/dev/parport0 Oct 29 22:00:11 lgelnx50 udev-configure-printer: SERN fields match Oct 29 22:00:11 lgelnx50 udev-configure-printer: URI match: usb://hp/deskjet%206122?serial=MY4C23B1C766 Oct 29 22:00:11 lgelnx50 udev-configure-printer: SERN fields match Oct 29 22:00:11 lgelnx50 udev-configure-printer: URI match: hp:/usb/deskjet_6122?serial=MY4C23B1C766 Oct 29 22:00:11 lgelnx50 udev-configure-printer: parent devpath is /devices/pci0000:00/0000:00:1f.2/usb1/1-2 Oct 29 22:00:11 lgelnx50 udev-configure-printer: Failed to get parent Oct 29 22:00:11 lgelnx50 udev-configure-printer: Failed to get parent Oct 29 22:13:10 lgelnx50 python: io/hpmud/pp.c 786: unable to open hp:/par/deskjet_6122?device=/dev/parport0: Permission denied Oct 29 22:13:10 lgelnx50 python: hp-systray(hpdio)[8423]: error: Unable to communicate with device (code=12): hp:/par/deskjet_6122?device=/dev/parport0 Oct 29 22:13:10 lgelnx50 python: hp-systray(hpdio)[8423]: error: Device not found Oct 29 22:13:23 lgelnx50 python: hp-toolbox(UI)[8616]: warning: Supplies information not available for this device. Oct 29 22:13:45 lgelnx50 python: io/hpmud/pp.c 786: unable to open hp:/par/deskjet_6122?device=/dev/parport0: Permission denied -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c10 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|HAL does not set ACL for |HAL does not set ACL for |normal user access for |normal user access for USB |devices with "scanner" |devices with "scanner" |capability |capability --- Comment #10 from Johannes Meixner <jsmeix@novell.com> 2009-10-29 04:10:27 MDT --- Normal user access via HAL is only supported for USB devices. For parallel port devices you must set the permissions manually if you really need normal user access (for plain printing with parallel port printers you do not need normal user access). If there are issues with the parallel port, file a new separated bug report because this bug report is only about USB devices. Regarding parallel port printers see http://en.opensuse.org/SDB:Installing_a_Printer -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c11 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sven.burmeister@gmx.net --- Comment #11 from Johannes Meixner <jsmeix@novell.com> 2009-11-03 02:17:05 MST --- *** Bug 551898 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=551898 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User sven.burmeister@gmx.net added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c12 --- Comment #12 from Sven Burmeister <sven.burmeister@gmx.net> 2009-11-03 05:12:15 MST --- It worked for me on 11.1 with the same hplip version. Is this a regression? Given that HP printers are quite popular and 11.2 is going to be released shortly, is there a time estimate for the fix? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj@novell.com, | |dkukawka@novell.com AssignedTo|dkukawka@novell.com |kasievers@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User kasievers@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c13 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jsmeix@novell.com --- Comment #13 from Kay Sievers <kasievers@novell.com> 2009-11-04 02:48:59 MST --- HAL is deprecated and going to be removed from future systems, it does no longer manage any ACLs, they are handled by udev now. The sane-backends need to match the USB id of the scanner and set the "libsane_matched" key in the udev rules, then udev will assign an ACL for the local user in the active session. Care to check, if /etc/udev/rules.d/55-libsane.rules support that device? I expect this needs to be adapted/added. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542473#c14 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jsmeix@novell.com | --- Comment #14 from Johannes Meixner <jsmeix@novell.com> 2009-11-04 04:09:25 MST --- I know that HAL is deprecated and going to be removed in the future but I don't know that it is actually already removed in openSUSE 11.2. I wonder if there was no sufficient announcement regarding such a backward incompatible change? Regarding udev: The sane-backends RPM contains /etc/udev/rules.d/55-libsane.rules which has entries of the form (long line is wrapped only here): ------------------------------------------------------------------------ ATTR{idVendor}=="03f0", ATTR{idProduct}=="0011", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes" ------------------------------------------------------------------------ so that an ACL should be assigned. In contrast the hplip RPM contains /etc/udev/rules.d/55-hpmud.rules which has entries of the form (long line is wrapped only here): ------------------------------------------------------------------------ ATTR{idVendor}=="03f0", ATTR{idProduct}=="??11", OWNER="root", GROUP="lp", MODE="664", ENV{sane_hpaio}="yes" ------------------------------------------------------------------------ so that no ACL should be assigned because theere is no ENV{libsane_matched}="yes" for HP devices which also explains why we have bug reports regarding this issue only for HP devices. Kay, could you enhance udev so that it sets the same ACL also for HP devices in case of ENV{sane_hpaio}="yes" -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c15 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kailed@kailed.net --- Comment #15 from Johannes Meixner <jsmeix@novell.com> 2009-11-24 09:58:30 UTC --- *** Bug 557546 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=557546 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c16 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hr.denzler@bluewin.ch --- Comment #16 from Johannes Meixner <jsmeix@novell.com> 2009-12-18 15:47:11 UTC --- *** Bug 565950 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=565950 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c17 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doiggl@velocitynet.com.au --- Comment #17 from Johannes Meixner <jsmeix@novell.com> 2010-01-26 12:36:54 UTC --- *** Bug 572982 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=572982 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c18 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cv.schmitt@googlemail.com --- Comment #18 from Johannes Meixner <jsmeix@novell.com> 2010-02-10 12:17:57 UTC --- *** Bug 578660 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=578660 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c19 --- Comment #19 from Tvrtko Ursulin <tvrtko@ursulin.net> 2010-03-22 21:14:56 UTC --- In case this has fallen through the cracks, can I ask if there are plans to fix this? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c20 --- Comment #20 from Kay Sievers <kasievers@novell.com> 2010-03-23 10:22:31 UTC --- That's solved upstream by setting ID_HPLIP. The hplip package needs to be updated to make use of it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c21 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kasievers@novell.com |jsmeix@novell.com --- Comment #21 from Kay Sievers <kasievers@novell.com> 2010-03-23 10:32:45 UTC --- Moving to hplip. The needed udev support should be available in 11.2 already. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c22 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsmeix@novell.com |kasievers@novell.com --- Comment #22 from Johannes Meixner <jsmeix@novell.com> 2010-03-23 10:43:37 UTC --- The root cause is that HAL in openSUSE 11.2 was changed in an incompatible way and not that HPLIP in openSUSE 11.2 needs an upgrade. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c23 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Hotplug |Printing AssignedTo|kasievers@novell.com |jsmeix@novell.com QAContact|qa@suse.de |jsmeix@novell.com --- Comment #23 from Kay Sievers <kasievers@novell.com> 2010-03-23 10:51:04 UTC --- There is no "root cause". Things change, and things get fixed. And there is nothing that needs fixing in udev or hal. Please close the bug if you don't like to change hplip. Thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c24 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |Future 11.3 --- Comment #24 from Johannes Meixner <jsmeix@novell.com> 2010-04-01 14:34:53 UTC --- Of course when continuous incompatible changes in udev and HAL are no "root cause" but just a "Things change", then there is of course always the applications which must adapt late to the continuous incompatible changes in udev and HAL... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c25 --- Comment #25 from Kay Sievers <kasievers@novell.com> 2010-04-01 14:53:17 UTC --- You should read your own comments maybe, instead of complaining about stuff that is just handled fine but not properly integrated in your packaging: # Thu Aug 6 10:48:36 CEST 2009 - jsmeix@suse.de # Added 40-hplip.rules to the tar ball for distros with # udev ACL support. Use configure option --enable-udev-acl-rules # to install 40-hplip.rules instead of 55-hpmud.rules. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c26 --- Comment #26 from Johannes Meixner <jsmeix@novell.com> 2010-04-01 15:16:47 UTC --- Your sarcasm is exactly the opposite of what would help to build a working distribution for our customers. You did not and do not understand what I am talking about. Why do you respond now so quickly after you re-assigned the bug back to me and after I had fixed it but have been totally silent for several month (2009-11-04 to 2010-03-23) while it was assigned to you? Better be quiet now too. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c27 --- Comment #27 from Kay Sievers <kasievers@novell.com> 2010-04-01 15:23:55 UTC --- Sarcasm? I just got enough of your constant complains about instability, as they were only made to attack you. I identified for the "root cause" in your packaging, and now I should be quiet. Sure, but who will fix your stuff then? It would help everybody the customers the most, if you would read the changelog you paste into your own package, instead of these comments. Thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542473 http://bugzilla.novell.com/show_bug.cgi?id=542473#c28 --- Comment #28 from Johannes Meixner <jsmeix@novell.com> 2010-04-01 16:03:22 UTC --- You were quiet for several month while your issue was pending. Now - after I had fixed it on my own - you become verbose. This is useless so that you can as well stay quiet now. By the way, just leave out your dismissive "Thanks!". -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com