unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* HP Printer setup with Cups & hplip
@ 2024-10-23 11:13 Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  2024-10-23 14:08 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Divya Ranjan via Development of GNU Guix and the GNU System distribution. @ 2024-10-23 11:13 UTC (permalink / raw)
  To: guix-devel

Hello,

I’m trying to get my HP LaserJet P1108 to work with Guix. It previously worked well with hplip and some some plugin I believe. Currently there’s several issues, when I do `lsusb' I get P1102, not P1108. I don’t know how that is happening. Next, when I print something by selecting the printer, mind you, when selecting the printer from system printing dialog, I see P1108. After selecting and clicking print, I see my printer’s LED blink once and then nothing happens. The desired thing is that the LED keeps blinking and then the printer takes the paper in.

In my operating system’s services list, I have this s-expression:

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(service cups-service-type
		    (cups-configuration
		     (web-interface? #t)
		     (extensions
		      (list cups-filters hplip-minimal))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

and I have hplip and hplip-minimal as packages in the system profile. Cups works as expected, when I go to localhost:631 I see my printer and the jobs that have been queued. I’ve tried the hp-setup to setup the printer again, nothing changes. I’ve tried other hp scripts like hp-check, hp-doctor, hp-diagnose_plugin etc. they don’t work either.

Regards,
-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-23 11:13 HP Printer setup with Cups & hplip Divya Ranjan via Development of GNU Guix and the GNU System distribution.
@ 2024-10-23 14:08 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
  2024-10-24  7:25   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  2024-10-23 16:29 ` Kaelyn
  2024-10-23 17:24 ` Tobias Geerinckx-Rice
  2 siblings, 1 reply; 8+ messages in thread
From: Felix Lechner via Development of GNU Guix and the GNU System distribution. @ 2024-10-23 14:08 UTC (permalink / raw)
  To: Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  Cc: Divya Ranjan

Hi Divya,

On Wed, Oct 23 2024, Divya Ranjan via "Development of GNU Guix and the GNU System distribution." wrote:

> I’ve tried the hp-setup to setup the printer again, nothing
> changes. I’ve tried other hp scripts like hp-check, hp-doctor,
> hp-diagnose_plugin etc. they don’t work either.

I've never had much luck with hplip.  Can you install the PPD for your
printer [1] manually into CUPS and use it directly?

Kind regards
Felix

[1] https://sources.debian.org/src/hplip/3.16.11%2Brepack0-3/ppd/hpcups/hp-laserjet_professional_p1108.ppd/


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-23 11:13 HP Printer setup with Cups & hplip Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  2024-10-23 14:08 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
@ 2024-10-23 16:29 ` Kaelyn
  2024-10-23 17:24 ` Tobias Geerinckx-Rice
  2 siblings, 0 replies; 8+ messages in thread
From: Kaelyn @ 2024-10-23 16:29 UTC (permalink / raw)
  To: Divya Ranjan; +Cc: guix-devel

Hi,

On Wednesday, October 23rd, 2024 at 4:13 AM, Divya Ranjan via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:

> 
> 
> Hello,
> 
> I’m trying to get my HP LaserJet P1108 to work with Guix. It previously worked well with hplip and some some plugin I believe. Currently there’s several issues, when I do `lsusb' I get P1102, not P1108. I don’t know how that is happening. Next, when I print something by selecting the printer, mind you, when selecting the printer from system printing dialog, I see P1108. After selecting and clicking print, I see my printer’s LED blink once and then nothing happens. The desired thing is that the LED keeps blinking and then the printer takes the paper in.
> 
> In my operating system’s services list, I have this s-expression:
> 
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> (service cups-service-type
> (cups-configuration
> (web-interface? #t)
> (extensions
> (list cups-filters hplip-minimal))))
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> 
> and I have hplip and hplip-minimal as packages in the system profile. Cups works as expected, when I go to localhost:631 I see my printer and the jobs that have been queued. I’ve tried the hp-setup to setup the printer again, nothing changes. I’ve tried other hp scripts like hp-check, hp-doctor, hp-diagnose_plugin etc. they don’t work either.

I've not really used the hp-* scripts, but I have gotten an HP network printer working with my systems using the following service config:

(service cups-service-type
         (cups-configuration
          (web-interface? #t)
          (extensions
           (list cups-filters foomatic-filters hplip))))

I'm not sure of foomatic-filters is necessary, but I also didn't do any fine-tuning once I got my printer working through CUPS because of how finicky they are to set up. HTH!

Cheers,
Kaelyn

> 
> Regards,
> --
> Divya Ranjan,
> Philosophy, Mathematics, Libre Software.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-23 11:13 HP Printer setup with Cups & hplip Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  2024-10-23 14:08 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
  2024-10-23 16:29 ` Kaelyn
@ 2024-10-23 17:24 ` Tobias Geerinckx-Rice
  2024-10-24  7:37   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  2 siblings, 1 reply; 8+ messages in thread
From: Tobias Geerinckx-Rice @ 2024-10-23 17:24 UTC (permalink / raw)
  To: Divya Ranjan, guix-devel

Hi,

On 23 October 2024 11:13:36 UTC, "Divya Ranjan via Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
> Currently there’s several issues, when I do `lsusb' I get P1102, not P1108. I don’t know how that is happening. 

Devices and/or databases sometimes lie^Wcontain errors.  Have you seen ‘P1108’ on other GNU/Linux distributions?  Could be harmless.

As for printing: it's… unclear whether your printer supports Guix?  I think it should: here's a report¹ of people using your printer on Debian using only CUPS+HPLIP.

Still, HP claims² ‘Yes’ to requiring additional proprietary software (their ‘plugin’) to even print at all. 

At least, as I read the footnote, if printing were possible, it would be ‘Optional’.  That plugin is not part of HPLIP and not available in Guix, nor are we going to support it.

Does your /var/log/cups/error_log mention anything interesting?  In particular, does it mention a plugin?  You can attach a compressed copy if you like.

What is the status of your printer in the CUPS Web interface?

Have you tried removing + adding the printer using said Web interface, avoiding the HP GUIs entirely?  I've never needed to use them myself.  These Python scripts are lightly tested & maintained on Guix—if at all.


Kind regards,

T G-R

[1]: https://forums.debian.net/viewtopic.php?t=158614
[2]: https://developers.hp.com/hp-linux-imaging-and-printing/supported_devices/index

Sent on the go.  Excuse or enjoy my brevity.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-23 14:08 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
@ 2024-10-24  7:25   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  0 siblings, 0 replies; 8+ messages in thread
From: Divya Ranjan via Development of GNU Guix and the GNU System distribution. @ 2024-10-24  7:25 UTC (permalink / raw)
  To: guix-devel

Felix Lechner via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> writes:

> Hi Divya,
>
> On Wed, Oct 23 2024, Divya Ranjan via "Development of GNU Guix and the GNU System distribution." wrote:
>
>> I’ve tried the hp-setup to setup the printer again, nothing
>> changes. I’ve tried other hp scripts like hp-check, hp-doctor,
>> hp-diagnose_plugin etc. they don’t work either.
>
> I've never had much luck with hplip.  Can you install the PPD for your
> printer [1] manually into CUPS and use it directly?
>
> [1] https://sources.debian.org/src/hplip/3.16.11%2Brepack0-3/ppd/hpcups/hp-laserjet_professional_p1108.ppd/

Thanks Felix, I did download this and put it as the PPD through CUPS, but nothing changes.

Regards,
-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-23 17:24 ` Tobias Geerinckx-Rice
@ 2024-10-24  7:37   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  2024-10-24  7:45     ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 8+ messages in thread
From: Divya Ranjan via Development of GNU Guix and the GNU System distribution. @ 2024-10-24  7:37 UTC (permalink / raw)
  To: guix-devel

Hello Tobias,

Tobias Geerinckx-Rice <me@tobias.gr> writes:
> On 23 October 2024 11:13:36 UTC, "Divya Ranjan via Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
> Does your /var/log/cups/error_log mention anything interesting?  In particular, does it mention a plugin?  You can attach a compressed copy if you like.

I checked it, and it does mention this:

D [02/Oct/2024:02:13:03 +0000] [Job 5] STATE: +connecting-to-device
D [02/Oct/2024:02:13:03 +0000] [Job 5] STATE: +hplip.plugin-error
D [02/Oct/2024:02:13:03 +0000] [Job 5] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48

Find the entire log in the attachment.

> What is the status of your printer in the CUPS Web interface?

It says Idle, Accepting Jobs.

> Have you tried removing + adding the printer using said Web interface,
> avoiding the HP GUIs entirely?  I've never needed to use them myself.
> These Python scripts are lightly tested & maintained on Guix—if at
> all.

Indeed, I tried that. It has the same issue. In the state of the printing job it says: stopped "Filter failed". Also another thing to note is that in the driver description of CUPS Web Interface, it says: HP LaserJet Professional p1108, hpcups 3.16.11, requires proprietary plugin (color).

Regards,
-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-24  7:37   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
@ 2024-10-24  7:45     ` Tobias Geerinckx-Rice
  2024-10-24  7:54       ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  0 siblings, 1 reply; 8+ messages in thread
From: Tobias Geerinckx-Rice @ 2024-10-24  7:45 UTC (permalink / raw)
  To: Divya Ranjan,
	Divya Ranjan via Development of GNU Guix and the GNU System distribution.,
	guix-devel

On 24 October 2024 07:37:31 UTC, "Divya Ranjan via Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
>Find the entire log in the attachment.

… ;-)

> proprietary plugin (color).

Oh, (‘only for’?) ‘color’.  Interesting.  Maybe.

PS: If you really did include an attachment, let me know.  The mailing list ought to allow them.



Kind regards,

T G-R

Sent on the go.  Excuse or enjoy my brevity.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: HP Printer setup with Cups & hplip
  2024-10-24  7:45     ` Tobias Geerinckx-Rice
@ 2024-10-24  7:54       ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
  0 siblings, 0 replies; 8+ messages in thread
From: Divya Ranjan via Development of GNU Guix and the GNU System distribution. @ 2024-10-24  7:54 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> On 24 October 2024 07:37:31 UTC, "Divya Ranjan via Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
>>Find the entire log in the attachment.
>
> … ;-)
>
>> proprietary plugin (color).
>
> Oh, (‘only for’?) ‘color’.  Interesting.  Maybe.
>
> PS: If you really did include an attachment, let me know.  The mailing list ought to allow them.

Sorry! Forgot to attach.


[-- Attachment #2: error_log --]
[-- Type: application/octet-stream, Size: 322477 bytes --]

E [14/Sep/2024:01:08:43 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:01:08:43 +0000] Remote access is disabled.
I [14/Sep/2024:01:08:43 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:01:08:43 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:01:08:43 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:01:08:43 +0000] Configured for up to 100 clients.
I [14/Sep/2024:01:08:43 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:01:08:43 +0000] Full reload is required.
I [14/Sep/2024:01:08:43 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:01:08:43 +0000] Generating printcap /etc/printcap...
I [14/Sep/2024:01:08:43 +0000] Full reload complete.
I [14/Sep/2024:01:08:43 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:01:08:43 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:01:08:43 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:01:08:43 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:01:08:43 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:01:08:43 +0000] Resuming new connection processing...
E [14/Sep/2024:01:25:31 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:01:25:31 +0000] Remote access is disabled.
I [14/Sep/2024:01:25:31 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:01:25:31 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:01:25:31 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:01:25:31 +0000] Configured for up to 100 clients.
I [14/Sep/2024:01:25:31 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:01:25:31 +0000] Full reload is required.
I [14/Sep/2024:01:25:31 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:01:25:31 +0000] Full reload complete.
I [14/Sep/2024:01:25:31 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:01:25:31 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:01:25:31 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:01:25:31 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:01:25:31 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:01:25:31 +0000] Resuming new connection processing...
E [14/Sep/2024:01:25:32 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:01:35:18 +0000] Scheduler shutting down normally.
I [14/Sep/2024:01:35:18 +0000] Saving job.cache...
E [14/Sep/2024:01:36:00 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:01:36:00 +0000] Remote access is disabled.
I [14/Sep/2024:01:36:00 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:01:36:00 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:01:36:00 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:01:36:00 +0000] Configured for up to 100 clients.
I [14/Sep/2024:01:36:00 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:01:36:00 +0000] Full reload is required.
I [14/Sep/2024:01:36:00 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:01:36:00 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:01:36:00 +0000] Full reload complete.
I [14/Sep/2024:01:36:00 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:01:36:00 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:01:36:00 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:01:36:00 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:01:36:00 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:01:36:00 +0000] Resuming new connection processing...
E [14/Sep/2024:01:38:25 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:01:38:25 +0000] Remote access is disabled.
I [14/Sep/2024:01:38:25 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:01:38:25 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:01:38:25 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:01:38:25 +0000] Configured for up to 100 clients.
I [14/Sep/2024:01:38:25 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:01:38:25 +0000] Full reload is required.
I [14/Sep/2024:01:38:25 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:01:38:25 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:01:38:25 +0000] Full reload complete.
I [14/Sep/2024:01:38:25 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:01:38:25 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:01:38:25 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:01:38:25 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:01:38:25 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:01:38:25 +0000] Resuming new connection processing...
E [14/Sep/2024:01:38:26 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:01:40:47 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:01:42:49 +0000] [Client 6] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:02:24:38 +0000] [Client 8] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:02:26:28 +0000] [Client 10] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:02:27:37 +0000] Scheduler shutting down normally.
I [14/Sep/2024:02:27:37 +0000] Saving job.cache...
E [14/Sep/2024:02:28:17 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:02:28:17 +0000] Remote access is disabled.
I [14/Sep/2024:02:28:17 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:02:28:17 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:02:28:17 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:02:28:17 +0000] Configured for up to 100 clients.
I [14/Sep/2024:02:28:17 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:02:28:17 +0000] Full reload is required.
I [14/Sep/2024:02:28:17 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:02:28:17 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:02:28:17 +0000] Full reload complete.
I [14/Sep/2024:02:28:17 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:02:28:17 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:02:28:17 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:02:28:17 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:02:28:17 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:02:28:17 +0000] Resuming new connection processing...
E [14/Sep/2024:02:28:17 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:02:29:29 +0000] Scheduler shutting down normally.
I [14/Sep/2024:02:29:29 +0000] Saving job.cache...
E [14/Sep/2024:02:30:08 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:02:30:08 +0000] Remote access is disabled.
I [14/Sep/2024:02:30:08 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:02:30:08 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:02:30:08 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:02:30:08 +0000] Configured for up to 100 clients.
I [14/Sep/2024:02:30:08 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:02:30:08 +0000] Full reload is required.
I [14/Sep/2024:02:30:08 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:02:30:08 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:02:30:08 +0000] Full reload complete.
I [14/Sep/2024:02:30:08 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:02:30:08 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:02:30:08 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:02:30:08 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:02:30:08 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:02:30:08 +0000] Resuming new connection processing...
E [14/Sep/2024:02:30:10 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:02:33:48 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:02:37:42 +0000] [Client 6] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:03:08:47 +0000] [Client 8] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:09:50 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:09:50 +0000] Saving job.cache...
E [14/Sep/2024:03:12:13 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:12:13 +0000] Remote access is disabled.
I [14/Sep/2024:03:12:13 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:12:13 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:12:13 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:12:13 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:12:13 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:12:13 +0000] Full reload is required.
I [14/Sep/2024:03:12:13 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:12:13 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:12:13 +0000] Full reload complete.
I [14/Sep/2024:03:12:13 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:12:13 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:12:13 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:12:13 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:12:13 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:12:13 +0000] Resuming new connection processing...
E [14/Sep/2024:03:12:13 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:17:21 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:17:21 +0000] Saving job.cache...
E [14/Sep/2024:03:19:12 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:19:12 +0000] Remote access is disabled.
I [14/Sep/2024:03:19:12 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:19:12 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:19:12 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:19:12 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:19:12 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:19:12 +0000] Full reload is required.
I [14/Sep/2024:03:19:12 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:19:12 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:19:12 +0000] Full reload complete.
I [14/Sep/2024:03:19:12 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:19:12 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:19:12 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:19:12 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:19:12 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:19:12 +0000] Resuming new connection processing...
E [14/Sep/2024:03:19:13 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:03:22:28 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:24:31 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:24:31 +0000] Saving job.cache...
E [14/Sep/2024:03:25:12 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:25:12 +0000] Remote access is disabled.
I [14/Sep/2024:03:25:12 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:25:12 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:25:12 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:25:12 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:25:12 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:25:12 +0000] Full reload is required.
I [14/Sep/2024:03:25:12 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:25:12 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:25:12 +0000] Full reload complete.
I [14/Sep/2024:03:25:12 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:25:12 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:25:12 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:25:12 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:25:12 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:25:12 +0000] Resuming new connection processing...
E [14/Sep/2024:03:25:12 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:28:09 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:28:09 +0000] Saving job.cache...
E [14/Sep/2024:03:28:48 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:28:48 +0000] Remote access is disabled.
I [14/Sep/2024:03:28:48 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:28:48 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:28:48 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:28:48 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:28:48 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:28:48 +0000] Full reload is required.
I [14/Sep/2024:03:28:48 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:28:48 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:28:48 +0000] Full reload complete.
I [14/Sep/2024:03:28:48 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:28:48 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:28:48 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:28:48 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:28:48 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:28:48 +0000] Resuming new connection processing...
E [14/Sep/2024:03:28:48 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:31:59 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:31:59 +0000] Saving job.cache...
E [14/Sep/2024:03:32:38 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:32:38 +0000] Remote access is disabled.
I [14/Sep/2024:03:32:38 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:32:38 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:32:38 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:32:38 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:32:38 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:32:38 +0000] Full reload is required.
I [14/Sep/2024:03:32:38 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:32:38 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:32:38 +0000] Full reload complete.
I [14/Sep/2024:03:32:38 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:32:38 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:32:38 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:32:38 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:32:38 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:32:38 +0000] Resuming new connection processing...
E [14/Sep/2024:03:32:38 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:03:35:04 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:40:38 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:40:38 +0000] Saving job.cache...
E [14/Sep/2024:03:41:19 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:41:19 +0000] Remote access is disabled.
I [14/Sep/2024:03:41:19 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:41:19 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:41:19 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:41:19 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:41:19 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:41:19 +0000] Full reload is required.
I [14/Sep/2024:03:41:19 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:41:19 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:41:19 +0000] Full reload complete.
I [14/Sep/2024:03:41:19 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:41:19 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:41:19 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:41:19 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:41:19 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:41:19 +0000] Resuming new connection processing...
E [14/Sep/2024:03:41:20 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:03:56:55 +0000] Scheduler shutting down normally.
I [14/Sep/2024:03:56:55 +0000] Saving job.cache...
E [14/Sep/2024:03:57:36 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:03:57:36 +0000] Remote access is disabled.
I [14/Sep/2024:03:57:36 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:03:57:36 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:03:57:36 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:03:57:36 +0000] Configured for up to 100 clients.
I [14/Sep/2024:03:57:36 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:03:57:36 +0000] Full reload is required.
I [14/Sep/2024:03:57:36 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:03:57:36 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:03:57:36 +0000] Full reload complete.
I [14/Sep/2024:03:57:36 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:03:57:36 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:03:57:36 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:03:57:36 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:03:57:36 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:03:57:36 +0000] Resuming new connection processing...
E [14/Sep/2024:03:57:36 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:04:39:06 +0000] Scheduler shutting down normally.
I [14/Sep/2024:04:39:06 +0000] Saving job.cache...
E [14/Sep/2024:05:05:15 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:05:05:15 +0000] Remote access is disabled.
I [14/Sep/2024:05:05:15 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:05:05:15 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:05:05:15 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:05:05:15 +0000] Configured for up to 100 clients.
I [14/Sep/2024:05:05:15 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:05:05:15 +0000] Full reload is required.
I [14/Sep/2024:05:05:15 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:05:05:15 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:05:05:15 +0000] Full reload complete.
I [14/Sep/2024:05:05:15 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:05:05:15 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:05:05:15 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:05:05:15 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:05:05:15 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:05:05:15 +0000] Resuming new connection processing...
E [14/Sep/2024:05:05:15 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:08:29:29 +0000] Scheduler shutting down normally.
I [14/Sep/2024:08:29:29 +0000] Saving job.cache...
E [14/Sep/2024:08:32:37 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:08:32:37 +0000] Remote access is disabled.
I [14/Sep/2024:08:32:37 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:08:32:37 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:08:32:37 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:08:32:37 +0000] Configured for up to 100 clients.
I [14/Sep/2024:08:32:37 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:08:32:37 +0000] Full reload is required.
I [14/Sep/2024:08:32:37 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:08:32:37 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:08:32:37 +0000] Full reload complete.
I [14/Sep/2024:08:32:37 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:08:32:37 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:08:32:37 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:08:32:37 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:08:32:37 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:08:32:37 +0000] Resuming new connection processing...
E [14/Sep/2024:08:32:38 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:08:55:26 +0000] Scheduler shutting down normally.
I [14/Sep/2024:08:55:26 +0000] Saving job.cache...
E [14/Sep/2024:14:08:42 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:14:08:42 +0000] Remote access is disabled.
I [14/Sep/2024:14:08:42 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:14:08:42 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:14:08:42 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:14:08:42 +0000] Configured for up to 100 clients.
I [14/Sep/2024:14:08:42 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:14:08:42 +0000] Full reload is required.
I [14/Sep/2024:14:08:42 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:14:08:42 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:14:08:42 +0000] Full reload complete.
I [14/Sep/2024:14:08:42 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:14:08:42 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:14:08:42 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:14:08:42 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:14:08:42 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:14:08:42 +0000] Resuming new connection processing...
E [14/Sep/2024:14:08:43 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:14:10:15 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:14:14:46 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:14:14:46 +0000] Remote access is disabled.
I [14/Sep/2024:14:14:46 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:14:14:46 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:14:14:46 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:14:14:46 +0000] Configured for up to 100 clients.
I [14/Sep/2024:14:14:46 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:14:14:46 +0000] Full reload is required.
I [14/Sep/2024:14:14:46 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:14:14:46 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:14:14:46 +0000] Full reload complete.
I [14/Sep/2024:14:14:46 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:14:14:46 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:14:14:46 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:14:14:46 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:14:14:46 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:14:14:46 +0000] Resuming new connection processing...
E [14/Sep/2024:14:14:47 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:14:15:33 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:14:16:34 +0000] [Client 6] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:15:07:29 +0000] Scheduler shutting down normally.
I [14/Sep/2024:15:07:29 +0000] Saving job.cache...
E [14/Sep/2024:15:47:26 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:15:47:26 +0000] Remote access is disabled.
I [14/Sep/2024:15:47:26 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:15:47:26 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:15:47:26 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:15:47:26 +0000] Configured for up to 100 clients.
I [14/Sep/2024:15:47:26 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:15:47:26 +0000] Full reload is required.
I [14/Sep/2024:15:47:26 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:15:47:26 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:15:47:26 +0000] Full reload complete.
I [14/Sep/2024:15:47:26 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:15:47:26 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:15:47:26 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:15:47:26 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:15:47:26 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:15:47:26 +0000] Resuming new connection processing...
I [14/Sep/2024:15:57:05 +0000] Scheduler shutting down normally.
I [14/Sep/2024:15:57:05 +0000] Saving job.cache...
E [14/Sep/2024:16:16:00 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:16:16:00 +0000] Remote access is disabled.
I [14/Sep/2024:16:16:00 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:16:16:00 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:16:16:00 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:16:16:00 +0000] Configured for up to 100 clients.
I [14/Sep/2024:16:16:00 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:16:16:00 +0000] Full reload is required.
I [14/Sep/2024:16:16:00 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:16:16:00 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:16:16:00 +0000] Full reload complete.
I [14/Sep/2024:16:16:00 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:16:16:00 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:16:16:00 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:16:16:00 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:16:16:00 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:16:16:00 +0000] Resuming new connection processing...
E [14/Sep/2024:16:16:01 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:17:04:14 +0000] Scheduler shutting down normally.
I [14/Sep/2024:17:04:14 +0000] Saving job.cache...
E [14/Sep/2024:21:12:08 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:21:12:08 +0000] Remote access is disabled.
I [14/Sep/2024:21:12:08 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:21:12:08 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:21:12:08 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:21:12:08 +0000] Configured for up to 100 clients.
I [14/Sep/2024:21:12:08 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:21:12:08 +0000] Full reload is required.
I [14/Sep/2024:21:12:08 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:21:12:08 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:21:12:08 +0000] Full reload complete.
I [14/Sep/2024:21:12:08 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:21:12:08 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:21:12:08 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:21:12:08 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:21:12:08 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:21:12:08 +0000] Resuming new connection processing...
E [14/Sep/2024:21:12:08 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:22:14:39 +0000] Scheduler shutting down normally.
I [14/Sep/2024:22:14:39 +0000] Saving job.cache...
E [14/Sep/2024:22:17:15 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:22:17:15 +0000] Remote access is disabled.
I [14/Sep/2024:22:17:15 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:22:17:15 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:22:17:15 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:22:17:15 +0000] Configured for up to 100 clients.
I [14/Sep/2024:22:17:15 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:22:17:15 +0000] Full reload is required.
I [14/Sep/2024:22:17:15 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:22:17:15 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:22:17:15 +0000] Full reload complete.
I [14/Sep/2024:22:17:15 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:22:17:15 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:22:17:15 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:22:17:15 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:22:17:15 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:22:17:15 +0000] Resuming new connection processing...
E [14/Sep/2024:22:17:16 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:22:18:48 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:22:20:43 +0000] [Client 6] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [14/Sep/2024:22:21:48 +0000] [Client 8] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:22:30:12 +0000] Scheduler shutting down normally.
I [14/Sep/2024:22:30:12 +0000] Saving job.cache...
E [14/Sep/2024:22:38:19 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:22:38:19 +0000] Remote access is disabled.
I [14/Sep/2024:22:38:19 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:22:38:19 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:22:38:19 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:22:38:19 +0000] Configured for up to 100 clients.
I [14/Sep/2024:22:38:19 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:22:38:19 +0000] Full reload is required.
I [14/Sep/2024:22:38:19 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:22:38:19 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:22:38:19 +0000] Full reload complete.
I [14/Sep/2024:22:38:19 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:22:38:19 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:22:38:19 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:22:38:19 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:22:38:19 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:22:38:19 +0000] Resuming new connection processing...
E [14/Sep/2024:22:38:21 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:22:49:12 +0000] Scheduler shutting down normally.
I [14/Sep/2024:22:49:12 +0000] Saving job.cache...
E [14/Sep/2024:22:49:51 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [14/Sep/2024:22:49:51 +0000] Remote access is disabled.
I [14/Sep/2024:22:49:51 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [14/Sep/2024:22:49:51 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [14/Sep/2024:22:49:51 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [14/Sep/2024:22:49:51 +0000] Configured for up to 100 clients.
I [14/Sep/2024:22:49:51 +0000] Allowing up to 100 client connections per host.
I [14/Sep/2024:22:49:51 +0000] Full reload is required.
I [14/Sep/2024:22:49:51 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [14/Sep/2024:22:49:51 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Sep/2024:22:49:51 +0000] Full reload complete.
I [14/Sep/2024:22:49:51 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Sep/2024:22:49:51 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Sep/2024:22:49:51 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Sep/2024:22:49:51 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Sep/2024:22:49:51 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Sep/2024:22:49:51 +0000] Resuming new connection processing...
E [14/Sep/2024:22:49:52 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [14/Sep/2024:23:08:29 +0000] Scheduler shutting down normally.
I [14/Sep/2024:23:08:29 +0000] Saving job.cache...
E [15/Sep/2024:04:10:58 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [15/Sep/2024:04:10:58 +0000] Remote access is disabled.
I [15/Sep/2024:04:10:58 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [15/Sep/2024:04:10:58 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [15/Sep/2024:04:10:58 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [15/Sep/2024:04:10:58 +0000] Configured for up to 100 clients.
I [15/Sep/2024:04:10:58 +0000] Allowing up to 100 client connections per host.
I [15/Sep/2024:04:10:58 +0000] Full reload is required.
I [15/Sep/2024:04:10:58 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [15/Sep/2024:04:10:58 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [15/Sep/2024:04:10:58 +0000] Full reload complete.
I [15/Sep/2024:04:10:58 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [15/Sep/2024:04:10:58 +0000] Cleaning out old files in "/var/cache/cups".
I [15/Sep/2024:04:10:58 +0000] Listening to [v1.::1]:631 on fd 4...
I [15/Sep/2024:04:10:58 +0000] Listening to 127.0.0.1:631 on fd 6...
I [15/Sep/2024:04:10:58 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [15/Sep/2024:04:10:58 +0000] Resuming new connection processing...
E [15/Sep/2024:04:10:59 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [15/Sep/2024:06:31:58 +0000] Scheduler shutting down normally.
I [15/Sep/2024:06:31:58 +0000] Saving job.cache...
E [15/Sep/2024:13:44:18 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [15/Sep/2024:13:44:18 +0000] Remote access is disabled.
I [15/Sep/2024:13:44:18 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [15/Sep/2024:13:44:18 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [15/Sep/2024:13:44:18 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [15/Sep/2024:13:44:18 +0000] Configured for up to 100 clients.
I [15/Sep/2024:13:44:18 +0000] Allowing up to 100 client connections per host.
I [15/Sep/2024:13:44:18 +0000] Full reload is required.
I [15/Sep/2024:13:44:18 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [15/Sep/2024:13:44:18 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [15/Sep/2024:13:44:18 +0000] Full reload complete.
I [15/Sep/2024:13:44:18 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [15/Sep/2024:13:44:18 +0000] Cleaning out old files in "/var/cache/cups".
I [15/Sep/2024:13:44:18 +0000] Listening to [v1.::1]:631 on fd 4...
I [15/Sep/2024:13:44:18 +0000] Listening to 127.0.0.1:631 on fd 6...
I [15/Sep/2024:13:44:18 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [15/Sep/2024:13:44:18 +0000] Resuming new connection processing...
E [15/Sep/2024:13:44:18 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [15/Sep/2024:17:23:08 +0000] Scheduler shutting down normally.
I [15/Sep/2024:17:23:08 +0000] Saving job.cache...
E [15/Sep/2024:17:23:48 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [15/Sep/2024:17:23:48 +0000] Remote access is disabled.
I [15/Sep/2024:17:23:48 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [15/Sep/2024:17:23:48 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [15/Sep/2024:17:23:48 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [15/Sep/2024:17:23:48 +0000] Configured for up to 100 clients.
I [15/Sep/2024:17:23:48 +0000] Allowing up to 100 client connections per host.
I [15/Sep/2024:17:23:48 +0000] Full reload is required.
I [15/Sep/2024:17:23:48 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [15/Sep/2024:17:23:48 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [15/Sep/2024:17:23:48 +0000] Full reload complete.
I [15/Sep/2024:17:23:48 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [15/Sep/2024:17:23:48 +0000] Cleaning out old files in "/var/cache/cups".
I [15/Sep/2024:17:23:48 +0000] Listening to [v1.::1]:631 on fd 4...
I [15/Sep/2024:17:23:48 +0000] Listening to 127.0.0.1:631 on fd 6...
I [15/Sep/2024:17:23:48 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [15/Sep/2024:17:23:48 +0000] Resuming new connection processing...
E [15/Sep/2024:17:23:50 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [15/Sep/2024:18:18:09 +0000] Scheduler shutting down normally.
I [15/Sep/2024:18:18:09 +0000] Saving job.cache...
E [15/Sep/2024:18:18:53 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [15/Sep/2024:18:18:53 +0000] Remote access is disabled.
I [15/Sep/2024:18:18:53 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [15/Sep/2024:18:18:53 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [15/Sep/2024:18:18:53 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [15/Sep/2024:18:18:53 +0000] Configured for up to 100 clients.
I [15/Sep/2024:18:18:53 +0000] Allowing up to 100 client connections per host.
I [15/Sep/2024:18:18:53 +0000] Full reload is required.
I [15/Sep/2024:18:18:53 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [15/Sep/2024:18:18:53 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [15/Sep/2024:18:18:53 +0000] Full reload complete.
I [15/Sep/2024:18:18:53 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [15/Sep/2024:18:18:53 +0000] Cleaning out old files in "/var/cache/cups".
I [15/Sep/2024:18:18:53 +0000] Listening to [v1.::1]:631 on fd 4...
I [15/Sep/2024:18:18:53 +0000] Listening to 127.0.0.1:631 on fd 6...
I [15/Sep/2024:18:18:53 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [15/Sep/2024:18:18:53 +0000] Resuming new connection processing...
E [15/Sep/2024:18:18:53 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [15/Sep/2024:23:07:12 +0000] Scheduler shutting down normally.
I [15/Sep/2024:23:07:12 +0000] Saving job.cache...
E [16/Sep/2024:09:24:14 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [16/Sep/2024:09:24:14 +0000] Remote access is disabled.
I [16/Sep/2024:09:24:14 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [16/Sep/2024:09:24:14 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [16/Sep/2024:09:24:14 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [16/Sep/2024:09:24:14 +0000] Configured for up to 100 clients.
I [16/Sep/2024:09:24:14 +0000] Allowing up to 100 client connections per host.
I [16/Sep/2024:09:24:14 +0000] Full reload is required.
I [16/Sep/2024:09:24:14 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [16/Sep/2024:09:24:14 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [16/Sep/2024:09:24:14 +0000] Full reload complete.
I [16/Sep/2024:09:24:14 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [16/Sep/2024:09:24:14 +0000] Cleaning out old files in "/var/cache/cups".
I [16/Sep/2024:09:24:14 +0000] Listening to [v1.::1]:631 on fd 4...
I [16/Sep/2024:09:24:14 +0000] Listening to 127.0.0.1:631 on fd 6...
I [16/Sep/2024:09:24:14 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [16/Sep/2024:09:24:14 +0000] Resuming new connection processing...
E [16/Sep/2024:09:24:14 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [16/Sep/2024:14:25:25 +0000] Scheduler shutting down normally.
I [16/Sep/2024:14:25:25 +0000] Saving job.cache...
E [16/Sep/2024:18:08:26 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [16/Sep/2024:18:08:26 +0000] Remote access is disabled.
I [16/Sep/2024:18:08:26 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [16/Sep/2024:18:08:26 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [16/Sep/2024:18:08:26 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [16/Sep/2024:18:08:26 +0000] Configured for up to 100 clients.
I [16/Sep/2024:18:08:26 +0000] Allowing up to 100 client connections per host.
I [16/Sep/2024:18:08:26 +0000] Full reload is required.
I [16/Sep/2024:18:08:26 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [16/Sep/2024:18:08:26 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [16/Sep/2024:18:08:26 +0000] Full reload complete.
I [16/Sep/2024:18:08:26 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [16/Sep/2024:18:08:26 +0000] Cleaning out old files in "/var/cache/cups".
I [16/Sep/2024:18:08:26 +0000] Listening to [v1.::1]:631 on fd 4...
I [16/Sep/2024:18:08:26 +0000] Listening to 127.0.0.1:631 on fd 6...
I [16/Sep/2024:18:08:26 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [16/Sep/2024:18:08:26 +0000] Resuming new connection processing...
E [16/Sep/2024:18:08:27 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [16/Sep/2024:19:13:51 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [16/Sep/2024:19:13:51 +0000] Remote access is disabled.
I [16/Sep/2024:19:13:51 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [16/Sep/2024:19:13:51 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [16/Sep/2024:19:13:51 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [16/Sep/2024:19:13:51 +0000] Configured for up to 100 clients.
I [16/Sep/2024:19:13:51 +0000] Allowing up to 100 client connections per host.
I [16/Sep/2024:19:13:51 +0000] Full reload is required.
I [16/Sep/2024:19:13:51 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [16/Sep/2024:19:13:52 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [16/Sep/2024:19:13:52 +0000] Full reload complete.
I [16/Sep/2024:19:13:52 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [16/Sep/2024:19:13:52 +0000] Cleaning out old files in "/var/cache/cups".
I [16/Sep/2024:19:13:52 +0000] Listening to [v1.::1]:631 on fd 4...
I [16/Sep/2024:19:13:52 +0000] Listening to 127.0.0.1:631 on fd 6...
I [16/Sep/2024:19:13:52 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [16/Sep/2024:19:13:52 +0000] Resuming new connection processing...
E [16/Sep/2024:19:13:53 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [17/Sep/2024:13:04:15 +0000] Scheduler shutting down normally.
I [17/Sep/2024:13:04:15 +0000] Saving job.cache...
E [17/Sep/2024:13:04:59 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [17/Sep/2024:13:04:59 +0000] Remote access is disabled.
I [17/Sep/2024:13:04:59 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [17/Sep/2024:13:04:59 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [17/Sep/2024:13:04:59 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [17/Sep/2024:13:04:59 +0000] Configured for up to 100 clients.
I [17/Sep/2024:13:04:59 +0000] Allowing up to 100 client connections per host.
I [17/Sep/2024:13:04:59 +0000] Full reload is required.
I [17/Sep/2024:13:04:59 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [17/Sep/2024:13:04:59 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [17/Sep/2024:13:04:59 +0000] Full reload complete.
I [17/Sep/2024:13:04:59 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [17/Sep/2024:13:04:59 +0000] Cleaning out old files in "/var/cache/cups".
I [17/Sep/2024:13:04:59 +0000] Listening to [v1.::1]:631 on fd 4...
I [17/Sep/2024:13:04:59 +0000] Listening to 127.0.0.1:631 on fd 6...
I [17/Sep/2024:13:04:59 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [17/Sep/2024:13:04:59 +0000] Resuming new connection processing...
E [17/Sep/2024:13:05:00 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [17/Sep/2024:15:52:03 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [17/Sep/2024:15:52:03 +0000] Remote access is disabled.
I [17/Sep/2024:15:52:03 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [17/Sep/2024:15:52:03 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [17/Sep/2024:15:52:03 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [17/Sep/2024:15:52:03 +0000] Configured for up to 100 clients.
I [17/Sep/2024:15:52:03 +0000] Allowing up to 100 client connections per host.
I [17/Sep/2024:15:52:03 +0000] Full reload is required.
I [17/Sep/2024:15:52:03 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [17/Sep/2024:15:52:03 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [17/Sep/2024:15:52:03 +0000] Full reload complete.
I [17/Sep/2024:15:52:03 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [17/Sep/2024:15:52:03 +0000] Cleaning out old files in "/var/cache/cups".
I [17/Sep/2024:15:52:03 +0000] Listening to [v1.::1]:631 on fd 4...
I [17/Sep/2024:15:52:03 +0000] Listening to 127.0.0.1:631 on fd 6...
I [17/Sep/2024:15:52:03 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [17/Sep/2024:15:52:03 +0000] Resuming new connection processing...
I [17/Sep/2024:22:59:09 +0000] Scheduler shutting down normally.
I [17/Sep/2024:22:59:09 +0000] Saving job.cache...
E [17/Sep/2024:23:31:26 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [17/Sep/2024:23:31:26 +0000] Remote access is disabled.
I [17/Sep/2024:23:31:26 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [17/Sep/2024:23:31:26 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [17/Sep/2024:23:31:26 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [17/Sep/2024:23:31:26 +0000] Configured for up to 100 clients.
I [17/Sep/2024:23:31:26 +0000] Allowing up to 100 client connections per host.
I [17/Sep/2024:23:31:26 +0000] Full reload is required.
I [17/Sep/2024:23:31:26 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [17/Sep/2024:23:31:26 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [17/Sep/2024:23:31:26 +0000] Full reload complete.
I [17/Sep/2024:23:31:26 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [17/Sep/2024:23:31:26 +0000] Cleaning out old files in "/var/cache/cups".
I [17/Sep/2024:23:31:26 +0000] Listening to [v1.::1]:631 on fd 4...
I [17/Sep/2024:23:31:26 +0000] Listening to 127.0.0.1:631 on fd 6...
I [17/Sep/2024:23:31:26 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [17/Sep/2024:23:31:26 +0000] Resuming new connection processing...
E [17/Sep/2024:23:31:27 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [18/Sep/2024:15:03:29 +0000] Scheduler shutting down normally.
I [18/Sep/2024:15:03:29 +0000] Saving job.cache...
E [19/Sep/2024:09:54:42 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [19/Sep/2024:09:54:42 +0000] Remote access is disabled.
I [19/Sep/2024:09:54:42 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [19/Sep/2024:09:54:42 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [19/Sep/2024:09:54:42 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [19/Sep/2024:09:54:42 +0000] Configured for up to 100 clients.
I [19/Sep/2024:09:54:42 +0000] Allowing up to 100 client connections per host.
I [19/Sep/2024:09:54:42 +0000] Full reload is required.
I [19/Sep/2024:09:54:42 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [19/Sep/2024:09:54:42 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [19/Sep/2024:09:54:42 +0000] Full reload complete.
I [19/Sep/2024:09:54:42 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [19/Sep/2024:09:54:42 +0000] Cleaning out old files in "/var/cache/cups".
I [19/Sep/2024:09:54:42 +0000] Listening to [v1.::1]:631 on fd 4...
I [19/Sep/2024:09:54:42 +0000] Listening to 127.0.0.1:631 on fd 6...
I [19/Sep/2024:09:54:42 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [19/Sep/2024:09:54:42 +0000] Resuming new connection processing...
E [19/Sep/2024:09:54:44 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [19/Sep/2024:13:55:33 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [20/Sep/2024:14:15:57 +0000] Scheduler shutting down normally.
I [20/Sep/2024:14:15:57 +0000] Saving job.cache...
E [20/Sep/2024:21:30:39 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [20/Sep/2024:21:30:39 +0000] Remote access is disabled.
I [20/Sep/2024:21:30:39 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [20/Sep/2024:21:30:39 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [20/Sep/2024:21:30:39 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [20/Sep/2024:21:30:39 +0000] Configured for up to 100 clients.
I [20/Sep/2024:21:30:39 +0000] Allowing up to 100 client connections per host.
I [20/Sep/2024:21:30:39 +0000] Full reload is required.
I [20/Sep/2024:21:30:39 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [20/Sep/2024:21:30:39 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [20/Sep/2024:21:30:39 +0000] Full reload complete.
I [20/Sep/2024:21:30:39 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [20/Sep/2024:21:30:39 +0000] Cleaning out old files in "/var/cache/cups".
I [20/Sep/2024:21:30:39 +0000] Listening to [v1.::1]:631 on fd 4...
I [20/Sep/2024:21:30:39 +0000] Listening to 127.0.0.1:631 on fd 6...
I [20/Sep/2024:21:30:39 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [20/Sep/2024:21:30:39 +0000] Resuming new connection processing...
E [20/Sep/2024:21:30:39 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [21/Sep/2024:01:51:02 +0000] Scheduler shutting down normally.
I [21/Sep/2024:01:51:02 +0000] Saving job.cache...
E [21/Sep/2024:09:49:01 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [21/Sep/2024:09:49:01 +0000] Remote access is disabled.
I [21/Sep/2024:09:49:01 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [21/Sep/2024:09:49:01 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [21/Sep/2024:09:49:01 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [21/Sep/2024:09:49:01 +0000] Configured for up to 100 clients.
I [21/Sep/2024:09:49:01 +0000] Allowing up to 100 client connections per host.
I [21/Sep/2024:09:49:01 +0000] Full reload is required.
I [21/Sep/2024:09:49:01 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [21/Sep/2024:09:49:01 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [21/Sep/2024:09:49:01 +0000] Full reload complete.
I [21/Sep/2024:09:49:01 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [21/Sep/2024:09:49:01 +0000] Cleaning out old files in "/var/cache/cups".
I [21/Sep/2024:09:49:01 +0000] Listening to [v1.::1]:631 on fd 4...
I [21/Sep/2024:09:49:01 +0000] Listening to 127.0.0.1:631 on fd 6...
I [21/Sep/2024:09:49:01 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [21/Sep/2024:09:49:01 +0000] Resuming new connection processing...
E [21/Sep/2024:09:49:02 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [21/Sep/2024:11:28:56 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [21/Sep/2024:11:28:56 +0000] Remote access is disabled.
I [21/Sep/2024:11:28:56 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [21/Sep/2024:11:28:56 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [21/Sep/2024:11:28:56 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [21/Sep/2024:11:28:56 +0000] Configured for up to 100 clients.
I [21/Sep/2024:11:28:56 +0000] Allowing up to 100 client connections per host.
I [21/Sep/2024:11:28:56 +0000] Full reload is required.
I [21/Sep/2024:11:28:56 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [21/Sep/2024:11:28:56 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [21/Sep/2024:11:28:56 +0000] Full reload complete.
I [21/Sep/2024:11:28:56 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [21/Sep/2024:11:28:56 +0000] Cleaning out old files in "/var/cache/cups".
I [21/Sep/2024:11:28:56 +0000] Listening to [v1.::1]:631 on fd 4...
I [21/Sep/2024:11:28:56 +0000] Listening to 127.0.0.1:631 on fd 6...
I [21/Sep/2024:11:28:56 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [21/Sep/2024:11:28:56 +0000] Resuming new connection processing...
I [21/Sep/2024:22:17:22 +0000] Scheduler shutting down normally.
I [21/Sep/2024:22:17:22 +0000] Saving job.cache...
E [21/Sep/2024:22:18:04 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [21/Sep/2024:22:18:04 +0000] Remote access is disabled.
I [21/Sep/2024:22:18:04 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [21/Sep/2024:22:18:04 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [21/Sep/2024:22:18:04 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [21/Sep/2024:22:18:04 +0000] Configured for up to 100 clients.
I [21/Sep/2024:22:18:04 +0000] Allowing up to 100 client connections per host.
I [21/Sep/2024:22:18:04 +0000] Full reload is required.
I [21/Sep/2024:22:18:04 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [21/Sep/2024:22:18:04 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [21/Sep/2024:22:18:04 +0000] Full reload complete.
I [21/Sep/2024:22:18:04 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [21/Sep/2024:22:18:04 +0000] Cleaning out old files in "/var/cache/cups".
I [21/Sep/2024:22:18:04 +0000] Listening to [v1.::1]:631 on fd 4...
I [21/Sep/2024:22:18:04 +0000] Listening to 127.0.0.1:631 on fd 6...
I [21/Sep/2024:22:18:04 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [21/Sep/2024:22:18:04 +0000] Resuming new connection processing...
E [21/Sep/2024:22:18:05 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [22/Sep/2024:01:46:25 +0000] Scheduler shutting down normally.
I [22/Sep/2024:01:46:25 +0000] Saving job.cache...
E [22/Sep/2024:12:33:59 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [22/Sep/2024:12:33:59 +0000] Remote access is disabled.
I [22/Sep/2024:12:33:59 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [22/Sep/2024:12:33:59 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [22/Sep/2024:12:33:59 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [22/Sep/2024:12:33:59 +0000] Configured for up to 100 clients.
I [22/Sep/2024:12:33:59 +0000] Allowing up to 100 client connections per host.
I [22/Sep/2024:12:33:59 +0000] Full reload is required.
I [22/Sep/2024:12:33:59 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [22/Sep/2024:12:33:59 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [22/Sep/2024:12:33:59 +0000] Full reload complete.
I [22/Sep/2024:12:33:59 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [22/Sep/2024:12:33:59 +0000] Cleaning out old files in "/var/cache/cups".
I [22/Sep/2024:12:33:59 +0000] Listening to [v1.::1]:631 on fd 4...
I [22/Sep/2024:12:33:59 +0000] Listening to 127.0.0.1:631 on fd 6...
I [22/Sep/2024:12:33:59 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [22/Sep/2024:12:33:59 +0000] Resuming new connection processing...
E [22/Sep/2024:12:34:00 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [22/Sep/2024:14:18:11 +0000] Scheduler shutting down normally.
I [22/Sep/2024:14:18:11 +0000] Saving job.cache...
E [22/Sep/2024:16:09:35 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [22/Sep/2024:16:09:35 +0000] Remote access is disabled.
I [22/Sep/2024:16:09:35 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [22/Sep/2024:16:09:35 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [22/Sep/2024:16:09:35 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [22/Sep/2024:16:09:35 +0000] Configured for up to 100 clients.
I [22/Sep/2024:16:09:35 +0000] Allowing up to 100 client connections per host.
I [22/Sep/2024:16:09:35 +0000] Full reload is required.
I [22/Sep/2024:16:09:35 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [22/Sep/2024:16:09:35 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [22/Sep/2024:16:09:35 +0000] Full reload complete.
I [22/Sep/2024:16:09:35 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [22/Sep/2024:16:09:35 +0000] Cleaning out old files in "/var/cache/cups".
I [22/Sep/2024:16:09:35 +0000] Listening to [v1.::1]:631 on fd 4...
I [22/Sep/2024:16:09:35 +0000] Listening to 127.0.0.1:631 on fd 6...
I [22/Sep/2024:16:09:35 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [22/Sep/2024:16:09:35 +0000] Resuming new connection processing...
E [22/Sep/2024:16:09:35 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [22/Sep/2024:22:47:44 +0000] Scheduler shutting down normally.
I [22/Sep/2024:22:47:44 +0000] Saving job.cache...
E [22/Sep/2024:22:53:32 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [22/Sep/2024:22:53:32 +0000] Remote access is disabled.
I [22/Sep/2024:22:53:32 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [22/Sep/2024:22:53:32 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [22/Sep/2024:22:53:32 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [22/Sep/2024:22:53:32 +0000] Configured for up to 100 clients.
I [22/Sep/2024:22:53:32 +0000] Allowing up to 100 client connections per host.
I [22/Sep/2024:22:53:32 +0000] Full reload is required.
I [22/Sep/2024:22:53:32 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [22/Sep/2024:22:53:32 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [22/Sep/2024:22:53:32 +0000] Full reload complete.
I [22/Sep/2024:22:53:32 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [22/Sep/2024:22:53:32 +0000] Cleaning out old files in "/var/cache/cups".
I [22/Sep/2024:22:53:32 +0000] Listening to [v1.::1]:631 on fd 4...
I [22/Sep/2024:22:53:32 +0000] Listening to 127.0.0.1:631 on fd 6...
I [22/Sep/2024:22:53:32 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [22/Sep/2024:22:53:32 +0000] Resuming new connection processing...
I [23/Sep/2024:02:29:16 +0000] Scheduler shutting down normally.
I [23/Sep/2024:02:29:16 +0000] Saving job.cache...
E [23/Sep/2024:02:32:04 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:02:32:04 +0000] Remote access is disabled.
I [23/Sep/2024:02:32:04 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:02:32:04 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:02:32:04 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:02:32:04 +0000] Configured for up to 100 clients.
I [23/Sep/2024:02:32:04 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:02:32:04 +0000] Full reload is required.
I [23/Sep/2024:02:32:04 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:02:32:04 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:02:32:04 +0000] Full reload complete.
I [23/Sep/2024:02:32:04 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:02:32:04 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:02:32:04 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:02:32:04 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:02:32:04 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:02:32:04 +0000] Resuming new connection processing...
E [23/Sep/2024:02:32:04 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Sep/2024:03:23:09 +0000] Scheduler shutting down normally.
I [23/Sep/2024:03:23:09 +0000] Saving job.cache...
E [23/Sep/2024:03:25:23 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:03:25:23 +0000] Remote access is disabled.
I [23/Sep/2024:03:25:23 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:03:25:23 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:03:25:23 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:03:25:23 +0000] Configured for up to 100 clients.
I [23/Sep/2024:03:25:23 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:03:25:23 +0000] Full reload is required.
I [23/Sep/2024:03:25:23 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:03:25:23 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:03:25:23 +0000] Full reload complete.
I [23/Sep/2024:03:25:23 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:03:25:23 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:03:25:23 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:03:25:23 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:03:25:23 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:03:25:23 +0000] Resuming new connection processing...
E [23/Sep/2024:03:25:24 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Sep/2024:03:30:29 +0000] Scheduler shutting down normally.
I [23/Sep/2024:03:30:29 +0000] Saving job.cache...
E [23/Sep/2024:03:32:00 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:03:32:00 +0000] Remote access is disabled.
I [23/Sep/2024:03:32:00 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:03:32:00 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:03:32:00 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:03:32:00 +0000] Configured for up to 100 clients.
I [23/Sep/2024:03:32:00 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:03:32:00 +0000] Full reload is required.
I [23/Sep/2024:03:32:00 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:03:32:00 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:03:32:00 +0000] Full reload complete.
I [23/Sep/2024:03:32:00 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:03:32:00 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:03:32:00 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:03:32:00 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:03:32:00 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:03:32:00 +0000] Resuming new connection processing...
E [23/Sep/2024:03:32:01 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Sep/2024:03:32:07 +0000] Scheduler shutting down normally.
I [23/Sep/2024:03:32:07 +0000] Saving job.cache...
E [23/Sep/2024:03:34:30 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:03:34:30 +0000] Remote access is disabled.
I [23/Sep/2024:03:34:30 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:03:34:30 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:03:34:30 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:03:34:30 +0000] Configured for up to 100 clients.
I [23/Sep/2024:03:34:30 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:03:34:30 +0000] Full reload is required.
I [23/Sep/2024:03:34:30 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:03:34:30 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:03:34:30 +0000] Full reload complete.
I [23/Sep/2024:03:34:30 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:03:34:30 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:03:34:30 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:03:34:30 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:03:34:30 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:03:34:30 +0000] Resuming new connection processing...
E [23/Sep/2024:03:34:31 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Sep/2024:03:38:47 +0000] Scheduler shutting down normally.
I [23/Sep/2024:03:38:47 +0000] Saving job.cache...
E [23/Sep/2024:03:41:30 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:03:41:30 +0000] Remote access is disabled.
I [23/Sep/2024:03:41:30 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:03:41:30 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:03:41:30 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:03:41:30 +0000] Configured for up to 100 clients.
I [23/Sep/2024:03:41:30 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:03:41:30 +0000] Full reload is required.
I [23/Sep/2024:03:41:30 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:03:41:30 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:03:41:30 +0000] Full reload complete.
I [23/Sep/2024:03:41:30 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:03:41:30 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:03:41:30 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:03:41:30 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:03:41:30 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:03:41:30 +0000] Resuming new connection processing...
E [23/Sep/2024:03:41:32 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [23/Sep/2024:03:44:01 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Sep/2024:11:25:47 +0000] Scheduler shutting down normally.
I [23/Sep/2024:11:25:47 +0000] Saving job.cache...
E [23/Sep/2024:11:28:41 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:11:28:41 +0000] Remote access is disabled.
I [23/Sep/2024:11:28:41 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:11:28:41 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:11:28:41 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:11:28:41 +0000] Configured for up to 100 clients.
I [23/Sep/2024:11:28:41 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:11:28:41 +0000] Full reload is required.
I [23/Sep/2024:11:28:41 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:11:28:42 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:11:28:42 +0000] Full reload complete.
I [23/Sep/2024:11:28:42 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:11:28:42 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:11:28:42 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:11:28:42 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:11:28:42 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:11:28:42 +0000] Resuming new connection processing...
I [23/Sep/2024:11:49:10 +0000] Scheduler shutting down normally.
I [23/Sep/2024:11:49:10 +0000] Saving job.cache...
E [23/Sep/2024:14:04:45 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [23/Sep/2024:14:04:45 +0000] Remote access is disabled.
I [23/Sep/2024:14:04:45 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [23/Sep/2024:14:04:45 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [23/Sep/2024:14:04:45 +0000] Unable to change ownership of "/gnu/store/r7d8hr06pq2yzw5fq3gqb0sysqmd6scr-cups-files.conf" - Read-only file system
I [23/Sep/2024:14:04:45 +0000] Configured for up to 100 clients.
I [23/Sep/2024:14:04:45 +0000] Allowing up to 100 client connections per host.
I [23/Sep/2024:14:04:45 +0000] Full reload is required.
I [23/Sep/2024:14:04:45 +0000] Loaded MIME database from "/gnu/store/qmchcyqglx1njqw7zffb3ffharbjpj15-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [23/Sep/2024:14:04:45 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Sep/2024:14:04:45 +0000] Full reload complete.
I [23/Sep/2024:14:04:45 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Sep/2024:14:04:45 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Sep/2024:14:04:45 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Sep/2024:14:04:45 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Sep/2024:14:04:45 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Sep/2024:14:04:45 +0000] Resuming new connection processing...
E [23/Sep/2024:14:04:47 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [24/Sep/2024:11:19:37 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf.
I [24/Sep/2024:11:19:37 +0000] Remote access is disabled.
I [24/Sep/2024:11:19:37 +0000] Loaded configuration file "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf"
E [24/Sep/2024:11:19:37 +0000] Unable to change ownership of "/gnu/store/ivjshpi02yyizaw01b9g3kg576y5ypl4-cupsd.conf" - Read-only file system
E [24/Sep/2024:11:19:37 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [24/Sep/2024:11:19:37 +0000] Configured for up to 100 clients.
I [24/Sep/2024:11:19:37 +0000] Allowing up to 100 client connections per host.
I [24/Sep/2024:11:19:37 +0000] Full reload is required.
I [24/Sep/2024:11:19:37 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [24/Sep/2024:11:19:37 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [24/Sep/2024:11:19:37 +0000] Full reload complete.
I [24/Sep/2024:11:19:37 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [24/Sep/2024:11:19:37 +0000] Cleaning out old files in "/var/cache/cups".
I [24/Sep/2024:11:19:37 +0000] Listening to [v1.::1]:631 on fd 4...
I [24/Sep/2024:11:19:37 +0000] Listening to 127.0.0.1:631 on fd 6...
I [24/Sep/2024:11:19:37 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [24/Sep/2024:11:19:37 +0000] Resuming new connection processing...
I [24/Sep/2024:12:03:15 +0000] Scheduler shutting down normally.
I [24/Sep/2024:12:03:15 +0000] Saving job.cache...
E [24/Sep/2024:12:03:58 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [24/Sep/2024:12:03:58 +0000] Remote access is disabled.
I [24/Sep/2024:12:03:58 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [24/Sep/2024:12:03:58 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [24/Sep/2024:12:03:58 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [24/Sep/2024:12:03:58 +0000] Configured for up to 100 clients.
I [24/Sep/2024:12:03:58 +0000] Allowing up to 100 client connections per host.
I [24/Sep/2024:12:03:58 +0000] Full reload is required.
I [24/Sep/2024:12:03:58 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
I [24/Sep/2024:12:03:58 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [24/Sep/2024:12:03:58 +0000] Full reload complete.
I [24/Sep/2024:12:03:58 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [24/Sep/2024:12:03:58 +0000] Cleaning out old files in "/var/cache/cups".
I [24/Sep/2024:12:03:58 +0000] Listening to [v1.::1]:631 on fd 4...
I [24/Sep/2024:12:03:58 +0000] Listening to 127.0.0.1:631 on fd 6...
I [24/Sep/2024:12:03:58 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [24/Sep/2024:12:03:58 +0000] Resuming new connection processing...
I [24/Sep/2024:12:15:26 +0000] [Client 2] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=1960, file=11)
I [24/Sep/2024:12:15:28 +0000] [cups-driverd] Wrote \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [24/Sep/2024:12:15:46 +0000] Setting HP_LaserJet_Professional_P1108 device-uri to "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a" (was "file:///dev/null".)
I [24/Sep/2024:12:15:46 +0000] Setting HP_LaserJet_Professional_P1108 printer-is-accepting-jobs to 1 (was 0.)
I [24/Sep/2024:12:15:46 +0000] Setting HP_LaserJet_Professional_P1108 printer-state to 3 (was 5.)
I [24/Sep/2024:12:15:46 +0000] New printer "HP_LaserJet_Professional_P1108" added by "divya".
I [24/Sep/2024:12:15:46 +0000] [Job 1] Adding start banner page "none".
I [24/Sep/2024:12:15:46 +0000] [Job 1] Queued on "HP_LaserJet_Professional_P1108" by "root".
I [24/Sep/2024:12:15:46 +0000] [Job 1] File of type application/postscript queued by "root".
I [24/Sep/2024:12:15:46 +0000] [Job 1] Adding end banner page "none".
I [24/Sep/2024:12:15:46 +0000] [Job 1] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstopdf (PID 1972)
I [24/Sep/2024:12:15:46 +0000] [Job 1] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 1973)
I [24/Sep/2024:12:15:46 +0000] [Job 1] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 1974)
I [24/Sep/2024:12:15:46 +0000] [Job 1] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 1975)
I [24/Sep/2024:12:15:46 +0000] [Job 1] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 1976)
I [24/Sep/2024:12:15:47 +0000] [Job 1] Hint: Try setting the LogLevel to "debug" to find out more.
E [24/Sep/2024:12:16:07 +0000] [Job 1] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [24/Sep/2024:12:16:07 +0000] [Job 1] The following messages were recorded from 12:15:46 to 12:16:07
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[0]=\"PRINTER_LOCATION=\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[1]=\"CHARSET=utf-8\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[2]=\"variable=value\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[7]=\"PWD=/\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[10]=\"IPP_PORT=631\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[14]=\"LANG=en_US.UTF-8\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[18]=\"PRINTER_INFO=\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[20]=\"USER=root\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[21]=\"OUTFORMAT=PDF\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[22]=\"SHLVL=1\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[23]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[24]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[25]=\"CUPS_MAX_MESSAGE=2047\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[26]=\"CUPS_FILETYPE=document\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[27]=\"SOFTWARE=CUPS/2.4.9\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[28]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[29]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[30]=\"CONTENT_TYPE=application/postscript\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[31]=\"CUPS_STATEDIR=/var/run/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[32]=\"AUTH_INFO_REQUIRED=none\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] PID 1972 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstopdf) exited with no errors.
D [24/Sep/2024:12:16:07 +0000] [Job 1] PDF interactive form and annotation flattening done via QPDF
D [24/Sep/2024:12:16:07 +0000] [Job 1] pdftopdf: \"print-scaling\" IPP attribute: auto
D [24/Sep/2024:12:16:07 +0000] [Job 1] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [24/Sep/2024:12:16:07 +0000] [Job 1] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [24/Sep/2024:12:16:07 +0000] [Job 1] PID 1973 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [24/Sep/2024:12:16:07 +0000] [Job 1] Color Manager: Calibration Mode/Off
D [24/Sep/2024:12:16:07 +0000] [Job 1] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Sep/2024:12:16:07 +0000] [Job 1] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Sep/2024:12:16:07 +0000] [Job 1] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [24/Sep/2024:12:16:07 +0000] [Job 1] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Sep/2024:12:16:07 +0000] [Job 1] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Sep/2024:12:16:07 +0000] [Job 1] Failed to get device cups-HP_LaserJet_Professional_P1108
D [24/Sep/2024:12:16:07 +0000] [Job 1] Color Manager: no profiles specified in PPD
D [24/Sep/2024:12:16:07 +0000] [Job 1] Color Manager: ICC Profile: None
D [24/Sep/2024:12:16:07 +0000] [Job 1] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [24/Sep/2024:12:16:07 +0000] [Job 1] Ghostscript command line: /gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/1kfj2hhbagy127v8njddsxc9a1hvs5mc-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[0]=\"PRINTER_LOCATION=\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[1]=\"CHARSET=utf-8\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[2]=\"variable=value\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[7]=\"PWD=/\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[10]=\"IPP_PORT=631\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[14]=\"LANG=en_US.UTF-8\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[18]=\"PRINTER_INFO=\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[20]=\"USER=root\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[21]=\"SHLVL=0\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[22]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[23]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[25]=\"CUPS_FILETYPE=document\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[29]=\"CONTENT_TYPE=application/postscript\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [24/Sep/2024:12:16:07 +0000] [Job 1] Start rendering...
D [24/Sep/2024:12:16:07 +0000] [Job 1] Set job-printer-state-message to "Start rendering...", current level=INFO
D [24/Sep/2024:12:16:07 +0000] [Job 1] Processing page 1...
D [24/Sep/2024:12:16:07 +0000] [Job 1] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [24/Sep/2024:12:16:07 +0000] [Job 1] STATE: +connecting-to-device
D [24/Sep/2024:12:16:07 +0000] [Job 1] STATE: +hplip.plugin-error
D [24/Sep/2024:12:16:07 +0000] [Job 1] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [24/Sep/2024:12:16:07 +0000] [Job 1] malloc_consolidate(): unaligned fastbin chunk detected
D [24/Sep/2024:12:16:07 +0000] [Job 1] PID 1975 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [24/Sep/2024:12:16:07 +0000] [Job 1] STATE: -connecting-to-device
D [24/Sep/2024:12:16:07 +0000] [Job 1] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [24/Sep/2024:12:16:07 +0000] [Job 1] Processing page 2...
D [24/Sep/2024:12:16:07 +0000] [Job 1] Rendering completed
D [24/Sep/2024:12:16:07 +0000] [Job 1] PID 1974 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [24/Sep/2024:12:16:07 +0000] [Job 1] prnt/backend/hp.c 376: read new pjl status: 10023
D [24/Sep/2024:12:16:07 +0000] [Job 1] prnt/backend/hp.c 376: read new pjl status: 10001
D [24/Sep/2024:12:16:07 +0000] [Job 1] ready to print
D [24/Sep/2024:12:16:07 +0000] [Job 1] PID 1976 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [24/Sep/2024:12:16:07 +0000] [Job 1] End of messages
D [24/Sep/2024:12:16:07 +0000] [Job 1] printer-state=3(idle)
D [24/Sep/2024:12:16:07 +0000] [Job 1] printer-state-message="ready to print"
D [24/Sep/2024:12:16:07 +0000] [Job 1] printer-state-reasons=none
I [24/Sep/2024:12:16:16 +0000] Saving printers.conf...
I [24/Sep/2024:12:16:16 +0000] Generating printcap /etc/printcap...
I [24/Sep/2024:12:16:16 +0000] Saving job.cache...
I [24/Sep/2024:12:16:26 +0000] [Job ???] Request file type is application/pdf.
I [24/Sep/2024:12:16:26 +0000] [Job 2] Adding start banner page "none".
I [24/Sep/2024:12:16:26 +0000] [Job 2] Adding end banner page "none".
I [24/Sep/2024:12:16:26 +0000] [Job 2] File of type application/pdf queued by "divya".
I [24/Sep/2024:12:16:26 +0000] [Job 2] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [24/Sep/2024:12:16:26 +0000] [Job 2] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 2024)
I [24/Sep/2024:12:16:26 +0000] [Job 2] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 2025)
I [24/Sep/2024:12:16:26 +0000] [Job 2] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 2026)
I [24/Sep/2024:12:16:26 +0000] [Job 2] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 2027)
I [24/Sep/2024:12:16:26 +0000] [Job 2] Hint: Try setting the LogLevel to "debug" to find out more.
E [24/Sep/2024:12:16:46 +0000] [Job 2] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [24/Sep/2024:12:16:46 +0000] [Job 2] The following messages were recorded from 12:16:26 to 12:16:46
D [24/Sep/2024:12:16:46 +0000] [Job 2] argv[6]="/var/spool/cups/d00002-001"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[0]="variable=value"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[2]="CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[3]="CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[5]="CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[8]="HOME=/var/spool/cups/tmp"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[9]="PATH=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[11]="SOFTWARE=CUPS/2.4.9"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[13]="USER=root"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[14]="CUPS_MAX_MESSAGE=2047"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[17]="IPP_PORT=631"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[18]="CHARSET=utf-8"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[19]="LANG=en_US.UTF-8"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[21]="CONTENT_TYPE=application/pdf"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[23]="PRINTER_INFO="
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[24]="PRINTER_LOCATION="
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[26]="PRINTER_STATE_REASONS=none"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[27]="CUPS_FILETYPE=document"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[29]="AUTH_I****"
D [24/Sep/2024:12:16:46 +0000] [Job 2] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [24/Sep/2024:12:16:46 +0000] [Job 2] PDF interactive form and annotation flattening done via QPDF
D [24/Sep/2024:12:16:46 +0000] [Job 2] pdftopdf: \"print-scaling\" IPP attribute: auto
D [24/Sep/2024:12:16:46 +0000] [Job 2] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [24/Sep/2024:12:16:46 +0000] [Job 2] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [24/Sep/2024:12:16:46 +0000] [Job 2] PID 2024 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [24/Sep/2024:12:16:46 +0000] [Job 2] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [24/Sep/2024:12:16:46 +0000] [Job 2] Color Manager: Calibration Mode/Off
D [24/Sep/2024:12:16:46 +0000] [Job 2] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Sep/2024:12:16:46 +0000] [Job 2] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Sep/2024:12:16:46 +0000] [Job 2] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [24/Sep/2024:12:16:46 +0000] [Job 2] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Sep/2024:12:16:46 +0000] [Job 2] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Sep/2024:12:16:46 +0000] [Job 2] Failed to get device cups-HP_LaserJet_Professional_P1108
D [24/Sep/2024:12:16:46 +0000] [Job 2] Color Manager: no profiles specified in PPD
D [24/Sep/2024:12:16:46 +0000] [Job 2] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [24/Sep/2024:12:16:46 +0000] [Job 2] Color Manager: ICC Profile: None
D [24/Sep/2024:12:16:46 +0000] [Job 2] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [24/Sep/2024:12:16:46 +0000] [Job 2] Ghostscript command line: /gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/1kfj2hhbagy127v8njddsxc9a1hvs5mc-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[0]=\"PRINTER_LOCATION=\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[1]=\"CHARSET=utf-8\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[2]=\"variable=value\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[7]=\"PWD=/\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[10]=\"IPP_PORT=631\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[14]=\"LANG=en_US.UTF-8\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[18]=\"PRINTER_INFO=\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[20]=\"USER=root\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[21]=\"SHLVL=0\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[22]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[23]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[25]=\"CUPS_FILETYPE=document\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[29]=\"CONTENT_TYPE=application/pdf\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [24/Sep/2024:12:16:46 +0000] [Job 2] Start rendering...
D [24/Sep/2024:12:16:46 +0000] [Job 2] Set job-printer-state-message to "Start rendering...", current level=INFO
D [24/Sep/2024:12:16:46 +0000] [Job 2] Processing page 1...
D [24/Sep/2024:12:16:46 +0000] [Job 2] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [24/Sep/2024:12:16:46 +0000] [Job 2] STATE: +connecting-to-device
D [24/Sep/2024:12:16:46 +0000] [Job 2] STATE: +hplip.plugin-error
D [24/Sep/2024:12:16:46 +0000] [Job 2] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [24/Sep/2024:12:16:46 +0000] [Job 2] malloc_consolidate(): unaligned fastbin chunk detected
D [24/Sep/2024:12:16:46 +0000] [Job 2] PID 2026 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [24/Sep/2024:12:16:46 +0000] [Job 2] STATE: -connecting-to-device
D [24/Sep/2024:12:16:46 +0000] [Job 2] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [24/Sep/2024:12:16:46 +0000] [Job 2] prnt/backend/hp.c 376: read new pjl status: 10023
D [24/Sep/2024:12:16:46 +0000] [Job 2] Processing page 2...
D [24/Sep/2024:12:16:46 +0000] [Job 2] Rendering completed
D [24/Sep/2024:12:16:46 +0000] [Job 2] PID 2025 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [24/Sep/2024:12:16:46 +0000] [Job 2] prnt/backend/hp.c 376: read new pjl status: 10001
D [24/Sep/2024:12:16:46 +0000] [Job 2] ready to print
D [24/Sep/2024:12:16:46 +0000] [Job 2] PID 2027 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [24/Sep/2024:12:16:46 +0000] [Job 2] End of messages
D [24/Sep/2024:12:16:46 +0000] [Job 2] printer-state=3(idle)
D [24/Sep/2024:12:16:46 +0000] [Job 2] printer-state-message="ready to print"
D [24/Sep/2024:12:16:46 +0000] [Job 2] printer-state-reasons=none
I [24/Sep/2024:12:16:57 +0000] Saving printers.conf...
I [24/Sep/2024:12:16:57 +0000] Saving job.cache...
I [24/Sep/2024:12:18:41 +0000] [Job ???] Request file type is application/pdf.
I [24/Sep/2024:12:18:41 +0000] [Job 3] Adding start banner page "none".
I [24/Sep/2024:12:18:41 +0000] [Job 3] Adding end banner page "none".
I [24/Sep/2024:12:18:41 +0000] [Job 3] File of type application/pdf queued by "divya".
I [24/Sep/2024:12:18:41 +0000] [Job 3] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [24/Sep/2024:12:18:41 +0000] [Job 3] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 2179)
I [24/Sep/2024:12:18:41 +0000] [Job 3] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 2180)
I [24/Sep/2024:12:18:41 +0000] [Job 3] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 2181)
I [24/Sep/2024:12:18:41 +0000] [Job 3] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 2182)
I [24/Sep/2024:12:18:41 +0000] [Job 3] Hint: Try setting the LogLevel to "debug" to find out more.
E [24/Sep/2024:12:19:01 +0000] [Job 3] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [24/Sep/2024:12:19:01 +0000] [Job 3] The following messages were recorded from 12:18:41 to 12:19:01
D [24/Sep/2024:12:19:01 +0000] [Job 3] argv[6]="/var/spool/cups/d00003-001"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[0]="variable=value"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[2]="CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[3]="CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[5]="CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[8]="HOME=/var/spool/cups/tmp"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[9]="PATH=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[11]="SOFTWARE=CUPS/2.4.9"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[13]="USER=root"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[14]="CUPS_MAX_MESSAGE=2047"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[17]="IPP_PORT=631"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[18]="CHARSET=utf-8"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[19]="LANG=en_US.UTF-8"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[21]="CONTENT_TYPE=application/pdf"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[23]="PRINTER_INFO="
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[24]="PRINTER_LOCATION="
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[26]="PRINTER_STATE_REASONS=none"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[27]="CUPS_FILETYPE=document"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[29]="AUTH_I****"
D [24/Sep/2024:12:19:01 +0000] [Job 3] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [24/Sep/2024:12:19:01 +0000] [Job 3] PDF interactive form and annotation flattening done via QPDF
D [24/Sep/2024:12:19:01 +0000] [Job 3] pdftopdf: \"print-scaling\" IPP attribute: auto
D [24/Sep/2024:12:19:01 +0000] [Job 3] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [24/Sep/2024:12:19:01 +0000] [Job 3] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [24/Sep/2024:12:19:01 +0000] [Job 3] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [24/Sep/2024:12:19:01 +0000] [Job 3] PID 2179 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [24/Sep/2024:12:19:01 +0000] [Job 3] Color Manager: Calibration Mode/Off
D [24/Sep/2024:12:19:01 +0000] [Job 3] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Sep/2024:12:19:01 +0000] [Job 3] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Sep/2024:12:19:01 +0000] [Job 3] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [24/Sep/2024:12:19:01 +0000] [Job 3] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Sep/2024:12:19:01 +0000] [Job 3] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Sep/2024:12:19:01 +0000] [Job 3] Failed to get device cups-HP_LaserJet_Professional_P1108
D [24/Sep/2024:12:19:01 +0000] [Job 3] Color Manager: no profiles specified in PPD
D [24/Sep/2024:12:19:01 +0000] [Job 3] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [24/Sep/2024:12:19:01 +0000] [Job 3] Color Manager: ICC Profile: None
D [24/Sep/2024:12:19:01 +0000] [Job 3] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [24/Sep/2024:12:19:01 +0000] [Job 3] Ghostscript command line: /gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/1kfj2hhbagy127v8njddsxc9a1hvs5mc-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[0]=\"PRINTER_LOCATION=\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[1]=\"CHARSET=utf-8\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[2]=\"variable=value\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[7]=\"PWD=/\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[10]=\"IPP_PORT=631\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[14]=\"LANG=en_US.UTF-8\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[18]=\"PRINTER_INFO=\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[20]=\"USER=root\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[21]=\"SHLVL=0\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[22]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[23]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[25]=\"CUPS_FILETYPE=document\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[29]=\"CONTENT_TYPE=application/pdf\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [24/Sep/2024:12:19:01 +0000] [Job 3] Start rendering...
D [24/Sep/2024:12:19:01 +0000] [Job 3] Set job-printer-state-message to "Start rendering...", current level=INFO
D [24/Sep/2024:12:19:01 +0000] [Job 3] Processing page 1...
D [24/Sep/2024:12:19:01 +0000] [Job 3] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [24/Sep/2024:12:19:01 +0000] [Job 3] STATE: +connecting-to-device
D [24/Sep/2024:12:19:01 +0000] [Job 3] STATE: +hplip.plugin-error
D [24/Sep/2024:12:19:01 +0000] [Job 3] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [24/Sep/2024:12:19:01 +0000] [Job 3] malloc_consolidate(): unaligned fastbin chunk detected
D [24/Sep/2024:12:19:01 +0000] [Job 3] PID 2181 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [24/Sep/2024:12:19:01 +0000] [Job 3] STATE: -connecting-to-device
D [24/Sep/2024:12:19:01 +0000] [Job 3] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [24/Sep/2024:12:19:01 +0000] [Job 3] prnt/backend/hp.c 376: read new pjl status: 10023
D [24/Sep/2024:12:19:01 +0000] [Job 3] Processing page 2...
D [24/Sep/2024:12:19:01 +0000] [Job 3] Rendering completed
D [24/Sep/2024:12:19:01 +0000] [Job 3] PID 2180 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [24/Sep/2024:12:19:01 +0000] [Job 3] prnt/backend/hp.c 376: read new pjl status: 10001
D [24/Sep/2024:12:19:01 +0000] [Job 3] ready to print
D [24/Sep/2024:12:19:01 +0000] [Job 3] PID 2182 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [24/Sep/2024:12:19:01 +0000] [Job 3] End of messages
D [24/Sep/2024:12:19:01 +0000] [Job 3] printer-state=3(idle)
D [24/Sep/2024:12:19:01 +0000] [Job 3] printer-state-message="ready to print"
D [24/Sep/2024:12:19:01 +0000] [Job 3] printer-state-reasons=none
I [24/Sep/2024:12:19:07 +0000] Scheduler shutting down normally.
I [24/Sep/2024:12:19:07 +0000] Saving printers.conf...
I [24/Sep/2024:12:19:07 +0000] Saving job.cache...
I [24/Sep/2024:12:19:07 +0000] Saving job.cache...
E [24/Sep/2024:14:24:37 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [24/Sep/2024:14:24:37 +0000] Remote access is disabled.
I [24/Sep/2024:14:24:37 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [24/Sep/2024:14:24:37 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [24/Sep/2024:14:24:37 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [24/Sep/2024:14:24:37 +0000] Configured for up to 100 clients.
I [24/Sep/2024:14:24:37 +0000] Allowing up to 100 client connections per host.
I [24/Sep/2024:14:24:37 +0000] Full reload is required.
I [24/Sep/2024:14:24:37 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [24/Sep/2024:14:24:37 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [24/Sep/2024:14:24:37 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [24/Sep/2024:14:24:37 +0000] Full reload complete.
I [24/Sep/2024:14:24:37 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [24/Sep/2024:14:24:37 +0000] Cleaning out old files in "/var/cache/cups".
I [24/Sep/2024:14:24:37 +0000] Listening to [v1.::1]:631 on fd 4...
I [24/Sep/2024:14:24:37 +0000] Listening to 127.0.0.1:631 on fd 6...
I [24/Sep/2024:14:24:37 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [24/Sep/2024:14:24:37 +0000] Resuming new connection processing...
I [25/Sep/2024:18:54:02 +0000] Scheduler shutting down normally.
I [25/Sep/2024:18:54:02 +0000] Saving job.cache...
E [25/Sep/2024:18:54:47 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [25/Sep/2024:18:54:47 +0000] Remote access is disabled.
I [25/Sep/2024:18:54:47 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [25/Sep/2024:18:54:47 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [25/Sep/2024:18:54:47 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [25/Sep/2024:18:54:47 +0000] Configured for up to 100 clients.
I [25/Sep/2024:18:54:47 +0000] Allowing up to 100 client connections per host.
I [25/Sep/2024:18:54:47 +0000] Full reload is required.
I [25/Sep/2024:18:54:47 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [25/Sep/2024:18:54:47 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [25/Sep/2024:18:54:47 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [25/Sep/2024:18:54:47 +0000] Full reload complete.
I [25/Sep/2024:18:54:47 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [25/Sep/2024:18:54:47 +0000] Cleaning out old files in "/var/cache/cups".
I [25/Sep/2024:18:54:47 +0000] Listening to [v1.::1]:631 on fd 4...
I [25/Sep/2024:18:54:47 +0000] Listening to 127.0.0.1:631 on fd 6...
I [25/Sep/2024:18:54:47 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [25/Sep/2024:18:54:47 +0000] Resuming new connection processing...
E [25/Sep/2024:18:54:49 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [26/Sep/2024:02:04:35 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [26/Sep/2024:02:04:35 +0000] Remote access is disabled.
I [26/Sep/2024:02:04:35 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [26/Sep/2024:02:04:35 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [26/Sep/2024:02:04:35 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [26/Sep/2024:02:04:35 +0000] Configured for up to 100 clients.
I [26/Sep/2024:02:04:35 +0000] Allowing up to 100 client connections per host.
I [26/Sep/2024:02:04:35 +0000] Full reload is required.
I [26/Sep/2024:02:04:35 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [26/Sep/2024:02:04:35 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [26/Sep/2024:02:04:35 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [26/Sep/2024:02:04:35 +0000] Full reload complete.
I [26/Sep/2024:02:04:35 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [26/Sep/2024:02:04:35 +0000] Cleaning out old files in "/var/cache/cups".
I [26/Sep/2024:02:04:35 +0000] Listening to [v1.::1]:631 on fd 4...
I [26/Sep/2024:02:04:35 +0000] Listening to 127.0.0.1:631 on fd 6...
I [26/Sep/2024:02:04:35 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [26/Sep/2024:02:04:35 +0000] Resuming new connection processing...
E [26/Sep/2024:02:04:35 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [26/Sep/2024:03:26:38 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [26/Sep/2024:03:26:38 +0000] Remote access is disabled.
I [26/Sep/2024:03:26:38 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [26/Sep/2024:03:26:38 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [26/Sep/2024:03:26:38 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [26/Sep/2024:03:26:38 +0000] Configured for up to 100 clients.
I [26/Sep/2024:03:26:38 +0000] Allowing up to 100 client connections per host.
I [26/Sep/2024:03:26:38 +0000] Full reload is required.
I [26/Sep/2024:03:26:39 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [26/Sep/2024:03:26:39 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [26/Sep/2024:03:26:39 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [26/Sep/2024:03:26:39 +0000] Full reload complete.
I [26/Sep/2024:03:26:39 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [26/Sep/2024:03:26:39 +0000] Cleaning out old files in "/var/cache/cups".
I [26/Sep/2024:03:26:39 +0000] Listening to [v1.::1]:631 on fd 4...
I [26/Sep/2024:03:26:39 +0000] Listening to 127.0.0.1:631 on fd 6...
I [26/Sep/2024:03:26:39 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [26/Sep/2024:03:26:39 +0000] Resuming new connection processing...
E [27/Sep/2024:22:39:05 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [27/Sep/2024:22:39:05 +0000] Remote access is disabled.
I [27/Sep/2024:22:39:05 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [27/Sep/2024:22:39:05 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [27/Sep/2024:22:39:05 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [27/Sep/2024:22:39:05 +0000] Configured for up to 100 clients.
I [27/Sep/2024:22:39:05 +0000] Allowing up to 100 client connections per host.
I [27/Sep/2024:22:39:05 +0000] Full reload is required.
I [27/Sep/2024:22:39:05 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [27/Sep/2024:22:39:05 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [27/Sep/2024:22:39:05 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [27/Sep/2024:22:39:05 +0000] Full reload complete.
I [27/Sep/2024:22:39:05 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [27/Sep/2024:22:39:05 +0000] Cleaning out old files in "/var/cache/cups".
I [27/Sep/2024:22:39:05 +0000] Listening to [v1.::1]:631 on fd 4...
I [27/Sep/2024:22:39:05 +0000] Listening to 127.0.0.1:631 on fd 6...
I [27/Sep/2024:22:39:05 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [27/Sep/2024:22:39:05 +0000] Resuming new connection processing...
E [27/Sep/2024:22:39:06 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [28/Sep/2024:16:18:22 +0000] Scheduler shutting down normally.
I [28/Sep/2024:16:18:22 +0000] Saving job.cache...
E [28/Sep/2024:16:19:07 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [28/Sep/2024:16:19:07 +0000] Remote access is disabled.
I [28/Sep/2024:16:19:07 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [28/Sep/2024:16:19:07 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [28/Sep/2024:16:19:07 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [28/Sep/2024:16:19:07 +0000] Configured for up to 100 clients.
I [28/Sep/2024:16:19:07 +0000] Allowing up to 100 client connections per host.
I [28/Sep/2024:16:19:07 +0000] Full reload is required.
I [28/Sep/2024:16:19:07 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [28/Sep/2024:16:19:07 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [28/Sep/2024:16:19:07 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [28/Sep/2024:16:19:07 +0000] Full reload complete.
I [28/Sep/2024:16:19:07 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [28/Sep/2024:16:19:07 +0000] Cleaning out old files in "/var/cache/cups".
I [28/Sep/2024:16:19:07 +0000] Listening to [v1.::1]:631 on fd 4...
I [28/Sep/2024:16:19:07 +0000] Listening to 127.0.0.1:631 on fd 6...
I [28/Sep/2024:16:19:07 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [28/Sep/2024:16:19:07 +0000] Resuming new connection processing...
I [29/Sep/2024:06:54:58 +0000] Scheduler shutting down normally.
I [29/Sep/2024:06:54:58 +0000] Saving job.cache...
E [29/Sep/2024:14:44:44 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [29/Sep/2024:14:44:44 +0000] Remote access is disabled.
I [29/Sep/2024:14:44:44 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [29/Sep/2024:14:44:44 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [29/Sep/2024:14:44:44 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [29/Sep/2024:14:44:44 +0000] Configured for up to 100 clients.
I [29/Sep/2024:14:44:44 +0000] Allowing up to 100 client connections per host.
I [29/Sep/2024:14:44:44 +0000] Full reload is required.
I [29/Sep/2024:14:44:44 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [29/Sep/2024:14:44:44 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [29/Sep/2024:14:44:44 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [29/Sep/2024:14:44:44 +0000] Full reload complete.
I [29/Sep/2024:14:44:44 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [29/Sep/2024:14:44:44 +0000] Cleaning out old files in "/var/cache/cups".
I [29/Sep/2024:14:44:44 +0000] Listening to [v1.::1]:631 on fd 4...
I [29/Sep/2024:14:44:44 +0000] Listening to 127.0.0.1:631 on fd 6...
I [29/Sep/2024:14:44:44 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [29/Sep/2024:14:44:44 +0000] Resuming new connection processing...
E [29/Sep/2024:14:44:45 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [29/Sep/2024:16:24:43 +0000] Scheduler shutting down normally.
I [29/Sep/2024:16:24:43 +0000] Saving job.cache...
E [29/Sep/2024:20:13:29 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [29/Sep/2024:20:13:29 +0000] Remote access is disabled.
I [29/Sep/2024:20:13:29 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [29/Sep/2024:20:13:29 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [29/Sep/2024:20:13:29 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [29/Sep/2024:20:13:29 +0000] Configured for up to 100 clients.
I [29/Sep/2024:20:13:29 +0000] Allowing up to 100 client connections per host.
I [29/Sep/2024:20:13:29 +0000] Full reload is required.
I [29/Sep/2024:20:13:29 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [29/Sep/2024:20:13:29 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [29/Sep/2024:20:13:29 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [29/Sep/2024:20:13:29 +0000] Full reload complete.
I [29/Sep/2024:20:13:29 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [29/Sep/2024:20:13:29 +0000] Cleaning out old files in "/var/cache/cups".
I [29/Sep/2024:20:13:29 +0000] Listening to [v1.::1]:631 on fd 4...
I [29/Sep/2024:20:13:29 +0000] Listening to 127.0.0.1:631 on fd 6...
I [29/Sep/2024:20:13:29 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [29/Sep/2024:20:13:29 +0000] Resuming new connection processing...
E [29/Sep/2024:20:13:29 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [30/Sep/2024:05:58:05 +0000] Scheduler shutting down normally.
I [30/Sep/2024:05:58:05 +0000] Saving job.cache...
E [30/Sep/2024:06:47:31 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [30/Sep/2024:06:47:31 +0000] Remote access is disabled.
I [30/Sep/2024:06:47:31 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [30/Sep/2024:06:47:31 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [30/Sep/2024:06:47:31 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [30/Sep/2024:06:47:31 +0000] Configured for up to 100 clients.
I [30/Sep/2024:06:47:31 +0000] Allowing up to 100 client connections per host.
I [30/Sep/2024:06:47:31 +0000] Full reload is required.
I [30/Sep/2024:06:47:32 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [30/Sep/2024:06:47:32 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [30/Sep/2024:06:47:32 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [30/Sep/2024:06:47:32 +0000] Full reload complete.
I [30/Sep/2024:06:47:32 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [30/Sep/2024:06:47:32 +0000] Cleaning out old files in "/var/cache/cups".
I [30/Sep/2024:06:47:32 +0000] Listening to [v1.::1]:631 on fd 4...
I [30/Sep/2024:06:47:32 +0000] Listening to 127.0.0.1:631 on fd 6...
I [30/Sep/2024:06:47:32 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [30/Sep/2024:06:47:32 +0000] Resuming new connection processing...
E [30/Sep/2024:06:47:34 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [30/Sep/2024:12:28:47 +0000] Scheduler shutting down normally.
I [30/Sep/2024:12:28:47 +0000] Saving job.cache...
E [30/Sep/2024:19:17:55 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [30/Sep/2024:19:17:55 +0000] Remote access is disabled.
I [30/Sep/2024:19:17:55 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [30/Sep/2024:19:17:55 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [30/Sep/2024:19:17:55 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [30/Sep/2024:19:17:55 +0000] Configured for up to 100 clients.
I [30/Sep/2024:19:17:55 +0000] Allowing up to 100 client connections per host.
I [30/Sep/2024:19:17:55 +0000] Full reload is required.
I [30/Sep/2024:19:17:55 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [30/Sep/2024:19:17:55 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [30/Sep/2024:19:17:55 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [30/Sep/2024:19:17:55 +0000] Full reload complete.
I [30/Sep/2024:19:17:55 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [30/Sep/2024:19:17:55 +0000] Cleaning out old files in "/var/cache/cups".
I [30/Sep/2024:19:17:55 +0000] Listening to [v1.::1]:631 on fd 4...
I [30/Sep/2024:19:17:55 +0000] Listening to 127.0.0.1:631 on fd 6...
I [30/Sep/2024:19:17:55 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [30/Sep/2024:19:17:55 +0000] Resuming new connection processing...
E [30/Sep/2024:19:17:55 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [30/Sep/2024:21:11:19 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [30/Sep/2024:21:11:19 +0000] Remote access is disabled.
I [30/Sep/2024:21:11:19 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [30/Sep/2024:21:11:19 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [30/Sep/2024:21:11:19 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [30/Sep/2024:21:11:19 +0000] Configured for up to 100 clients.
I [30/Sep/2024:21:11:19 +0000] Allowing up to 100 client connections per host.
I [30/Sep/2024:21:11:19 +0000] Full reload is required.
I [30/Sep/2024:21:11:19 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [30/Sep/2024:21:11:19 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [30/Sep/2024:21:11:19 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [30/Sep/2024:21:11:19 +0000] Full reload complete.
I [30/Sep/2024:21:11:19 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [30/Sep/2024:21:11:19 +0000] Cleaning out old files in "/var/cache/cups".
I [30/Sep/2024:21:11:19 +0000] Listening to [v1.::1]:631 on fd 4...
I [30/Sep/2024:21:11:19 +0000] Listening to 127.0.0.1:631 on fd 6...
I [30/Sep/2024:21:11:19 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [30/Sep/2024:21:11:19 +0000] Resuming new connection processing...
E [30/Sep/2024:21:11:20 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [02/Oct/2024:02:05:34 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [02/Oct/2024:02:05:34 +0000] Remote access is disabled.
I [02/Oct/2024:02:05:34 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [02/Oct/2024:02:05:34 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [02/Oct/2024:02:05:34 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [02/Oct/2024:02:05:34 +0000] Configured for up to 100 clients.
I [02/Oct/2024:02:05:34 +0000] Allowing up to 100 client connections per host.
I [02/Oct/2024:02:05:34 +0000] Full reload is required.
I [02/Oct/2024:02:05:34 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [02/Oct/2024:02:05:34 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [02/Oct/2024:02:05:34 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [02/Oct/2024:02:05:34 +0000] Full reload complete.
I [02/Oct/2024:02:05:34 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [02/Oct/2024:02:05:34 +0000] Cleaning out old files in "/var/cache/cups".
I [02/Oct/2024:02:05:34 +0000] Listening to [v1.::1]:631 on fd 4...
I [02/Oct/2024:02:05:34 +0000] Listening to 127.0.0.1:631 on fd 6...
I [02/Oct/2024:02:05:34 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [02/Oct/2024:02:05:34 +0000] Resuming new connection processing...
E [02/Oct/2024:02:05:36 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [02/Oct/2024:02:09:40 +0000] [Client 8] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/help.cgi" (pid=1853, file=11)
I [02/Oct/2024:02:09:53 +0000] [Client 9] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=1905, file=11)
I [02/Oct/2024:02:09:54 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [02/Oct/2024:02:09:54 +0000] [cups-driverd] No new or changed PPDs...
I [02/Oct/2024:02:10:44 +0000] [Client 10] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/help.cgi" (pid=2079, file=11)
I [02/Oct/2024:02:10:59 +0000] [Client 11] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2098, file=11)
I [02/Oct/2024:02:11:01 +0000] [Client 11] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2101, file=11)
I [02/Oct/2024:02:11:10 +0000] [Client 11] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2111, file=13)
I [02/Oct/2024:02:11:10 +0000] [Job ???] Request file type is application/vnd.cups-pdf-banner.
I [02/Oct/2024:02:11:10 +0000] [Job 4] Adding start banner page "none".
I [02/Oct/2024:02:11:10 +0000] [Job 4] Adding end banner page "none".
I [02/Oct/2024:02:11:10 +0000] [Job 4] File of type application/vnd.cups-pdf-banner queued by "anonymous".
I [02/Oct/2024:02:11:10 +0000] [Job 4] Queued on "HP_LaserJet_Professional_P1108" by "anonymous".
I [02/Oct/2024:02:11:10 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/bannertopdf (PID 2112)
I [02/Oct/2024:02:11:10 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 2113)
I [02/Oct/2024:02:11:10 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 2114)
I [02/Oct/2024:02:11:10 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 2115)
I [02/Oct/2024:02:11:10 +0000] [Job 4] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 2116)
I [02/Oct/2024:02:11:10 +0000] [Job 4] Hint: Try setting the LogLevel to "debug" to find out more.
I [02/Oct/2024:02:11:12 +0000] [Client 11] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2128, file=11)
I [02/Oct/2024:02:11:22 +0000] [Client 16] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2136, file=11)
I [02/Oct/2024:02:11:25 +0000] [Client 16] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=2139, file=13)
E [02/Oct/2024:02:11:30 +0000] [Job 4] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [02/Oct/2024:02:11:30 +0000] [Job 4] The following messages were recorded from 02:11:10 to 02:11:30
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[2]="CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[3]="CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[5]="CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[8]="HOME=/var/spool/cups/tmp"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[9]="PATH=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[11]="SOFTWARE=CUPS/2.4.9"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[13]="USER=root"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[17]="IPP_PORT=631"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[18]="CHARSET=utf-8"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[19]="LANG=en_US.UTF-8"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[21]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[23]="PRINTER_INFO="
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[24]="PRINTER_LOCATION="
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[26]="PRINTER_STATE_REASONS=none"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[27]="CUPS_FILETYPE=document"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[29]="AUTH_I****"
D [02/Oct/2024:02:11:30 +0000] [Job 4] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will notDEBUG: OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [02/Oct/2024:02:11:30 +0000] [Job 4] log pages in page_log.
D [02/Oct/2024:02:11:30 +0000] [Job 4] PDF template file doesn\'t have form. It\'s okay.
D [02/Oct/2024:02:11:30 +0000] [Job 4] PDF interactive form and annotation flattening done via QPDF
D [02/Oct/2024:02:11:30 +0000] [Job 4] PID 2112 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/bannertopdf) exited with no errors.
D [02/Oct/2024:02:11:30 +0000] [Job 4] pdftopdf: \"print-scaling\" IPP attribute: auto
D [02/Oct/2024:02:11:30 +0000] [Job 4] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [02/Oct/2024:02:11:30 +0000] [Job 4] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [02/Oct/2024:02:11:30 +0000] [Job 4] PID 2113 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [02/Oct/2024:02:11:30 +0000] [Job 4] Color Manager: Calibration Mode/Off
D [02/Oct/2024:02:11:30 +0000] [Job 4] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [02/Oct/2024:02:11:30 +0000] [Job 4] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [02/Oct/2024:02:11:30 +0000] [Job 4] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [02/Oct/2024:02:11:30 +0000] [Job 4] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [02/Oct/2024:02:11:30 +0000] [Job 4] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [02/Oct/2024:02:11:30 +0000] [Job 4] Failed to get device cups-HP_LaserJet_Professional_P1108
D [02/Oct/2024:02:11:30 +0000] [Job 4] Color Manager: no profiles specified in PPD
D [02/Oct/2024:02:11:30 +0000] [Job 4] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [02/Oct/2024:02:11:30 +0000] [Job 4] Color Manager: ICC Profile: None
D [02/Oct/2024:02:11:30 +0000] [Job 4] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [02/Oct/2024:02:11:30 +0000] [Job 4] Ghostscript command line: /gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/1kfj2hhbagy127v8njddsxc9a1hvs5mc-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[0]=\"PRINTER_LOCATION=\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[1]=\"CHARSET=utf-8\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[2]=\"variable=value\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[7]=\"PWD=/\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[10]=\"IPP_PORT=631\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[14]=\"LANG=en_US.UTF-8\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[18]=\"PRINTER_INFO=\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[20]=\"USER=root\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[21]=\"SHLVL=0\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[22]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[23]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[25]=\"CUPS_FILETYPE=document\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[29]=\"CONTENT_TYPE=application/vnd.cups-pdf-banner\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [02/Oct/2024:02:11:30 +0000] [Job 4] Start rendering...
D [02/Oct/2024:02:11:30 +0000] [Job 4] Set job-printer-state-message to "Start rendering...", current level=INFO
D [02/Oct/2024:02:11:30 +0000] [Job 4] Processing page 1...
D [02/Oct/2024:02:11:30 +0000] [Job 4] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [02/Oct/2024:02:11:30 +0000] [Job 4] STATE: +hplip.plugin-error
D [02/Oct/2024:02:11:30 +0000] [Job 4] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [02/Oct/2024:02:11:30 +0000] [Job 4] malloc_consolidate(): unaligned fastbin chunk detected
D [02/Oct/2024:02:11:30 +0000] [Job 4] STATE: +connecting-to-device
D [02/Oct/2024:02:11:30 +0000] [Job 4] PID 2115 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [02/Oct/2024:02:11:30 +0000] [Job 4] STATE: -connecting-to-device
D [02/Oct/2024:02:11:30 +0000] [Job 4] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [02/Oct/2024:02:11:30 +0000] [Job 4] Processing page 2...
D [02/Oct/2024:02:11:30 +0000] [Job 4] Rendering completed
D [02/Oct/2024:02:11:30 +0000] [Job 4] PID 2114 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [02/Oct/2024:02:11:30 +0000] [Job 4] prnt/backend/hp.c 376: read new pjl status: 10023
D [02/Oct/2024:02:11:30 +0000] [Job 4] prnt/backend/hp.c 376: read new pjl status: 10001
D [02/Oct/2024:02:11:30 +0000] [Job 4] ready to print
D [02/Oct/2024:02:11:30 +0000] [Job 4] PID 2116 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [02/Oct/2024:02:11:30 +0000] [Job 4] End of messages
D [02/Oct/2024:02:11:30 +0000] [Job 4] printer-state=3(idle)
D [02/Oct/2024:02:11:30 +0000] [Job 4] printer-state-message="ready to print"
D [02/Oct/2024:02:11:30 +0000] [Job 4] printer-state-reasons=none
I [02/Oct/2024:02:11:40 +0000] Saving printers.conf...
I [02/Oct/2024:02:11:40 +0000] Saving job.cache...
I [02/Oct/2024:02:11:40 +0000] [Client 20] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2153, file=13)
I [02/Oct/2024:02:12:42 +0000] [Job ???] Request file type is application/pdf.
I [02/Oct/2024:02:12:42 +0000] [Job 5] Adding start banner page "none".
I [02/Oct/2024:02:12:42 +0000] [Job 5] Adding end banner page "none".
I [02/Oct/2024:02:12:42 +0000] [Job 5] File of type application/pdf queued by "divya".
I [02/Oct/2024:02:12:42 +0000] [Job 5] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [02/Oct/2024:02:12:42 +0000] [Job 5] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 2288)
I [02/Oct/2024:02:12:42 +0000] [Job 5] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 2289)
I [02/Oct/2024:02:12:42 +0000] [Job 5] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 2290)
I [02/Oct/2024:02:12:42 +0000] [Job 5] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 2291)
I [02/Oct/2024:02:12:43 +0000] [Job 5] Hint: Try setting the LogLevel to "debug" to find out more.
E [02/Oct/2024:02:13:03 +0000] [Job 5] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [02/Oct/2024:02:13:03 +0000] [Job 5] The following messages were recorded from 02:12:42 to 02:13:03
D [02/Oct/2024:02:13:03 +0000] [Job 5] argv[6]="/var/spool/cups/d00005-001"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[0]="variable=value"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[2]="CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[3]="CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[5]="CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[8]="HOME=/var/spool/cups/tmp"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[9]="PATH=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[11]="SOFTWARE=CUPS/2.4.9"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[13]="USER=root"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[17]="IPP_PORT=631"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[18]="CHARSET=utf-8"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[19]="LANG=en_US.UTF-8"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[21]="CONTENT_TYPE=application/pdf"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[23]="PRINTER_INFO="
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[24]="PRINTER_LOCATION="
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[26]="PRINTER_STATE_REASONS=none"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[27]="CUPS_FILETYPE=document"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[29]="AUTH_I****"
D [02/Oct/2024:02:13:03 +0000] [Job 5] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [02/Oct/2024:02:13:03 +0000] [Job 5] PDF interactive form and annotation flattening done via QPDF
D [02/Oct/2024:02:13:03 +0000] [Job 5] pdftopdf: \"print-scaling\" IPP attribute: auto
D [02/Oct/2024:02:13:03 +0000] [Job 5] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [02/Oct/2024:02:13:03 +0000] [Job 5] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [02/Oct/2024:02:13:03 +0000] [Job 5] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [02/Oct/2024:02:13:03 +0000] [Job 5] Color Manager: Calibration Mode/Off
D [02/Oct/2024:02:13:03 +0000] [Job 5] PID 2288 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [02/Oct/2024:02:13:03 +0000] [Job 5] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [02/Oct/2024:02:13:03 +0000] [Job 5] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [02/Oct/2024:02:13:03 +0000] [Job 5] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [02/Oct/2024:02:13:03 +0000] [Job 5] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [02/Oct/2024:02:13:03 +0000] [Job 5] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [02/Oct/2024:02:13:03 +0000] [Job 5] Failed to get device cups-HP_LaserJet_Professional_P1108
D [02/Oct/2024:02:13:03 +0000] [Job 5] Color Manager: no profiles specified in PPD
D [02/Oct/2024:02:13:03 +0000] [Job 5] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [02/Oct/2024:02:13:03 +0000] [Job 5] Color Manager: ICC Profile: None
D [02/Oct/2024:02:13:03 +0000] [Job 5] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [02/Oct/2024:02:13:03 +0000] [Job 5] Ghostscript command line: /gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/1kfj2hhbagy127v8njddsxc9a1hvs5mc-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[0]=\"PRINTER_LOCATION=\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[1]=\"CHARSET=utf-8\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[2]=\"variable=value\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[7]=\"PWD=/\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[10]=\"IPP_PORT=631\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[14]=\"LANG=en_US.UTF-8\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[18]=\"PRINTER_INFO=\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[20]=\"USER=root\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[21]=\"SHLVL=0\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[22]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[23]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[25]=\"CUPS_FILETYPE=document\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[29]=\"CONTENT_TYPE=application/pdf\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [02/Oct/2024:02:13:03 +0000] [Job 5] Start rendering...
D [02/Oct/2024:02:13:03 +0000] [Job 5] Set job-printer-state-message to "Start rendering...", current level=INFO
D [02/Oct/2024:02:13:03 +0000] [Job 5] Processing page 1...
D [02/Oct/2024:02:13:03 +0000] [Job 5] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [02/Oct/2024:02:13:03 +0000] [Job 5] STATE: +connecting-to-device
D [02/Oct/2024:02:13:03 +0000] [Job 5] STATE: +hplip.plugin-error
D [02/Oct/2024:02:13:03 +0000] [Job 5] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [02/Oct/2024:02:13:03 +0000] [Job 5] malloc_consolidate(): unaligned fastbin chunk detected
D [02/Oct/2024:02:13:03 +0000] [Job 5] PID 2290 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [02/Oct/2024:02:13:03 +0000] [Job 5] STATE: -connecting-to-device
D [02/Oct/2024:02:13:03 +0000] [Job 5] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [02/Oct/2024:02:13:03 +0000] [Job 5] prnt/backend/hp.c 376: read new pjl status: 10023
D [02/Oct/2024:02:13:03 +0000] [Job 5] Processing page 2...
D [02/Oct/2024:02:13:03 +0000] [Job 5] Rendering completed
D [02/Oct/2024:02:13:03 +0000] [Job 5] PID 2289 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [02/Oct/2024:02:13:03 +0000] [Job 5] prnt/backend/hp.c 376: read new pjl status: 10001
D [02/Oct/2024:02:13:03 +0000] [Job 5] ready to print
D [02/Oct/2024:02:13:03 +0000] [Job 5] PID 2291 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [02/Oct/2024:02:13:03 +0000] [Job 5] End of messages
D [02/Oct/2024:02:13:03 +0000] [Job 5] printer-state=3(idle)
D [02/Oct/2024:02:13:03 +0000] [Job 5] printer-state-message="ready to print"
D [02/Oct/2024:02:13:03 +0000] [Job 5] printer-state-reasons=none
I [02/Oct/2024:02:13:13 +0000] Saving printers.conf...
I [02/Oct/2024:02:13:13 +0000] Saving job.cache...
I [02/Oct/2024:02:14:19 +0000] [Client 98] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=2384, file=14)
I [02/Oct/2024:02:14:28 +0000] [Client 100] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=2389, file=14)
I [02/Oct/2024:02:14:28 +0000] [Job 4] Job restarted by user.
I [02/Oct/2024:02:14:28 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/bannertopdf (PID 2390)
I [02/Oct/2024:02:14:28 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 2391)
I [02/Oct/2024:02:14:28 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 2392)
I [02/Oct/2024:02:14:28 +0000] [Job 4] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 2393)
I [02/Oct/2024:02:14:28 +0000] [Job 4] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 2394)
I [02/Oct/2024:02:14:28 +0000] [Job 4] Restarted by "divya".
I [02/Oct/2024:02:14:28 +0000] [Job 4] Hint: Try setting the LogLevel to "debug" to find out more.
I [02/Oct/2024:02:14:34 +0000] [Client 100] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2410, file=13)
I [02/Oct/2024:02:14:41 +0000] [Client 100] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2419, file=14)
I [02/Oct/2024:02:14:41 +0000] [Client 103] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/daemon/cups-deviced" (pid=2420, file=16)
E [02/Oct/2024:02:14:41 +0000] [CGI] cups-brf must be called as root
E [02/Oct/2024:02:14:41 +0000] [cups-deviced] PID 2433 (cups-brf) stopped with status 1!
E [02/Oct/2024:02:14:41 +0000] [cups-deviced] PID 2435 (driverless-fax) stopped with status 127!
E [02/Oct/2024:02:14:48 +0000] [Job 4] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [02/Oct/2024:02:14:48 +0000] [Job 4] The following messages were recorded from 02:14:28 to 02:14:48
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[2]="CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[3]="CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[5]="CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[8]="HOME=/var/spool/cups/tmp"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[9]="PATH=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[11]="SOFTWARE=CUPS/2.4.9"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[13]="USER=root"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[14]="CUPS_MAX_MESSAGE=2047"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[17]="IPP_PORT=631"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[18]="CHARSET=utf-8"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[19]="LANG=en_US.UTF-8"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[21]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[23]="PRINTER_INFO="
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[24]="PRINTER_LOCATION="
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[26]="PRINTER_STATE_REASONS=none"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[27]="CUPS_FILETYPE=document"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[29]="AUTH_I****"
D [02/Oct/2024:02:14:48 +0000] [Job 4] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will notDEBUG: PDF template file doesn\'t have form. It\'s okay.
D [02/Oct/2024:02:14:48 +0000] [Job 4] log pages in page_log.
D [02/Oct/2024:02:14:48 +0000] [Job 4] PDF interactive form and annotation flattening done via QPDF
D [02/Oct/2024:02:14:48 +0000] [Job 4] PID 2390 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/bannertopdf) exited with no errors.
D [02/Oct/2024:02:14:48 +0000] [Job 4] pdftopdf: \"print-scaling\" IPP attribute: auto
D [02/Oct/2024:02:14:48 +0000] [Job 4] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [02/Oct/2024:02:14:48 +0000] [Job 4] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [02/Oct/2024:02:14:48 +0000] [Job 4] PID 2391 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [02/Oct/2024:02:14:48 +0000] [Job 4] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [02/Oct/2024:02:14:48 +0000] [Job 4] Color Manager: Calibration Mode/Off
D [02/Oct/2024:02:14:48 +0000] [Job 4] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [02/Oct/2024:02:14:48 +0000] [Job 4] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [02/Oct/2024:02:14:48 +0000] [Job 4] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [02/Oct/2024:02:14:48 +0000] [Job 4] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [02/Oct/2024:02:14:48 +0000] [Job 4] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [02/Oct/2024:02:14:48 +0000] [Job 4] Failed to get device cups-HP_LaserJet_Professional_P1108
D [02/Oct/2024:02:14:48 +0000] [Job 4] Color Manager: no profiles specified in PPD
D [02/Oct/2024:02:14:48 +0000] [Job 4] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [02/Oct/2024:02:14:48 +0000] [Job 4] Color Manager: ICC Profile: None
D [02/Oct/2024:02:14:48 +0000] [Job 4] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [02/Oct/2024:02:14:48 +0000] [Job 4] Ghostscript command line: /gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/1kfj2hhbagy127v8njddsxc9a1hvs5mc-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[0]=\"PRINTER_LOCATION=\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[1]=\"CHARSET=utf-8\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[2]=\"variable=value\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[7]=\"PWD=/\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[8]=\"CUPS_DATADIR=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[10]=\"IPP_PORT=631\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[14]=\"LANG=en_US.UTF-8\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[18]=\"PRINTER_INFO=\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[20]=\"USER=root\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[21]=\"SHLVL=0\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[22]=\"CUPS_DOCROOT=/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/share/doc/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[23]=\"CUPS_SERVERBIN=/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[25]=\"CUPS_FILETYPE=document\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/7shc5mxhz7qgfkw2jlx74dh8pfrwkahf-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/bin:/gnu/store/px0ric78r673y5rld9kqhs030vjvsk62-cups-2.4.9/sbin:/bin:/usr/bin\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[29]=\"CONTENT_TYPE=application/vnd.cups-pdf-banner\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [02/Oct/2024:02:14:48 +0000] [Job 4] Start rendering...
D [02/Oct/2024:02:14:48 +0000] [Job 4] Set job-printer-state-message to "Start rendering...", current level=INFO
D [02/Oct/2024:02:14:48 +0000] [Job 4] Processing page 1...
D [02/Oct/2024:02:14:48 +0000] [Job 4] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [02/Oct/2024:02:14:48 +0000] [Job 4] STATE: +connecting-to-device
D [02/Oct/2024:02:14:48 +0000] [Job 4] STATE: +hplip.plugin-error
D [02/Oct/2024:02:14:48 +0000] [Job 4] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [02/Oct/2024:02:14:48 +0000] [Job 4] malloc_consolidate(): unaligned fastbin chunk detected
D [02/Oct/2024:02:14:48 +0000] [Job 4] PID 2393 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [02/Oct/2024:02:14:48 +0000] [Job 4] STATE: -connecting-to-device
D [02/Oct/2024:02:14:48 +0000] [Job 4] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [02/Oct/2024:02:14:48 +0000] [Job 4] Processing page 2...
D [02/Oct/2024:02:14:48 +0000] [Job 4] Rendering completed
D [02/Oct/2024:02:14:48 +0000] [Job 4] PID 2392 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [02/Oct/2024:02:14:48 +0000] [Job 4] prnt/backend/hp.c 376: read new pjl status: 10023
D [02/Oct/2024:02:14:48 +0000] [Job 4] prnt/backend/hp.c 376: read new pjl status: 10001
D [02/Oct/2024:02:14:48 +0000] [Job 4] ready to print
D [02/Oct/2024:02:14:48 +0000] [Job 4] PID 2394 (/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [02/Oct/2024:02:14:48 +0000] [Job 4] End of messages
D [02/Oct/2024:02:14:48 +0000] [Job 4] printer-state=3(idle)
D [02/Oct/2024:02:14:48 +0000] [Job 4] printer-state-message="ready to print"
D [02/Oct/2024:02:14:48 +0000] [Job 4] printer-state-reasons=none
I [02/Oct/2024:02:14:58 +0000] Saving printers.conf...
I [02/Oct/2024:02:14:58 +0000] Saving job.cache...
I [02/Oct/2024:02:14:58 +0000] [Client 104] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2450, file=14)
I [02/Oct/2024:02:15:06 +0000] [Client 104] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2461, file=14)
I [02/Oct/2024:02:15:09 +0000] [Client 104] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2463, file=14)
I [02/Oct/2024:02:15:09 +0000] [Client 107] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=2464, file=15)
I [02/Oct/2024:02:15:09 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [02/Oct/2024:02:15:09 +0000] [cups-driverd] No new or changed PPDs...
I [02/Oct/2024:02:15:21 +0000] [Client 108] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2473, file=14)
I [02/Oct/2024:02:15:21 +0000] [Client 110] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2474, file=14)
I [02/Oct/2024:02:15:21 +0000] Setting HP_LaserJet_Professional_P1108 device-uri to "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a" (was "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a".)
I [02/Oct/2024:02:15:21 +0000] Setting HP_LaserJet_Professional_P1108 printer-is-shared to 0 (was 1.)
I [02/Oct/2024:02:15:21 +0000] Setting HP_LaserJet_Professional_P1108 printer-state to 3 (was 3.)
I [02/Oct/2024:02:15:21 +0000] Printer "HP_LaserJet_Professional_P1108" modified by "divya".
I [02/Oct/2024:02:15:23 +0000] [Client 110] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2478, file=13)
I [02/Oct/2024:02:15:27 +0000] [Client 110] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2486, file=14)
I [02/Oct/2024:02:15:27 +0000] Default destination set to "HP_LaserJet_Professional_P1108" by "divya".
I [02/Oct/2024:02:15:32 +0000] [Client 120] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2502, file=14)
I [02/Oct/2024:02:15:41 +0000] [Client 120] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2520, file=14)
I [02/Oct/2024:02:15:41 +0000] Printer "HP_LaserJet_Professional_P1108" modified by "divya".
I [02/Oct/2024:02:15:43 +0000] [Client 120] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2521, file=13)
I [02/Oct/2024:02:15:50 +0000] [Client 120] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2532, file=14)
I [02/Oct/2024:02:15:50 +0000] [Job 1] Job canceled by user.
I [02/Oct/2024:02:15:50 +0000] [Job 2] Job canceled by user.
I [02/Oct/2024:02:15:50 +0000] [Job 3] Job canceled by user.
I [02/Oct/2024:02:15:50 +0000] [Job 4] Job canceled by user.
I [02/Oct/2024:02:15:50 +0000] [Job 5] Job canceled by user.
I [02/Oct/2024:02:15:50 +0000] All jobs on "HP_LaserJet_Professional_P1108" were canceled by "divya".
I [02/Oct/2024:02:15:51 +0000] Saving printers.conf...
I [02/Oct/2024:02:15:51 +0000] Saving classes.conf...
I [02/Oct/2024:02:15:51 +0000] Generating printcap /etc/printcap...
I [02/Oct/2024:02:15:51 +0000] Saving job.cache...
I [02/Oct/2024:02:15:52 +0000] [Client 120] Started "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2533, file=13)
I [02/Oct/2024:17:29:14 +0000] Scheduler shutting down normally.
I [02/Oct/2024:17:29:14 +0000] Saving job.cache...
E [03/Oct/2024:00:02:21 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [03/Oct/2024:00:02:21 +0000] Remote access is disabled.
I [03/Oct/2024:00:02:21 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [03/Oct/2024:00:02:21 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [03/Oct/2024:00:02:21 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [03/Oct/2024:00:02:21 +0000] Configured for up to 100 clients.
I [03/Oct/2024:00:02:21 +0000] Allowing up to 100 client connections per host.
I [03/Oct/2024:00:02:21 +0000] Full reload is required.
I [03/Oct/2024:00:02:21 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [03/Oct/2024:00:02:21 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [03/Oct/2024:00:02:21 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [03/Oct/2024:00:02:21 +0000] Full reload complete.
I [03/Oct/2024:00:02:21 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [03/Oct/2024:00:02:21 +0000] Cleaning out old files in "/var/cache/cups".
I [03/Oct/2024:00:02:21 +0000] Listening to [v1.::1]:631 on fd 4...
I [03/Oct/2024:00:02:21 +0000] Listening to 127.0.0.1:631 on fd 6...
I [03/Oct/2024:00:02:21 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [03/Oct/2024:00:02:21 +0000] Resuming new connection processing...
E [03/Oct/2024:00:02:23 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [04/Oct/2024:10:09:50 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [04/Oct/2024:10:09:50 +0000] Remote access is disabled.
I [04/Oct/2024:10:09:50 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [04/Oct/2024:10:09:50 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [04/Oct/2024:10:09:50 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [04/Oct/2024:10:09:50 +0000] Configured for up to 100 clients.
I [04/Oct/2024:10:09:50 +0000] Allowing up to 100 client connections per host.
I [04/Oct/2024:10:09:50 +0000] Full reload is required.
I [04/Oct/2024:10:09:50 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [04/Oct/2024:10:09:50 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [04/Oct/2024:10:09:50 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [04/Oct/2024:10:09:50 +0000] Full reload complete.
I [04/Oct/2024:10:09:50 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [04/Oct/2024:10:09:50 +0000] Cleaning out old files in "/var/cache/cups".
I [04/Oct/2024:10:09:50 +0000] Listening to [v1.::1]:631 on fd 4...
I [04/Oct/2024:10:09:50 +0000] Listening to 127.0.0.1:631 on fd 6...
I [04/Oct/2024:10:09:50 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [04/Oct/2024:10:09:50 +0000] Resuming new connection processing...
E [04/Oct/2024:21:58:50 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [04/Oct/2024:21:58:50 +0000] Remote access is disabled.
I [04/Oct/2024:21:58:50 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [04/Oct/2024:21:58:50 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [04/Oct/2024:21:58:50 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [04/Oct/2024:21:58:50 +0000] Configured for up to 100 clients.
I [04/Oct/2024:21:58:50 +0000] Allowing up to 100 client connections per host.
I [04/Oct/2024:21:58:50 +0000] Full reload is required.
I [04/Oct/2024:21:58:50 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [04/Oct/2024:21:58:50 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [04/Oct/2024:21:58:50 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [04/Oct/2024:21:58:50 +0000] Full reload complete.
I [04/Oct/2024:21:58:50 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [04/Oct/2024:21:58:50 +0000] Cleaning out old files in "/var/cache/cups".
I [04/Oct/2024:21:58:50 +0000] Listening to [v1.::1]:631 on fd 4...
I [04/Oct/2024:21:58:50 +0000] Listening to 127.0.0.1:631 on fd 6...
I [04/Oct/2024:21:58:50 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [04/Oct/2024:21:58:50 +0000] Resuming new connection processing...
E [04/Oct/2024:21:58:50 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [05/Oct/2024:07:46:15 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [05/Oct/2024:07:46:15 +0000] Remote access is disabled.
I [05/Oct/2024:07:46:15 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [05/Oct/2024:07:46:15 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [05/Oct/2024:07:46:15 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [05/Oct/2024:07:46:15 +0000] Configured for up to 100 clients.
I [05/Oct/2024:07:46:15 +0000] Allowing up to 100 client connections per host.
I [05/Oct/2024:07:46:15 +0000] Full reload is required.
I [05/Oct/2024:07:46:15 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [05/Oct/2024:07:46:15 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [05/Oct/2024:07:46:15 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [05/Oct/2024:07:46:15 +0000] Full reload complete.
I [05/Oct/2024:07:46:15 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [05/Oct/2024:07:46:15 +0000] Cleaning out old files in "/var/cache/cups".
I [05/Oct/2024:07:46:15 +0000] Listening to [v1.::1]:631 on fd 4...
I [05/Oct/2024:07:46:15 +0000] Listening to 127.0.0.1:631 on fd 6...
I [05/Oct/2024:07:46:15 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [05/Oct/2024:07:46:15 +0000] Resuming new connection processing...
E [05/Oct/2024:22:05:32 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [05/Oct/2024:22:05:32 +0000] Remote access is disabled.
I [05/Oct/2024:22:05:32 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [05/Oct/2024:22:05:32 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [05/Oct/2024:22:05:32 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [05/Oct/2024:22:05:32 +0000] Configured for up to 100 clients.
I [05/Oct/2024:22:05:32 +0000] Allowing up to 100 client connections per host.
I [05/Oct/2024:22:05:32 +0000] Full reload is required.
I [05/Oct/2024:22:05:32 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [05/Oct/2024:22:05:32 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [05/Oct/2024:22:05:32 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [05/Oct/2024:22:05:32 +0000] Full reload complete.
I [05/Oct/2024:22:05:32 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [05/Oct/2024:22:05:32 +0000] Cleaning out old files in "/var/cache/cups".
I [05/Oct/2024:22:05:32 +0000] Listening to [v1.::1]:631 on fd 4...
I [05/Oct/2024:22:05:32 +0000] Listening to 127.0.0.1:631 on fd 6...
I [05/Oct/2024:22:05:32 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [05/Oct/2024:22:05:32 +0000] Resuming new connection processing...
E [05/Oct/2024:22:05:33 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [06/Oct/2024:12:01:19 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [06/Oct/2024:12:01:19 +0000] Remote access is disabled.
I [06/Oct/2024:12:01:19 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [06/Oct/2024:12:01:19 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [06/Oct/2024:12:01:19 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [06/Oct/2024:12:01:19 +0000] Configured for up to 100 clients.
I [06/Oct/2024:12:01:19 +0000] Allowing up to 100 client connections per host.
I [06/Oct/2024:12:01:19 +0000] Full reload is required.
I [06/Oct/2024:12:01:19 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [06/Oct/2024:12:01:19 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [06/Oct/2024:12:01:19 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [06/Oct/2024:12:01:19 +0000] Full reload complete.
I [06/Oct/2024:12:01:19 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [06/Oct/2024:12:01:19 +0000] Cleaning out old files in "/var/cache/cups".
I [06/Oct/2024:12:01:19 +0000] Listening to [v1.::1]:631 on fd 4...
I [06/Oct/2024:12:01:19 +0000] Listening to 127.0.0.1:631 on fd 6...
I [06/Oct/2024:12:01:19 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [06/Oct/2024:12:01:19 +0000] Resuming new connection processing...
E [06/Oct/2024:12:01:21 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [07/Oct/2024:04:12:12 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [07/Oct/2024:04:12:12 +0000] Remote access is disabled.
I [07/Oct/2024:04:12:12 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [07/Oct/2024:04:12:12 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [07/Oct/2024:04:12:12 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [07/Oct/2024:04:12:12 +0000] Configured for up to 100 clients.
I [07/Oct/2024:04:12:12 +0000] Allowing up to 100 client connections per host.
I [07/Oct/2024:04:12:12 +0000] Full reload is required.
I [07/Oct/2024:04:12:12 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [07/Oct/2024:04:12:12 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [07/Oct/2024:04:12:12 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [07/Oct/2024:04:12:12 +0000] Full reload complete.
I [07/Oct/2024:04:12:12 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [07/Oct/2024:04:12:12 +0000] Cleaning out old files in "/var/cache/cups".
I [07/Oct/2024:04:12:12 +0000] Listening to [v1.::1]:631 on fd 4...
I [07/Oct/2024:04:12:12 +0000] Listening to 127.0.0.1:631 on fd 6...
I [07/Oct/2024:04:12:12 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [07/Oct/2024:04:12:12 +0000] Resuming new connection processing...
E [07/Oct/2024:04:12:13 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [07/Oct/2024:04:38:05 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [07/Oct/2024:04:38:05 +0000] Remote access is disabled.
I [07/Oct/2024:04:38:05 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [07/Oct/2024:04:38:05 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [07/Oct/2024:04:38:05 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [07/Oct/2024:04:38:05 +0000] Configured for up to 100 clients.
I [07/Oct/2024:04:38:05 +0000] Allowing up to 100 client connections per host.
I [07/Oct/2024:04:38:05 +0000] Full reload is required.
I [07/Oct/2024:04:38:05 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [07/Oct/2024:04:38:05 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [07/Oct/2024:04:38:05 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [07/Oct/2024:04:38:05 +0000] Full reload complete.
I [07/Oct/2024:04:38:05 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [07/Oct/2024:04:38:05 +0000] Cleaning out old files in "/var/cache/cups".
I [07/Oct/2024:04:38:05 +0000] Listening to [v1.::1]:631 on fd 4...
I [07/Oct/2024:04:38:05 +0000] Listening to 127.0.0.1:631 on fd 6...
I [07/Oct/2024:04:38:05 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [07/Oct/2024:04:38:05 +0000] Resuming new connection processing...
I [07/Oct/2024:18:04:16 +0000] Scheduler shutting down normally.
I [07/Oct/2024:18:04:16 +0000] Saving job.cache...
E [08/Oct/2024:01:16:34 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [08/Oct/2024:01:16:34 +0000] Remote access is disabled.
I [08/Oct/2024:01:16:34 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [08/Oct/2024:01:16:34 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [08/Oct/2024:01:16:34 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [08/Oct/2024:01:16:34 +0000] Configured for up to 100 clients.
I [08/Oct/2024:01:16:34 +0000] Allowing up to 100 client connections per host.
I [08/Oct/2024:01:16:34 +0000] Full reload is required.
I [08/Oct/2024:01:16:34 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [08/Oct/2024:01:16:34 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [08/Oct/2024:01:16:34 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [08/Oct/2024:01:16:34 +0000] Full reload complete.
I [08/Oct/2024:01:16:34 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [08/Oct/2024:01:16:34 +0000] Cleaning out old files in "/var/cache/cups".
I [08/Oct/2024:01:16:34 +0000] Listening to [v1.::1]:631 on fd 4...
I [08/Oct/2024:01:16:34 +0000] Listening to 127.0.0.1:631 on fd 6...
I [08/Oct/2024:01:16:34 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [08/Oct/2024:01:16:34 +0000] Resuming new connection processing...
I [08/Oct/2024:15:36:39 +0000] [Job 6] Adding start banner page "none".
I [08/Oct/2024:15:36:39 +0000] [Job 6] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [08/Oct/2024:15:36:39 +0000] [Job 6] File of type text/plain queued by "divya".
I [08/Oct/2024:15:36:39 +0000] [Job 6] Adding end banner page "none".
I [08/Oct/2024:15:36:39 +0000] [Job 6] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/texttopdf (PID 30824)
I [08/Oct/2024:15:36:39 +0000] [Job 6] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/pdftopdf (PID 30825)
I [08/Oct/2024:15:36:39 +0000] [Job 6] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/gstoraster (PID 30826)
I [08/Oct/2024:15:36:39 +0000] [Job 6] Started filter /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/filter/hpcups (PID 30827)
I [08/Oct/2024:15:36:39 +0000] [Job 6] Started backend /gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/lib/cups/backend/hp (PID 30828)
I [08/Oct/2024:15:36:40 +0000] [Job 6] Hint: Try setting the LogLevel to "debug" to find out more.
W [08/Oct/2024:15:36:40 +0000] [Job 6] Backend hp returned status 1 (failed)
I [08/Oct/2024:15:36:40 +0000] [Job 6] Printer stopped due to backend errors; please consult the /var/log/cups/error_log file for details.
I [08/Oct/2024:15:36:56 +0000] [Job 7] Adding start banner page "none".
I [08/Oct/2024:15:36:56 +0000] [Job 7] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [08/Oct/2024:15:36:56 +0000] [Job 7] File of type text/plain queued by "divya".
I [08/Oct/2024:15:36:56 +0000] [Job 7] Adding end banner page "none".
I [08/Oct/2024:15:37:10 +0000] Saving printers.conf...
I [08/Oct/2024:15:37:10 +0000] Saving job.cache...
I [08/Oct/2024:18:23:48 +0000] Scheduler shutting down normally.
I [08/Oct/2024:18:23:48 +0000] Saving job.cache...
E [09/Oct/2024:02:20:20 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [09/Oct/2024:02:20:20 +0000] Remote access is disabled.
I [09/Oct/2024:02:20:20 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [09/Oct/2024:02:20:20 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [09/Oct/2024:02:20:20 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [09/Oct/2024:02:20:20 +0000] Configured for up to 100 clients.
I [09/Oct/2024:02:20:20 +0000] Allowing up to 100 client connections per host.
I [09/Oct/2024:02:20:20 +0000] Full reload is required.
I [09/Oct/2024:02:20:20 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [09/Oct/2024:02:20:20 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [09/Oct/2024:02:20:20 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [09/Oct/2024:02:20:20 +0000] Full reload complete.
I [09/Oct/2024:02:20:20 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [09/Oct/2024:02:20:20 +0000] Cleaning out old files in "/var/spool/cups/tmp/.cache".
I [09/Oct/2024:02:20:20 +0000] Cleaning out old files in "/var/spool/cups/tmp/.cache/fontconfig".
I [09/Oct/2024:02:20:20 +0000] Cleaning out old files in "/var/cache/cups".
I [09/Oct/2024:02:20:20 +0000] Listening to [v1.::1]:631 on fd 4...
I [09/Oct/2024:02:20:20 +0000] Listening to 127.0.0.1:631 on fd 6...
I [09/Oct/2024:02:20:20 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [09/Oct/2024:02:20:20 +0000] Resuming new connection processing...
E [09/Oct/2024:02:20:22 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [10/Oct/2024:09:25:08 +0000] Scheduler shutting down normally.
I [10/Oct/2024:09:25:08 +0000] Saving job.cache...
E [10/Oct/2024:13:11:34 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [10/Oct/2024:13:11:34 +0000] Remote access is disabled.
I [10/Oct/2024:13:11:34 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [10/Oct/2024:13:11:34 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [10/Oct/2024:13:11:34 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [10/Oct/2024:13:11:34 +0000] Configured for up to 100 clients.
I [10/Oct/2024:13:11:34 +0000] Allowing up to 100 client connections per host.
I [10/Oct/2024:13:11:34 +0000] Full reload is required.
I [10/Oct/2024:13:11:34 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [10/Oct/2024:13:11:34 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [10/Oct/2024:13:11:34 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [10/Oct/2024:13:11:34 +0000] Full reload complete.
I [10/Oct/2024:13:11:34 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [10/Oct/2024:13:11:34 +0000] Cleaning out old files in "/var/cache/cups".
I [10/Oct/2024:13:11:34 +0000] Listening to [v1.::1]:631 on fd 4...
I [10/Oct/2024:13:11:34 +0000] Listening to 127.0.0.1:631 on fd 6...
I [10/Oct/2024:13:11:34 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [10/Oct/2024:13:11:34 +0000] Resuming new connection processing...
E [10/Oct/2024:13:11:36 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [11/Oct/2024:12:51:02 +0000] Scheduler shutting down normally.
I [11/Oct/2024:12:51:02 +0000] Saving job.cache...
E [11/Oct/2024:20:42:54 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [11/Oct/2024:20:42:54 +0000] Remote access is disabled.
I [11/Oct/2024:20:42:54 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [11/Oct/2024:20:42:54 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [11/Oct/2024:20:42:54 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [11/Oct/2024:20:42:54 +0000] Configured for up to 100 clients.
I [11/Oct/2024:20:42:54 +0000] Allowing up to 100 client connections per host.
I [11/Oct/2024:20:42:54 +0000] Full reload is required.
I [11/Oct/2024:20:42:54 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [11/Oct/2024:20:42:54 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [11/Oct/2024:20:42:54 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [11/Oct/2024:20:42:54 +0000] Full reload complete.
I [11/Oct/2024:20:42:54 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [11/Oct/2024:20:42:54 +0000] Cleaning out old files in "/var/cache/cups".
I [11/Oct/2024:20:42:54 +0000] Listening to [v1.::1]:631 on fd 4...
I [11/Oct/2024:20:42:54 +0000] Listening to 127.0.0.1:631 on fd 6...
I [11/Oct/2024:20:42:54 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [11/Oct/2024:20:42:54 +0000] Resuming new connection processing...
E [11/Oct/2024:20:42:57 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [12/Oct/2024:08:30:27 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [12/Oct/2024:08:30:27 +0000] Remote access is disabled.
I [12/Oct/2024:08:30:27 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [12/Oct/2024:08:30:27 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [12/Oct/2024:08:30:27 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [12/Oct/2024:08:30:27 +0000] Configured for up to 100 clients.
I [12/Oct/2024:08:30:27 +0000] Allowing up to 100 client connections per host.
I [12/Oct/2024:08:30:27 +0000] Full reload is required.
I [12/Oct/2024:08:30:27 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [12/Oct/2024:08:30:27 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [12/Oct/2024:08:30:27 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [12/Oct/2024:08:30:27 +0000] Full reload complete.
I [12/Oct/2024:08:30:27 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [12/Oct/2024:08:30:27 +0000] Cleaning out old files in "/var/cache/cups".
I [12/Oct/2024:08:30:27 +0000] Listening to [v1.::1]:631 on fd 4...
I [12/Oct/2024:08:30:27 +0000] Listening to 127.0.0.1:631 on fd 6...
I [12/Oct/2024:08:30:27 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [12/Oct/2024:08:30:27 +0000] Resuming new connection processing...
E [12/Oct/2024:08:30:30 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [12/Oct/2024:08:51:52 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [12/Oct/2024:08:51:52 +0000] Remote access is disabled.
I [12/Oct/2024:08:51:52 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [12/Oct/2024:08:51:52 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [12/Oct/2024:08:51:52 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [12/Oct/2024:08:51:52 +0000] Configured for up to 100 clients.
I [12/Oct/2024:08:51:52 +0000] Allowing up to 100 client connections per host.
I [12/Oct/2024:08:51:52 +0000] Full reload is required.
I [12/Oct/2024:08:51:52 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [12/Oct/2024:08:51:52 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [12/Oct/2024:08:51:52 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [12/Oct/2024:08:51:52 +0000] Full reload complete.
I [12/Oct/2024:08:51:52 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [12/Oct/2024:08:51:52 +0000] Cleaning out old files in "/var/cache/cups".
I [12/Oct/2024:08:51:52 +0000] Listening to [v1.::1]:631 on fd 4...
I [12/Oct/2024:08:51:52 +0000] Listening to 127.0.0.1:631 on fd 6...
I [12/Oct/2024:08:51:52 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [12/Oct/2024:08:51:52 +0000] Resuming new connection processing...
E [14/Oct/2024:17:59:12 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [14/Oct/2024:17:59:12 +0000] Remote access is disabled.
I [14/Oct/2024:17:59:12 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [14/Oct/2024:17:59:12 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [14/Oct/2024:17:59:12 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [14/Oct/2024:17:59:12 +0000] Configured for up to 100 clients.
I [14/Oct/2024:17:59:12 +0000] Allowing up to 100 client connections per host.
I [14/Oct/2024:17:59:12 +0000] Full reload is required.
I [14/Oct/2024:17:59:12 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [14/Oct/2024:17:59:12 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [14/Oct/2024:17:59:12 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [14/Oct/2024:17:59:12 +0000] Full reload complete.
I [14/Oct/2024:17:59:12 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [14/Oct/2024:17:59:12 +0000] Cleaning out old files in "/var/cache/cups".
I [14/Oct/2024:17:59:12 +0000] Listening to [v1.::1]:631 on fd 4...
I [14/Oct/2024:17:59:12 +0000] Listening to 127.0.0.1:631 on fd 6...
I [14/Oct/2024:17:59:12 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [14/Oct/2024:17:59:12 +0000] Resuming new connection processing...
E [14/Oct/2024:17:59:13 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [16/Oct/2024:08:00:52 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [16/Oct/2024:08:00:52 +0000] Remote access is disabled.
I [16/Oct/2024:08:00:52 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [16/Oct/2024:08:00:52 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [16/Oct/2024:08:00:52 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [16/Oct/2024:08:00:52 +0000] Configured for up to 100 clients.
I [16/Oct/2024:08:00:52 +0000] Allowing up to 100 client connections per host.
I [16/Oct/2024:08:00:52 +0000] Full reload is required.
I [16/Oct/2024:08:00:52 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [16/Oct/2024:08:00:52 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [16/Oct/2024:08:00:52 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [16/Oct/2024:08:00:52 +0000] Full reload complete.
I [16/Oct/2024:08:00:52 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [16/Oct/2024:08:00:52 +0000] Cleaning out old files in "/var/cache/cups".
I [16/Oct/2024:08:00:52 +0000] Listening to [v1.::1]:631 on fd 4...
I [16/Oct/2024:08:00:52 +0000] Listening to 127.0.0.1:631 on fd 6...
I [16/Oct/2024:08:00:52 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [16/Oct/2024:08:00:52 +0000] Resuming new connection processing...
I [16/Oct/2024:20:19:32 +0000] Scheduler shutting down normally.
I [16/Oct/2024:20:19:32 +0000] Saving job.cache...
E [17/Oct/2024:03:10:15 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [17/Oct/2024:03:10:15 +0000] Remote access is disabled.
I [17/Oct/2024:03:10:15 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [17/Oct/2024:03:10:15 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [17/Oct/2024:03:10:15 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [17/Oct/2024:03:10:15 +0000] Configured for up to 100 clients.
I [17/Oct/2024:03:10:15 +0000] Allowing up to 100 client connections per host.
I [17/Oct/2024:03:10:15 +0000] Full reload is required.
I [17/Oct/2024:03:10:15 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [17/Oct/2024:03:10:15 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [17/Oct/2024:03:10:15 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [17/Oct/2024:03:10:15 +0000] Full reload complete.
I [17/Oct/2024:03:10:15 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [17/Oct/2024:03:10:15 +0000] Cleaning out old files in "/var/cache/cups".
I [17/Oct/2024:03:10:15 +0000] Listening to [v1.::1]:631 on fd 4...
I [17/Oct/2024:03:10:15 +0000] Listening to 127.0.0.1:631 on fd 6...
I [17/Oct/2024:03:10:15 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [17/Oct/2024:03:10:15 +0000] Resuming new connection processing...
E [17/Oct/2024:03:10:18 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [17/Oct/2024:09:09:17 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [17/Oct/2024:09:09:17 +0000] Remote access is disabled.
I [17/Oct/2024:09:09:17 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [17/Oct/2024:09:09:17 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [17/Oct/2024:09:09:17 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [17/Oct/2024:09:09:17 +0000] Configured for up to 100 clients.
I [17/Oct/2024:09:09:17 +0000] Allowing up to 100 client connections per host.
I [17/Oct/2024:09:09:17 +0000] Full reload is required.
I [17/Oct/2024:09:09:17 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [17/Oct/2024:09:09:17 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [17/Oct/2024:09:09:17 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [17/Oct/2024:09:09:17 +0000] Full reload complete.
I [17/Oct/2024:09:09:17 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [17/Oct/2024:09:09:17 +0000] Cleaning out old files in "/var/cache/cups".
I [17/Oct/2024:09:09:17 +0000] Listening to [v1.::1]:631 on fd 4...
I [17/Oct/2024:09:09:17 +0000] Listening to 127.0.0.1:631 on fd 6...
I [17/Oct/2024:09:09:17 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [17/Oct/2024:09:09:17 +0000] Resuming new connection processing...
E [17/Oct/2024:09:09:18 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [18/Oct/2024:02:27:06 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [18/Oct/2024:02:27:06 +0000] Remote access is disabled.
I [18/Oct/2024:02:27:06 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [18/Oct/2024:02:27:06 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [18/Oct/2024:02:27:06 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [18/Oct/2024:02:27:06 +0000] Configured for up to 100 clients.
I [18/Oct/2024:02:27:06 +0000] Allowing up to 100 client connections per host.
I [18/Oct/2024:02:27:06 +0000] Full reload is required.
I [18/Oct/2024:02:27:06 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [18/Oct/2024:02:27:06 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [18/Oct/2024:02:27:06 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [18/Oct/2024:02:27:06 +0000] Full reload complete.
I [18/Oct/2024:02:27:06 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [18/Oct/2024:02:27:06 +0000] Cleaning out old files in "/var/cache/cups".
I [18/Oct/2024:02:27:06 +0000] Listening to [v1.::1]:631 on fd 4...
I [18/Oct/2024:02:27:06 +0000] Listening to 127.0.0.1:631 on fd 6...
I [18/Oct/2024:02:27:06 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [18/Oct/2024:02:27:06 +0000] Resuming new connection processing...
E [18/Oct/2024:02:27:07 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [19/Oct/2024:06:45:13 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [19/Oct/2024:06:45:13 +0000] Remote access is disabled.
I [19/Oct/2024:06:45:13 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [19/Oct/2024:06:45:13 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [19/Oct/2024:06:45:13 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [19/Oct/2024:06:45:13 +0000] Configured for up to 100 clients.
I [19/Oct/2024:06:45:13 +0000] Allowing up to 100 client connections per host.
I [19/Oct/2024:06:45:13 +0000] Full reload is required.
I [19/Oct/2024:06:45:13 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [19/Oct/2024:06:45:13 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [19/Oct/2024:06:45:13 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [19/Oct/2024:06:45:13 +0000] Full reload complete.
I [19/Oct/2024:06:45:13 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [19/Oct/2024:06:45:13 +0000] Cleaning out old files in "/var/cache/cups".
I [19/Oct/2024:06:45:13 +0000] Listening to [v1.::1]:631 on fd 4...
I [19/Oct/2024:06:45:13 +0000] Listening to 127.0.0.1:631 on fd 6...
I [19/Oct/2024:06:45:13 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [19/Oct/2024:06:45:13 +0000] Resuming new connection processing...
E [19/Oct/2024:06:45:14 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [19/Oct/2024:06:56:26 +0000] Scheduler shutting down normally.
I [19/Oct/2024:06:56:26 +0000] Saving job.cache...
E [19/Oct/2024:07:37:59 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [19/Oct/2024:07:37:59 +0000] Remote access is disabled.
I [19/Oct/2024:07:37:59 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [19/Oct/2024:07:37:59 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [19/Oct/2024:07:37:59 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [19/Oct/2024:07:37:59 +0000] Configured for up to 100 clients.
I [19/Oct/2024:07:37:59 +0000] Allowing up to 100 client connections per host.
I [19/Oct/2024:07:37:59 +0000] Full reload is required.
I [19/Oct/2024:07:37:59 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [19/Oct/2024:07:37:59 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [19/Oct/2024:07:37:59 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [19/Oct/2024:07:37:59 +0000] Full reload complete.
I [19/Oct/2024:07:37:59 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [19/Oct/2024:07:37:59 +0000] Cleaning out old files in "/var/cache/cups".
I [19/Oct/2024:07:37:59 +0000] Listening to [v1.::1]:631 on fd 4...
I [19/Oct/2024:07:37:59 +0000] Listening to 127.0.0.1:631 on fd 6...
I [19/Oct/2024:07:37:59 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [19/Oct/2024:07:37:59 +0000] Resuming new connection processing...
E [19/Oct/2024:07:38:01 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [19/Oct/2024:11:45:44 +0000] Scheduler shutting down normally.
I [19/Oct/2024:11:45:44 +0000] Saving job.cache...
E [19/Oct/2024:12:57:10 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [19/Oct/2024:12:57:10 +0000] Remote access is disabled.
I [19/Oct/2024:12:57:10 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [19/Oct/2024:12:57:10 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [19/Oct/2024:12:57:10 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [19/Oct/2024:12:57:10 +0000] Configured for up to 100 clients.
I [19/Oct/2024:12:57:10 +0000] Allowing up to 100 client connections per host.
I [19/Oct/2024:12:57:10 +0000] Full reload is required.
I [19/Oct/2024:12:57:10 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [19/Oct/2024:12:57:10 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [19/Oct/2024:12:57:10 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [19/Oct/2024:12:57:10 +0000] Full reload complete.
I [19/Oct/2024:12:57:10 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [19/Oct/2024:12:57:10 +0000] Cleaning out old files in "/var/cache/cups".
I [19/Oct/2024:12:57:10 +0000] Listening to [v1.::1]:631 on fd 4...
I [19/Oct/2024:12:57:10 +0000] Listening to 127.0.0.1:631 on fd 6...
I [19/Oct/2024:12:57:10 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [19/Oct/2024:12:57:10 +0000] Resuming new connection processing...
E [19/Oct/2024:12:57:12 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [20/Oct/2024:23:51:58 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [20/Oct/2024:23:51:58 +0000] Remote access is disabled.
I [20/Oct/2024:23:51:58 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [20/Oct/2024:23:51:58 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [20/Oct/2024:23:51:58 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [20/Oct/2024:23:51:58 +0000] Configured for up to 100 clients.
I [20/Oct/2024:23:51:58 +0000] Allowing up to 100 client connections per host.
I [20/Oct/2024:23:51:58 +0000] Full reload is required.
I [20/Oct/2024:23:51:58 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [20/Oct/2024:23:51:58 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [20/Oct/2024:23:51:58 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [20/Oct/2024:23:51:58 +0000] Full reload complete.
I [20/Oct/2024:23:51:58 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [20/Oct/2024:23:51:58 +0000] Cleaning out old files in "/var/cache/cups".
I [20/Oct/2024:23:51:58 +0000] Listening to [v1.::1]:631 on fd 4...
I [20/Oct/2024:23:51:58 +0000] Listening to 127.0.0.1:631 on fd 6...
I [20/Oct/2024:23:51:58 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [20/Oct/2024:23:51:58 +0000] Resuming new connection processing...
E [20/Oct/2024:23:52:01 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [21/Oct/2024:04:44:47 +0000] Scheduler shutting down normally.
I [21/Oct/2024:04:44:47 +0000] Saving job.cache...
E [21/Oct/2024:11:41:17 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [21/Oct/2024:11:41:17 +0000] Remote access is disabled.
I [21/Oct/2024:11:41:17 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [21/Oct/2024:11:41:17 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [21/Oct/2024:11:41:17 +0000] Unable to change ownership of "/gnu/store/x76qhb1r4l513s8pq13106s26jbhfqnj-cups-files.conf" - Read-only file system
I [21/Oct/2024:11:41:17 +0000] Configured for up to 100 clients.
I [21/Oct/2024:11:41:17 +0000] Allowing up to 100 client connections per host.
I [21/Oct/2024:11:41:17 +0000] Full reload is required.
I [21/Oct/2024:11:41:17 +0000] Loaded MIME database from "/gnu/store/sbikniyqhxs8axm1azwgnfyb38d3h36h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [21/Oct/2024:11:41:17 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [21/Oct/2024:11:41:17 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [21/Oct/2024:11:41:17 +0000] Full reload complete.
I [21/Oct/2024:11:41:17 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [21/Oct/2024:11:41:17 +0000] Cleaning out old files in "/var/cache/cups".
I [21/Oct/2024:11:41:17 +0000] Listening to [v1.::1]:631 on fd 4...
I [21/Oct/2024:11:41:17 +0000] Listening to 127.0.0.1:631 on fd 6...
I [21/Oct/2024:11:41:17 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [21/Oct/2024:11:41:17 +0000] Resuming new connection processing...
E [21/Oct/2024:11:41:19 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [21/Oct/2024:18:47:01 +0000] Scheduler shutting down normally.
I [21/Oct/2024:18:47:01 +0000] Saving job.cache...
E [22/Oct/2024:04:08:35 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [22/Oct/2024:04:08:35 +0000] Remote access is disabled.
I [22/Oct/2024:04:08:35 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [22/Oct/2024:04:08:35 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [22/Oct/2024:04:08:35 +0000] Unable to change ownership of "/gnu/store/xqb5ix29r0bhaic7r4krjpss2ax08sxl-cups-files.conf" - Read-only file system
I [22/Oct/2024:04:08:35 +0000] Configured for up to 100 clients.
I [22/Oct/2024:04:08:35 +0000] Allowing up to 100 client connections per host.
I [22/Oct/2024:04:08:35 +0000] Full reload is required.
I [22/Oct/2024:04:08:35 +0000] Loaded MIME database from "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [22/Oct/2024:04:08:35 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [22/Oct/2024:04:08:35 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [22/Oct/2024:04:08:35 +0000] Full reload complete.
I [22/Oct/2024:04:08:35 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [22/Oct/2024:04:08:35 +0000] Cleaning out old files in "/var/cache/cups".
I [22/Oct/2024:04:08:35 +0000] Listening to [v1.::1]:631 on fd 4...
I [22/Oct/2024:04:08:35 +0000] Listening to 127.0.0.1:631 on fd 6...
I [22/Oct/2024:04:08:35 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [22/Oct/2024:04:08:35 +0000] Resuming new connection processing...
E [22/Oct/2024:04:08:37 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [22/Oct/2024:18:24:24 +0000] Scheduler shutting down normally.
I [22/Oct/2024:18:24:24 +0000] Saving job.cache...
E [22/Oct/2024:18:25:10 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [22/Oct/2024:18:25:10 +0000] Remote access is disabled.
I [22/Oct/2024:18:25:10 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [22/Oct/2024:18:25:10 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [22/Oct/2024:18:25:10 +0000] Unable to change ownership of "/gnu/store/xqb5ix29r0bhaic7r4krjpss2ax08sxl-cups-files.conf" - Read-only file system
I [22/Oct/2024:18:25:10 +0000] Configured for up to 100 clients.
I [22/Oct/2024:18:25:10 +0000] Allowing up to 100 client connections per host.
I [22/Oct/2024:18:25:10 +0000] Full reload is required.
I [22/Oct/2024:18:25:10 +0000] Loaded MIME database from "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [22/Oct/2024:18:25:10 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [22/Oct/2024:18:25:10 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [22/Oct/2024:18:25:10 +0000] Full reload complete.
I [22/Oct/2024:18:25:10 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [22/Oct/2024:18:25:10 +0000] Cleaning out old files in "/var/cache/cups".
I [22/Oct/2024:18:25:10 +0000] Listening to [v1.::1]:631 on fd 4...
I [22/Oct/2024:18:25:10 +0000] Listening to 127.0.0.1:631 on fd 6...
I [22/Oct/2024:18:25:10 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [22/Oct/2024:18:25:10 +0000] Resuming new connection processing...
E [22/Oct/2024:18:25:12 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
E [22/Oct/2024:19:04:57 +0000] [Client 4] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [22/Oct/2024:19:05:06 +0000] Scheduler shutting down normally.
I [22/Oct/2024:19:05:06 +0000] Saving job.cache...
E [22/Oct/2024:19:05:51 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [22/Oct/2024:19:05:51 +0000] Remote access is disabled.
I [22/Oct/2024:19:05:51 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [22/Oct/2024:19:05:51 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [22/Oct/2024:19:05:51 +0000] Unable to change ownership of "/gnu/store/xqb5ix29r0bhaic7r4krjpss2ax08sxl-cups-files.conf" - Read-only file system
I [22/Oct/2024:19:05:51 +0000] Configured for up to 100 clients.
I [22/Oct/2024:19:05:51 +0000] Allowing up to 100 client connections per host.
I [22/Oct/2024:19:05:51 +0000] Full reload is required.
I [22/Oct/2024:19:05:51 +0000] Loaded MIME database from "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [22/Oct/2024:19:05:51 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [22/Oct/2024:19:05:51 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [22/Oct/2024:19:05:51 +0000] Full reload complete.
I [22/Oct/2024:19:05:51 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [22/Oct/2024:19:05:51 +0000] Cleaning out old files in "/var/cache/cups".
I [22/Oct/2024:19:05:51 +0000] Listening to [v1.::1]:631 on fd 4...
I [22/Oct/2024:19:05:51 +0000] Listening to 127.0.0.1:631 on fd 6...
I [22/Oct/2024:19:05:51 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [22/Oct/2024:19:05:51 +0000] Resuming new connection processing...
E [22/Oct/2024:19:05:53 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [22/Oct/2024:23:01:42 +0000] Scheduler shutting down normally.
I [22/Oct/2024:23:01:42 +0000] Saving job.cache...
E [23/Oct/2024:05:46:08 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [23/Oct/2024:05:46:08 +0000] Remote access is disabled.
I [23/Oct/2024:05:46:08 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [23/Oct/2024:05:46:08 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [23/Oct/2024:05:46:08 +0000] Unable to change ownership of "/gnu/store/xqb5ix29r0bhaic7r4krjpss2ax08sxl-cups-files.conf" - Read-only file system
I [23/Oct/2024:05:46:08 +0000] Configured for up to 100 clients.
I [23/Oct/2024:05:46:08 +0000] Allowing up to 100 client connections per host.
I [23/Oct/2024:05:46:08 +0000] Full reload is required.
I [23/Oct/2024:05:46:08 +0000] Loaded MIME database from "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [23/Oct/2024:05:46:08 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [23/Oct/2024:05:46:08 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Oct/2024:05:46:08 +0000] Full reload complete.
I [23/Oct/2024:05:46:08 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Oct/2024:05:46:08 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Oct/2024:05:46:08 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Oct/2024:05:46:08 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Oct/2024:05:46:08 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Oct/2024:05:46:08 +0000] Resuming new connection processing...
E [23/Oct/2024:05:46:09 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Oct/2024:05:50:13 +0000] [Job ???] Request file type is application/pdf.
I [23/Oct/2024:05:50:13 +0000] [Job 8] Adding start banner page "none".
I [23/Oct/2024:05:50:13 +0000] [Job 8] Adding end banner page "none".
I [23/Oct/2024:05:50:13 +0000] [Job 8] File of type application/pdf queued by "divya".
I [23/Oct/2024:05:50:13 +0000] [Job 8] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [23/Oct/2024:05:50:43 +0000] Scheduler shutting down normally.
I [23/Oct/2024:05:50:43 +0000] Saving job.cache...
I [23/Oct/2024:05:50:43 +0000] Saving job.cache...
E [23/Oct/2024:10:12:11 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [23/Oct/2024:10:12:11 +0000] Remote access is disabled.
I [23/Oct/2024:10:12:11 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [23/Oct/2024:10:12:11 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [23/Oct/2024:10:12:11 +0000] Unable to change ownership of "/gnu/store/xqb5ix29r0bhaic7r4krjpss2ax08sxl-cups-files.conf" - Read-only file system
I [23/Oct/2024:10:12:11 +0000] Configured for up to 100 clients.
I [23/Oct/2024:10:12:11 +0000] Allowing up to 100 client connections per host.
I [23/Oct/2024:10:12:11 +0000] Full reload is required.
I [23/Oct/2024:10:12:11 +0000] Loaded MIME database from "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [23/Oct/2024:10:12:11 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [23/Oct/2024:10:12:11 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [23/Oct/2024:10:12:11 +0000] Full reload complete.
I [23/Oct/2024:10:12:11 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [23/Oct/2024:10:12:11 +0000] Cleaning out old files in "/var/cache/cups".
I [23/Oct/2024:10:12:11 +0000] Listening to [v1.::1]:631 on fd 4...
I [23/Oct/2024:10:12:11 +0000] Listening to 127.0.0.1:631 on fd 6...
I [23/Oct/2024:10:12:11 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [23/Oct/2024:10:12:11 +0000] Resuming new connection processing...
E [23/Oct/2024:10:12:13 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [23/Oct/2024:10:29:12 +0000] [Client 10] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1946, file=11)
I [23/Oct/2024:10:29:14 +0000] [Client 10] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1948, file=11)
I [23/Oct/2024:10:29:24 +0000] [Client 10] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=1949, file=13)
I [23/Oct/2024:10:29:30 +0000] [Client 14] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=1953, file=13)
I [23/Oct/2024:10:29:30 +0000] [Job 6] Job canceled by \"divya\"
I [23/Oct/2024:10:29:30 +0000] [Job 6] Canceled by "divya".
I [23/Oct/2024:10:29:33 +0000] [Client 16] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=1959, file=13)
E [23/Oct/2024:10:29:33 +0000] [Client 17] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/6) from localhost.
I [23/Oct/2024:10:29:37 +0000] [Client 16] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=1969, file=13)
I [23/Oct/2024:10:29:37 +0000] [Job 7] Job canceled by \"divya\"
I [23/Oct/2024:10:29:37 +0000] [Job 7] Canceled by "divya".
I [23/Oct/2024:10:29:39 +0000] [Client 16] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=1974, file=13)
I [23/Oct/2024:10:29:39 +0000] [Job 8] Job canceled by \"divya\"
I [23/Oct/2024:10:29:39 +0000] [Job 8] Canceled by "divya".
I [23/Oct/2024:10:29:42 +0000] [Client 16] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1980, file=11)
I [23/Oct/2024:10:29:50 +0000] [Client 16] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1985, file=13)
I [23/Oct/2024:10:29:50 +0000] [Client 21] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/daemon/cups-deviced" (pid=1986, file=14)
E [23/Oct/2024:10:29:50 +0000] [cups-deviced] PID 2001 (driverless-fax) stopped with status 127!
E [23/Oct/2024:10:29:50 +0000] [CGI] cups-brf must be called as root
E [23/Oct/2024:10:29:50 +0000] [cups-deviced] PID 1999 (cups-brf) stopped with status 1!
I [23/Oct/2024:10:30:01 +0000] Saving job.cache...
I [23/Oct/2024:10:30:06 +0000] [Client 22] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2008, file=13)
I [23/Oct/2024:10:30:15 +0000] [Client 22] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2023, file=13)
I [23/Oct/2024:10:30:18 +0000] [Client 22] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2025, file=13)
I [23/Oct/2024:10:30:18 +0000] [Client 25] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=2026, file=14)
I [23/Oct/2024:10:30:18 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [23/Oct/2024:10:30:18 +0000] [cups-driverd] No new or changed PPDs...
I [23/Oct/2024:10:30:29 +0000] [Client 22] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2032, file=13)
I [23/Oct/2024:10:30:29 +0000] [Client 27] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2033, file=13)
I [23/Oct/2024:10:30:29 +0000] Setting HP_LaserJet_Professional_P1108 device-uri to "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a" (was "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a".)
I [23/Oct/2024:10:30:29 +0000] Setting HP_LaserJet_Professional_P1108 printer-is-shared to 0 (was 0.)
I [23/Oct/2024:10:30:29 +0000] Setting HP_LaserJet_Professional_P1108 printer-state to 3 (was 5.)
I [23/Oct/2024:10:30:29 +0000] Printer "HP_LaserJet_Professional_P1108" modified by "divya".
I [23/Oct/2024:10:30:30 +0000] [Client 27] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2034, file=11)
I [23/Oct/2024:10:30:35 +0000] [Client 27] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2047, file=13)
I [23/Oct/2024:10:30:35 +0000] Default destination set to "HP_LaserJet_Professional_P1108" by "divya".
I [23/Oct/2024:10:31:00 +0000] Saving printers.conf...
I [23/Oct/2024:10:31:00 +0000] Saving classes.conf...
I [23/Oct/2024:10:31:00 +0000] Generating printcap /etc/printcap...
I [23/Oct/2024:10:44:27 +0000] [Job 9] Adding start banner page "none".
I [23/Oct/2024:10:44:27 +0000] [Job 9] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [23/Oct/2024:10:44:49 +0000] [Job ???] Request file type is application/pdf.
I [23/Oct/2024:10:44:49 +0000] [Job 10] Adding start banner page "none".
I [23/Oct/2024:10:44:49 +0000] [Job 10] Adding end banner page "none".
I [23/Oct/2024:10:44:49 +0000] [Job 10] File of type application/pdf queued by "divya".
I [23/Oct/2024:10:44:49 +0000] [Job 10] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [23/Oct/2024:10:44:49 +0000] [Job 10] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/pdftopdf (PID 3927)
I [23/Oct/2024:10:44:49 +0000] [Job 10] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstoraster (PID 3928)
I [23/Oct/2024:10:44:49 +0000] [Job 10] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/hpcups (PID 3929)
I [23/Oct/2024:10:44:49 +0000] [Job 10] Started backend /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/backend/hp (PID 3930)
I [23/Oct/2024:10:44:49 +0000] [Job 10] Hint: Try setting the LogLevel to "debug" to find out more.
I [23/Oct/2024:10:44:58 +0000] Saving printers.conf...
I [23/Oct/2024:10:44:58 +0000] Saving job.cache...
E [23/Oct/2024:10:45:09 +0000] [Job 10] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [23/Oct/2024:10:45:09 +0000] [Job 10] The following messages were recorded from 10:44:49 to 10:45:09
D [23/Oct/2024:10:45:09 +0000] [Job 10] argv[5]="OutputMode=Normal MediaType=Plain noCollate number-up=1 media=na_letter InputSlot=Auto job-uuid=urn:uuid:48da8d9c-f91e-3c04-6f25-16ad1e418088 print-color-mode=monochrome job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1729680289 time-at-processing=1729680289 ColorModel=Gray"
D [23/Oct/2024:10:45:09 +0000] [Job 10] argv[6]="/var/spool/cups/d00010-001"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[0]="variable=value"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[2]="CUPS_DATADIR=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[3]="CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[5]="CUPS_SERVERBIN=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[8]="HOME=/var/spool/cups/tmp"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[9]="PATH=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[11]="SOFTWARE=CUPS/2.4.9"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[13]="USER=root"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[14]="CUPS_MAX_MESSAGE=2047"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[17]="IPP_PORT=631"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[18]="CHARSET=utf-8"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[19]="LANG=en_US.UTF-8"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[21]="CONTENT_TYPE=application/pdf"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[23]="PRINTER_INFO="
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[24]="PRINTER_LOCATION="
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[26]="PRINTER_STATE_REASONS=hplip.plugin-error"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[27]="CUPS_FILETYPE=document"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[29]="AUTH_I****"
D [23/Oct/2024:10:45:09 +0000] [Job 10] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [23/Oct/2024:10:45:09 +0000] [Job 10] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [23/Oct/2024:10:45:09 +0000] [Job 10] PDF interactive form and annotation flattening done via QPDF
D [23/Oct/2024:10:45:09 +0000] [Job 10] pdftopdf: \"print-scaling\" IPP attribute: auto
D [23/Oct/2024:10:45:09 +0000] [Job 10] pdftopdf: Page 1 too large for output page size, scaling pages to fit.
D [23/Oct/2024:10:45:09 +0000] [Job 10] pdftopdf: Print scaling mode: Scale to fit printable area
D [23/Oct/2024:10:45:09 +0000] [Job 10] PID 3927 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [23/Oct/2024:10:45:09 +0000] [Job 10] Color Manager: Calibration Mode/Off
D [23/Oct/2024:10:45:09 +0000] [Job 10] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [23/Oct/2024:10:45:09 +0000] [Job 10] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [23/Oct/2024:10:45:09 +0000] [Job 10] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [23/Oct/2024:10:45:09 +0000] [Job 10] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [23/Oct/2024:10:45:09 +0000] [Job 10] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [23/Oct/2024:10:45:09 +0000] [Job 10] Failed to get device cups-HP_LaserJet_Professional_P1108
D [23/Oct/2024:10:45:09 +0000] [Job 10] Color Manager: no profiles specified in PPD
D [23/Oct/2024:10:45:09 +0000] [Job 10] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [23/Oct/2024:10:45:09 +0000] [Job 10] Color Manager: ICC Profile: None
D [23/Oct/2024:10:45:09 +0000] [Job 10] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [23/Oct/2024:10:45:09 +0000] [Job 10] Ghostscript command line: /gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=841 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=9 -scupsPageSizeName=A4 -I/gnu/store/adadd5s5vrmjc89vdmm0lyvw5x6wpij2-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[18.000000 15.500000 18.000000 15.500000] /Margins[0 0]>>setpagedevice\' -f -_
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[0]=\"PRINTER_LOCATION=\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[1]=\"CHARSET=utf-8\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[2]=\"variable=value\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[7]=\"PWD=/\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[8]=\"CUPS_DATADIR=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[10]=\"IPP_PORT=631\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[14]=\"LANG=en_US.UTF-8\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[15]=\"PRINTER_STATE_REASONS=hplip.plugin-error\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[18]=\"PRINTER_INFO=\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[20]=\"USER=root\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[21]=\"SHLVL=0\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[22]=\"CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[23]=\"CUPS_SERVERBIN=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[25]=\"CUPS_FILETYPE=document\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[29]=\"CONTENT_TYPE=application/pdf\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [23/Oct/2024:10:45:09 +0000] [Job 10] Start rendering...
D [23/Oct/2024:10:45:09 +0000] [Job 10] Set job-printer-state-message to "Start rendering...", current level=INFO
D [23/Oct/2024:10:45:09 +0000] [Job 10] Processing page 1...
D [23/Oct/2024:10:45:09 +0000] [Job 10] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [23/Oct/2024:10:45:09 +0000] [Job 10] STATE: +connecting-to-device
D [23/Oct/2024:10:45:09 +0000] [Job 10] STATE: +hplip.plugin-error
D [23/Oct/2024:10:45:09 +0000] [Job 10] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [23/Oct/2024:10:45:09 +0000] [Job 10] PID 3929 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/hpcups) stopped with status 1.
D [23/Oct/2024:10:45:09 +0000] [Job 10] STATE: -connecting-to-device
D [23/Oct/2024:10:45:09 +0000] [Job 10] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [23/Oct/2024:10:45:09 +0000] [Job 10] Processing page 2...
D [23/Oct/2024:10:45:09 +0000] [Job 10] Rendering completed
D [23/Oct/2024:10:45:09 +0000] [Job 10] PID 3928 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [23/Oct/2024:10:45:09 +0000] [Job 10] prnt/backend/hp.c 376: read new pjl status: 10023
D [23/Oct/2024:10:45:09 +0000] [Job 10] prnt/backend/hp.c 376: read new pjl status: 10001
D [23/Oct/2024:10:45:09 +0000] [Job 10] ready to print
D [23/Oct/2024:10:45:09 +0000] [Job 10] PID 3930 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [23/Oct/2024:10:45:09 +0000] [Job 10] End of messages
D [23/Oct/2024:10:45:09 +0000] [Job 10] printer-state=3(idle)
D [23/Oct/2024:10:45:09 +0000] [Job 10] printer-state-message="ready to print"
D [23/Oct/2024:10:45:09 +0000] [Job 10] printer-state-reasons=none
I [23/Oct/2024:10:45:38 +0000] [Client 93] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=4003, file=13)
I [23/Oct/2024:10:45:38 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [23/Oct/2024:10:45:38 +0000] [cups-driverd] No new or changed PPDs...
I [23/Oct/2024:10:45:39 +0000] Saving job.cache...
I [23/Oct/2024:10:45:47 +0000] [Client 93] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=4011, file=13)
I [23/Oct/2024:10:45:47 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [23/Oct/2024:10:45:47 +0000] [cups-driverd] No new or changed PPDs...
I [23/Oct/2024:10:46:03 +0000] Setting HP_LaserJet_Professional_P1108_2 device-uri to "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a" (was "file:///dev/null".)
I [23/Oct/2024:10:46:03 +0000] Setting HP_LaserJet_Professional_P1108_2 printer-is-accepting-jobs to 1 (was 0.)
I [23/Oct/2024:10:46:03 +0000] Setting HP_LaserJet_Professional_P1108_2 printer-state to 3 (was 5.)
I [23/Oct/2024:10:46:03 +0000] New printer "HP_LaserJet_Professional_P1108_2" added by "divya".
I [23/Oct/2024:10:46:03 +0000] [Job 11] Adding start banner page "none".
I [23/Oct/2024:10:46:03 +0000] [Job 11] Queued on "HP_LaserJet_Professional_P1108_2" by "root".
I [23/Oct/2024:10:46:03 +0000] [Job 11] File of type application/postscript queued by "root".
I [23/Oct/2024:10:46:03 +0000] [Job 11] Adding end banner page "none".
I [23/Oct/2024:10:46:03 +0000] [Job 11] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstopdf (PID 4024)
I [23/Oct/2024:10:46:03 +0000] [Job 11] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/pdftopdf (PID 4025)
I [23/Oct/2024:10:46:03 +0000] [Job 11] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstoraster (PID 4026)
I [23/Oct/2024:10:46:03 +0000] [Job 11] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/hpcups (PID 4027)
I [23/Oct/2024:10:46:03 +0000] [Job 11] Started backend /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/backend/hp (PID 4028)
I [23/Oct/2024:10:46:04 +0000] [Job 11] Hint: Try setting the LogLevel to "debug" to find out more.
E [23/Oct/2024:10:46:24 +0000] [Job 11] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [23/Oct/2024:10:46:24 +0000] [Job 11] The following messages were recorded from 10:46:04 to 10:46:24
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[0]=\"PRINTER_LOCATION=\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[1]=\"CHARSET=utf-8\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[2]=\"variable=value\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[7]=\"PWD=/\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[8]=\"CUPS_DATADIR=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108_2\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[10]=\"IPP_PORT=631\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108_2.ppd\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[14]=\"LANG=en_US.UTF-8\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[18]=\"PRINTER_INFO=\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[20]=\"USER=root\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[21]=\"OUTFORMAT=PDF\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[22]=\"SHLVL=1\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[23]=\"CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[24]=\"CUPS_SERVERBIN=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[25]=\"CUPS_MAX_MESSAGE=2047\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[26]=\"CUPS_FILETYPE=document\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[27]=\"SOFTWARE=CUPS/2.4.9\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[28]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[29]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[30]=\"CONTENT_TYPE=application/postscript\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[31]=\"CUPS_STATEDIR=/var/run/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[32]=\"AUTH_INFO_REQUIRED=none\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] PID 4024 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstopdf) exited with no errors.
D [23/Oct/2024:10:46:24 +0000] [Job 11] PDF interactive form and annotation flattening done via QPDF
D [23/Oct/2024:10:46:24 +0000] [Job 11] pdftopdf: \"print-scaling\" IPP attribute: auto
D [23/Oct/2024:10:46:24 +0000] [Job 11] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [23/Oct/2024:10:46:24 +0000] [Job 11] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [23/Oct/2024:10:46:24 +0000] [Job 11] Color Manager: Calibration Mode/Off
D [23/Oct/2024:10:46:24 +0000] [Job 11] PID 4025 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [23/Oct/2024:10:46:24 +0000] [Job 11] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108_2)
D [23/Oct/2024:10:46:24 +0000] [Job 11] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108_2\' does not exist
D [23/Oct/2024:10:46:24 +0000] [Job 11] Failed to get find device cups-HP_LaserJet_Professional_P1108_2
D [23/Oct/2024:10:46:24 +0000] [Job 11] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108_2)
D [23/Oct/2024:10:46:24 +0000] [Job 11] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108_2\' does not exist
D [23/Oct/2024:10:46:24 +0000] [Job 11] Failed to get device cups-HP_LaserJet_Professional_P1108_2
D [23/Oct/2024:10:46:24 +0000] [Job 11] Color Manager: no profiles specified in PPD
D [23/Oct/2024:10:46:24 +0000] [Job 11] Color Manager: ICC Profile: None
D [23/Oct/2024:10:46:24 +0000] [Job 11] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [23/Oct/2024:10:46:24 +0000] [Job 11] Ghostscript command line: /gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/adadd5s5vrmjc89vdmm0lyvw5x6wpij2-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[0]=\"PRINTER_LOCATION=\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[1]=\"CHARSET=utf-8\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[2]=\"variable=value\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[7]=\"PWD=/\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[8]=\"CUPS_DATADIR=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108_2\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[10]=\"IPP_PORT=631\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108_2.ppd\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[14]=\"LANG=en_US.UTF-8\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[18]=\"PRINTER_INFO=\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[20]=\"USER=root\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[21]=\"SHLVL=0\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[22]=\"CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[23]=\"CUPS_SERVERBIN=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[25]=\"CUPS_FILETYPE=document\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[29]=\"CONTENT_TYPE=application/postscript\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [23/Oct/2024:10:46:24 +0000] [Job 11] Start rendering...
D [23/Oct/2024:10:46:24 +0000] [Job 11] Set job-printer-state-message to "Start rendering...", current level=INFO
D [23/Oct/2024:10:46:24 +0000] [Job 11] Processing page 1...
D [23/Oct/2024:10:46:24 +0000] [Job 11] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [23/Oct/2024:10:46:24 +0000] [Job 11] STATE: +connecting-to-device
D [23/Oct/2024:10:46:24 +0000] [Job 11] STATE: +hplip.plugin-error
D [23/Oct/2024:10:46:24 +0000] [Job 11] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [23/Oct/2024:10:46:24 +0000] [Job 11] malloc_consolidate(): unaligned fastbin chunk detected
D [23/Oct/2024:10:46:24 +0000] [Job 11] PID 4027 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [23/Oct/2024:10:46:24 +0000] [Job 11] STATE: -connecting-to-device
D [23/Oct/2024:10:46:24 +0000] [Job 11] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [23/Oct/2024:10:46:24 +0000] [Job 11] Processing page 2...
D [23/Oct/2024:10:46:24 +0000] [Job 11] Rendering completed
D [23/Oct/2024:10:46:24 +0000] [Job 11] PID 4026 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [23/Oct/2024:10:46:24 +0000] [Job 11] prnt/backend/hp.c 376: read new pjl status: 10023
D [23/Oct/2024:10:46:24 +0000] [Job 11] prnt/backend/hp.c 376: read new pjl status: 10001
D [23/Oct/2024:10:46:24 +0000] [Job 11] ready to print
D [23/Oct/2024:10:46:24 +0000] [Job 11] PID 4028 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [23/Oct/2024:10:46:24 +0000] [Job 11] End of messages
D [23/Oct/2024:10:46:24 +0000] [Job 11] printer-state=3(idle)
D [23/Oct/2024:10:46:24 +0000] [Job 11] printer-state-message="ready to print"
D [23/Oct/2024:10:46:24 +0000] [Job 11] printer-state-reasons=none
I [23/Oct/2024:10:46:34 +0000] Saving printers.conf...
I [23/Oct/2024:10:46:34 +0000] Generating printcap /etc/printcap...
I [23/Oct/2024:10:46:34 +0000] Saving job.cache...
I [23/Oct/2024:10:50:17 +0000] [Job ???] Request file type is application/pdf.
I [23/Oct/2024:10:50:17 +0000] [Job 12] Adding start banner page "none".
I [23/Oct/2024:10:50:17 +0000] [Job 12] Adding end banner page "none".
I [23/Oct/2024:10:50:17 +0000] [Job 12] File of type application/pdf queued by "divya".
I [23/Oct/2024:10:50:17 +0000] [Job 12] Queued on "HP_LaserJet_Professional_P1108_2" by "divya".
I [23/Oct/2024:10:50:17 +0000] [Job 12] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/pdftopdf (PID 4867)
I [23/Oct/2024:10:50:17 +0000] [Job 12] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstoraster (PID 4868)
I [23/Oct/2024:10:50:17 +0000] [Job 12] Started filter /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/hpcups (PID 4869)
I [23/Oct/2024:10:50:17 +0000] [Job 12] Started backend /gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/backend/hp (PID 4870)
I [23/Oct/2024:10:50:17 +0000] [Job 12] Hint: Try setting the LogLevel to "debug" to find out more.
E [23/Oct/2024:10:50:37 +0000] [Job 12] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [23/Oct/2024:10:50:37 +0000] [Job 12] The following messages were recorded from 10:50:17 to 10:50:37
D [23/Oct/2024:10:50:37 +0000] [Job 12] argv[6]="/var/spool/cups/d00012-001"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[0]="variable=value"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[2]="CUPS_DATADIR=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[3]="CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[5]="CUPS_SERVERBIN=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[8]="HOME=/var/spool/cups/tmp"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[9]="PATH=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[11]="SOFTWARE=CUPS/2.4.9"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[13]="USER=root"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[14]="CUPS_MAX_MESSAGE=2047"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[17]="IPP_PORT=631"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[18]="CHARSET=utf-8"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[19]="LANG=en_US.UTF-8"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108_2.ppd"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[21]="CONTENT_TYPE=application/pdf"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[23]="PRINTER_INFO="
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[24]="PRINTER_LOCATION="
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[25]="PRINTER=HP_LaserJet_Professional_P1108_2"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[26]="PRINTER_STATE_REASONS=none"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[27]="CUPS_FILETYPE=document"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[29]="AUTH_I****"
D [23/Oct/2024:10:50:37 +0000] [Job 12] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [23/Oct/2024:10:50:37 +0000] [Job 12] PDF interactive form and annotation flattening done via QPDF
D [23/Oct/2024:10:50:37 +0000] [Job 12] pdftopdf: \"print-scaling\" IPP attribute: auto
D [23/Oct/2024:10:50:37 +0000] [Job 12] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [23/Oct/2024:10:50:37 +0000] [Job 12] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [23/Oct/2024:10:50:37 +0000] [Job 12] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [23/Oct/2024:10:50:37 +0000] [Job 12] PID 4867 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [23/Oct/2024:10:50:37 +0000] [Job 12] Color Manager: Calibration Mode/Off
D [23/Oct/2024:10:50:37 +0000] [Job 12] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108_2)
D [23/Oct/2024:10:50:37 +0000] [Job 12] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108_2\' does not exist
D [23/Oct/2024:10:50:37 +0000] [Job 12] Failed to get find device cups-HP_LaserJet_Professional_P1108_2
D [23/Oct/2024:10:50:37 +0000] [Job 12] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108_2)
D [23/Oct/2024:10:50:37 +0000] [Job 12] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108_2\' does not exist
D [23/Oct/2024:10:50:37 +0000] [Job 12] Failed to get device cups-HP_LaserJet_Professional_P1108_2
D [23/Oct/2024:10:50:37 +0000] [Job 12] Color Manager: no profiles specified in PPD
D [23/Oct/2024:10:50:37 +0000] [Job 12] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [23/Oct/2024:10:50:37 +0000] [Job 12] Color Manager: ICC Profile: None
D [23/Oct/2024:10:50:37 +0000] [Job 12] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [23/Oct/2024:10:50:37 +0000] [Job 12] Ghostscript command line: /gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/adadd5s5vrmjc89vdmm0lyvw5x6wpij2-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[0]=\"PRINTER_LOCATION=\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[1]=\"CHARSET=utf-8\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[2]=\"variable=value\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[7]=\"PWD=/\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[8]=\"CUPS_DATADIR=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/share/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108_2\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[10]=\"IPP_PORT=631\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108_2.ppd\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[14]=\"LANG=en_US.UTF-8\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[18]=\"PRINTER_INFO=\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[20]=\"USER=root\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[21]=\"SHLVL=0\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[22]=\"CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[23]=\"CUPS_SERVERBIN=/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[25]=\"CUPS_FILETYPE=document\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[29]=\"CONTENT_TYPE=application/pdf\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [23/Oct/2024:10:50:37 +0000] [Job 12] Start rendering...
D [23/Oct/2024:10:50:37 +0000] [Job 12] Set job-printer-state-message to "Start rendering...", current level=INFO
D [23/Oct/2024:10:50:37 +0000] [Job 12] Processing page 1...
D [23/Oct/2024:10:50:37 +0000] [Job 12] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [23/Oct/2024:10:50:37 +0000] [Job 12] STATE: +connecting-to-device
D [23/Oct/2024:10:50:37 +0000] [Job 12] STATE: +hplip.plugin-error
D [23/Oct/2024:10:50:37 +0000] [Job 12] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [23/Oct/2024:10:50:37 +0000] [Job 12] malloc_consolidate(): unaligned fastbin chunk detected
D [23/Oct/2024:10:50:37 +0000] [Job 12] PID 4869 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [23/Oct/2024:10:50:37 +0000] [Job 12] STATE: -connecting-to-device
D [23/Oct/2024:10:50:37 +0000] [Job 12] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [23/Oct/2024:10:50:37 +0000] [Job 12] prnt/backend/hp.c 376: read new pjl status: 10023
D [23/Oct/2024:10:50:37 +0000] [Job 12] Processing page 2...
D [23/Oct/2024:10:50:37 +0000] [Job 12] Rendering completed
D [23/Oct/2024:10:50:37 +0000] [Job 12] PID 4868 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [23/Oct/2024:10:50:37 +0000] [Job 12] prnt/backend/hp.c 376: read new pjl status: 10001
D [23/Oct/2024:10:50:37 +0000] [Job 12] ready to print
D [23/Oct/2024:10:50:37 +0000] [Job 12] PID 4870 (/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [23/Oct/2024:10:50:37 +0000] [Job 12] End of messages
D [23/Oct/2024:10:50:37 +0000] [Job 12] printer-state=3(idle)
D [23/Oct/2024:10:50:37 +0000] [Job 12] printer-state-message="ready to print"
D [23/Oct/2024:10:50:37 +0000] [Job 12] printer-state-reasons=none
I [23/Oct/2024:10:50:48 +0000] Saving printers.conf...
I [23/Oct/2024:10:50:48 +0000] Saving job.cache...
I [23/Oct/2024:10:58:21 +0000] [Client 146] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=5276, file=13)
I [23/Oct/2024:10:58:27 +0000] [Client 146] Started "/gnu/store/lh1rj11p1ablachznx7vdz14kyinlqwa-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=5281, file=14)
I [23/Oct/2024:10:58:27 +0000] [Job 9] Adding end banner page "none".
I [23/Oct/2024:10:58:27 +0000] [Job 9] Job released by user.
I [23/Oct/2024:10:58:27 +0000] [Job 9] Released by "divya".
E [23/Oct/2024:10:58:27 +0000] [Job 9] Aborting job because it has no files.
I [23/Oct/2024:10:58:58 +0000] Saving job.cache...
I [23/Oct/2024:20:47:35 +0000] Scheduler shutting down normally.
I [23/Oct/2024:20:47:35 +0000] Saving job.cache...
E [24/Oct/2024:07:11:19 +0000] Unknown directive AllowEmptyPassword on line 1 of /gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf.
I [24/Oct/2024:07:11:19 +0000] Remote access is disabled.
I [24/Oct/2024:07:11:19 +0000] Loaded configuration file "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf"
E [24/Oct/2024:07:11:19 +0000] Unable to change ownership of "/gnu/store/i3ka8csiz1xfvy168znw6fgl8fakcbip-cupsd.conf" - Read-only file system
E [24/Oct/2024:07:11:19 +0000] Unable to change ownership of "/gnu/store/ggh9kicbzrgj0jm6av5157ca3s8z37dm-cups-files.conf" - Read-only file system
I [24/Oct/2024:07:11:19 +0000] Configured for up to 100 clients.
I [24/Oct/2024:07:11:19 +0000] Allowing up to 100 client connections per host.
I [24/Oct/2024:07:11:19 +0000] Full reload is required.
I [24/Oct/2024:07:11:19 +0000] Loaded MIME database from "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/share/cups/mime" and "/etc/cups": 78 types, 114 filters...
W [24/Oct/2024:07:11:19 +0000] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
I [24/Oct/2024:07:11:19 +0000] Loading job cache file "/var/cache/cups/job.cache"...
I [24/Oct/2024:07:11:19 +0000] Full reload complete.
I [24/Oct/2024:07:11:19 +0000] Cleaning out old files in "/var/spool/cups/tmp".
I [24/Oct/2024:07:11:19 +0000] Cleaning out old files in "/var/cache/cups".
I [24/Oct/2024:07:11:19 +0000] Listening to [v1.::1]:631 on fd 4...
I [24/Oct/2024:07:11:19 +0000] Listening to 127.0.0.1:631 on fd 6...
I [24/Oct/2024:07:11:19 +0000] Listening to /var/run/cups/cups.sock on fd 7...
I [24/Oct/2024:07:11:19 +0000] Resuming new connection processing...
E [24/Oct/2024:07:11:21 +0000] [Client 2] Returning IPP client-error-not-possible for Create-Printer-Subscriptions (/) from localhost.
I [24/Oct/2024:07:17:15 +0000] [Client 3] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1545, file=11)
I [24/Oct/2024:07:17:21 +0000] [Client 3] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1598, file=11)
I [24/Oct/2024:07:17:26 +0000] [Client 3] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1603, file=13)
I [24/Oct/2024:07:17:27 +0000] [Client 3] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1605, file=13)
I [24/Oct/2024:07:17:32 +0000] [Client 8] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1606, file=13)
I [24/Oct/2024:07:17:32 +0000] [Job 11] Job purged by user.
I [24/Oct/2024:07:17:32 +0000] [Job 12] Job purged by user.
I [24/Oct/2024:07:17:32 +0000] Printer "HP_LaserJet_Professional_P1108_2" deleted by "divya".
I [24/Oct/2024:07:17:38 +0000] [Client 8] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1613, file=13)
I [24/Oct/2024:07:17:52 +0000] [Client 14] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/help.cgi" (pid=1619, file=11)
I [24/Oct/2024:07:17:55 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/help.cgi" (pid=1626, file=11)
I [24/Oct/2024:07:18:00 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/help.cgi" (pid=1634, file=11)
I [24/Oct/2024:07:18:03 +0000] Saving printers.conf...
I [24/Oct/2024:07:18:03 +0000] Generating printcap /etc/printcap...
I [24/Oct/2024:07:18:06 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1639, file=11)
I [24/Oct/2024:07:18:08 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1641, file=11)
I [24/Oct/2024:07:18:18 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1654, file=13)
I [24/Oct/2024:07:18:18 +0000] [Client 18] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/daemon/cups-deviced" (pid=1655, file=14)
E [24/Oct/2024:07:18:18 +0000] [CGI] cups-brf must be called as root
E [24/Oct/2024:07:18:18 +0000] [cups-deviced] PID 1668 (cups-brf) stopped with status 1!
E [24/Oct/2024:07:18:18 +0000] [cups-deviced] PID 1670 (driverless-fax) stopped with status 127!
I [24/Oct/2024:07:18:24 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1678, file=13)
I [24/Oct/2024:07:18:30 +0000] [Client 15] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1681, file=13)
I [24/Oct/2024:07:18:30 +0000] [Client 20] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=1682, file=14)
I [24/Oct/2024:07:18:30 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 1614 PPDs...
I [24/Oct/2024:07:18:30 +0000] [cups-driverd] Wrote \"/var/cache/cups/ppds.dat\", 890 PPDs...
I [24/Oct/2024:07:20:23 +0000] [Client 21] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1874, file=13)
I [24/Oct/2024:07:20:23 +0000] [Client 23] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1875, file=13)
I [24/Oct/2024:07:20:23 +0000] Setting HP_LaserJet_Professional_P1108 device-uri to "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a" (was "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a".)
I [24/Oct/2024:07:20:23 +0000] Setting HP_LaserJet_Professional_P1108 printer-is-shared to 0 (was 0.)
I [24/Oct/2024:07:20:23 +0000] Setting HP_LaserJet_Professional_P1108 printer-state to 3 (was 3.)
I [24/Oct/2024:07:20:23 +0000] Printer "HP_LaserJet_Professional_P1108" modified by "divya".
I [24/Oct/2024:07:20:25 +0000] [Client 23] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1879, file=11)
I [24/Oct/2024:07:20:36 +0000] [Client 29] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1885, file=13)
I [24/Oct/2024:07:20:44 +0000] [Client 29] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=1902, file=13)
I [24/Oct/2024:07:20:44 +0000] Printer "HP_LaserJet_Professional_P1108" modified by "divya".
I [24/Oct/2024:07:20:45 +0000] [Client 29] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=1903, file=11)
I [24/Oct/2024:07:20:54 +0000] Saving printers.conf...
I [24/Oct/2024:07:20:54 +0000] Generating printcap /etc/printcap...
I [24/Oct/2024:07:21:37 +0000] [Job ???] Request file type is application/pdf.
I [24/Oct/2024:07:21:37 +0000] [Job 13] Adding start banner page "none".
I [24/Oct/2024:07:21:37 +0000] [Job 13] Adding end banner page "none".
I [24/Oct/2024:07:21:37 +0000] [Job 13] File of type application/pdf queued by "divya".
I [24/Oct/2024:07:21:37 +0000] [Job 13] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [24/Oct/2024:07:21:37 +0000] [Job 13] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/pdftopdf (PID 1993)
I [24/Oct/2024:07:21:37 +0000] [Job 13] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/gstoraster (PID 1994)
I [24/Oct/2024:07:21:37 +0000] [Job 13] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/hpcups (PID 1995)
I [24/Oct/2024:07:21:37 +0000] [Job 13] Started backend /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/backend/hp (PID 1996)
I [24/Oct/2024:07:21:38 +0000] [Job 13] Hint: Try setting the LogLevel to "debug" to find out more.
I [24/Oct/2024:07:21:45 +0000] [Client 125] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2010, file=11)
I [24/Oct/2024:07:21:53 +0000] [Client 125] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=2015, file=14)
I [24/Oct/2024:07:21:53 +0000] [Job 13] Job canceled by \"divya\"
I [24/Oct/2024:07:21:53 +0000] [Job 13] Canceled by "divya".
I [24/Oct/2024:07:21:55 +0000] [Client 128] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/jobs.cgi" (pid=2021, file=14)
I [24/Oct/2024:07:21:55 +0000] [Job 10] Job canceled by \"divya\"
I [24/Oct/2024:07:21:55 +0000] [Job 10] Canceled by "divya".
I [24/Oct/2024:07:21:58 +0000] [Client 130] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2030, file=11)
I [24/Oct/2024:07:22:08 +0000] Saving printers.conf...
I [24/Oct/2024:07:22:08 +0000] Saving job.cache...
I [24/Oct/2024:07:22:08 +0000] [Client 132] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2036, file=13)
I [24/Oct/2024:07:30:00 +0000] [Client 134] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2240, file=13)
I [24/Oct/2024:07:31:03 +0000] [Client 136] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2266, file=14)
I [24/Oct/2024:07:31:04 +0000] [Client 136] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2270, file=14)
I [24/Oct/2024:07:31:04 +0000] [Job 1] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 2] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 3] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 4] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 5] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 6] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 7] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 8] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 9] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 10] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] [Job 13] Job purged by user.
I [24/Oct/2024:07:31:04 +0000] Printer "HP_LaserJet_Professional_P1108" deleted by "divya".
I [24/Oct/2024:07:31:08 +0000] [Client 136] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2276, file=13)
I [24/Oct/2024:07:31:10 +0000] [Client 136] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2278, file=13)
E [24/Oct/2024:07:31:10 +0000] [CGI] Saw EOF, expected \':\'!
E [24/Oct/2024:07:31:10 +0000] [CGI] Saw EOF, expected \'}\'!
I [24/Oct/2024:07:31:11 +0000] [Client 136] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2279, file=14)
I [24/Oct/2024:07:31:11 +0000] [Client 144] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/daemon/cups-deviced" (pid=2280, file=15)
E [24/Oct/2024:07:31:12 +0000] [CGI] cups-brf must be called as root
E [24/Oct/2024:07:31:12 +0000] [cups-deviced] PID 2293 (cups-brf) stopped with status 1!
E [24/Oct/2024:07:31:12 +0000] [cups-deviced] PID 2295 (driverless-fax) stopped with status 127!
I [24/Oct/2024:07:31:22 +0000] [Client 136] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2302, file=14)
I [24/Oct/2024:07:31:34 +0000] Saving printers.conf...
I [24/Oct/2024:07:31:34 +0000] Generating printcap /etc/printcap...
I [24/Oct/2024:07:31:44 +0000] [Client 146] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2312, file=14)
I [24/Oct/2024:07:31:55 +0000] [Client 148] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/help.cgi" (pid=2350, file=13)
I [24/Oct/2024:07:32:26 +0000] [Client 149] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2390, file=14)
I [24/Oct/2024:07:32:26 +0000] [Client 150] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/daemon/cups-deviced" (pid=2391, file=15)
E [24/Oct/2024:07:32:26 +0000] [CGI] cups-brf must be called as root
E [24/Oct/2024:07:32:26 +0000] [cups-deviced] PID 2404 (cups-brf) stopped with status 1!
E [24/Oct/2024:07:32:26 +0000] [cups-deviced] PID 2406 (driverless-fax) stopped with status 127!
I [24/Oct/2024:07:32:31 +0000] [Client 149] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2423, file=14)
I [24/Oct/2024:07:32:31 +0000] [Client 151] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/daemon/cups-deviced" (pid=2424, file=15)
E [24/Oct/2024:07:32:31 +0000] [CGI] cups-brf must be called as root
E [24/Oct/2024:07:32:31 +0000] [cups-deviced] PID 2437 (cups-brf) stopped with status 1!
E [24/Oct/2024:07:32:31 +0000] [cups-deviced] PID 2439 (driverless-fax) stopped with status 127!
I [24/Oct/2024:07:32:36 +0000] [Client 149] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2450, file=14)
I [24/Oct/2024:07:32:56 +0000] [Client 153] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2453, file=14)
I [24/Oct/2024:07:32:56 +0000] [Client 154] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/daemon/cups-driverd" (pid=2454, file=15)
I [24/Oct/2024:07:32:56 +0000] [cups-driverd] Read \"/var/cache/cups/ppds.dat\", 890 PPDs...
I [24/Oct/2024:07:32:56 +0000] [cups-driverd] No new or changed PPDs...
I [24/Oct/2024:07:33:10 +0000] [Client 155] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/admin.cgi" (pid=2478, file=14)
I [24/Oct/2024:07:33:10 +0000] Setting HP_LaserJet_Professional_P1108 device-uri to "hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a" (was "file:///dev/null".)
I [24/Oct/2024:07:33:10 +0000] Setting HP_LaserJet_Professional_P1108 printer-is-accepting-jobs to 1 (was 0.)
I [24/Oct/2024:07:33:10 +0000] Setting HP_LaserJet_Professional_P1108 printer-is-shared to 0 (was 1.)
I [24/Oct/2024:07:33:10 +0000] Setting HP_LaserJet_Professional_P1108 printer-state to 3 (was 5.)
I [24/Oct/2024:07:33:10 +0000] New printer "HP_LaserJet_Professional_P1108" added by "divya".
I [24/Oct/2024:07:33:18 +0000] [Client 155] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2480, file=13)
I [24/Oct/2024:07:33:30 +0000] [Client 161] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2490, file=14)
I [24/Oct/2024:07:33:30 +0000] [Job ???] Request file type is application/vnd.cups-pdf-banner.
I [24/Oct/2024:07:33:30 +0000] [Job 14] Adding start banner page "none".
I [24/Oct/2024:07:33:30 +0000] [Job 14] Adding end banner page "none".
I [24/Oct/2024:07:33:30 +0000] [Job 14] File of type application/vnd.cups-pdf-banner queued by "divya".
I [24/Oct/2024:07:33:30 +0000] [Job 14] Queued on "HP_LaserJet_Professional_P1108" by "divya".
I [24/Oct/2024:07:33:30 +0000] [Job 14] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/bannertopdf (PID 2491)
I [24/Oct/2024:07:33:30 +0000] [Job 14] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/pdftopdf (PID 2492)
I [24/Oct/2024:07:33:30 +0000] [Job 14] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/gstoraster (PID 2493)
I [24/Oct/2024:07:33:30 +0000] [Job 14] Started filter /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/hpcups (PID 2494)
I [24/Oct/2024:07:33:30 +0000] [Job 14] Started backend /gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/backend/hp (PID 2495)
I [24/Oct/2024:07:33:30 +0000] [Job 14] Hint: Try setting the LogLevel to "debug" to find out more.
I [24/Oct/2024:07:33:32 +0000] [Client 161] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2503, file=13)
I [24/Oct/2024:07:33:41 +0000] Saving printers.conf...
I [24/Oct/2024:07:33:41 +0000] Generating printcap /etc/printcap...
I [24/Oct/2024:07:33:41 +0000] Saving job.cache...
I [24/Oct/2024:07:33:43 +0000] [Client 164] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2504, file=13)
E [24/Oct/2024:07:33:50 +0000] [Job 14] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [24/Oct/2024:07:33:50 +0000] [Job 14] The following messages were recorded from 07:33:30 to 07:33:50
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[1]="CUPS_CACHEDIR=/var/cache/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[2]="CUPS_DATADIR=/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/share/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[3]="CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[5]="CUPS_SERVERBIN=/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[8]="HOME=/var/spool/cups/tmp"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[9]="PATH=/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[10]="SERVER_ADMIN=root@localhost.localdomain"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[11]="SOFTWARE=CUPS/2.4.9"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[13]="USER=root"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[14]="CUPS_MAX_MESSAGE=2047"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[17]="IPP_PORT=631"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[18]="CHARSET=utf-8"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[19]="LANG=en_US.UTF-8"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[20]="PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[21]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[22]="DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[23]="PRINTER_INFO=HP LaserJet Professional P1108"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[24]="PRINTER_LOCATION=Local Printer"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[25]="PRINTER=HP_LaserJet_Professional_P1108"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[26]="PRINTER_STATE_REASONS=none"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[27]="CUPS_FILETYPE=document"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[28]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[29]="AUTH_I****"
D [24/Oct/2024:07:33:50 +0000] [Job 14] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [24/Oct/2024:07:33:50 +0000] [Job 14] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [24/Oct/2024:07:33:50 +0000] [Job 14] PDF template file doesn\'t have form. It\'s okay.
D [24/Oct/2024:07:33:50 +0000] [Job 14] PID 2491 (/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/bannertopdf) exited with no errors.
D [24/Oct/2024:07:33:50 +0000] [Job 14] PDF interactive form and annotation flattening done via QPDF
D [24/Oct/2024:07:33:50 +0000] [Job 14] pdftopdf: \"print-scaling\" IPP attribute: auto
D [24/Oct/2024:07:33:50 +0000] [Job 14] pdftopdf: Print scaling mode: Do not scale, center, crop if needed
D [24/Oct/2024:07:33:50 +0000] [Job 14] After Cropping: 612.000000 792.000000 612.000000 792.000000
D [24/Oct/2024:07:33:50 +0000] [Job 14] PID 2492 (/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/pdftopdf) exited with no errors.
D [24/Oct/2024:07:33:50 +0000] [Job 14] Color Manager: Calibration Mode/Off
D [24/Oct/2024:07:33:50 +0000] [Job 14] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Oct/2024:07:33:50 +0000] [Job 14] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Oct/2024:07:33:50 +0000] [Job 14] Failed to get find device cups-HP_LaserJet_Professional_P1108
D [24/Oct/2024:07:33:50 +0000] [Job 14] Calling FindDeviceById(cups-HP_LaserJet_Professional_P1108)
D [24/Oct/2024:07:33:50 +0000] [Job 14] Failed to send: org.freedesktop.ColorManager.NotFound:device id \'cups-HP_LaserJet_Professional_P1108\' does not exist
D [24/Oct/2024:07:33:50 +0000] [Job 14] Failed to get device cups-HP_LaserJet_Professional_P1108
D [24/Oct/2024:07:33:50 +0000] [Job 14] Color Manager: no profiles specified in PPD
D [24/Oct/2024:07:33:50 +0000] [Job 14] Set job-printer-state-message to "Color Manager: no profiles specified in PPD", current level=INFO
D [24/Oct/2024:07:33:50 +0000] [Job 14] Color Manager: ICC Profile: None
D [24/Oct/2024:07:33:50 +0000] [Job 14] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [24/Oct/2024:07:33:50 +0000] [Job 14] Ghostscript command line: /gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin/gsc -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dcupsBitsPerColor=1 -dcupsColorOrder=0 -dcupsColorSpace=3 -dcupsRowCount=1 -dcupsRowStep=2 -dcupsInteger0=2 -scupsPageSizeName=Letter -I/gnu/store/adadd5s5vrmjc89vdmm0lyvw5x6wpij2-cups-minimal-2.4.9/share/cups/fonts -c \'<</.HWMargins[12.000000 12.000000 12.000000 12.000000] /Margins[0 0]>>setpagedevice\' -f -_
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[0]=\"PRINTER_LOCATION=Local Printer\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[1]=\"CHARSET=utf-8\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[2]=\"variable=value\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[3]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[6]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[7]=\"PWD=/\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[8]=\"CUPS_DATADIR=/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/share/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[9]=\"PRINTER=HP_LaserJet_Professional_P1108\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[10]=\"IPP_PORT=631\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[11]=\"PPD=/etc/cups/ppd/HP_LaserJet_Professional_P1108.ppd\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[12]=\"DEVICE_URI=hp:/usb/HP_LaserJet_Professional_P1108?serial=000000000Q8967ERPR1a\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[13]=\"HOME=/var/spool/cups/tmp\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[14]=\"LANG=en_US.UTF-8\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[15]=\"PRINTER_STATE_REASONS=none\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[16]=\"TMPDIR=/var/spool/cups/tmp\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[17]=\"CUPS_ENCRYPTION=IfRequested\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[18]=\"PRINTER_INFO=HP LaserJet Professional P1108\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[19]=\"SERVER_ADMIN=root@localhost.localdomain\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[20]=\"USER=root\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[21]=\"SHLVL=0\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[22]=\"CUPS_DOCROOT=/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/share/doc/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[23]=\"CUPS_SERVERBIN=/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[24]=\"CUPS_MAX_MESSAGE=2047\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[25]=\"CUPS_FILETYPE=document\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[26]=\"SOFTWARE=CUPS/2.4.9\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[27]=\"PATH=/gnu/store/fk39d3y3zyr6ajyzy8d6ghd0sj524cs5-coreutils-9.1/bin:/gnu/store/kbprvy7di1d235rxhn0f532bwsad6rf1-ghostscript-with-cups-9.56.1/bin:/gnu/store/zajmyhi888hf7d4d73ajyyrmicxvv7b8-grep-3.11/bin:/gnu/store/81wqxjgqfinrxxh473c89r1n7arxfv3s-sed-4.8/bin:/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/bin:/gnu/store/nldmwpr8143iiq66bdq1vggmgqx26zns-cups-2.4.9/sbin:/bin:/usr/bin\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[28]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[29]=\"CONTENT_TYPE=application/vnd.cups-pdf-banner\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[30]=\"CUPS_STATEDIR=/var/run/cups\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] envp[31]=\"AUTH_INFO_REQUIRED=none\"
D [24/Oct/2024:07:33:50 +0000] [Job 14] Start rendering...
D [24/Oct/2024:07:33:50 +0000] [Job 14] Set job-printer-state-message to "Start rendering...", current level=INFO
D [24/Oct/2024:07:33:50 +0000] [Job 14] Processing page 1...
D [24/Oct/2024:07:33:50 +0000] [Job 14] Set job-printer-state-message to "Processing page 1...", current level=INFO
D [24/Oct/2024:07:33:50 +0000] [Job 14] STATE: +hplip.plugin-error
D [24/Oct/2024:07:33:50 +0000] [Job 14] prnt/hpcups/HPCupsFilter.cpp 503: m_Job initialization failed with error = 48
D [24/Oct/2024:07:33:50 +0000] [Job 14] malloc_consolidate(): unaligned fastbin chunk detected
D [24/Oct/2024:07:33:50 +0000] [Job 14] PID 2494 (/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/hpcups) crashed on signal 6.
D [24/Oct/2024:07:33:50 +0000] [Job 14] STATE: +connecting-to-device
D [24/Oct/2024:07:33:50 +0000] [Job 14] STATE: -connecting-to-device
D [24/Oct/2024:07:33:50 +0000] [Job 14] STATE: -media-empty-error,media-jam-error,hplip.plugin-error,cover-open-error,toner-empty-error,other
D [24/Oct/2024:07:33:50 +0000] [Job 14] Processing page 2...
D [24/Oct/2024:07:33:50 +0000] [Job 14] Rendering completed
D [24/Oct/2024:07:33:50 +0000] [Job 14] PID 2493 (/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/filter/gstoraster) exited with no errors.
D [24/Oct/2024:07:33:50 +0000] [Job 14] prnt/backend/hp.c 376: read new pjl status: 10023
D [24/Oct/2024:07:33:50 +0000] [Job 14] prnt/backend/hp.c 376: read new pjl status: 10001
D [24/Oct/2024:07:33:50 +0000] [Job 14] ready to print
D [24/Oct/2024:07:33:50 +0000] [Job 14] PID 2495 (/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/backend/hp) exited with no errors.
D [24/Oct/2024:07:33:50 +0000] [Job 14] End of messages
D [24/Oct/2024:07:33:50 +0000] [Job 14] printer-state=3(idle)
D [24/Oct/2024:07:33:50 +0000] [Job 14] printer-state-message="ready to print"
D [24/Oct/2024:07:33:50 +0000] [Job 14] printer-state-reasons=none
I [24/Oct/2024:07:33:53 +0000] [Client 166] Started "/gnu/store/zwipm56s57i133q514mlpdp3r7mvhg1h-cups-server-bin/lib/cups/cgi-bin/printers.cgi" (pid=2508, file=13)
I [24/Oct/2024:07:34:21 +0000] Saving job.cache...

[-- Attachment #3: Type: text/plain, Size: 61 bytes --]



-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-24  7:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 11:13 HP Printer setup with Cups & hplip Divya Ranjan via Development of GNU Guix and the GNU System distribution.
2024-10-23 14:08 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2024-10-24  7:25   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
2024-10-23 16:29 ` Kaelyn
2024-10-23 17:24 ` Tobias Geerinckx-Rice
2024-10-24  7:37   ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.
2024-10-24  7:45     ` Tobias Geerinckx-Rice
2024-10-24  7:54       ` Divya Ranjan via Development of GNU Guix and the GNU System distribution.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).