[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2021-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #23 from QA Administrators  ---
Dear KSanger,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2021-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2021-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #22 from QA Administrators  ---
Dear KSanger,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #21 from Michael Weghorn  ---
(In reply to KSanger from comment #12)
> Cups Server on Raspberry Pi Model 3B is 1.5.3

Do you have the possibility of getting a newer CUPS version on your Raspberry
Pi? CUPS 1.5.3 is rather old and may have bugs regarding automatic mapping from
PPD file to IPP attributes, etc.

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

Michael Weghorn  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #20 from Michael Weghorn  ---
>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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #19 from KSanger  ---
Had to change selinux after copying over the edited cupsd.conf file.   

Many messages in the journal.   

I believe this is one full request to print from LibreWrite.  I belive this is
one full print cycle from LibreWrite using the command "journalctl -u cups -r". 
The error is at Sep 22 11:23:05 wart cupsd[3552]: Brother_HL_2270DW_kurts_pi:
PPD creation failed: Printer does not support required IPP attributes >


Sep 22 11:23:08 wart cupsd[3552]: [Client 33] Flushing write buffer.
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] bytes=0, http_state=0,
data_remaining=98
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] Writing IPP response,
ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] cupsdWriteClient error=0, used=0,
state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCOD>
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] con->http=0x55c9546c22e0
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] cupsdSendHeader: code=200,
type="application/ipp", auth_type=0
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] Content-Length: 98
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] Returning IPP successful-ok for
Get-Printer-Attributes (ipp://localhost/printers/Broth>
Sep 22 11:23:08 wart cupsd[3552]: Get-Printer-Attributes
ipp://localhost/printers/Brother_HL_2270DW_kurts_pi
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] 2.0 Get-Printer-Attributes 98
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] No authentication data provided.
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] Read: status=200, state=6
Sep 22 11:23:08 wart cupsd[3552]: cupsdSetBusyState: newbusy="Active clients
and dirty files", busy="Dirty files"
Sep 22 11:23:08 wart cupsd[3552]: [Client 33] POST / HTTP/1.1
Sep 22 11:23:07 wart cupsd[3552]: cupsdSetBusyState: newbusy="Dirty files",
busy="Active clients and dirty files"
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] Waiting for request.
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] New state is HTTP_STATE_WAITING
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] Flushing write buffer.
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] bytes=0, http_state=0,
data_remaining=98
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] Writing IPP response,
ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] cupsdWriteClient error=0, used=0,
state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCOD>
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] con->http=0x55c9546c22e0
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] cupsdSendHeader: code=200,
type="application/ipp", auth_type=0
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] Content-Length: 98
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] Returning IPP successful-ok for
Get-Printer-Attributes (ipp://localhost/printers/Broth>
Sep 22 11:23:07 wart cupsd[3552]: Get-Printer-Attributes
ipp://localhost/printers/Brother_HL_2270DW_kurts_pi
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] 2.0 Get-Printer-Attributes 97
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] No authentication data provided.
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] Read: status=200, state=6
Sep 22 11:23:07 wart cupsd[3552]: cupsdSetBusyState: newbusy="Active clients
and dirty files", busy="Dirty files"
Sep 22 11:23:07 wart cupsd[3552]: [Client 33] POST / HTTP/1.1
Sep 22 11:23:06 wart cupsd[3552]: cupsdSetBusyState: newbusy="Dirty files",
busy="Active clients and dirty files"
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] Waiting for request.
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] New state is HTTP_STATE_WAITING
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] Flushing write buffer.
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] bytes=0, http_state=0,
data_remaining=98
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] Writing IPP response,
ipp_state=IPP_STATE_DATA, old wused=0, new wused=0
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] cupsdWriteClient error=0, used=0,
state=HTTP_STATE_POST_SEND, data_encoding=HTTP_ENCOD>
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] con->http=0x55c9546c22e0
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] cupsdSendHeader: code=200,
type="application/ipp", auth_type=0
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] Content-Length: 98
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] Returning IPP successful-ok for
Get-Printer-Attributes (ipp://localhost/printers/Broth>
Sep 22 11:23:06 wart cupsd[3552]: Get-Printer-Attributes
ipp://localhost/printers/Brother_HL_2270DW_kurts_pi
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] 2.0 Get-Printer-Attributes 96
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] No authentication data provided.
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] Read: status=200, state=6
Sep 22 11:23:06 wart cupsd[3552]: cupsdSetBusyState: newbusy="Active clients
and dirty files", busy="Dirty files"
Sep 22 11:23:06 wart cupsd[3552]: [Client 33] POST / HTTP/1.1

Sep 22 11:23:05 wart cupsd[3552]: Brother_HL_2270DW_kurts_pi: PPD 

[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #18 from KSanger  ---
Changed LogLevel to debug.  Did sudo systemctl stop cups.service followed by
sudo systemctl start cups.service which fails.

Now I can't print at all.

[kurt@wart cups]$ sudo service cups start
Redirecting to /bin/systemctl start cups.service
Job for cups.service failed because the control process exited with error code.
See "systemctl status cups.service" and "journalctl -xe" for details.
[kurt@wart cups]$ journalctl -xe
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A stop job for unit cups.service has finished.
-- 
-- The job identifier is 9089 and the job result is done.
Sep 22 10:38:10 wart audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cups com>
Sep 22 10:38:10 wart audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cups comm>
Sep 22 10:38:10 wart systemd[1]: cups.service: Start request repeated too
quickly.
Sep 22 10:38:10 wart systemd[1]: cups.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The unit cups.service has entered the 'failed' state with result
'exit-code'.
Sep 22 10:38:10 wart systemd[1]: Failed to start CUPS Scheduler.
-- Subject: A start job for unit cups.service has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit cups.service has finished with a failure.
-- 
-- The job identifier is 9089 and the job result is failed.


Settings / Printers says "Sorry! The system printing service doesn't seem to be
available.

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #17 from KSanger  ---
(In reply to Michael Weghorn from comment #10)
> Some questions:
> 
> 1) How was the printer set up on the client? Did you set it up manually or
> was it auto-discovered and the queue auto-created, e.g. using cups-browsed?
> 
> 2) What is the output of 'lpstat -v' on the client?
> 
> 3) What CUPS version do you have (on client and server)?
> 
> 4) Do you get any entries in CUPS log if you set log level to "Debug" in
> /etc/cups/cupsd.conf, then restart CUPS and try again? (CUPS log file is
> usually /var/log/cups/error.log, unless configured elsewhere or CUPS is
> configured to log to journal instead; you can check e.g. whether directive
> 'ErrorLog /var/log/cups/error_log' is present in /etc/cup/cups-files.conf.)

#4  I changed the file to LogLevel debug.   Then did a "sudo systemctl stop
cups.service"   But now I can not get the cup client to restart.   "sudo
systemctl start cups.service" ends in an error.

Job for cups.service failed because the control process exited with error code.
See "systemctl status cups.service" and "journalctl -xe" for details.

[kurt@wart cups]$ journalctl -xe

Sep 22 10:26:37 wart systemd[1]: Failed to start CUPS Scheduler.
-- Subject: A start job for unit cups.service has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit cups.service has finished with a failure.
-- 
-- The job identifier is 6743 and the job result is failed.

Trying su -c 'service cups start' results in authentication failure.

[kurt@wart cups]$ sudo service cups start
Redirecting to /bin/systemctl start cups.service
Job for cups.service failed because the control process exited with error code.
See "systemctl status cups.service" and "journalctl -xe" for details.

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #16 from KSanger  ---
(In reply to Michael Weghorn from comment #10)
> Some questions:
> 
> 1) How was the printer set up on the client? Did you set it up manually or
> was it auto-discovered and the queue auto-created, e.g. using cups-browsed?
> 
> 2) What is the output of 'lpstat -v' on the client?
> 
> 3) What CUPS version do you have (on client and server)?
> 
> 4) Do you get any entries in CUPS log if you set log level to "Debug" in
> /etc/cups/cupsd.conf, then restart CUPS and try again? (CUPS log file is
> usually /var/log/cups/error.log, unless configured elsewhere or CUPS is
> configured to log to journal instead; you can check e.g. whether directive
> 'ErrorLog /var/log/cups/error_log' is present in /etc/cup/cups-files.conf.)

#4  I changed the file to LogLevel debug.   Then did a "sudo systemctl stop
cups.service"   But now I can not get the cup client to restart.   "sudo
systemctl start cups.service" ends in an error.

Job for cups.service failed because the control process exited with error code.
See "systemctl status cups.service" and "journalctl -xe" for details.

[kurt@wart cups]$ journalctl -xe

Sep 22 10:26:37 wart systemd[1]: Failed to start CUPS Scheduler.
-- Subject: A start job for unit cups.service has failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- A start job for unit cups.service has finished with a failure.
-- 
-- The job identifier is 6743 and the job result is failed.

Trying su -c 'service cups start' results in authentication failure.

[kurt@wart cups]$ sudo service cups start
Redirecting to /bin/systemctl start cups.service
Job for cups.service failed because the control process exited with error code.
See "systemctl status cups.service" and "journalctl -xe" for details.

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #15 from KSanger  ---
(In reply to Michael Weghorn from comment #11)
> Also, can you try whether it works with a daily build of the current
> development version "master", available from [1]? You can install that one
> in parallel as described at [2].
> 
> [1] https://dev-builds.libreoffice.org/daily/
> [2] https://wiki.documentfoundation.org/Installing_in_parallel/Linux

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #14 from KSanger  ---
4)   Checking the journal without adding log level debug.

[kurt@wart cups]$ journalctl -u cups -e
Sep 22 02:03:56 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 03:02:06 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 03:02:16 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 04:00:26 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 04:00:36 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 04:58:46 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 04:58:56 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 05:57:06 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 05:57:16 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 06:55:26 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 06:55:36 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 07:53:46 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 07:53:56 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 08:52:06 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 08:52:16 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 09:36:15 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
298 CUPS-Create-Local-Printer successful-ok
Sep 22 09:36:15 wart cupsd[985]: Brother_HL_2270DW_kurts_pi: PPD creation
failed: Printer does not support required IPP attributes or document formats.
Sep 22 09:46:02 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
344 Create-Printer-Subscriptions successful-ok
Sep 22 09:46:14 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
6794959 CUPS-Get-PPDs -
Sep 22 09:50:26 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
182 Renew-Subscription successful-ok
Sep 22 09:50:36 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 09:54:23 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
Sep 22 10:02:43 wart cupsd[985]: REQUEST localhost - - "POST / HTTP/1.1" 200
183 Renew-Subscription successful-ok
lines 980-1002/1002 (END)

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #13 from KSanger  ---
Note there are many additional "cups" items listed using "sudo yum list | grep
cups".

bluez-cups.x86_64 
5.54-1.fc32@fedora  
cups.x86_64   
1:2.3.3-13.fc32@updates 
cups-client.x86_64
1:2.3.3-13.fc32@updates 
cups-filesystem.noarch
1:2.3.3-13.fc32@updates 
cups-filters.x86_64   
1.27.5-6.fc32  @updates 
cups-filters-libs.x86_64  
1.27.5-6.fc32  @updates 
cups-ipptool.x86_64   
1:2.3.3-13.fc32@updates 
cups-libs.x86_64  
1:2.3.3-13.fc32@updates 
cups-pk-helper.x86_64 
0.2.6-9.fc32   @fedora  
gutenprint-cups.x86_64
5.3.3-2.fc32   @fedora  
python3-cups.x86_64   
2.0.1-1.fc32   @updates 
apcupsd.x86_64
3.14.14-18.fc32updates  
apcupsd-cgi.x86_64
3.14.14-18.fc32updates  
apcupsd-gui.x86_64
3.14.14-18.fc32updates  
bluez-cups.x86_64 
5.55-1.fc32updates  
cups-bjnp.x86_64  
2.0.3-1.fc32   fedora   
cups-devel.i686   
1:2.3.3-13.fc32updates  
cups-devel.x86_64 
1:2.3.3-13.fc32updates  
cups-filters.x86_64   
1.28.2-2.fc32  updates  
cups-filters-devel.i686   
1.28.2-2.fc32  updates  
cups-filters-devel.x86_64 
1.28.2-2.fc32  updates  
cups-filters-libs.i686
1.28.2-2.fc32  updates  
cups-filters-libs.x86_64  
1.28.2-2.fc32  updates  
cups-libs.i686
1:2.3.3-13.fc32updates  
cups-lpd.x86_64   
1:2.3.3-13.fc32updates  
cups-pdf.x86_64   
3.0.1-9.fc32   fedora   
cups-printerapp.x86_64
1:2.3.3-13.fc32updates  
cups-x2go.noarch  
3.0.1.3-9.fc32 fedora   
dymo-cups-drivers.x86_64  
1.4.0.5-10.fc32fedora   
python-cups-doc.x86_64
2.0.1-5.fc32   updates  
python3-cups.x86_64   
2.0.1-5.fc32   

[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

KSanger  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #12 from KSanger  ---
(In reply to Michael Weghorn from comment #10)
> Some questions:
> 
> 1) How was the printer set up on the client? Did you set it up manually or
> was it auto-discovered and the queue auto-created, e.g. using cups-browsed?
> 
> 2) What is the output of 'lpstat -v' on the client?
> 
> 3) What CUPS version do you have (on client and server)?
> 
> 4) Do you get any entries in CUPS log if you set log level to "Debug" in
> /etc/cups/cupsd.conf, then restart CUPS and try again? (CUPS log file is
> usually /var/log/cups/error.log, unless configured elsewhere or CUPS is
> configured to log to journal instead; you can check e.g. whether directive
> 'ErrorLog /var/log/cups/error_log' is present in /etc/cup/cups-files.conf.)

1)  Printers were setup a long time ago.   I believe we selected settings
printers add printer and it was found automatically.

2)  lpstat-v returns "lpstat: No desitinations added".   (I'm currently on
Fedora 32 with LibreOffice Writer 6.4.6.2

(In reply to Michael Weghorn from comment #10)
> Some questions:
> 
> 1) How was the printer set up on the client? Did you set it up manually or
> was it auto-discovered and the queue auto-created, e.g. using cups-browsed?
> 
> 2) What is the output of 'lpstat -v' on the client?
> 
> 3) What CUPS version do you have (on client and server)?
> 
> 4) Do you get any entries in CUPS log if you set log level to "Debug" in
> /etc/cups/cupsd.conf, then restart CUPS and try again? (CUPS log file is
> usually /var/log/cups/error.log, unless configured elsewhere or CUPS is
> configured to log to journal instead; you can check e.g. whether directive
> 'ErrorLog /var/log/cups/error_log' is present in /etc/cup/cups-files.conf.)

1)  I believe it was added using Settings / Printers / Add.   Then found...

2)  lpstat -v returns "lpstat: No destinations added."   Note printing from
Fedora 32 with Libre Office Writer 6.4.6.2 still fails.  Printing to pdf file,
then opeing file and printing from Document Viewer still works.

3)  Cups Client cups-client.x86_64   
1:2.3.3-13.fc32

Cups Server on Raspberry Pi Model 3B is 1.5.3

4) will try later...

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

--- Comment #11 from Michael Weghorn  ---
Also, can you try whether it works with a daily build of the current
development version "master", available from [1]? You can install that one in
parallel as described at [2].

[1] https://dev-builds.libreoffice.org/daily/
[2] https://wiki.documentfoundation.org/Installing_in_parallel/Linux

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

Michael Weghorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||m.wegh...@posteo.de
 Ever confirmed|0   |1

--- Comment #10 from Michael Weghorn  ---
Some questions:

1) How was the printer set up on the client? Did you set it up manually or was
it auto-discovered and the queue auto-created, e.g. using cups-browsed?

2) What is the output of 'lpstat -v' on the client?

3) What CUPS version do you have (on client and server)?

4) Do you get any entries in CUPS log if you set log level to "Debug" in
/etc/cups/cupsd.conf, then restart CUPS and try again? (CUPS log file is
usually /var/log/cups/error.log, unless configured elsewhere or CUPS is
configured to log to journal instead; you can check e.g. whether directive
'ErrorLog /var/log/cups/error_log' is present in /etc/cup/cups-files.conf.)

-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||108800


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print related issues
-- 
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


[Libreoffice-bugs] [Bug 129146] Could not start printer when attempting to print on Brother on Cups server

2020-07-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129146

Timur  changed:

   What|Removed |Added

Summary|Could not start printer |Could not start printer
   |when attempting to print|when attempting to print on
   ||Brother on Cups server

-- 
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