https://bugs.documentfoundation.org/show_bug.cgi?id=129146

Michael Weghorn <m.wegh...@posteo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #20 from Michael Weghorn <m.wegh...@posteo.de> ---
>From what you write, it looks like either CUPS or cups-browsed is creating a
temporary queue on the fly and removes it at some point again, which is nice if
it works...

This here from the log suggests that the problem *might* be that the queue is
not present at the point where the attempt to print is made or there's an issue
with the connection ("HTTP_STATE_WAITING Closing for error 32 (Broken pipe)"):

> Sep 22 11:22:41 wart cupsd[3552]: [Client 26] POST 
> /printers/Brother_HL_2270DW_kurts_pi HTTP/1.1
> Sep 22 11:22:41 wart cupsd[3552]: [Client 26] Waiting for request.
> Sep 22 11:22:41 wart cupsd[3552]: [Client 26] Accepted from localhost (Domain)
> Sep 22 11:22:41 wart cupsd[3552]: [Client 26] Server address is 
> "/run/cups/cups.sock".
> Sep 22 11:22:41 wart cupsd[3552]: cupsdSetBusyState: newbusy="Active 
> clients", busy="Not busy"
> Sep 22 11:22:41 wart cupsd[3552]: cupsdSetBusyState: newbusy="Not busy", 
> busy="Not busy"
> Sep 22 11:22:41 wart cupsd[3552]: [Client 25] Closing connection.
> Sep 22 11:22:41 wart cupsd[3552]: [Client 25] HTTP_STATE_WAITING Closing for 
> error 32 (Broken pipe)

I'm not sure however, where exactly the problem is.

To narrow down the issue: Can you set up a persistent queue for the printer and
try whether this works?

>From the given information, this command here might work to create a printer
"myprinter":

    sudo lpadmin -p myprinter -v ipp://kurts-pi.local:631/printers/Brother_HL
-m everywhere -E

Can you test this and check whether printing works on the printer "myprinter"
created this way, from LibreOffice and other applications? If other
applications work and LO does not, can you attach the CUPS log for a printout
from another application (and mention which application it is) and another
failed attempt from LO? (probably best to add the logs as attachments)

Does the above comand create a PPD file in /etc/cups/ppd/ ? (I think that used
to be the case in the past, but that's basically a CUPS implementation detail
and might have changed since then.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to