Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-04-03 Thread Luca Capello
reassign 517162 hplip
found 517162 2.8.6-b4
fixed 517162 3.9.2-3
forcemerge 517297 517162
thanks

Hi Raj!

On Fri, 03 Apr 2009 04:15:39 +0200, Raj Mathur wrote:
> On Thursday 02 Apr 2009, Luca Capello wrote:
>> Can you confirm that with the Debian package version 20090301dfsg-3
>> (which I just uploaded) `getweb p1007` gives you a working printer,
>> please?
>
> Will do so when I manage to get the package.  Which repository is it in?  
> I currently have:

It seems that while the package was successfully built for i386, it has
not been installed in the pool yet:

  https://buildd.debian.org/pkg.cgi?pkg=foo2zjs

> However, going through the getweb script I can see that adding the putw 
> call to getweb for [pP]100[57] should fix the problem, so not too 
> concerned about that issue at the moment :)

Thank you :-)

>> > 2. Print jobs are still not getting deleted after completion.  The
>> > error in syslog remains the same:
>> >
>> > HP_LaserJet_P1007?serial=ECX: prnt/backend/hp.c 594: ERROR:
>> > 40017 other; will retry in 30 seconds...
>>
>> Bingo!  If only you had posted the syslog error before... ;-)
[...]
> Yes, with the upgrade to hplip 3.9.2-3 it seems to be working fine, at 
> least with the test cases I have been using (print a file containing a 
> single line).  Earlier version of hplip which used to cause problems 
> was was 2.8.6.b-4.  The error isn't there in the logs anymore either 
> with the new version.

Cool, thank you for the confirmation.  I updated the but status:
reassigned and merged with the main bug.  This should have closed it as
well.

Thx, bye,
Gismo / Luca


pgpheDy6s8DER.pgp
Description: PGP signature


Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-04-02 Thread Raj Mathur
Hi Luca,

On Thursday 02 Apr 2009, Luca Capello wrote:
> http://svn.debian.org/wsvn/foo2zjs/trunk/foo2zjs_20090301dfsg/?rev=18
>5&sc=1
>
> Can you confirm that with the Debian package version 20090301dfsg-3
> (which I just uploaded) `getweb p1007` gives you a working printer,
> please?

Will do so when I manage to get the package.  Which repository is it in?  
I currently have:

mail:~# apt-cache policy foo2zjs
foo2zjs:
  Installed: 20090301dfsg-2
  Candidate: 20090301dfsg-2
  Version table:
 *** 20090301dfsg-2 0
990 http://ftp.de.debian.org testing/main Packages
500 http://ftp.de.debian.org unstable/main Packages
100 /var/lib/dpkg/status

aptitude install foo2zjs=20090301dfsg-3 doesn't find the new version.  
However, going through the getweb script I can see that adding the putw 
call to getweb for [pP]100[57] should fix the problem, so not too 
concerned about that issue at the moment :)

> > 2. Print jobs are still not getting deleted after completion.  The
> > error in syslog remains the same:
> >
> > HP_LaserJet_P1007?serial=ECX: prnt/backend/hp.c 594: ERROR:
> > 40017 other; will retry in 30 seconds...
>
> Bingo!  If only you had posted the syslog error before... ;-)
>
> Since foo2zjs does not have any hp.c file in its sources, while hplip
> does, this bug could be a duplicate of bug #517434 [3].  How to check
> if I am correct:
>
> - note down which hplip version you have installed with
>
> $ dpkg -s hplip | grep Version
>
> - update hplip to version 3.9.2-2
>
> - do your test
>
> - report here your results
>
> For the Debian HPIJS and HPLIP maintainers: if Raj confirms my
> impressions above, I can take care of reassigning/closing this bug.
> Please speak if anyone of you want to do it :-)

Yes, with the upgrade to hplip 3.9.2-3 it seems to be working fine, at 
least with the test cases I have been using (print a file containing a 
single line).  Earlier version of hplip which used to cause problems 
was was 2.8.6.b-4.  The error isn't there in the logs anymore either 
with the new version.

Thanks for all the help!

Regards,

-- Raju
-- 
Raj Mathurr...@kandalaya.org  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-04-02 Thread Luca Capello
Hi Raj!

Cc:ing the Debian HPIJS and HPLIP maintainers mailing list, read below
for the reason.

On Tue, 24 Mar 2009 13:54:32 +0100, Raj Mathur wrote:
> Woah, I didn't know about the uninstall target.  Ran that and 
> reinstalled foo2zjs after purging.  Now there are two problems :)
>
> 1. getweb from the foo2zjs package doesn't install the firmware.  It 
> does install the file:
>
>   /usr/share/foo2zjs/tmp/sihpP1005.img
>
> whereas the printer needs (as per the syslog message):
>
>   /usr/share/foo2xqx/firmware/sihpP1005.dl
>
> I used the getweb from the upstream sources to get the the .dl file and 
> push it into the right directory, after that the firmware is getting 
> downloaded and the printer is printing.

This is very strange, since the latest [1] upstream getweb does:

--8<---cut here---start->8---
#
#   Download a .tar.gz file from the web, untar it, and extract the
#   files we want
gettgz() {
url="$1"
file="$2"
what="$3"

wget $WGETOPTS -O $file "$url/$file" ||
error "Couldn't download $url/$file"
gunzip <$file | tar xvf - $what
rm $file
}
[...]

getone() {
case "$1" in
[...]

[pP]100[57])
gettgz \
http://foo2zjs.rkkda.com/firmware sihpP1005.tar.gz \
""
copyright "(c) Copyright Hewlett-Packard 2008"
;;
[...]

for i in $*
do
case "$1" in
[...]
*)  
getone $i
;;
esac
done
--8<---cut here---end--->8---

The above means that in no way upstream getweb provides you with a .dl
file, only with the .img one:
=
l...@gismo:$ wget http://foo2zjs.rkkda.com/firmware/sihpP1005.tar.gz
[...]

2009-04-02 13:45:25 (159 KB/s) - `sihpP1005.tar.gz' saved [153447/153447]

l...@gismo:$ md5sum sihpP1005.tar.gz
136b46e9441725fd3a46b8ef9525223b  sihpP1005.tar.gz

l...@gismo:$ tar ztvf sihpP1005.tar.gz
-rwxr--r-- rick/rick222392 2008-06-03 20:15 sihpP1005.img

l...@gismo:$
=

Debian getweb from package version 20090301dfsg-2 does the same, simply
because we missed the putfw call for the P1005/1007 models, now fixed:

  http://svn.debian.org/wsvn/foo2zjs/trunk/foo2zjs_20090301dfsg/?rev=184&sc=1

While I was at it, I also fixed the IMHO useless distinction for the
firmware directories: because of bug #517957 [2], in any case Debian
will store firmwares outside /usr.  Thus, in the meantime I decided to
use one single directory to store *any* firmware and since the package
is called foo2zjs, my choice was /usr/share/foo2zjs/firmware:

  http://svn.debian.org/wsvn/foo2zjs/trunk/foo2zjs_20090301dfsg/?rev=185&sc=1

Can you confirm that with the Debian package version 20090301dfsg-3
(which I just uploaded) `getweb p1007` gives you a working printer,
please?

> 2. Print jobs are still not getting deleted after completion.  The error 
> in syslog remains the same:
>
> HP_LaserJet_P1007?serial=ECX: prnt/backend/hp.c 594: ERROR: 40017 
> other; will retry in 30 seconds...

Bingo!  If only you had posted the syslog error before... ;-)

Since foo2zjs does not have any hp.c file in its sources, while hplip
does, this bug could be a duplicate of bug #517434 [3].  How to check if
I am correct:

- note down which hplip version you have installed with

$ dpkg -s hplip | grep Version

- update hplip to version 3.9.2-2

- do your test

- report here your results

For the Debian HPIJS and HPLIP maintainers: if Raj confirms my
impressions above, I can take care of reassigning/closing this bug.
Please speak if anyone of you want to do it :-)

> Am trying to contact you on instant messenger to see if we can get
> some quickfixes out.

For quite a while now, I am vacant from IM/IRC, sorry, since they both
take me too much time.

Thx, bye,
Gismo / Luca

Footnotes: 
[1] as of now, last ChangeLog entry:
2009-03-24  Rick Richardson 
* Add: km-1600-rgb-392-bpp1.icm for color correction using
the X-rite ColorMunki and Argyll.
For KONICA MINOLTA 1600W, 1680MF, 1690MF
Delete 1600W, re-download, make, ./getweb 1600w, make install
[2] http://bugs.debian.org/517957
[3] http://bugs.debian.org/517434


pgp5n4IupveN9.pgp
Description: PGP signature


Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-03-24 Thread Raj Mathur
On Tuesday 24 Mar 2009, Luca Capello wrote:
> [snip]
> Well, there are two problems:
>
> - the Debian package is not the same version of the upstream sources
> you have installed, thus you can still have some compiled files from
> upstream sources around.  In this case, it is difficult to know which
> one is taken into account at runtime :-(
>
> - the Debian package installs upstream files in different locations,
>   since Debian is more strict WRT the file system hierarchy and every
>   packages must be compliant to the Debian Policy, too.  One example
> of this situation are the helper programs, which Debian installs in
> /usr/sbin/ while upstream in /etc/hotplug/usb/, now deprecated...
>
> >> However, the real problem is actually another one: the udev rules
> >> file expects various program in /usr/sbin:
>
> [...]
>
> >> However, the Debian package ships only the first fourth of them,
> >> thus the firmware for any P* model cannot be loaded because the
> >> helper program is missing.  Can you please try the udev rules file
> >> included in the Debian package, after having launched the
> >> following commands as root?
> >>
> >>   # cd /usr/sbin/
> >>   # ln -s hplj1000 hpljP1007
> >
> > Done that and the printer prints again with the new
> > 11-hplj10xx.rules from the Debian package, with the same problem
> > (print job persists).
>
> Thank you for the test, at least we are now in a situation where you
> do not need any modification to the Debian package to reproduce your
> bug.
>
> > Could this be because of some files still lying around from the
> > manual installation?
>
> This is my first guess, yes.
>
> > If that is a possibility, then give me a couple of days to clean
> > those up, reinstall the Debian package from scratch and test.
>
> Since upstream Makefile provides an uninstall target, I think you can
> try to use that to clean everything, but only after you have purged
> the Debian package.  If you still have upstream sources around,
> something like the following can work, as root:
>
>   # aptitude purge foo2zjs
>   # cd /path/to/upstream/sources
>   # make uninstall
>   # aptitude install foo2zjs
>   # cd /usr/sbin/
>   # ln -s hplj1000 hpljP1007
>
> If everything will work as expected, I will retitle this bug to
> "foo2zjs: firwmare is not loaded on HP LaserJet P1007" and upload a
> new version fixing it (ATM sitting on my hard disk).

Woah, I didn't know about the uninstall target.  Ran that and 
reinstalled foo2zjs after purging.  Now there are two problems :)

1. getweb from the foo2zjs package doesn't install the firmware.  It 
does install the file:

  /usr/share/foo2zjs/tmp/sihpP1005.img

whereas the printer needs (as per the syslog message):

  /usr/share/foo2xqx/firmware/sihpP1005.dl

I used the getweb from the upstream sources to get the the .dl file and 
push it into the right directory, after that the firmware is getting 
downloaded and the printer is printing.

2. Print jobs are still not getting deleted after completion.  The error 
in syslog remains the same:

HP_LaserJet_P1007?serial=ECX: prnt/backend/hp.c 594: ERROR: 40017 
other; will retry in 30 seconds...

Am trying to contact you on instant messenger to see if we can get some 
quickfixes out.

Regards,

-- Raju
-- 
Raj Mathurr...@kandalaya.org  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-03-24 Thread Luca Capello
Hi Raj!

On Tue, 24 Mar 2009 05:09:24 +0100, Raj Mathur wrote:
> On Monday 23 Mar 2009, Luca Capello wrote:
>> Have you ever manually installed foo2zjs from upstream sources?
>
> Yes, I did.  When I first got the printer I installed foo2zjs from 
> source (last entry from ChangeLog: 2008-12-07  Rick Richardson 
> ).  However I'd subsequently replaced with 
> the Debian packaged version.  Looks like all the files from the source 
> compiled package didn't get overwritten, sorry about that.  Had also 
> made changes manually to 11-hplj10xx.rules AFAIR.

I guess the mixture could be the cause of your problem.

> I'll have to spend time and track down each file the source packaged 
> installed and remove it manually if it's not there in the Debian 
> package.

Well, there are two problems:

- the Debian package is not the same version of the upstream sources you
  have installed, thus you can still have some compiled files from
  upstream sources around.  In this case, it is difficult to know which
  one is taken into account at runtime :-(

- the Debian package installs upstream files in different locations,
  since Debian is more strict WRT the file system hierarchy and every
  packages must be compliant to the Debian Policy, too.  One example of
  this situation are the helper programs, which Debian installs in
  /usr/sbin/ while upstream in /etc/hotplug/usb/, now deprecated...

>> However, the real problem is actually another one: the udev rules
>> file expects various program in /usr/sbin:
[...]
>> However, the Debian package ships only the first fourth of them, thus
>> the firmware for any P* model cannot be loaded because the helper
>> program is missing.  Can you please try the udev rules file included
>> in the Debian package, after having launched the following commands
>> as root?
>>
>>   # cd /usr/sbin/
>>   # ln -s hplj1000 hpljP1007
>
> Done that and the printer prints again with the new 11-hplj10xx.rules 
> from the Debian package, with the same problem (print job persists).

Thank you for the test, at least we are now in a situation where you do
not need any modification to the Debian package to reproduce your bug.

> Could this be because of some files still lying around from the manual 
> installation?

This is my first guess, yes.

> If that is a possibility, then give me a couple of days to clean those
> up, reinstall the Debian package from scratch and test.

Since upstream Makefile provides an uninstall target, I think you can
try to use that to clean everything, but only after you have purged the
Debian package.  If you still have upstream sources around, something
like the following can work, as root:

  # aptitude purge foo2zjs
  # cd /path/to/upstream/sources
  # make uninstall
  # aptitude install foo2zjs
  # cd /usr/sbin/
  # ln -s hplj1000 hpljP1007

If everything will work as expected, I will retitle this bug to
"foo2zjs: firwmare is not loaded on HP LaserJet P1007" and upload a new
version fixing it (ATM sitting on my hard disk).

Thx, bye,
Gismo / Luca


pgpb2pq8h5exP.pgp
Description: PGP signature


Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-03-23 Thread Raj Mathur
On Monday 23 Mar 2009, Luca Capello wrote:
> tags 517162 + patch
> On Mon, 23 Mar 2009 14:01:49 +0100, Raj Mathur wrote:
> > On Monday 23 Mar 2009, Luca Capello wrote:
> >> On Thu, 26 Feb 2009 04:42:03 +0100, Raj Mathur wrote:
> >> > Version: 20070718dfsg-9
> >> > Print job does not get removed after printing completes using an
> >> > HP P1007 Laserjet printer through USB.  Other jobs are stuck
> >> > until this one is manually deleted -- after deletion the next
> >> > job continues normally, until it completes and has to be
> >> > manually deleted too.
> >>
> >> Can you test if this bug is still present with the latest version
> >> from unstable, i.e. version 20090301dfsg-2, please?
> >
> > Tried with that, which overwrote
> > /etc/udev/rules.d/11-hplj10xx.rules . After that, the print jobs
> > get made and terminated, but the printer doesn't print :)
> >
> > When I reinstall the 11-hplj10xx.rules that I was using originally
> > (attached) with the new version of the package, the printer prints
> > but the problem returns (jobs remain in queue).
> >
> > Not an expert on printers and their drivers, but the new rules file
> > doesn't seem to be downloading the firmware onto the printer at
> > powerup, whereas the old one does.
>
> First of all, it seems you have a mixed installation and not a clean
> one, since the Debian package does not provide anything in
> /etc/hotplug:
> [snip]
> Have you ever manually installed foo2zjs from upstream sources?

Yes, I did.  When I first got the printer I installed foo2zjs from 
source (last entry from ChangeLog: 2008-12-07  Rick Richardson 
).  However I'd subsequently replaced with 
the Debian packaged version.  Looks like all the files from the source 
compiled package didn't get overwritten, sorry about that.  Had also 
made changes manually to 11-hplj10xx.rules AFAIR.

I'll have to spend time and track down each file the source packaged 
installed and remove it manually if it's not there in the Debian 
package.

> However, the real problem is actually another one: the udev rules
> file expects various program in /usr/sbin:
> =
> ir...@r-abraham:~$ grep sbin /etc/udev/rules.d/11-hplj10xx.rules
> SYMLINK+="hplj1000-%n", MODE="0666",
> RUN+="/usr/sbin/hplj1000" SYMLINK+="hplj1005-%n", MODE="0666",
> RUN+="/usr/sbin/hplj1005" SYMLINK+="hplj1018-%n", MODE="0666",
> RUN+="/usr/sbin/hplj1018" SYMLINK+="hplj1020-%n", MODE="0666",
> RUN+="/usr/sbin/hplj1020" SYMLINK+="hpljP1005-%n", MODE="0666",
> RUN+="/usr/sbin/hpljP1005" SYMLINK+="hpljP1006-%n", MODE="0666",
> RUN+="/usr/sbin/hpljP1006" SYMLINK+="hpljP1007-%n", MODE="0666",
> RUN+="/usr/sbin/hpljP1007" SYMLINK+="hpljP1008-%n", MODE="0666",
> RUN+="/usr/sbin/hpljP1008" SYMLINK+="hpljP1505-%n", MODE="0666",
> RUN+="/usr/sbin/hpljP1505" ir...@r-abraham:~$
> =
>
> However, the Debian package ships only the first fourth of them, thus
> the firmware for any P* model cannot be loaded because the helper
> program is missing.  Can you please try the udev rules file included
> in the Debian package, after having launched the following commands
> as root?
>
>   # cd /usr/sbin/
>   # ln -s hplj1000 hpljP1007

Done that and the printer prints again with the new 11-hplj10xx.rules 
from the Debian package, with the same problem (print job persists).  
Could this be because of some files still lying around from the manual 
installation?  If that is a possibility, then give me a couple of days 
to clean those up, reinstall the Debian package from scratch and test.

Regards,

-- Raju
-- 
Raj Mathurr...@kandalaya.org  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-03-23 Thread Luca Capello
tags 517162 + patch
thanks

Hi Raj!

On Mon, 23 Mar 2009 14:01:49 +0100, Raj Mathur wrote:
> On Monday 23 Mar 2009, Luca Capello wrote:
>> On Thu, 26 Feb 2009 04:42:03 +0100, Raj Mathur wrote:
>> > Version: 20070718dfsg-9
>> > Print job does not get removed after printing completes using an HP
>> > P1007 Laserjet printer through USB.  Other jobs are stuck until
>> > this one is manually deleted -- after deletion the next job
>> > continues normally, until it completes and has to be manually
>> > deleted too.
>>
>> Can you test if this bug is still present with the latest version
>> from unstable, i.e. version 20090301dfsg-2, please?
>
> Tried with that, which overwrote /etc/udev/rules.d/11-hplj10xx.rules .  
> After that, the print jobs get made and terminated, but the printer 
> doesn't print :)
>
> When I reinstall the 11-hplj10xx.rules that I was using originally 
> (attached) with the new version of the package, the printer prints but 
> the problem returns (jobs remain in queue).
>
> Not an expert on printers and their drivers, but the new rules file 
> doesn't seem to be downloading the firmware onto the printer at 
> powerup, whereas the old one does.

First of all, it seems you have a mixed installation and not a clean
one, since the Debian package does not provide anything in /etc/hotplug:
=
ir...@r-abraham:~$ dpkg -s foo2zjs | grep Version
Version: 20090301dfsg-2

ir...@r-abraham:~$ dpkg -L foo2zjs | grep hplj
/etc/udev/rules.d/11-hplj10xx.rules
/usr/share/applications/hplj1020.desktop
/usr/share/foo2zjs/hplj10xx_gui.tcl
/usr/share/foo2zjs/hplj1020_icon.gif
/usr/sbin/hplj1000
/usr/sbin/hplj1005
/usr/sbin/hplj1018
/usr/sbin/hplj1020

ir...@r-abraham:~$
=

Have you ever manually installed foo2zjs from upstream sources?

However, the real problem is actually another one: the udev rules file
expects various program in /usr/sbin:
=
ir...@r-abraham:~$ grep sbin /etc/udev/rules.d/11-hplj10xx.rules
SYMLINK+="hplj1000-%n", MODE="0666", RUN+="/usr/sbin/hplj1000"
SYMLINK+="hplj1005-%n", MODE="0666", RUN+="/usr/sbin/hplj1005"
SYMLINK+="hplj1018-%n", MODE="0666", RUN+="/usr/sbin/hplj1018"
SYMLINK+="hplj1020-%n", MODE="0666", RUN+="/usr/sbin/hplj1020"
SYMLINK+="hpljP1005-%n", MODE="0666", RUN+="/usr/sbin/hpljP1005"
SYMLINK+="hpljP1006-%n", MODE="0666", RUN+="/usr/sbin/hpljP1006"
SYMLINK+="hpljP1007-%n", MODE="0666", RUN+="/usr/sbin/hpljP1007"
SYMLINK+="hpljP1008-%n", MODE="0666", RUN+="/usr/sbin/hpljP1008"
SYMLINK+="hpljP1505-%n", MODE="0666", RUN+="/usr/sbin/hpljP1505"
ir...@r-abraham:~$
=

However, the Debian package ships only the first fourth of them, thus
the firmware for any P* model cannot be loaded because the helper
program is missing.  Can you please try the udev rules file included in
the Debian package, after having launched the following commands as
root?

  # cd /usr/sbin/
  # ln -s hplj1000 hpljP1007

FYI, the helper program is only one (hplj1000) and it acts differently
according to the name it is called by.  This obliges us to provide a
different link for every printer supported, while a better solution
would be a single program taking the printer as the first parameter.

Thx, bye,
Gismo / Luca


pgptd453hC7zs.pgp
Description: PGP signature


Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-03-23 Thread Raj Mathur
On Monday 23 Mar 2009, Luca Capello wrote:
> On Thu, 26 Feb 2009 04:42:03 +0100, Raj Mathur wrote:
> > Version: 20070718dfsg-9
> > Print job does not get removed after printing completes using an HP
> > P1007 Laserjet printer through USB.  Other jobs are stuck until
> > this one is manually deleted -- after deletion the next job
> > continues normally, until it completes and has to be manually
> > deleted too.
>
> Can you test if this bug is still present with the latest version
> from unstable, i.e. version 20090301dfsg-2, please?

Tried with that, which overwrote /etc/udev/rules.d/11-hplj10xx.rules .  
After that, the print jobs get made and terminated, but the printer 
doesn't print :)

When I reinstall the 11-hplj10xx.rules that I was using originally 
(attached) with the new version of the package, the printer prints but 
the problem returns (jobs remain in queue).

Not an expert on printers and their drivers, but the new rules file 
doesn't seem to be downloading the firmware onto the printer at 
powerup, whereas the old one does.

Regards,

-- Raj
-- 
Raj Mathurr...@kandalaya.org  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves
#Own udev rule for HP Laserjet 1000
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="hp LaserJet 1000", NAME="usb/%k", \
SYMLINK+="hplj1000-%n", MODE="0666", RUN+="/etc/hotplug/usb/hplj1000" 
#Own udev rule for HP Laserjet 1005
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="hp LaserJet 1005 series", NAME="usb/%k", \
SYMLINK+="hplj1005-%n", MODE="0666", RUN+="/etc/hotplug/usb/hplj1005" 
#Own udev rule for HP Laserjet 1018
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet 1018", NAME="usb/%k", \
SYMLINK+="hplj1018-%n", MODE="0666", RUN+="/etc/hotplug/usb/hplj1018" 
#Own udev rule for HP Laserjet 1020
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet 1020", NAME="usb/%k", \
SYMLINK+="hplj1020-%n", MODE="0666", RUN+="/etc/hotplug/usb/hplj1020" 
#Own udev rule for HP Laserjet P1005
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet P1005", NAME="usb/%k", \
SYMLINK+="hpljP1005-%n", MODE="0666", RUN+="/etc/hotplug/usb/hpljP1005" 
#Own udev rule for HP Laserjet P1006
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet P1006", NAME="usb/%k", \
SYMLINK+="hpljP1006-%n", MODE="0666", RUN+="/etc/hotplug/usb/hpljP1006" 
#Own udev rule for HP Laserjet P1007
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet P1007", NAME="usb/%k", \
SYMLINK+="hpljP1007-%n", MODE="0666", RUN+="/etc/hotplug/usb/hpljP1007" 
#Own udev rule for HP Laserjet P1008
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet P1008", NAME="usb/%k", \
SYMLINK+="hpljP1008-%n", MODE="0666", RUN+="/etc/hotplug/usb/hpljP1008" 
#Own udev rule for HP Laserjet P1505
KERNEL=="lp*", BUS=="usb", SYSFS{idVendor}=="03f0", \
SYSFS{product}=="HP LaserJet P1505", NAME="usb/%k", \
SYMLINK+="hpljP1505-%n", MODE="0666", RUN+="/etc/hotplug/usb/hpljP1505" 


Bug#517162: [Foo2zjs-maintainer] Bug#517162: foo2zjs: Completed print jobs not deleted from queue on P1007

2009-03-23 Thread Luca Capello
Hi Raj!

On Thu, 26 Feb 2009 04:42:03 +0100, Raj Mathur wrote:
> Version: 20070718dfsg-9
[...]
> Print job does not get removed after printing completes using an HP P1007
> Laserjet printer through USB.  Other jobs are stuck until this one is manually
> deleted -- after deletion the next job continues normally, until it completes
> and has to be manually deleted too.

Can you test if this bug is still present with the latest version from
unstable, i.e. version 20090301dfsg-2, please?

Thx, bye,
Gismo / Luca


pgpmBW4BlmwtG.pgp
Description: PGP signature