Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137477 - net-print/hplip: 'makeuri' and 'setup' broken
Summary: net-print/hplip: 'makeuri' and 'setup' broken
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 04:19 UTC by molle.bestefich
Modified: 2006-08-18 19:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description molle.bestefich 2006-06-21 04:19:16 UTC
HPLIP doesn't seem to work as it should.

hp-makeuri <ip> just returns an error and hp-setup <ip> causes hpssd.py to die consistently.

Neither of these commands cause any network activity towards the printer (tracing with Ethereal reveals 0 packets transmitted/received).

Transcript:
=======================================
# /etc/init.d/hplip start
# ps -e | grep hp
 8771 ?        00:00:00 hpiod
 8775 ?        00:00:00 hpssd.py

# hp-makeuri -l debug 192.168.10.130

HP Linux Imaging and Printing System (ver. 1.6.6)
Device URI Creation Utility ver. 4.2

Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

 [DEBUG]: Trying IP address
 [DEBUG]: (xmit) Sending data on channel (3)
 [DEBUG]: 'msg=makeuri\nbus=net\nhostname=192.168.10.130\nport=1\n'
 [DEBUG]: (xmit) Reading data on channel (3)
 [DEBUG]: 'msg=MakeURIResult\nresult-code=12\n'
 [ERROR]: Device not found

# hp-setup -l debug 192.168.10.130

HP Linux Imaging and Printing System (ver. 1.6.6)
Printer/Fax Setup Utility ver. 2.0

Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

 [DEBUG]: Trying IP address
 [DEBUG]: (xmit) Sending data on channel (3)
 [DEBUG]: 'msg=makeuri\nbus=net\nhostname=192.168.10.130\nport=1\n'
 [DEBUG]: (xmit) Reading data on channel (3)
 [DEBUG]: 'msg=MakeURIResult\nresult-code=12\n'
 [DEBUG]: (xmit) Sending data on channel (6)
 [DEBUG]: 'msg=probedevicesfiltered\nfilter=none\nbus=cups,par,usb\nformat=cups\ntimeout=5\nttl=4\n'
 [DEBUG]:

*** glibc detected *** corrupted double-linked list: 0x080945c8 ***
Aborted

# ps -e | grep hp
 8771 ?        00:00:00 hpiod
=======================================

CPU and GCC version:
=======================================
# uname -rmp
2.6.14 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz

# equery l gcc
[ Searching for package 'gcc' in all categories among: ]
 * installed packages
[I--] [  ] sys-devel/gcc-3.3.6 (3.3)
[I--] [ -] sys-devel/gcc-3.4.6-r1 (3.4)
[I--] [  ] sys-devel/gcc-config-1.3.13-r2 (0)
[I--] [M~] x11-misc/gccmakedep-1.0.1-r1 (0)
=======================================

My box is on the 192.168.1.x network, the printer is on 192.168.10.x.
Network connectivity with the printer is fine.
=======================================
# traceroute 192.168.10.130
traceroute to 192.168.10.130 (192.168.10.130), 30 hops max, 40 byte packets
 1  my.firewall (192.168.1.1)  3.953 ms  3.943 ms  3.828 ms
 2  192.168.10.130 (192.168.10.130)  4.542 ms  4.366 ms  4.281 ms

# ping -c 1 192.168.10.130
PING 192.168.10.130 (192.168.10.130) 56(84) bytes of data.
64 bytes from 192.168.10.130: icmp_seq=1 ttl=254 time=4.07 ms

--- 192.168.10.130 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.074/4.074/4.074/0.000 ms
=======================================

I can control the printer using "konqueror http://192.168.10.130/", retrieve data using "snmpwalk -v 1 -c public 192.168.10.130" and chit chat with the device using "telnet 192.168.10.130 9100" with no problems.

Do you want anything to do with this, or should I take it to hplip-help@lists.sourceforge.net?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-21 04:34:57 UTC
(In reply to comment #0)
> should I take it to hplip-help@lists.sourceforge.net?

Frankly said, sounds like a good idea... :)

Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2006-08-18 19:13:52 UTC
should be dealt with upstream, thanks.