Date: Fri, 30 Jun 2006 00:51:27 +0200 From: Jan-Espen Pettersen <sigsegv@radiotube.org> To: Anthony Agelastos <iqgrande@gmail.com> Cc: Micah <micahjon@ywave.com>, asa@agava.com, FreeBSD Questions <freebsd-questions@freebsd.org>, Nicolas Blais <nb_root@videotron.ca> Subject: Re: CUPS, USB printers & "Permission Denied" Message-ID: <44A4596F.2050908@radiotube.org> In-Reply-To: <F1BD9128-B3F4-47DC-9B65-DB5CC641F55C@gmail.com> References: <8a6250b20606251628g5ea35843r5ccb318b15876609@mail.gmail.com> <0092EAFD-5911-49DA-846E-99BB33D0C0C7@gmail.com> <200606252332.19131.lists@jnielsen.net> <200606252337.31732.nb_root@videotron.ca> <31823093-E37C-44FF-B088-0F21BEDDB3F9@gmail.com> <44A1E174.2000103@ywave.com> <F1BD9128-B3F4-47DC-9B65-DB5CC641F55C@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9FAD59AE30E7422DBEA49943 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > I just tried /dev/unltp0 and I have the same issues. Basically, I > killed all of the jobs, made your change, submitted a test page, > watched as nothing happened (it didn't display any messages in the web > interface), did a /usr/local/etc/rc.d/cupsd restart, killed the test > page, then resubmitted one, and then it mentioned the USB busy will > retry in 30 seconds line. I reattached my error_log for today's > activities. > > I will be on the road for the better part of a week, so I will try to > help out as much as I can given the circumstances. Thank you everyone > for your assistance with this. > I found that the usb backend stalled here before actually doing any work. Before I've done any actual debugging of the backend, I suspect that it is being blocked on a status read attempt, though this is only my current guess. Here is a workaround: In printers.conf () you will probably find a line like this: DeviceURI usb:/dev/ulpt0 change usb: to file:, so that it looks something like this: DeviceURI file:/dev/ulpt0 Then restart cups. Cups will not read any status information from the printer, but at least it can print. Be warned about unknown side effects.= :) Jan-Espen Pettersen --------------enig9FAD59AE30E7422DBEA49943 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEpFl4H90qNYni6VoRAg97AJ4ghRtjXnaiSszTLIzoiwfgTCtPjACfWzUA k6tA0XMpQe3n2og2B8ASf70= =K1yI -----END PGP SIGNATURE----- --------------enig9FAD59AE30E7422DBEA49943--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44A4596F.2050908>