ubuntuusers.de

cat

Autor:
rleuschner
Datum:
13. Oktober 2018 11:13
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
rleuschner@roland-ubuntu:~$ cat /var/log/cups/error_log
E [13/Oct/2018:08:04:25 +0200] Unknown directive JobPrivateAccess on line 90 of /etc/cups/cupsd.conf.
E [13/Oct/2018:08:04:25 +0200] Unknown directive JobPrivateValues on line 91 of /etc/cups/cupsd.conf.
E [13/Oct/2018:08:04:25 +0200] Unknown directive SubscriptionPrivateAccess on line 92 of /etc/cups/cupsd.conf.
E [13/Oct/2018:08:04:25 +0200] Unknown directive SubscriptionPrivateValues on line 93 of /etc/cups/cupsd.conf.
E [13/Oct/2018:08:13:33 +0200] [Job 630] Job stopped due to filter errors; please consult the error_log file for details.
D [13/Oct/2018:08:13:33 +0200] [Job 630] The following messages were recorded from 08:13:32 to 08:13:33
D [13/Oct/2018:08:13:33 +0200] [Job 630] Applying default options...
D [13/Oct/2018:08:13:33 +0200] [Job 630] Adding start banner page "none".
D [13/Oct/2018:08:13:33 +0200] [Job 630] Queued on "Officejet-5740-series" by "rleuschner".
D [13/Oct/2018:08:13:33 +0200] [Job 630] Auto-typing file...
D [13/Oct/2018:08:13:33 +0200] [Job 630] Request file type is application/pdf.
D [13/Oct/2018:08:13:33 +0200] [Job 630] File of type application/pdf queued by "rleuschner".
D [13/Oct/2018:08:13:33 +0200] [Job 630] Adding end banner page "none".
D [13/Oct/2018:08:13:33 +0200] [Job 630] time-at-processing=1539411212
D [13/Oct/2018:08:13:33 +0200] [Job 630] 3 filters for job:
D [13/Oct/2018:08:13:33 +0200] [Job 630] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [13/Oct/2018:08:13:33 +0200] [Job 630] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [13/Oct/2018:08:13:33 +0200] [Job 630] hpcups (application/vnd.cups-raster to printer/Officejet-5740-series, cost 0)
D [13/Oct/2018:08:13:33 +0200] [Job 630] job-sheets=none,none
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[0]="Officejet-5740-series"
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[1]="630"
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[2]="rleuschner"
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[3]="Schulferien.txt"
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[4]="1"
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[5]="InputSlot=Auto PageSize=A4 job-uuid=urn:uuid:1dac5662-378a-3b28-4bcb-38eee9fcd9fd job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1539411212 time-at-processing=1539411212 document-name-supplied=KwhvDM"
D [13/Oct/2018:08:13:33 +0200] [Job 630] argv[6]="/var/spool/cups/d00630-001"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[7]="CUPS_STATEDIR=/run/cups"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[8]="HOME=/var/spool/cups/tmp"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[10]="SERVER_ADMIN=root@roland-ubuntu"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[11]="SOFTWARE=CUPS/2.2.7"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[13]="USER=root"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[14]="CUPS_MAX_MESSAGE=2047"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[17]="IPP_PORT=631"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[18]="CHARSET=utf-8"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[19]="LANG=de_DE.UTF-8"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[20]="PPD=/etc/cups/ppd/Officejet-5740-series.ppd"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[21]="RIP_MAX_CACHE=128m"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[22]="CONTENT_TYPE=application/pdf"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[23]="DEVICE_URI=hp:/usb/Officejet_5740_series?serial=TH5764X1NH05ZF"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[24]="PRINTER_INFO=HP Officejet 5740 series"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[25]="PRINTER_LOCATION=roland-ubuntu"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[26]="PRINTER=Officejet-5740-series"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[27]="PRINTER_STATE_REASONS=none"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[28]="CUPS_FILETYPE=document"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[30]="AUTH_I****"
D [13/Oct/2018:08:13:33 +0200] [Job 630] Started filter /usr/lib/cups/filter/pdftopdf (PID 4125)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Started filter /usr/lib/cups/filter/gstoraster (PID 4126)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Started filter /usr/lib/cups/filter/hpcups (PID 4127)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Started backend /usr/lib/cups/backend/hp (PID 4128)
D [13/Oct/2018:08:13:33 +0200] [Job 630] OUTFORMAT=\"(null)\", so output format will be CUPS/PWG Raster
D [13/Oct/2018:08:13:33 +0200] [Job 630] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [13/Oct/2018:08:13:33 +0200] [Job 630] PID 4125 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
D [13/Oct/2018:08:13:33 +0200] [Job 630] Color Manager: Calibration Mode/Off
D [13/Oct/2018:08:13:33 +0200] [Job 630] Calling FindDeviceById(cups-Officejet-5740-series)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Found device /org/freedesktop/ColorManager/devices/cups_Officejet_5740_series
D [13/Oct/2018:08:13:33 +0200] [Job 630] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Calling FindDeviceById(cups-Officejet-5740-series)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Found device /org/freedesktop/ColorManager/devices/cups_Officejet_5740_series
D [13/Oct/2018:08:13:33 +0200] [Job 630] Calling GetProfileForQualifiers(RGB.Plain....)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Found profile /org/freedesktop/ColorManager/profiles/Officejet_5740_series_RGB__
D [13/Oct/2018:08:13:33 +0200] [Job 630] Calling org.freedesktop.ColorManager.Profile.Get(Filename)
D [13/Oct/2018:08:13:33 +0200] [Job 630] Use profile filename: \'\'
D [13/Oct/2018:08:13:33 +0200] [Job 630] Color Manager: ICC Profile: 
D [13/Oct/2018:08:13:33 +0200] [Job 630] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [13/Oct/2018:08:13:33 +0200] [Job 630] Ghostscript command line: gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=841 -dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=17 -dcupsInteger0=26 -scupsPageSizeName=A4 -I/usr/share/cups/fonts -c \'<</.HWMargins[8.400000 8.400000 8.400024 8.400024] /Margins[0 0]>>setpagedevice\' -f -_
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[0]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[1]=\"CUPS_DATADIR=/usr/share/cups\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[2]=\"CUPS_DOCROOT=/usr/share/cups/doc-root\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[3]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[4]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[5]=\"CUPS_SERVERBIN=/usr/lib/cups\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[6]=\"CUPS_SERVERROOT=/etc/cups\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[7]=\"CUPS_STATEDIR=/run/cups\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[8]=\"HOME=/var/spool/cups/tmp\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[9]=\"PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[10]=\"SERVER_ADMIN=root@roland-ubuntu\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[11]=\"SOFTWARE=CUPS/2.2.7\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[12]=\"USER=root\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[13]=\"CUPS_MAX_MESSAGE=2047\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[14]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[15]=\"CUPS_ENCRYPTION=IfRequested\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[16]=\"IPP_PORT=631\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[17]=\"CHARSET=utf-8\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[18]=\"LANG=de_DE.UTF-8\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[19]=\"PPD=/etc/cups/ppd/Officejet-5740-series.ppd\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[20]=\"RIP_MAX_CACHE=128m\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[21]=\"CONTENT_TYPE=application/pdf\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[22]=\"DEVICE_URI=hp:/usb/Officejet_5740_series?serial=TH5764X1NH05ZF\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[23]=\"PRINTER_INFO=HP Officejet 5740 series\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[24]=\"PRINTER_LOCATION=roland-ubuntu\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[25]=\"PRINTER=Officejet-5740-series\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[26]=\"PRINTER_STATE_REASONS=none\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[27]=\"CUPS_FILETYPE=document\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[28]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] envp[29]=\"AUTH_INFO_REQUIRED=none\"
D [13/Oct/2018:08:13:33 +0200] [Job 630] ./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find default_gray.icc 
D [13/Oct/2018:08:13:33 +0200] [Job 630] | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device profile
D [13/Oct/2018:08:13:33 +0200] [Job 630] Unrecoverable error: rangecheck in .putdeviceprops
D [13/Oct/2018:08:13:33 +0200] [Job 630] Operand stack:
D [13/Oct/2018:08:13:33 +0200] [Job 630] true
D [13/Oct/2018:08:13:33 +0200] [Job 630] PID 4126 (/usr/lib/cups/filter/gstoraster) stopped with status 1.
D [13/Oct/2018:08:13:33 +0200] [Job 630] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/Oct/2018:08:13:33 +0200] [Job 630] prnt/hpcups/HPCupsFilter.cpp 569: cupsRasterOpen failed, fd = 0
D [13/Oct/2018:08:13:33 +0200] [Job 630] PID 4127 (/usr/lib/cups/filter/hpcups) stopped with status 1.
D [13/Oct/2018:08:13:33 +0200] [Job 630] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/Oct/2018:08:13:33 +0200] [Job 630] prnt/backend/hp.c 919: ERROR: null print job total=0
D [13/Oct/2018:08:13:33 +0200] [Job 630] PID 4128 (/usr/lib/cups/backend/hp) exited with no errors.
D [13/Oct/2018:08:13:33 +0200] [Job 630] End of messages
D [13/Oct/2018:08:13:33 +0200] [Job 630] printer-state=3(idle)
D [13/Oct/2018:08:13:33 +0200] [Job 630] printer-state-message="Filter failed"
D [13/Oct/2018:08:13:33 +0200] [Job 630] printer-state-reasons=none
E [13/Oct/2018:08:13:57 +0200] [Job 631] Job stopped due to filter errors; please consult the error_log file for details.
D [13/Oct/2018:08:13:57 +0200] [Job 631] The following messages were recorded from 08:13:55 to 08:13:57
D [13/Oct/2018:08:13:57 +0200] [Job 631] Applying default options...
D [13/Oct/2018:08:13:57 +0200] [Job 631] Adding start banner page "none".
D [13/Oct/2018:08:13:57 +0200] [Job 631] Queued on "HP-Officejet-5740-series" by "rleuschner".
D [13/Oct/2018:08:13:57 +0200] [Job 631] Auto-typing file...
D [13/Oct/2018:08:13:57 +0200] [Job 631] Request file type is application/pdf.
D [13/Oct/2018:08:13:57 +0200] [Job 631] File of type application/pdf queued by "rleuschner".
D [13/Oct/2018:08:13:57 +0200] [Job 631] Adding end banner page "none".
D [13/Oct/2018:08:13:57 +0200] [Job 631] time-at-processing=1539411235
D [13/Oct/2018:08:13:57 +0200] [Job 631] 3 filters for job:
D [13/Oct/2018:08:13:57 +0200] [Job 631] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [13/Oct/2018:08:13:57 +0200] [Job 631] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [13/Oct/2018:08:13:57 +0200] [Job 631] hpcups (application/vnd.cups-raster to printer/HP-Officejet-5740-series, cost 0)
D [13/Oct/2018:08:13:57 +0200] [Job 631] job-sheets=none,none
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[0]="HP-Officejet-5740-series"
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[1]="631"
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[2]="rleuschner"
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[3]="Schulferien.txt"
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[4]="1"
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[5]="InputSlot=Auto PageSize=A4 job-uuid=urn:uuid:1cb8f450-6f5e-3b2e-75b6-2cc7f51fa6ce job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1539411235 time-at-processing=1539411235 document-name-supplied=GfQZRl"
D [13/Oct/2018:08:13:57 +0200] [Job 631] argv[6]="/var/spool/cups/d00631-001"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[7]="CUPS_STATEDIR=/run/cups"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[8]="HOME=/var/spool/cups/tmp"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[10]="SERVER_ADMIN=root@roland-ubuntu"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[11]="SOFTWARE=CUPS/2.2.7"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[13]="USER=root"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[14]="CUPS_MAX_MESSAGE=2047"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[15]="CUPS_SERVER=/var/run/cups/cups.sock"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[17]="IPP_PORT=631"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[18]="CHARSET=utf-8"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[19]="LANG=de_DE.UTF-8"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[20]="PPD=/etc/cups/ppd/HP-Officejet-5740-series.ppd"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[21]="RIP_MAX_CACHE=128m"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[22]="CONTENT_TYPE=application/pdf"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[23]="DEVICE_URI=dnssd://HP%20Officejet%205740%20series%20%5BB17944%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-308d99b17944"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[24]="PRINTER_INFO=HP Officejet 5740 series"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[25]="PRINTER_LOCATION="
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[26]="PRINTER=HP-Officejet-5740-series"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[27]="PRINTER_STATE_REASONS=none"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[28]="CUPS_FILETYPE=document"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[30]="AUTH_I****"
D [13/Oct/2018:08:13:57 +0200] [Job 631] Started filter /usr/lib/cups/filter/pdftopdf (PID 4134)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Started filter /usr/lib/cups/filter/gstoraster (PID 4135)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Started filter /usr/lib/cups/filter/hpcups (PID 4136)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Started backend /usr/lib/cups/backend/dnssd (PID 4137)
D [13/Oct/2018:08:13:57 +0200] [Job 631] OUTFORMAT=\"(null)\", so output format will be CUPS/PWG Raster
D [13/Oct/2018:08:13:57 +0200] [Job 631] Resolving \"HP Officejet 5740 series [B17944]._pdl-datastream._tcp.local\"...
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: +connecting-to-device
D [13/Oct/2018:08:13:57 +0200] [Job 631] Resolving \"HP Officejet 5740 series [B17944]\", regtype=\"_pdl-datastream._tcp\", domain=\"local.\"...
D [13/Oct/2018:08:13:57 +0200] [Job 631] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [13/Oct/2018:08:13:57 +0200] [Job 631] PID 4134 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
D [13/Oct/2018:08:13:57 +0200] [Job 631] Color Manager: Calibration Mode/Off
D [13/Oct/2018:08:13:57 +0200] [Job 631] Calling FindDeviceById(cups-HP-Officejet-5740-series)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Found device /org/freedesktop/ColorManager/devices/cups_HP_Officejet_5740_series
D [13/Oct/2018:08:13:57 +0200] [Job 631] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Calling FindDeviceById(cups-HP-Officejet-5740-series)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Found device /org/freedesktop/ColorManager/devices/cups_HP_Officejet_5740_series
D [13/Oct/2018:08:13:57 +0200] [Job 631] Calling GetProfileForQualifiers(RGB.Plain....)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Found profile /org/freedesktop/ColorManager/profiles/HP_Officejet_5740_series_RGB__
D [13/Oct/2018:08:13:57 +0200] [Job 631] Calling org.freedesktop.ColorManager.Profile.Get(Filename)
D [13/Oct/2018:08:13:57 +0200] [Job 631] Use profile filename: \'\'
D [13/Oct/2018:08:13:57 +0200] [Job 631] Color Manager: ICC Profile: 
D [13/Oct/2018:08:13:57 +0200] [Job 631] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [13/Oct/2018:08:13:57 +0200] [Job 631] Ghostscript command line: gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sOutputType=0 -r600x600 -dMediaPosition=7 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=841 -dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=17 -dcupsInteger0=26 -scupsPageSizeName=A4 -I/usr/share/cups/fonts -c \'<</.HWMargins[8.400000 8.400000 8.400024 8.400024] /Margins[0 0]>>setpagedevice\' -f -_
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[0]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[1]=\"CUPS_DATADIR=/usr/share/cups\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[2]=\"CUPS_DOCROOT=/usr/share/cups/doc-root\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[3]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[4]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[5]=\"CUPS_SERVERBIN=/usr/lib/cups\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[6]=\"CUPS_SERVERROOT=/etc/cups\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[7]=\"CUPS_STATEDIR=/run/cups\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[8]=\"HOME=/var/spool/cups/tmp\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[9]=\"PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[10]=\"SERVER_ADMIN=root@roland-ubuntu\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[11]=\"SOFTWARE=CUPS/2.2.7\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[12]=\"USER=root\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[13]=\"CUPS_MAX_MESSAGE=2047\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[14]=\"CUPS_SERVER=/var/run/cups/cups.sock\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[15]=\"CUPS_ENCRYPTION=IfRequested\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[16]=\"IPP_PORT=631\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[17]=\"CHARSET=utf-8\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[18]=\"LANG=de_DE.UTF-8\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[19]=\"PPD=/etc/cups/ppd/HP-Officejet-5740-series.ppd\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[20]=\"RIP_MAX_CACHE=128m\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[21]=\"CONTENT_TYPE=application/pdf\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[22]=\"DEVICE_URI=dnssd://HP%20Officejet%205740%20series%20%5BB17944%5D._pdl-datastream._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-308d99b17944\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[23]=\"PRINTER_INFO=HP Officejet 5740 series\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[24]=\"PRINTER_LOCATION=\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[25]=\"PRINTER=HP-Officejet-5740-series\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[26]=\"PRINTER_STATE_REASONS=none\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[27]=\"CUPS_FILETYPE=document\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[28]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] envp[29]=\"AUTH_INFO_REQUIRED=none\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] ./base/gsicc_manage.c:1244: gsicc_open_search(): Could not find default_gray.icc 
D [13/Oct/2018:08:13:57 +0200] [Job 631] | ./base/gsicc_manage.c:2025: gsicc_set_device_profile(): cannot find device profile
D [13/Oct/2018:08:13:57 +0200] [Job 631] Unrecoverable error: rangecheck in .putdeviceprops
D [13/Oct/2018:08:13:57 +0200] [Job 631] Operand stack:
D [13/Oct/2018:08:13:57 +0200] [Job 631] true
D [13/Oct/2018:08:13:57 +0200] [Job 631] PID 4135 (/usr/lib/cups/filter/gstoraster) stopped with status 1.
D [13/Oct/2018:08:13:57 +0200] [Job 631] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/Oct/2018:08:13:57 +0200] [Job 631] prnt/hpcups/HPCupsFilter.cpp 569: cupsRasterOpen failed, fd = 0
D [13/Oct/2018:08:13:57 +0200] [Job 631] PID 4136 (/usr/lib/cups/filter/hpcups) stopped with status 1.
D [13/Oct/2018:08:13:57 +0200] [Job 631] Hint: Try setting the LogLevel to "debug" to find out more.
D [13/Oct/2018:08:13:57 +0200] [Job 631] Resolved as \"socket://HP308D99B17944.local:9100/\"...
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -connecting-to-device,offline-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] Executing backend \"/usr/lib/cups/backend/socket\"...
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: +connecting-to-device
D [13/Oct/2018:08:13:57 +0200] [Job 631] Looking up \"HP308D99B17944.local\"...
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -connecting-to-device
D [13/Oct/2018:08:13:57 +0200] [Job 631] HP308D99B17944.local=192.168.2.102
D [13/Oct/2018:08:13:57 +0200] [Job 631] hrDeviceDesc=\"Officejet 5740 series\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] prtMarkerColorantValue.1.1 = \"tri-color ink cartridge\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] prtMarkerColorantValue.1.2 = \"black ink cartridge\"
D [13/Oct/2018:08:13:57 +0200] [Job 631] ATTR: marker-colors=none,none
D [13/Oct/2018:08:13:57 +0200] [Job 631] ATTR: marker-names=\'\"tri-color ink cartridge HP unknown\"\',\'\"black ink cartridge HP unknown\"\'
D [13/Oct/2018:08:13:57 +0200] [Job 631] ATTR: marker-types=ink,ink
D [13/Oct/2018:08:13:57 +0200] [Job 631] ATTR: marker-levels=-1,-1
D [13/Oct/2018:08:13:57 +0200] [Job 631] new_supply_state=0, change_state=ffff
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -developer-low-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -developer-empty-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -marker-supply-low-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -marker-supply-empty-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -opc-near-eol-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -opc-life-over-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -toner-low-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -toner-empty-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -waste-receptacle-almost-full-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -waste-receptacle-full-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -cleaner-life-almost-over-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -cleaner-life-over-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] new_state=0, change_state=ffff
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -media-empty-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -door-open-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -media-jam-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -input-tray-missing-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -output-tray-missing-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -marker-supply-missing-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -output-area-almost-full-report
D [13/Oct/2018:08:13:57 +0200] [Job 631] STATE: -output-area-full-warning
D [13/Oct/2018:08:13:57 +0200] [Job 631] backendWaitLoop(snmp_fd=5, addr=0x55a7fac637d8, side_cb=0x55a7f98cc360)
D [13/Oct/2018:08:13:57 +0200] [Job 631] PID 4137 (/usr/lib/cups/backend/dnssd) exited with no errors.
D [13/Oct/2018:08:13:57 +0200] [Job 631] End of messages
D [13/Oct/2018:08:13:57 +0200] [Job 631] printer-state=3(idle)
D [13/Oct/2018:08:13:57 +0200] [Job 631] printer-state-message="Filter failed"
D [13/Oct/2018:08:13:57 +0200] [Job 631] printer-state-reasons=none
E [13/Oct/2018:08:37:26 +0200] [Client 62] Returning IPP client-error-bad-request for CUPS-Add-Modify-Printer (ipp://localhost:631/printers/HP_Officejet_5740_series_marionleuschner_SATELLITE_C660) from localhost
rleuschner@roland-ubuntu:~$