ich habe irgendwie ein Problem mit meinem Drucker. Benutze Debian Testing und cups 1.2.1.
Folgende Tatsachen :
- Drucker eingerichtet in cups
- Testseite druckt wunderbar
- drucken aus dem Firefox: wunderbarD [24/Nov/2006:19:08:44 +0100] [Job 35] Wrote 8192 bytes...
- drucken per kommandozeile lpr: null reaktion
Warum druckt er nicht per lpr?
Aufruf folgendermaßen:
Code: Alles auswählen
D [24/Nov/2006:19:08:44 +0100] [Job 35] Wrote 8192 bytes...
D [24/Nov/2006:19:08:45 +0100] [Job 35] Wrote 8192 bytes...
D [24/Nov/2006:19:08:45 +0100] [Job 35] Wrote 3295 bytes...
D [24/Nov/2006:19:08:45 +0100] PID 4434 (/usr/lib/cups/backend/parallel) exited with no errors.
D [24/Nov/2006:19:08:45 +0100] [Job 35] File 0 is complete.
D [24/Nov/2006:19:08:45 +0100] Discarding unused job-completed event...
D [24/Nov/2006:19:08:45 +0100] Discarding unused printer-state-changed event...
D [24/Nov/2006:19:08:46 +0100] Unloading job 35...
D [24/Nov/2006:19:09:40 +0100] cupsdCloseClient: 8
D [24/Nov/2006:19:09:55 +0100] cupsdCloseClient: 7
I [24/Nov/2006:19:12:56 +0100] Scheduler shutting down normally.
D [24/Nov/2006:19:12:56 +0100] cupsdCloseClient: 10
I [24/Nov/2006:19:12:56 +0100] Saving remote.cache...
I [24/Nov/2006:19:12:56 +0100] Saving job cache file "/var/cache/cups/job.cache"...
I [24/Nov/2006:19:12:56 +0100] Listening to 127.0.0.1:631 (IPv4)
I [24/Nov/2006:19:12:56 +0100] Listening to /var/run/cups/cups.sock (Domain)
I [24/Nov/2006:19:12:56 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [24/Nov/2006:19:12:56 +0100] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [24/Nov/2006:19:12:56 +0100] Configured for up to 100 clients.
I [24/Nov/2006:19:12:56 +0100] Allowing up to 100 client connections per host.
I [24/Nov/2006:19:12:56 +0100] Using policy "default" as the default!
I [24/Nov/2006:19:12:56 +0100] Full reload is required.
I [24/Nov/2006:19:12:56 +0100] Loaded MIME database from '/etc/cups': 34 types, 39 filters...
D [24/Nov/2006:19:12:56 +0100] Loading printer jessi...
I [24/Nov/2006:19:12:56 +0100] Loading job cache file "/var/cache/cups/job.cache"...
D [24/Nov/2006:19:12:56 +0100] Loading job 31 from cache...
D [24/Nov/2006:19:12:56 +0100] Loading job 32 from cache...
D [24/Nov/2006:19:12:56 +0100] Loading job 33 from cache...
D [24/Nov/2006:19:12:56 +0100] Loading job 34 from cache...
D [24/Nov/2006:19:12:56 +0100] Loading job 35 from cache...
I [24/Nov/2006:19:12:56 +0100] Full reload complete.
I [24/Nov/2006:19:12:56 +0100] Listening to 127.0.0.1:631 on fd 2...
I [24/Nov/2006:19:12:56 +0100] Listening to /var/run/cups/cups.sock on fd 3...
Code: Alles auswählen
lpr -P jessi .xsession
Code: Alles auswählen
# Printer configuration file for CUPS v1.2.1
# Written by cupsd on 2006-11-24 19:06
<Printer jessi>
Info jessi
DeviceURI parallel:/dev/lp0
State Idle
StateTime 1164391574
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
Gruß
Fuechsin