Hi,

I tried to get a HP Officejet 5510 working with HPLIP 0.9.11 patch 2.
Everything works fine now - except regular printing:

- set up SuSE 10.0 from scratch, hp-check showed that everything is prepared 
for hplip (except ReportLab, but I don't need the fax feature at all).
- configure... make... make install... ran without any problems
- hp-setup made it and set up all the features
- hp-toolbox showed my OfficeJet, let me configure it and even showed me the 
ink level
- "print testpage" said that the page will be print, i pressed ok, the job 
appeared in the queue - and the computer stalled. frozen desktop, frozen clock, 
frozen mouse.
- reset the computer, but it was stalled again whenever cupsd started
- booted to runlevel 1, deleted the 2 files out of /var/spool/cups (c00001 and 
d00001-001 - the "malicious" job)
- init 5 brought up the system again
- tried some more debugging with the following results:
-- scanning per Kooka works
-- "hp-levels -bcups" works
-- "hp-align -bcups" works
-- "hp-clean -bcups" works
-- "hp-testpage" freezes the computer =8(

I have no idea how to go on. The call "gs -q ..." from foomatic is the last 
command in the logs before restart. When I type this in into console the 
computer restarts immediately.

When I try the gs command without some parameters it works until I append the 
-sDeviceManufacturer -sDeviceModel pair. with both appended the computer 
freezes:

====
~> gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE testprint.ps
[works fine]

~> gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs 
-sIjsServer=hpijs -sOutputFile="foo.bar" testprint.ps
unable to set key=OutputFile, value=foo.bar
unable to set Quality=0, ColorMode=2, MediaType=0, err=4
following will be used Quality=0, ColorMode=2, MediaType=0
unable to set paper size=17, err=4
Segmentation fault

~> gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs 
-sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="deskjet 
3600" -sOutputFile="foo.bar" testprint.ps
unable to set key=OutputFile, value=foo.bar
[freeze]

~> gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs 
-sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="deskjet 
3600" -sOutputFile=- testprint.ps
unable to set key=OutputFile, value=-
unable to create Job object err=32
[freeze]
====

I could not find any hint where the "deskjet 3600" is handled. There's no PPD 
for it at the system, nor in the install sources, but hplip.sourceforge.net 
referres to it for the HP OfficeJet 5500 series. So maybe it's handled 
internally by hplip.


========================
/var/log/cups/error.log:
========================
I [01/Jun/2006:00:24:26 +0200] Listening to 0:631
D [01/Jun/2006:00:24:26 +0200] AddLocation: added location 
'CUPS_INTERNAL_BROWSE_ACL'
D [01/Jun/2006:00:24:26 +0200] AllowHost: CUPS_INTERNAL_BROWSE_ACL allow @LOCAL
D [01/Jun/2006:00:24:26 +0200] DenyIP: CUPS_INTERNAL_BROWSE_ACL deny 
00000000/00000000
D [01/Jun/2006:00:24:26 +0200] AddLocation: added location '/'
D [01/Jun/2006:00:24:26 +0200] DenyIP: / deny 00000000/00000000
D [01/Jun/2006:00:24:26 +0200] AllowIP: / allow 7f000001/ffffffff
D [01/Jun/2006:00:24:26 +0200] AllowIP: / allow 7f000002/ffffffff
D [01/Jun/2006:00:24:26 +0200] AllowHost: / allow @LOCAL
D [01/Jun/2006:00:24:26 +0200] AddLocation: added location '/admin'
D [01/Jun/2006:00:24:26 +0200] DenyIP: /admin deny 00000000/00000000
D [01/Jun/2006:00:24:26 +0200] AllowIP: /admin allow 7f000001/ffffffff
I [01/Jun/2006:00:24:26 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
I [01/Jun/2006:00:24:26 +0200] Configured for up to 100 clients.
I [01/Jun/2006:00:24:26 +0200] Allowing up to 100 client connections per host.
I [01/Jun/2006:00:24:26 +0200] Full reload is required.
D [01/Jun/2006:00:24:26 +0200] LoadAllPrinters: Loading printer 
officejet_5500...
d [01/Jun/2006:00:24:26 +0200] AddPrinter("officejet_5500")
d [01/Jun/2006:00:24:26 +0200] Adding filter application/vnd.cups-raw 
printer/officejet_5500 0 -
d [01/Jun/2006:00:24:26 +0200] FindBest: uri = "/printers/officejet_5500"...
d [01/Jun/2006:00:24:26 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:24:26 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:24:26 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:24:26 +0200] FindBest: best = "/"
d [01/Jun/2006:00:24:26 +0200] Adding filter application/vnd.cups-postscript 
printer/officejet_5500 0 foomatic-rip
D [01/Jun/2006:00:24:26 +0200] LoadAllPrinters: Loading printer 
officejet_5500_fax...
d [01/Jun/2006:00:24:26 +0200] AddPrinter("officejet_5500_fax")
d [01/Jun/2006:00:24:26 +0200] Adding filter application/vnd.cups-raw 
printer/officejet_5500_fax 0 -
d [01/Jun/2006:00:24:26 +0200] FindBest: uri = "/printers/officejet_5500_fax"...
d [01/Jun/2006:00:24:26 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:24:26 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:24:26 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:24:26 +0200] FindBest: best = "/"
d [01/Jun/2006:00:24:26 +0200] Adding filter application/vnd.cups-postscript 
printer/officejet_5500_fax 0 foomatic-rip
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device 
"hp:/usb/officejet_5500_series?serial=MY3CIF112396"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "ipp"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "lpd"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "smb"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp0"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp1"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp2"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp3"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp4"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp5"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp6"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp7"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp8"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp9"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp10"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp11"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp12"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp13"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp14"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "usb:/dev/usb/lp15"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "http"...
D [01/Jun/2006:00:24:27 +0200] LoadDevices: Added device "scsi"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"hpfax:/usb/officejet_5500_series?serial=MY3CIF112396"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device "parallel:/dev/lp0"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS0?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS1?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS2?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS3?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS4?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS5?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS6?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device 
"serial:/dev/ttyS7?baud=115200"...
D [01/Jun/2006:00:24:28 +0200] LoadDevices: Added device "socket"...
I [01/Jun/2006:00:24:28 +0200] LoadPPDs: Read "/etc/cups/ppds.dat", 1352 PPDs...
I [01/Jun/2006:00:24:28 +0200] LoadPPDs: No new or changed PPDs...
D [01/Jun/2006:00:24:28 +0200] LoadAllJobs: Scanning /var/spool/cups...
D [01/Jun/2006:00:24:28 +0200] LoadAllJobs: Loading attributes for job 1...
D [01/Jun/2006:00:24:28 +0200] LoadAllJobs: Auto-typing document file 
d00001-001...
I [01/Jun/2006:00:24:28 +0200] Full reload complete.
D [01/Jun/2006:00:24:28 +0200] StartListening: NumListeners=1
D [01/Jun/2006:00:24:28 +0200] StartListening: address=00000000 port=631
D [01/Jun/2006:00:24:28 +0200] ResumeListening: setting input bits...
d [01/Jun/2006:00:24:28 +0200] ResumeListening: Adding fd 0 to InputSet...
d [01/Jun/2006:00:24:28 +0200] StartBrowsing: Adding fd 2 to InputSet...
d [01/Jun/2006:00:24:28 +0200] StartServer: Adding fd 3 to InputSet...
d [01/Jun/2006:00:24:28 +0200] AddCert: adding certificate for pid 0
D [01/Jun/2006:00:24:28 +0200] StartJob(1, 0x80050e30)
D [01/Jun/2006:00:24:28 +0200] StartJob() id = 1, file = 0/1
D [01/Jun/2006:00:24:28 +0200] job-sheets=none,none
D [01/Jun/2006:00:24:28 +0200] banner_page = 0
D [01/Jun/2006:00:24:28 +0200] StartJob: argv = 
"officejet_5500","1","root","tmpSJKcad","1","","/var/spool/cups/d00001-001"
D [01/Jun/2006:00:24:28 +0200] StartJob: 
envp[0]="PATH=/usr/lib/cups/filter:/bin:/usr/bin"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[1]="SOFTWARE=CUPS/1.1"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[2]="USER=root"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[3]="CHARSET=utf-8"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[4]="LANG=en"
D [01/Jun/2006:00:24:28 +0200] StartJob: 
envp[5]="PPD=/etc/cups/ppd/officejet_5500.ppd"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[6]="CUPS_SERVERROOT=/etc/cups"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[7]="RIP_MAX_CACHE=8m"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[8]="TMPDIR=/var/spool/cups/tmp"
D [01/Jun/2006:00:24:28 +0200] StartJob: 
envp[9]="CONTENT_TYPE=application/postscript"
D [01/Jun/2006:00:24:28 +0200] StartJob: 
envp[10]="DEVICE_URI=hp:/usb/officejet_5500_series?serial=MY3CIF112396"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[11]="PRINTER=officejet_5500"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[12]="CUPS_DATADIR=/usr/share/cups"
D [01/Jun/2006:00:24:28 +0200] StartJob: 
envp[13]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[14]="CUPS_SERVER=localhost"
D [01/Jun/2006:00:24:28 +0200] StartJob: envp[15]="IPP_PORT=631"
d [01/Jun/2006:00:24:28 +0200] StartJob: Allocating status buffer...
D [01/Jun/2006:00:24:28 +0200] StartJob: statusfds = [ 5 6 ]
D [01/Jun/2006:00:24:28 +0200] StartJob: filterfds[1] = [ 7 -1 ]
D [01/Jun/2006:00:24:28 +0200] StartJob: filter = "/usr/lib/cups/filter/pstops"
D [01/Jun/2006:00:24:28 +0200] StartJob: filterfds[0] = [ 8 9 ]
D [01/Jun/2006:00:24:28 +0200] start_process("/usr/lib/cups/filter/pstops", 
0xbfbf0220, 0xbfbef798, 7, 9, 6)
I [01/Jun/2006:00:24:28 +0200] Started filter /usr/lib/cups/filter/pstops (PID 
5621) for job 1.
D [01/Jun/2006:00:24:28 +0200] StartJob: filter = 
"/usr/lib/cups/filter/foomatic-rip"
D [01/Jun/2006:00:24:28 +0200] StartJob: filterfds[1] = [ 7 10 ]
D [01/Jun/2006:00:24:28 +0200] 
start_process("/usr/lib/cups/filter/foomatic-rip", 0xbfbf0220, 0xbfbef798, 8, 
10, 6)
I [01/Jun/2006:00:24:28 +0200] Started filter /usr/lib/cups/filter/foomatic-rip 
(PID 5622) for job 1.
D [01/Jun/2006:00:24:28 +0200] StartJob: backend = "/usr/lib/cups/backend/hp"
D [01/Jun/2006:00:24:28 +0200] StartJob: filterfds[0] = [ -1 8 ]
D [01/Jun/2006:00:24:28 +0200] start_process("/usr/lib/cups/backend/hp", 
0xbfbf0220, 0xbfbef798, 7, 8, 6)
I [01/Jun/2006:00:24:28 +0200] Started backend /usr/lib/cups/backend/hp (PID 
5623) for job 1.
d [01/Jun/2006:00:24:28 +0200] StartJob: Adding fd 5 to InputSet...
d [01/Jun/2006:00:24:28 +0200] AcceptClient(lis=0x800444f0) 0 NumClients = 0
D [01/Jun/2006:00:24:28 +0200] AcceptClient: 6 from localhost:631.
d [01/Jun/2006:00:24:28 +0200] AcceptClient: Adding fd 6 to InputSet...
d [01/Jun/2006:00:24:28 +0200] ReadClient: 6, used=0, file=-1
D [01/Jun/2006:00:24:28 +0200] ReadClient: 6 POST / HTTP/1.1
d [01/Jun/2006:00:24:28 +0200] decode_auth(0xb7b1b008): Authorization string = 
""
d [01/Jun/2006:00:24:28 +0200] decode_auth: 6 username=""
d [01/Jun/2006:00:24:28 +0200] IsAuthorized: con->uri = "/"
d [01/Jun/2006:00:24:28 +0200] FindBest: uri = "/"...
d [01/Jun/2006:00:24:28 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:24:28 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:24:28 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:24:28 +0200] FindBest: best = "/"
d [01/Jun/2006:00:24:28 +0200] IsAuthorized: auth = 0, satisfy=0...
d [01/Jun/2006:00:24:28 +0200] POST /
d [01/Jun/2006:00:24:28 +0200] CONTENT_TYPE = application/ipp
d [01/Jun/2006:00:24:28 +0200] ReadClient: 6 con->data_encoding = length, 
con->data_remaining = 370, con->file = -1
d [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest(0xb7b1b008[6]): operation_id = 
000a
d [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest: URI="ipp://localhost/jobs"
d [01/Jun/2006:00:24:28 +0200] get_jobs(0xb7b1b008[6], ipp://localhost/jobs)
d [01/Jun/2006:00:24:28 +0200] get_jobs: job->id = 1
d [01/Jun/2006:00:24:28 +0200] get_jobs: count = 1
d [01/Jun/2006:00:24:28 +0200] copy_attrs(0x800e63b0, 0x800dd5b8, 0x800e6518, 2)
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800dd828[job-originating-user-name,2,42])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800dd8e8[job-name,2,42])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800dd998[document-format,2,49])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800ddb20[job-priority,2,21])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800ddc88[job-id,2,21])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800ddd28[job-state,2,23])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800dde78[job-printer-uri,2,45])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800ddf50[job-name,2,42])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800de000[job-k-octets,2,21])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800de0a8[time-at-creation,2,21])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800de150[time-at-processing,2,21])
d [01/Jun/2006:00:24:28 +0200] copy_attribute(0x800e63b0, 
0x800de1f8[time-at-completed,2,13])
d [01/Jun/2006:00:24:28 +0200] add_job_state_reasons(0xb7b1b008[6], 1)
D [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest: 6 status_code=1
d [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest: Adding fd 6 to OutputSet...
d [01/Jun/2006:00:24:28 +0200] WriteClient: Removing fd 6 from OutputSet...
d [01/Jun/2006:00:24:28 +0200] ReadClient: 6, used=0, file=-1
D [01/Jun/2006:00:24:28 +0200] ReadClient: 6 POST / HTTP/1.1
d [01/Jun/2006:00:24:28 +0200] decode_auth(0xb7b1b008): Authorization string = 
""
d [01/Jun/2006:00:24:28 +0200] decode_auth: 6 username=""
d [01/Jun/2006:00:24:28 +0200] IsAuthorized: con->uri = "/"
d [01/Jun/2006:00:24:28 +0200] FindBest: uri = "/"...
d [01/Jun/2006:00:24:28 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:24:28 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:24:28 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:24:28 +0200] FindBest: best = "/"
d [01/Jun/2006:00:24:28 +0200] IsAuthorized: auth = 0, satisfy=0...
d [01/Jun/2006:00:24:28 +0200] POST /
d [01/Jun/2006:00:24:28 +0200] CONTENT_TYPE = application/ipp
d [01/Jun/2006:00:24:28 +0200] ReadClient: 6 con->data_encoding = length, 
con->data_remaining = 394, con->file = -1
d [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest(0xb7b1b008[6]): operation_id = 
000a
d [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest: URI="ipp://localhost/jobs"
d [01/Jun/2006:00:24:28 +0200] get_jobs(0xb7b1b008[6], ipp://localhost/jobs)
d [01/Jun/2006:00:24:28 +0200] get_jobs: job->id = 1
D [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest: 6 status_code=1
d [01/Jun/2006:00:24:28 +0200] ProcessIPPRequest: Adding fd 6 to OutputSet...
D [01/Jun/2006:00:24:28 +0200] [Job 1] Page = 595x842; 10,36 to 585,833
D [01/Jun/2006:00:24:28 +0200] [Job 1] slowcollate=0, slowduplex=0, sloworder=0
d [01/Jun/2006:00:24:28 +0200] WriteClient: Removing fd 6 from OutputSet...
d [01/Jun/2006:00:24:29 +0200] select_timeout: 1 seconds to send browse update
D [01/Jun/2006:00:24:29 +0200] [Job 1] foomatic-rip version $Revision: 
3.43.2.15 $ running...
D [01/Jun/2006:00:24:29 +0200] [Job 1] Parsing PPD file ...
D [01/Jun/2006:00:24:29 +0200] [Job 1] *cupsFilter: 
"application/vnd.cups-postscript 0 foomatic-rip"
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option ColorSpace
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option Resolution
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option PageSize
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option PageRegion
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option Model
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option PrintoutMode
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option ImageableArea
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option PaperDimension
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option Quality
D [01/Jun/2006:00:24:29 +0200] [Job 1] Added option Font
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] Parameter Summary
D [01/Jun/2006:00:24:29 +0200] [Job 1] -----------------
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] Spooler: cups
D [01/Jun/2006:00:24:29 +0200] [Job 1] Printer: officejet_5500
D [01/Jun/2006:00:24:29 +0200] [Job 1] PPD file: 
/etc/cups/ppd/officejet_5500.ppd
D [01/Jun/2006:00:24:29 +0200] [Job 1] Printer model: HP OfficeJet 5500 
Foomatic/hpijs (recommended)
D [01/Jun/2006:00:24:29 +0200] [Job 1] Job title: tmpSJKcad
D [01/Jun/2006:00:24:29 +0200] [Job 1] File(s) to be printed: 
D [01/Jun/2006:00:24:29 +0200] [Job 1] <STDIN>
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] GhostScript extra search path 
('GS_LIB'): /usr/share/cups/fonts
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
================================================
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] File: <STDIN>
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
================================================
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] Reading PostScript input ...
D [01/Jun/2006:00:24:29 +0200] [Job 1] --> This document is DSC-conforming!
D [01/Jun/2006:00:24:29 +0200] [Job 1] This job seems not to be DSC-conforming, 
DSC-comment for next section not found, stopping to parse the rest, passing it 
directly to the renderer.
D [01/Jun/2006:00:24:29 +0200] [Job 1] "Prolog" section is missing, inserting 
it.
D [01/Jun/2006:00:24:29 +0200] [Job 1] "Setup" section is missing, inserting it.
D [01/Jun/2006:00:24:29 +0200] [Job 1] Inserting PostScript code for CUPS' page 
accounting
D [01/Jun/2006:00:24:29 +0200] [Job 1] "PageSetup" section is missing, 
inserting it.
D [01/Jun/2006:00:24:29 +0200] [Job 1] Inserting option code into "PageSetup" 
section.
D [01/Jun/2006:00:24:29 +0200] [Job 1] Stopped parsing the PostScript data, 
sending rest directly to renderer.
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] Starting renderer
D [01/Jun/2006:00:24:29 +0200] [Job 1] JCL: <job data> 
D [01/Jun/2006:00:24:29 +0200] [Job 1] 
D [01/Jun/2006:00:24:29 +0200] [Job 1] renderer PID kid4=5680
D [01/Jun/2006:00:24:29 +0200] [Job 1] renderer command: gs -q -dBATCH 
-dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs 
-sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="deskjet 3600" 
-dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=842 -r600 
-sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2
 -dIjsUseOutputFD -sOutputFile=- -
D [01/Jun/2006:00:24:30 +0200] [Job 1] foomatic-gswrapper: gs '-dBATCH' 
'-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' 
'-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=deskjet 3600' 
'-dDEVICEWIDTHPOINTS=595' '-dDEVICEHEIGHTPOINTS=842' '-r600' 
'-sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2'
 '-dIjsUseOutputFD' '-sOutputFile=| cat >&3' '/dev/fd/0' 3>&1 1>&2

[freeze]
[reboot]

I [01/Jun/2006:00:26:59 +0200] Listening to 0:631
D [01/Jun/2006:00:26:59 +0200] AddLocation: added location 
'CUPS_INTERNAL_BROWSE_ACL'
D [01/Jun/2006:00:26:59 +0200] AllowHost: CUPS_INTERNAL_BROWSE_ACL allow @LOCAL
D [01/Jun/2006:00:26:59 +0200] DenyIP: CUPS_INTERNAL_BROWSE_ACL deny 
00000000/00000000
D [01/Jun/2006:00:26:59 +0200] AddLocation: added location '/'
D [01/Jun/2006:00:26:59 +0200] DenyIP: / deny 00000000/00000000
D [01/Jun/2006:00:26:59 +0200] AllowIP: / allow 7f000001/ffffffff
D [01/Jun/2006:00:26:59 +0200] AllowIP: / allow 7f000002/ffffffff
D [01/Jun/2006:00:26:59 +0200] AllowHost: / allow @LOCAL
D [01/Jun/2006:00:26:59 +0200] AddLocation: added location '/admin'
D [01/Jun/2006:00:26:59 +0200] DenyIP: /admin deny 00000000/00000000
D [01/Jun/2006:00:26:59 +0200] AllowIP: /admin allow 7f000001/ffffffff
I [01/Jun/2006:00:26:59 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
I [01/Jun/2006:00:26:59 +0200] Configured for up to 100 clients.
I [01/Jun/2006:00:26:59 +0200] Allowing up to 100 client connections per host.
I [01/Jun/2006:00:26:59 +0200] Full reload is required.
D [01/Jun/2006:00:26:59 +0200] LoadAllPrinters: Loading printer 
officejet_5500...
d [01/Jun/2006:00:26:59 +0200] AddPrinter("officejet_5500")
d [01/Jun/2006:00:26:59 +0200] Adding filter application/vnd.cups-raw 
printer/officejet_5500 0 -
d [01/Jun/2006:00:26:59 +0200] FindBest: uri = "/printers/officejet_5500"...
d [01/Jun/2006:00:26:59 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:26:59 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:26:59 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:26:59 +0200] FindBest: best = "/"
d [01/Jun/2006:00:26:59 +0200] Adding filter application/vnd.cups-postscript 
printer/officejet_5500 0 foomatic-rip
D [01/Jun/2006:00:26:59 +0200] LoadAllPrinters: Loading printer 
officejet_5500_fax...
d [01/Jun/2006:00:26:59 +0200] AddPrinter("officejet_5500_fax")
d [01/Jun/2006:00:26:59 +0200] Adding filter application/vnd.cups-raw 
printer/officejet_5500_fax 0 -
d [01/Jun/2006:00:26:59 +0200] FindBest: uri = "/printers/officejet_5500_fax"...
d [01/Jun/2006:00:26:59 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:26:59 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:26:59 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:26:59 +0200] FindBest: best = "/"
d [01/Jun/2006:00:26:59 +0200] Adding filter application/vnd.cups-postscript 
printer/officejet_5500_fax 0 foomatic-rip
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"hp:/usb/officejet_5500_series?serial=MY3CIF112396"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "ipp"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "lpd"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "smb"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp0"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp1"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp2"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp3"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp4"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp5"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp6"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp7"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp8"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp9"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp10"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp11"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp12"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp13"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp14"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "usb:/dev/usb/lp15"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "http"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "scsi"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"hpfax:/usb/officejet_5500_series?serial=MY3CIF112396"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "parallel:/dev/lp0"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS0?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS1?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS2?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS3?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS4?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS5?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS6?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device 
"serial:/dev/ttyS7?baud=115200"...
D [01/Jun/2006:00:27:00 +0200] LoadDevices: Added device "socket"...
I [01/Jun/2006:00:27:00 +0200] LoadPPDs: Read "/etc/cups/ppds.dat", 1352 PPDs...
I [01/Jun/2006:00:29:05 +0200] Listening to 0:631
D [01/Jun/2006:00:29:05 +0200] AddLocation: added location 
'CUPS_INTERNAL_BROWSE_ACL'
D [01/Jun/2006:00:29:05 +0200] AllowHost: CUPS_INTERNAL_BROWSE_ACL allow @LOCAL
D [01/Jun/2006:00:29:05 +0200] DenyIP: CUPS_INTERNAL_BROWSE_ACL deny 
00000000/00000000
D [01/Jun/2006:00:29:05 +0200] AddLocation: added location '/'
D [01/Jun/2006:00:29:05 +0200] DenyIP: / deny 00000000/00000000
D [01/Jun/2006:00:29:05 +0200] AllowIP: / allow 7f000001/ffffffff
D [01/Jun/2006:00:29:05 +0200] AllowIP: / allow 7f000002/ffffffff
D [01/Jun/2006:00:29:05 +0200] AllowHost: / allow @LOCAL
D [01/Jun/2006:00:29:05 +0200] AddLocation: added location '/admin'
D [01/Jun/2006:00:29:05 +0200] DenyIP: /admin deny 00000000/00000000
D [01/Jun/2006:00:29:05 +0200] AllowIP: /admin allow 7f000001/ffffffff
I [01/Jun/2006:00:29:05 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
I [01/Jun/2006:00:29:05 +0200] Configured for up to 100 clients.
I [01/Jun/2006:00:29:05 +0200] Allowing up to 100 client connections per host.
I [01/Jun/2006:00:29:05 +0200] Full reload is required.
D [01/Jun/2006:00:29:05 +0200] LoadAllPrinters: Loading printer 
officejet_5500...
d [01/Jun/2006:00:29:05 +0200] AddPrinter("officejet_5500")
d [01/Jun/2006:00:29:05 +0200] Adding filter application/vnd.cups-raw 
printer/officejet_5500 0 -
d [01/Jun/2006:00:29:05 +0200] FindBest: uri = "/printers/officejet_5500"...
d [01/Jun/2006:00:29:05 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:29:05 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:29:05 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:29:05 +0200] FindBest: best = "/"
d [01/Jun/2006:00:29:05 +0200] Adding filter application/vnd.cups-postscript 
printer/officejet_5500 0 foomatic-rip
D [01/Jun/2006:00:29:05 +0200] LoadAllPrinters: Loading printer 
officejet_5500_fax...
d [01/Jun/2006:00:29:05 +0200] AddPrinter("officejet_5500_fax")
d [01/Jun/2006:00:29:05 +0200] Adding filter application/vnd.cups-raw 
printer/officejet_5500_fax 0 -
d [01/Jun/2006:00:29:05 +0200] FindBest: uri = "/printers/officejet_5500_fax"...
d [01/Jun/2006:00:29:05 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL 
Limit 0
d [01/Jun/2006:00:29:05 +0200] FindBest: Location / Limit 7f
d [01/Jun/2006:00:29:05 +0200] FindBest: Location /admin Limit 7f
d [01/Jun/2006:00:29:05 +0200] FindBest: best = "/"
d [01/Jun/2006:00:29:05 +0200] Adding filter application/vnd.cups-postscript 
printer/officejet_5500_fax 0 foomatic-rip
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "ipp"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "lpd"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "smb"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device 
"usb://hp/officejet%205500%20series?serial=MY3CIF112396"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp1"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp2"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp3"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp4"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp5"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp6"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp7"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp8"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp9"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp10"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp11"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp12"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp13"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp14"...
D [01/Jun/2006:00:29:05 +0200] LoadDevices: Added device "usb:/dev/usblp15"...
D [01/Jun/2006:00:29:06 +0200] LoadDevices: Added device "http"...
D [01/Jun/2006:00:29:06 +0200] LoadDevices: Added device "scsi"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device "parallel:/dev/lp0"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS0?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS1?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS2?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS3?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS4?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS5?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added device 
"serial:/dev/ttyS6?baud=115200"...
D [01/Jun/2006:00:29:07 +0200] LoadDevices: Added devic


_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to