View previous topic :: View next topic |
Author |
Message |
jjay Apprentice

Joined: 14 Sep 2004 Posts: 187 Location: Suresnes(92) / France
|
Posted: Thu Sep 30, 2004 12:30 am Post subject: [EPSON stylus photo 810] -> ca n'imprime pas (resolu) |
|
|
Bonjour,
J'ai une imprimante Epson stylus photo 810 et je n'arrive pas a imprimer quoi que ce soit avec.
Edition le 30/092004
Code: |
En fait avec Gimp ca imprime mais au lieu d'imprimer les images ça imprime le source d'un fichier PS :( |
J'ai suivi la doc ici : http://www.gentoo.org/doc/fr/printing-howto.xml et malgres ça rien ne veut sortir de mon imprimante.
Dans l'ordre j'ai
- ajout des USE : cups usb foomaticdb ppds
- compilation de cups et footmatic
- compilé mon noyaux pour le support de l'imprimante par usb (et // aussi)
- modprob usbcore et printer
le device /dev/usb/lp0 apparait bien
jusqu'ici tout va bien et c'et la que ca se complique
Je teste ainsi :
Code: | # touch test.txt
# echo "Hello World" > test.txt
# cat test.txt > /dev/usb/lp0 |
et il ne se passe rien, rien ne sort de l'imprimante, vu les commantaires sur certaine imprimante je decide de quand meme passer a la suite
Demarage de cups
Code: | /etc/init.d/cupsd start |
ajout de mon imprimante :
[code]foomatic-configure -s cups -p Epson-Stylus_Photo_810 -c file:/dev/usb/lp0 -n Epson_810 -d gimp-print[code]/etc/init.d/cupsd start[/code]
j'ai voulu essayer d'imprimer la page de test et il ne se passe rien, seul le netoyage des tetes semble marcher
Voici les logs dans /var/log/error_log lorsque je demande une impression.
d [30/Sep/2004:02:18:03 +0200] AcceptClient(0x8088128) 0 NumClients = 2
D [30/Sep/2004:02:18:03 +0200] AcceptClient() 7 from localhost:631.
d [30/Sep/2004:02:18:03 +0200] AcceptClient: Adding fd 7 to InputSet...
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
D [30/Sep/2004:02:18:03 +0200] ReadClient() 7 POST / HTTP/1.1
d [30/Sep/2004:02:18:03 +0200] decode_auth(0x40540868): Authorization string = ""
d [30/Sep/2004:02:18:03 +0200] decode_auth() 7 username=""
d [30/Sep/2004:02:18:03 +0200] IsAuthorized: con->uri = "/"
d [30/Sep/2004:02:18:03 +0200] FindBest: uri = "/"...
d [30/Sep/2004:02:18:03 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:03 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:03 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:03 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:03 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:03 +0200] POST /
d [30/Sep/2004:02:18:03 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 138, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 130, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 95, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 61, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=23
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 24, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest(0x40540868[7]): operation_id = 4002
d [30/Sep/2004:02:18:03 +0200] get_printers(0x40540868[7], 0)
d [30/Sep/2004:02:18:03 +0200] add_printer_state_reasons(0x40540868[7], 0x8092770[Epson_810])
d [30/Sep/2004:02:18:03 +0200] add_queued_job_count(0x40540868[7], 0x8092770[Epson_810])
d [30/Sep/2004:02:18:03 +0200] copy_attrs(0x815eba8, 0x80900b0, 0x815d988, 0)
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815eba8, 0x8090210[printer-name,4,42])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815eba8, 0x80904a8[job-sheets-default,4,42])
d [30/Sep/2004:02:18:03 +0200] copy_attrs(0x815eba8, 0x8087618, 0x815d988, 0)
D [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest: 7 status_code=1
d [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest: Adding fd 7 to OutputSet...
d [30/Sep/2004:02:18:03 +0200] WriteClient: Removing fd 7 from OutputSet...
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
D [30/Sep/2004:02:18:03 +0200] CloseClient() 7
d [30/Sep/2004:02:18:03 +0200] CloseClient: Removing fd 7 from InputSet and OutputSet...
d [30/Sep/2004:02:18:03 +0200] AcceptClient(0x8088128) 0 NumClients = 2
D [30/Sep/2004:02:18:03 +0200] AcceptClient() 7 from localhost:631.
d [30/Sep/2004:02:18:03 +0200] AcceptClient: Adding fd 7 to InputSet...
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
D [30/Sep/2004:02:18:03 +0200] ReadClient() 7 POST / HTTP/1.1
d [30/Sep/2004:02:18:03 +0200] decode_auth(0x40540868): Authorization string = ""
d [30/Sep/2004:02:18:03 +0200] decode_auth() 7 username=""
d [30/Sep/2004:02:18:03 +0200] IsAuthorized: con->uri = "/"
d [30/Sep/2004:02:18:03 +0200] FindBest: uri = "/"...
d [30/Sep/2004:02:18:03 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:03 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:03 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:03 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:03 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:03 +0200] POST /
d [30/Sep/2004:02:18:03 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 138, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 130, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 95, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 61, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=23
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 24, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest(0x40540868[7]): operation_id = 4005
d [30/Sep/2004:02:18:03 +0200] get_printers(0x40540868[7], 1)
D [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest: 7 status_code=1
d [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest: Adding fd 7 to OutputSet...
d [30/Sep/2004:02:18:03 +0200] WriteClient: Removing fd 7 from OutputSet...
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
D [30/Sep/2004:02:18:03 +0200] CloseClient() 7
d [30/Sep/2004:02:18:03 +0200] CloseClient: Removing fd 7 from InputSet and OutputSet...
d [30/Sep/2004:02:18:03 +0200] AcceptClient(0x8088128) 0 NumClients = 2
D [30/Sep/2004:02:18:03 +0200] AcceptClient() 7 from localhost:631.
d [30/Sep/2004:02:18:03 +0200] AcceptClient: Adding fd 7 to InputSet...
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
D [30/Sep/2004:02:18:03 +0200] ReadClient() 7 POST / HTTP/1.1
d [30/Sep/2004:02:18:03 +0200] decode_auth(0x40540868): Authorization string = ""
d [30/Sep/2004:02:18:03 +0200] decode_auth() 7 username=""
d [30/Sep/2004:02:18:03 +0200] IsAuthorized: con->uri = "/"
d [30/Sep/2004:02:18:03 +0200] FindBest: uri = "/"...
d [30/Sep/2004:02:18:03 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:03 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:03 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:03 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:03 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:03 +0200] POST /
d [30/Sep/2004:02:18:03 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 78, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 70, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 35, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7, used=0
d [30/Sep/2004:02:18:03 +0200] ReadClient() 7 con->data_encoding = length, con->data_remaining = 1, con->file = 0
d [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest(0x40540868[7]): operation_id = 4001
d [30/Sep/2004:02:18:03 +0200] get_default(0x40540868[7])
d [30/Sep/2004:02:18:03 +0200] copy_attrs(0x815e638, 0x80900b0, (nil), 0)
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80900d8[printer-uri-supported,4,45])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090148[uri-authentication-supported,4,44])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80901b8[uri-security-supported,4,44])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090210[printer-name,4,42])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090260[printer-location,4,41])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80902b0[printer-info,4,41])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090310[printer-more-info,4,45])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090378[requesting-user-name-allowed,4,42])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80903f0[job-quota-period,4,21])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090430[job-k-limit,4,21])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090468[job-page-limit,4,21])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80904a8[job-sheets-default,4,42])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8090510[device-uri,4,45])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80c2e58[color-supported,4,22])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80c2e98[pages-per-minute,4,21])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80c3278[printer-make-and-model,4,41])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80c3b08[media-supported,4,44])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80c3f40[media-default,4,44])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80908d8[finishings-supported,4,23])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x8096a20[finishings-default,4,23])
d [30/Sep/2004:02:18:03 +0200] copy_attribute(0x815e638, 0x80c34f0[printer-type,4,23])
D [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest: 7 status_code=0
d [30/Sep/2004:02:18:03 +0200] ProcessIPPRequest: Adding fd 7 to OutputSet...
d [30/Sep/2004:02:18:03 +0200] WriteClient: Removing fd 7 from OutputSet...
d [30/Sep/2004:02:18:05 +0200] AcceptClient(0x8088128) 0 NumClients = 3
D [30/Sep/2004:02:18:05 +0200] AcceptClient() 9 from localhost:631.
d [30/Sep/2004:02:18:05 +0200] AcceptClient: Adding fd 9 to InputSet...
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
D [30/Sep/2004:02:18:05 +0200] ReadClient() 9 POST / HTTP/1.1
d [30/Sep/2004:02:18:05 +0200] decode_auth(0x40543498): Authorization string = ""
d [30/Sep/2004:02:18:05 +0200] decode_auth() 9 username=""
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: con->uri = "/"
d [30/Sep/2004:02:18:05 +0200] FindBest: uri = "/"...
d [30/Sep/2004:02:18:05 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:05 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:05 +0200] POST /
d [30/Sep/2004:02:18:05 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 138, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 130, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 95, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 61, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=23
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 24, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest(0x40543498[9]): operation_id = 4002
d [30/Sep/2004:02:18:05 +0200] get_printers(0x40543498[9], 0)
d [30/Sep/2004:02:18:05 +0200] add_printer_state_reasons(0x40543498[9], 0x8092770[Epson_810])
d [30/Sep/2004:02:18:05 +0200] add_queued_job_count(0x40543498[9], 0x8092770[Epson_810])
d [30/Sep/2004:02:18:05 +0200] copy_attrs(0x815e5e0, 0x80900b0, 0x815fff0, 0)
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815e5e0, 0x8090210[printer-name,4,42])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815e5e0, 0x80904a8[job-sheets-default,4,42])
d [30/Sep/2004:02:18:05 +0200] copy_attrs(0x815e5e0, 0x8087618, 0x815fff0, 0)
D [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: 9 status_code=1
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: Adding fd 9 to OutputSet...
d [30/Sep/2004:02:18:05 +0200] WriteClient: Removing fd 9 from OutputSet...
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
D [30/Sep/2004:02:18:05 +0200] CloseClient() 9
d [30/Sep/2004:02:18:05 +0200] CloseClient: Removing fd 9 from InputSet and OutputSet...
d [30/Sep/2004:02:18:05 +0200] AcceptClient(0x8088128) 0 NumClients = 3
D [30/Sep/2004:02:18:05 +0200] AcceptClient() 9 from localhost:631.
d [30/Sep/2004:02:18:05 +0200] AcceptClient: Adding fd 9 to InputSet...
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
D [30/Sep/2004:02:18:05 +0200] ReadClient() 9 POST / HTTP/1.1
d [30/Sep/2004:02:18:05 +0200] decode_auth(0x40543498): Authorization string = ""
d [30/Sep/2004:02:18:05 +0200] decode_auth() 9 username=""
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: con->uri = "/"
d [30/Sep/2004:02:18:05 +0200] FindBest: uri = "/"...
d [30/Sep/2004:02:18:05 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:05 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:05 +0200] POST /
d [30/Sep/2004:02:18:05 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 138, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 130, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 95, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 61, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=23
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 24, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest(0x40543498[9]): operation_id = 4005
d [30/Sep/2004:02:18:05 +0200] get_printers(0x40543498[9], 1)
D [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: 9 status_code=1
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: Adding fd 9 to OutputSet...
d [30/Sep/2004:02:18:05 +0200] WriteClient: Removing fd 9 from OutputSet...
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
D [30/Sep/2004:02:18:05 +0200] CloseClient() 9
d [30/Sep/2004:02:18:05 +0200] CloseClient: Removing fd 9 from InputSet and OutputSet...
d [30/Sep/2004:02:18:05 +0200] AcceptClient(0x8088128) 0 NumClients = 3
D [30/Sep/2004:02:18:05 +0200] AcceptClient() 9 from localhost:631.
d [30/Sep/2004:02:18:05 +0200] AcceptClient: Adding fd 9 to InputSet...
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
D [30/Sep/2004:02:18:05 +0200] ReadClient() 9 POST / HTTP/1.1
d [30/Sep/2004:02:18:05 +0200] decode_auth(0x40543498): Authorization string = ""
d [30/Sep/2004:02:18:05 +0200] decode_auth() 9 username=""
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: con->uri = "/"
d [30/Sep/2004:02:18:05 +0200] FindBest: uri = "/"...
d [30/Sep/2004:02:18:05 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:05 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:05 +0200] POST /
d [30/Sep/2004:02:18:05 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 78, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 70, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 35, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 1, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest(0x40543498[9]): operation_id = 4001
d [30/Sep/2004:02:18:05 +0200] get_default(0x40543498[9])
d [30/Sep/2004:02:18:05 +0200] copy_attrs(0x815ebe8, 0x80900b0, (nil), 0)
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80900d8[printer-uri-supported,4,45])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090148[uri-authentication-supported,4,44])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80901b8[uri-security-supported,4,44])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090210[printer-name,4,42])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090260[printer-location,4,41])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80902b0[printer-info,4,41])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090310[printer-more-info,4,45])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090378[requesting-user-name-allowed,4,42])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80903f0[job-quota-period,4,21])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090430[job-k-limit,4,21])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090468[job-page-limit,4,21])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80904a8[job-sheets-default,4,42])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8090510[device-uri,4,45])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80c2e58[color-supported,4,22])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80c2e98[pages-per-minute,4,21])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80c3278[printer-make-and-model,4,41])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80c3b08[media-supported,4,44])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80c3f40[media-default,4,44])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80908d8[finishings-supported,4,23])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x8096a20[finishings-default,4,23])
d [30/Sep/2004:02:18:05 +0200] copy_attribute(0x815ebe8, 0x80c34f0[printer-type,4,23])
D [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: 9 status_code=0
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: Adding fd 9 to OutputSet...
d [30/Sep/2004:02:18:05 +0200] WriteClient: Removing fd 9 from OutputSet...
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
D [30/Sep/2004:02:18:05 +0200] ReadClient() 9 POST /printers/Epson_810 HTTP/1.1
d [30/Sep/2004:02:18:05 +0200] decode_auth(0x40543498): Authorization string = ""
d [30/Sep/2004:02:18:05 +0200] decode_auth() 9 username=""
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: con->uri = "/printers/Epson_810"
d [30/Sep/2004:02:18:05 +0200] FindBest: uri = "/printers/Epson_810"...
d [30/Sep/2004:02:18:05 +0200] FindBest: Location / Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location /admin Limit 7f
d [30/Sep/2004:02:18:05 +0200] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/Sep/2004:02:18:05 +0200] FindBest: best = "/"
d [30/Sep/2004:02:18:05 +0200] IsAuthorized: auth = 0, satisfy=0...
d [30/Sep/2004:02:18:05 +0200] POST /printers/Epson_810
d [30/Sep/2004:02:18:05 +0200] CONTENT_TYPE = application/ipp
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 158829, con->file = 0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 REQUEST /var/spool/cups/00000001=10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 1724 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 156831, con->file = 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 32768 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 124063, con->file = 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 14333 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 109730, con->file = 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 16711 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 93019, con->file = 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 32768 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 60251, con->file = 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 32768 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 con->data_encoding = length, con->data_remaining = 27483, con->file = 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 writing 27483 bytes to 10
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9 Closing data file 10, size = 158555.
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest(0x40543498[9]): operation_id = 0002
d [30/Sep/2004:02:18:05 +0200] print_job(0x40543498[9], ipp://localhost:631/printers/Epson_810)
D [30/Sep/2004:02:18:05 +0200] print_job: auto-typing file...
D [30/Sep/2004:02:18:05 +0200] print_job: request file type is application/postscript.
d [30/Sep/2004:02:18:05 +0200] check_quotas(0x40543498[9], 0x8092770[Epson_810])
D [30/Sep/2004:02:18:05 +0200] check_quotas: requesting-user-name = 'jjay'
D [30/Sep/2004:02:18:05 +0200] print_job: requesting-user-name = 'jjay'
I [30/Sep/2004:02:18:05 +0200] Adding start banner page "none" to job 10.
d [30/Sep/2004:02:18:05 +0200] copy_banner(0x40543498[9], 0x815ec10[10], none)
d [30/Sep/2004:02:18:05 +0200] add_file(con=0x40543498[9], job=10, filetype=application/postscript, compression=0)
I [30/Sep/2004:02:18:05 +0200] Adding end banner page "none" to job 10.
d [30/Sep/2004:02:18:05 +0200] copy_banner(0x40543498[9], 0x815ec10[10], none)
I [30/Sep/2004:02:18:05 +0200] Job 10 queued on 'Epson_810' by 'jjay'.
D [30/Sep/2004:02:18:05 +0200] Job 10 hold_until = 0
d [30/Sep/2004:02:18:05 +0200] SaveJob: Closing file 10...
D [30/Sep/2004:02:18:05 +0200] StartJob(10, 0x8092770)
D [30/Sep/2004:02:18:05 +0200] StartJob() id = 10, file = 0/1
D [30/Sep/2004:02:18:05 +0200] job-sheets=none,none
D [30/Sep/2004:02:18:05 +0200] banner_page = 0
D [30/Sep/2004:02:18:05 +0200] StartJob: argv = "Epson_810","10","jjay","(stdin)","1","A4 media=A4","/var/spool/cups/d00010-001"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[0]="PATH=/usr/lib/cups/filter:/bin:/usr/bin"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[1]="SOFTWARE=CUPS/1.1"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[2]="USER=root"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[3]="CHARSET=iso-8859-15"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[4]="LANG=fr"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[5]="PPD=/etc/cups/ppd/Epson_810.ppd"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[6]="CUPS_SERVERROOT=/etc/cups"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[7]="RIP_MAX_CACHE=8m"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[8]="TMPDIR=/var/spool/cups/tmp"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[9]="CONTENT_TYPE=application/postscript"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[10]="DEVICE_URI=usb://EPSON/Stylus%20Photo%20810"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[11]="PRINTER=Epson_810"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[12]="CUPS_DATADIR=/usr/share/cups"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[13]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[14]="CUPS_SERVER=localhost"
D [30/Sep/2004:02:18:05 +0200] StartJob: envp[15]="IPP_PORT=631"
d [30/Sep/2004:02:18:05 +0200] StartJob: Allocating status buffer...
D [30/Sep/2004:02:18:05 +0200] StartJob: statusfds = [ 10 11 ]
D [30/Sep/2004:02:18:05 +0200] StartJob: filterfds[1] = [ 12 -1 ]
D [30/Sep/2004:02:18:05 +0200] StartJob: filter = "/usr/lib/cups/filter/pstops"
D [30/Sep/2004:02:18:05 +0200] StartJob: filterfds[0] = [ 13 14 ]
D [30/Sep/2004:02:18:05 +0200] start_process("/usr/lib/cups/filter/pstops", 0xbffef690, 0xbffeea00, 12, 14, 11)
I [30/Sep/2004:02:18:05 +0200] Started filter /usr/lib/cups/filter/pstops (PID 18946) for job 10.
D [30/Sep/2004:02:18:05 +0200] StartJob: filter = "/usr/lib/cups/filter/foomatic-rip"
D [30/Sep/2004:02:18:05 +0200] StartJob: filterfds[1] = [ 12 15 ]
D [30/Sep/2004:02:18:05 +0200] start_process("/usr/lib/cups/filter/foomatic-rip", 0xbffef690, 0xbffeea00, 13, 15, 11)
I [30/Sep/2004:02:18:05 +0200] Started filter /usr/lib/cups/filter/foomatic-rip (PID 18947) for job 10.
D [30/Sep/2004:02:18:05 +0200] StartJob: backend = "/usr/lib/cups/backend/usb"
D [30/Sep/2004:02:18:05 +0200] StartJob: filterfds[0] = [ -1 13 ]
D [30/Sep/2004:02:18:05 +0200] start_process("/usr/lib/cups/backend/usb", 0xbffef690, 0xbffeea00, 12, 13, 11)
I [30/Sep/2004:02:18:05 +0200] Started backend /usr/lib/cups/backend/usb (PID 18948) for job 10.
d [30/Sep/2004:02:18:05 +0200] StartJob: Adding fd 10 to InputSet...
d [30/Sep/2004:02:18:05 +0200] add_job_state_reasons(0x40543498[9], 10)
D [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: 9 status_code=0
d [30/Sep/2004:02:18:05 +0200] ProcessIPPRequest: Adding fd 9 to OutputSet...
d [30/Sep/2004:02:18:05 +0200] WriteClient: Removing fd 9 from OutputSet...
D [30/Sep/2004:02:18:05 +0200] [Job 10] Page = 595x842; 0,0 to 595,842
D [30/Sep/2004:02:18:05 +0200] [Job 10] slowcollate=0, slowduplex=0, sloworder=0
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%BoundingBox: 0 0 595 841
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%Creator: Qt 3.3.3
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%CreationDate: jeu sep 30 02:18:05 2004
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%Orientation: Portrait
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%Pages: 2
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%DocumentFonts: BitstreamVeraSerif-Roman BitstreamVeraSans-Bold BitstreamVeraSerif-Bold
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%EndComments
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%BeginProlog
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%EndProlog
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%BeginSetup
D [30/Sep/2004:02:18:05 +0200] [Job 10] perl: warning: Setting locale failed.
D [30/Sep/2004:02:18:05 +0200] [Job 10] perl: warning: Please check that your locale settings:
D [30/Sep/2004:02:18:05 +0200] [Job 10] LANGUAGE = (unset),
D [30/Sep/2004:02:18:05 +0200] [Job 10] LC_ALL = (unset),
D [30/Sep/2004:02:18:05 +0200] [Job 10] LANG = "fr"
D [30/Sep/2004:02:18:05 +0200] [Job 10] are supported and installed on your system.
D [30/Sep/2004:02:18:05 +0200] [Job 10] perl: warning: Falling back to the standard locale ("C").
d [30/Sep/2004:02:18:05 +0200] ReadClient() 9, used=0
E [30/Sep/2004:02:18:05 +0200] Bad request line "request id is Epson_810-10 (1 file(s))"!
D [30/Sep/2004:02:18:05 +0200] SendError() 9 code=400 (Bad Request)
d [30/Sep/2004:02:18:05 +0200] ShutdownClient: Removing fd 9 from InputSet...
D [30/Sep/2004:02:18:05 +0200] [Job 10] foomatic-rip version $Revision: 3.43.2.2 $ running...
D [30/Sep/2004:02:18:05 +0200] [Job 10] Parsing PPD file ...
D [30/Sep/2004:02:18:05 +0200] [Job 10] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option ColorSpace
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option PageSize
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option PageRegion
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Model
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option PrintoutMode
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option ImageableArea
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option PaperDimension
D [30/Sep/2004:02:18:05 +0200] [Job 10] Printer using device file "/dev/usb/lp0"...
D [30/Sep/2004:02:18:05 +0200] [Job 10] LPGETSTATUS returned a port status of 18...
W [30/Sep/2004:02:18:05 +0200] [Job 10] Media tray empty!
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option MediaType
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option InkType
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option stpGamma
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Density
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option stpBrightness
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option stpSaturation
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Contrast
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Cyan
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Magenta
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Yellow
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option GSResolution
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Quality
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option OutputType
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option ImageType
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Dither
D [30/Sep/2004:02:18:05 +0200] [Job 10] Added option Font
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] Parameter Summary
D [30/Sep/2004:02:18:05 +0200] [Job 10] -----------------
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] Spooler: cups
D [30/Sep/2004:02:18:05 +0200] [Job 10] Printer: Epson_810
D [30/Sep/2004:02:18:05 +0200] [Job 10] PPD file: /etc/cups/ppd/Epson_810.ppd
D [30/Sep/2004:02:18:05 +0200] [Job 10] Printer model: Epson Stylus Photo 810 Foomatic/gimp-print (recommended)
D [30/Sep/2004:02:18:05 +0200] [Job 10] Job title: (stdin)
D [30/Sep/2004:02:18:05 +0200] [Job 10] File(s) to be printed:
D [30/Sep/2004:02:18:05 +0200] [Job 10] <STDIN>
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] Pondering option 'A4'
D [30/Sep/2004:02:18:05 +0200] [Job 10] Unknown boolean option "A4".
D [30/Sep/2004:02:18:05 +0200] [Job 10] Pondering option 'media=A4'
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] ================================================
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] File: <STDIN>
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] ================================================
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] Reading PostScript input ...
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%BeginFont: Bitstream Vera Sans Bold
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %%Creator: Converted from TrueType by Qt
D [30/Sep/2004:02:18:05 +0200] [Job 10] --> This document is DSC-conforming!
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] -----------
D [30/Sep/2004:02:18:05 +0200] [Job 10] Found: %%BeginProlog
D [30/Sep/2004:02:18:05 +0200] [Job 10] 0 %% Font Page 00
D [30/Sep/2004:02:18:05 +0200] [Job 10] Found: %%EndProlog
D [30/Sep/2004:02:18:05 +0200] [Job 10]
D [30/Sep/2004:02:18:05 +0200] [Job 10] -----------
D [30/Sep/2004:02:18:05 +0200] [Job 10] Found: %%BeginSetup
D [30/Sep/2004:02:18:05 +0200] [Job 10] Inserting PostScript code for CUPS' page accounting
D [30/Sep/2004:02:18:05 +0200] [Job 10] Found: %%BeginFeature: *PrintoutMode Normal
D [30/Sep/2004:02:18:05 +0200] [Job 10] Option: PrintoutMode=Normal --> Setting option
D [30/Sep/2004:02:18:05 +0200] [Job 10] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
D [30/Sep/2004:02:18:05 +0200] [Job 10] Option: PrintoutMode=Normal --> Setting option
D [30/Sep/2004:02:18:05 +0200] [Job 10] Found: %%BeginFeature: *Contrast 1.00
D [30/Sep/2004:02:18:05 +0200] [Job 10] Option: Contrast=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *Cyan 1.00
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Cyan=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *Density 1.00
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Density=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *Magenta 1.00
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Magenta=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *stpBrightness 1.00
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: stpBrightness=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *stpGamma 1.00
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: stpGamma=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *stpSaturation 1.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: stpSaturation=1.0 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *Yellow 1.00
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Yellow=1.00 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *InkType PhotoCMYK
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: InkType=PhotoCMYK --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *MediaType Plain
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: MediaType=Plain --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *PageSize A4
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: PageSize=A4 --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *Dither FromPrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Dither=FromPrintoutMode --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginFont: BitstreamVeraSans-Bold
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%FontName: BitstreamVeraSans-Bold-Uni
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Creator: Composite font created by Qt
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndFont
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndFont
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginFont: Bitstream Vera Serif
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Creator: Converted from TrueType by Qt
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %% FoomaticRIPOptionSetting: Dither=@PrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Dither=FromPrintoutMode --> Looking up setting in composite option 'PrintoutMode'
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *GSResolution FromPrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: GSResolution=FromPrintoutMode --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %% FoomaticRIPOptionSetting: GSResolution=@PrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: GSResolution=FromPrintoutMode --> Looking up setting in composite option 'PrintoutMode'
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *ImageType FromPrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: ImageType=FromPrintoutMode --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %% FoomaticRIPOptionSetting: ImageType=@PrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: ImageType=FromPrintoutMode --> Looking up setting in composite option 'PrintoutMode'
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *OutputType FromPrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: OutputType=FromPrintoutMode --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %% FoomaticRIPOptionSetting: OutputType=@PrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: OutputType=FromPrintoutMode --> Looking up setting in composite option 'PrintoutMode'
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginFeature: *Quality FromPrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Quality=FromPrintoutMode --> Option will be set by PostScript interpreter
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
D [30/Sep/2004:02:18:06 +0200] [Job 10] Option: Quality=FromPrintoutMode --> Looking up setting in composite option 'PrintoutMode'
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %% Font Page 00
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginFont: BitstreamVeraSerif-Roman
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%FontName: BitstreamVeraSerif-Roman-Uni
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Creator: Composite font created by Qt
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndFont
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndFont
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginFont: Bitstream Vera Serif Bold
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Creator: Converted from TrueType by Qt
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %% Font Page 00
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginFont: BitstreamVeraSerif-Bold
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%FontName: BitstreamVeraSerif-Bold-Uni
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Creator: Composite font created by Qt
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndFont
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndFont
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Page: 1 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Page: 1 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] pw = 595.0, pl = 842.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] PageLeft = 0.0, PageRight = 595.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] PageTop = 842.0, PageBottom = 0.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] PageWidth = 595.0, PageLength = 842.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%EndSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] -----------
D [30/Sep/2004:02:18:06 +0200] [Job 10] New page: 1 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] Inserting option code into "PageSetup" section.
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%EndPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] End of page header
D [30/Sep/2004:02:18:06 +0200] [Job 10] Stopping search for page header options
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found:
D [30/Sep/2004:02:18:06 +0200] [Job 10] 119.5 252.5 P
D [30/Sep/2004:02:18:06 +0200] [Job 10] --> Output goes directly to the renderer now.
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] Starting renderer
D [30/Sep/2004:02:18:06 +0200] [Job 10] renderer PID kid4=18950
D [30/Sep/2004:02:18:06 +0200] [Job 10] renderer command:
D [30/Sep/2004:02:18:06 +0200] [Job 10] JCL: <job data>
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] renderer return value: 255
D [30/Sep/2004:02:18:06 +0200] [Job 10] renderer received signal: 255
D [30/Sep/2004:02:18:06 +0200] [Job 10] Process dying with "The renderer command line returned an unrecognized error code 255.", exit stat: 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] The renderer command line returned an unrecognized error code 255.
D [30/Sep/2004:02:18:06 +0200] [Job 10] tail process done writing data to STDOUT
D [30/Sep/2004:02:18:06 +0200] [Job 10] KID4 finished
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Page: 2 2
D [30/Sep/2004:02:18:06 +0200] [Job 10] pw = 595.0, pl = 842.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] PageLeft = 0.0, PageRight = 595.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] PageTop = 842.0, PageBottom = 0.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] PageWidth = 595.0, PageLength = 842.0
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%BeginPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%EndPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] -----------
D [30/Sep/2004:02:18:06 +0200] [Job 10] New page: 2 2
D [30/Sep/2004:02:18:06 +0200] [Job 10] Inserting option code into "PageSetup" section.
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found:
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%Page: 2 2
D [30/Sep/2004:02:18:06 +0200] [Job 10] [{
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%BeginFeature: *GSResolution 360x360DPI
D [30/Sep/2004:02:18:06 +0200] [Job 10] <</HWResolution[360 360]>>setpagedevice
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%EndFeature
D [30/Sep/2004:02:18:06 +0200] [Job 10] } stopped cleartomark
D [30/Sep/2004:02:18:06 +0200] [Job 10] [{
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%BeginFeature: *Quality 360swuni
D [30/Sep/2004:02:18:06 +0200] [Job 10] <</Quality(360swuni)>>setpagedevice
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%EndFeature
D [30/Sep/2004:02:18:06 +0200] [Job 10] } stopped cleartomark
D [30/Sep/2004:02:18:06 +0200] [Job 10] [{
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%BeginFeature: *OutputType Color
D [30/Sep/2004:02:18:06 +0200] [Job 10] <</Color 1>>setpagedevice
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%EndFeature
D [30/Sep/2004:02:18:06 +0200] [Job 10] } stopped cleartomark
D [30/Sep/2004:02:18:06 +0200] [Job 10] [{
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%BeginFeature: *ImageType Photographs
D [30/Sep/2004:02:18:06 +0200] [Job 10] <</ImageType 2>>setpagedevice
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%EndFeature
D [30/Sep/2004:02:18:06 +0200] [Job 10] } stopped cleartomark
D [30/Sep/2004:02:18:06 +0200] [Job 10] [{
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%BeginFeature: *Dither Adaptive
D [30/Sep/2004:02:18:06 +0200] [Job 10] <</Dither(Adaptive)>>setpagedevice
D [30/Sep/2004:02:18:06 +0200] [Job 10] %%EndFeature
D [30/Sep/2004:02:18:06 +0200] [Job 10] } stopped cleartomark
D [30/Sep/2004:02:18:06 +0200] [Job 10] --> Output goes to the FIFO buffer now.
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%BeginPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found: %%EndPageSetup
D [30/Sep/2004:02:18:06 +0200] [Job 10] End of page header
D [30/Sep/2004:02:18:06 +0200] [Job 10] 0 %%Trailer
D [30/Sep/2004:02:18:06 +0200] [Job 10] Saw Trailer!
D [30/Sep/2004:02:18:06 +0200] [Job 10] Stopping search for page header options
D [30/Sep/2004:02:18:06 +0200] [Job 10] Found:
D [30/Sep/2004:02:18:06 +0200] [Job 10] <003B>[0 0]5 179 XYT
D [30/Sep/2004:02:18:06 +0200] [Job 10] --> Output goes directly to the renderer now.
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] Saw EOF!
d [30/Sep/2004:02:18:06 +0200] PID 18946 exited with no errors.
D [30/Sep/2004:02:18:06 +0200] [Job 10]
D [30/Sep/2004:02:18:06 +0200] [Job 10] Closing renderer
D [30/Sep/2004:02:18:06 +0200] [Job 10] KID3 exited with status 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] Renderer exit stat: 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] Renderer process finished
D [30/Sep/2004:02:18:06 +0200] [Job 10] Killing process 18949 (KID3)
D [30/Sep/2004:02:18:06 +0200] [Job 10] Process dying with "Error closing renderer", exit stat: 1
D [30/Sep/2004:02:18:06 +0200] [Job 10] Error closing renderer
I [30/Sep/2004:02:18:06 +0200] [Job 10] Ready to print.
d [30/Sep/2004:02:18:06 +0200] PID 18948 exited with no errors.
E [30/Sep/2004:02:18:06 +0200] PID 18947 stopped with status 1!
D [30/Sep/2004:02:18:06 +0200] UpdateJob: job 10, file 0 is complete.
d [30/Sep/2004:02:18:06 +0200] UpdateJob: Removing fd 10 from InputSet...
D [30/Sep/2004:02:18:06 +0200] CancelJob: id = 10
D [30/Sep/2004:02:18:06 +0200] StopJob: id = 10, force = 0
D [30/Sep/2004:02:18:06 +0200] StopJob: printer state is 3
d [30/Sep/2004:02:18:06 +0200] StopJob: Freeing status buffer...
d [30/Sep/2004:02:18:06 +0200] SaveJob: Closing file 10...
d [30/Sep/2004:02:18:06 +0200] SaveJob: Closing file 10...
d [30/Sep/2004:02:18:18 +0200] DeleteCert: removing certificate for pid 0
d [30/Sep/2004:02:18:18 +0200] AddCert: adding certificate for pid 0
J'aio essayé aussi en utilisant le port // mais c'est pire lorsque je charge les modules :
[code]# modprobe parport
# modprobe parport_pc[/code]
le device /dev/lp0 n'apparait pas
Help 
Last edited by jjay on Thu Sep 30, 2004 11:03 pm; edited 1 time in total |
|
Back to top |
|
 |
jjay Apprentice

Joined: 14 Sep 2004 Posts: 187 Location: Suresnes(92) / France
|
Posted: Thu Sep 30, 2004 11:03 pm Post subject: |
|
|
En fait ca marche en utilisnt gimp-print-ijs a la place de gimp-print. Le pbl c'est que la commande pour trouver le driver retourne 2 valeurs possibles :
Code: |
bash-2.05b# grep Photo_810 /usr/share/foomatic/db/source/driver/*
/usr/share/foomatic/db/source/driver/gimp-print-ijs.xml: <id>printer/Epson-Stylus_Photo_810</id>
/usr/share/foomatic/db/source/driver/gimp-print.xml: <id>printer/Epson-Stylus_Photo_810</id>
|
et forcement j'avais pas choisi le bon
Mais maintenant tout est ok |
|
Back to top |
|
 |
nuts Veteran


Joined: 10 Jan 2004 Posts: 1630
|
Posted: Fri Oct 01, 2004 11:31 am Post subject: |
|
|
sinon un truc tout bete, dans gimp quand tu vas pour imprimer, faut bien verifier que ton imprimante est bien regler avec le nom de ton imprimante et pas en postscript. _________________ nuts
PC: AMD Phenom 2 bi-core 555 + Asus M4A77T/USB3 + 2Go de RAM + wifi Ralink RT61 + Radeon HD 3450 - Disque dur 500Go.
SGI Octane ip30 R10000 |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|