• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Wie funktioniert CUPS? Anfängerproblem

Elv1s

Newbie
Hi Leute,
in Sachen Linux bin ich ein blutiger Anfänger. Seit 2 Tagen habe ich üarallel zu windows linux suse 9.2 installiert. Alles soweit ok. Nur mein Drucker (Epson Stylus Photo R800) funktioniert nicht.
Ich sag euch am besten gleich zu anfang, dass ich rein gar keine Ahnung von Linux habe. WEnn ihr also vorschläge mit konsole etc. habt bitte immer genau schreiben was ich tun soll (danke).
Mit turboprint habe ich meinen drucker auch zum laufen gebracht, nur sehe ich es nicht ein 30€ für die lizenz zu bezahlen. Einen Triber in Form einer rpm Datei habe ich auf diese japanischen epson seite auch gefunden und hernutergeladen. Wie es in der anleitung steht habe ich die RPM über die Konsole installiert. Wie aber kann ich jetzt meinen R800 anmelden?? Wenn ich versuche auf CUPS (was ist das eigentlich?) über den browser zuzugreifen will er ein passwort und nutzername von mir. Aber weder root noch standardbenutzer funktionieren. Auch hab ich keine Ahnung ob CUPS installiert ist. Deswegen hab ichs mir mal runtergeladen. Aber wie installiert man CUPS richtig? über ./configure sagt er mir nur dass mir ein C Compiler fehlt. Meine Güte ich will doch nix kompilieren, sondern einfach nur meinen Drucker installieren.
Kann mir da jemand bitte bitte aus der Patsche helfen?

Danke im Voraus
Elv1s
 

Claudia

Newbie
Tag Elvis,

ich bin ebenso neu auf Linux wie du, bekomme meinen Drucker zwar nicht im Netz aber zumindest lokal ans Laufen. Ich habe SuSE10 und hoffe, da ist nicht viel anders als bei dir.
Hast du mal versucht, den Drucker mit YaST zu installieren? Das ging bei mir an der parallelen Schnittstelle zumindest problemlos.

CUPS (Common Unix Print Service) war nach meiner Installation die Voreinstellung. Wenn er ein Passwort haben will, ist das schon ein Zeichen, dass er läuft. Ich habe mich für das lokale Drucken um CUPS nicht kümmern müssen. Wenn du dennoch (vielleicht später mal) rein willst, musst du erst an der Konsole (ich denke nur einmalig)
Code:
lppasswd -g sys -a root
und dann dein root-Passwort eingeben. Dann kannst du es auch bei CUPS benutzen.
Ansonsten lässt sich CUPS auch in /etc/cups/cups.conf konfigurieren.

Grüße

Claudia
 
OP
E

Elv1s

Newbie
...für die fixe antwort. Mit Yast habe ich schon probiert den Drucker zu installieren, jedoch hat Yast keinen Treiber in der Datenbank den er auf den R800 anwenden könnte.

Das mit der Konsole werde ich gleich mal ausprobieren und dann hoffen, dass ich mich in CUPS einloggen kann.
 

hanny88

Member
Cups ist einfach das Drucksystem von Linux.
Wenn du den Treiber als rpm schon installiert hast kannst du mal folgendes versuchen.
Cups kann man über einen Browser auch erreichen. Konqueror, Firefox öffnen und oben localhost:631 reinschreiben. Dann fragt er dich nach Benutzer und Passwort. root und passwort eintippen und cups ist offen für deine konfiguration.
 
OP
E

Elv1s

Newbie
Habe über CUPS den Drucker konfiguriert. Angeblich ist er betriebsbereit und nimmt Aufträge entgegen. Leider tut er das nicht wirklich.

linuxprinting.org gibt mir leider keine Daten, da der Server momentan überlastet ist. Falls jemand die Anleitung für den R800 besitzt könnte er sie mir ja bitte mal schicken.

Gruß Elv1s
 
OP
E

Elv1s

Newbie
linuxprinting.org hat funktioniert. und so wie ich das sehe brauche ich Gutenprint 5.x. Das habe ich mir auch heruntergeladen. Als *.dmg Datei. Nur stellt sich mir die Frage was ich mit einer dmg Datei anfangen soll?? Ist das ne installationsdatei oder ein gezipptes archiv?? Und was ist gutenprint überhaupt schon wieder? Ich will doch nuur einen Drucker konfigurieren...ist das denn wirklich so schwer? Ich meine unter windows sind das 2 Klicks.... :( .

Bitte weiterhin um eure Hilfe
 
OP
E

Elv1s

Newbie
Hab versucht gutenrpint über tar.bz2 archiv zu installieren mit ./configure aber dann meint er wieder dass mir ein compiler fehlt. Ich könnte langsam echt auf die tastatur kotzen!!

Nur einen Drucker installieren. Nicht mehr und nicht weniger!!!!
 
OP
E

Elv1s

Newbie
Hi Leute hier die quote von jemandem der die ppd Dateien umschreiben musste und dann hat es geklappt. Kann mir das vielleicht jemand übersetzen? Also ich gehe in die Konsole und melde mich als root an... und dann? gehe ich dann ins verzeichnis /etc/cups/ppd? gebe ich dort dann "ls" ein und das wars?? das kanns doch nicht sein.

Die andere Variante wäre, dass mir jemand erklärt wie man Gutenprint zum Laufen bringt.

I've used Epson's Linux drivers with Fedora Core 4. To get printing working I had to edit the installed ppd:
[root@lnxsvr2 ppd]# pwd
/etc/cups/ppd
[root@lnxsvr2 ppd]# ls
spr800.ppd spr800.ppd.orig
[root@lnxsvr2 ppd]# diff spr800.ppd spr800.ppd.orig
14c14
< *Product: "(Stylus Photo R800)"
---
> *Product: "Stylus Photo R800"
35c35
< *DefaultPageSize: A4_AUTO
---
> *DefaultPageSize: Letter
61c61
< *DefaultPageRegion: A4_AUTO
---
> *DefaultPageRegion: Letter
84c84
< *DefaultImageableArea: A4_AUTO
---
> *DefaultImageableArea: Letter
107c107
< *DefaultPaperDimension: A4_AUTO
---
> *DefaultPaperDimension: Letter
[root@lnxsvr2 ppd]#


Gruß
Elv1s
 
OP
E

Elv1s

Newbie
Konnte gutenprint soweit installieren. Was bringt mir das jetzt bezüglich meiner Druckerinstallation? Gibt es jetzt mehr Treiber die ich über CUPS wählen kann, oder kann ich jetzt mit Yast meinen Drucker auf konventionellem weg installieren?

Das PRoblem mit der gutenprint Installation lag daran, dass mir gcc gefehlt hat. Das habe ich dann von der suse CD gezogen.

Gruß
Elv1s
 

homer65

Hacker
Den ersten Schritt hast du ja schon mit dem Entpacken von Gutenprint getan. Jetzt fehlt dir nur noch ein C Compiler. Das hängt jetzt von deiner Distribution ab. Mal angenommen du hast Suse 10.0, dann kannst du einfach per Yast das Packet gcc (Das ist der C Compiler) installieren. Dazu in Yast -> Software -> Software installieren oder löschen -> Unter Suche gcc eingeben -> Packet gcc anklicken ... usw
 
OP
E

Elv1s

Newbie
hi homer,
wie bereits oben geschrieben habe ich genau das getan. gcc ist installiert. gutenprint auch. unter CUPS konnte ich einen PIPS Treiber von einer japanischen Epson Seite installieren. CUPS sagt der Drucker ist bereit, aber er druckt nicht. Was kann ich jetzt tun. Und vorallem was kann ich jetzt mit dem installierrten gutenprint anfangen?

Auf linuxprint steht nämlich, dass der Drucker von gutenprint unterstützt würde. Was aber ist gutenprint? Eine Treibersammlung?
 

ralf13

Newbie
Hallo Elv1s!

Wie man Gutenprint installiert/einrichtet, kann ich dir auch nicht sagen. :-(
Ich kann dir aber das Codeschnipsel "übersetzen". Das Zitat zeigt einfach nur die Änderungen (diff) zwischen /etc/cups/ppd/spr800.ppd und spr800.ppd.orig an:
Code:
14c14 
< *Product: "(Stylus Photo R800)" 
--- 
> *Product: "Stylus Photo R800"
Bedeutet ganz einfach, dass in Zeile 14 des geänderten spr800.ppd das Stylus Photo R800 in Klammern gesetzt ist und in der Originaldatei nicht. Du müsstest also bei dir die Klammern ergänzen und entsprechend in den Zeilen 35, 61, 84 und 107 "Letter" durch A4_AUTO ersetzen. Vielleicht hilfts ja....
 

homer65

Hacker
Bin leider auch nicht so der Druckerexperte. Aber immerhin, es sieht so aus als wäre Gutenprint installiert. Nebenbei, wie hast du eigentlich den Drucker eingerichtet, per Yast oder per CUPS? CUPS hatt einen Fehlerlog /var/log/cups/error_log. Vielleicht ist da ein Hinweis auf einen Fehler?
 
OP
E

Elv1s

Newbie
Hi,
installiert habe ich den Treiber über CUPS. Er sagtg auch es sei alles ok, aber drucken tut er nicht. Also denke ich mir, dass es wohl am Treiber liegt.

Die error.log spuckt folgendes aus:
I [27/Jan/2006:15:47:57 +0100] Listening to 0:631
I [27/Jan/2006:15:47:57 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Jan/2006:15:47:57 +0100] Configured for up to 100 clients.
I [27/Jan/2006:15:47:57 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2006:15:47:57 +0100] Full reload is required.
I [27/Jan/2006:15:47:58 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3470 PPDs...
I [27/Jan/2006:15:47:59 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 3762 PPDs...
I [27/Jan/2006:15:47:59 +0100] Full reload complete.
E [27/Jan/2006:15:47:59 +0100] StartListening: Unable to find IP address for server name "dhcppc0" - Unbekannter Rechner
E [27/Jan/2006:15:47:59 +0100] StartBrowsing: Unable to bind broadcast socket - Die Adresse wird bereits verwendet.
I [27/Jan/2006:15:48:07 +0100] Scheduler shutting down normally.
I [27/Jan/2006:15:48:23 +0100] Listening to 0:631
I [27/Jan/2006:15:48:23 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Jan/2006:15:48:23 +0100] Configured for up to 100 clients.
I [27/Jan/2006:15:48:23 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2006:15:48:23 +0100] Full reload is required.
I [27/Jan/2006:15:48:23 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [27/Jan/2006:15:48:24 +0100] LoadPPDs: No new or changed PPDs...
I [27/Jan/2006:15:48:24 +0100] Full reload complete.
E [27/Jan/2006:15:48:24 +0100] StartListening: Unable to find IP address for server name "dhcppc0" - Unknown host
I [27/Jan/2006:16:18:41 +0100] Scheduler shutting down normally.
I [27/Jan/2006:16:18:41 +0100] Listening to 0:631
I [27/Jan/2006:16:18:41 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [27/Jan/2006:16:18:41 +0100] Configured for up to 100 clients.
I [27/Jan/2006:16:18:41 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2006:16:18:41 +0100] Full reload is required.
I [27/Jan/2006:16:18:42 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [27/Jan/2006:16:18:43 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 3762 PPDs...
I [27/Jan/2006:16:18:43 +0100] Full reload complete.
I [27/Jan/2006:18:35:48 +0100] Scheduler shutting down normally.
I [28/Jan/2006:10:39:46 +0100] Listening to 0:631
I [28/Jan/2006:10:39:46 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:10:39:46 +0100] Configured for up to 100 clients.
I [28/Jan/2006:10:39:46 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:10:39:46 +0100] Full reload is required.
I [28/Jan/2006:10:39:50 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:10:39:52 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:10:39:52 +0100] Full reload complete.
I [28/Jan/2006:11:03:10 +0100] Scheduler shutting down normally.
I [28/Jan/2006:11:03:10 +0100] Listening to 0:631
I [28/Jan/2006:11:03:10 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:11:03:10 +0100] Configured for up to 100 clients.
I [28/Jan/2006:11:03:10 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:11:03:10 +0100] Full reload is required.
I [28/Jan/2006:11:03:10 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:11:03:10 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:11:03:10 +0100] Full reload complete.
I [28/Jan/2006:11:03:11 +0100] Setting y2test device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [28/Jan/2006:11:03:11 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [28/Jan/2006:11:03:11 +0100] Setting y2test printer-state to 3 (was 5.)
I [28/Jan/2006:11:03:11 +0100] Saving printers.conf...
I [28/Jan/2006:11:03:11 +0100] New printer 'y2test' added by 'root'.
I [28/Jan/2006:11:03:11 +0100] Adding start banner page "none" to job 1.
I [28/Jan/2006:11:03:11 +0100] Adding end banner page "none" to job 1.
I [28/Jan/2006:11:03:11 +0100] Job 1 queued on 'y2test' by 'root'.
I [28/Jan/2006:11:03:11 +0100] Started backend /usr/lib/cups/backend/usb (PID 7506) for job 1.
I [28/Jan/2006:11:03:31 +0100] Printer 'y2test' deleted by 'root'.
I [28/Jan/2006:11:03:31 +0100] Saving printers.conf...
I [28/Jan/2006:11:15:51 +0100] Scheduler shutting down normally.
I [28/Jan/2006:11:15:51 +0100] Listening to 0:631
I [28/Jan/2006:11:15:51 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:11:15:51 +0100] Configured for up to 100 clients.
I [28/Jan/2006:11:15:51 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:11:15:51 +0100] Full reload is required.
I [28/Jan/2006:11:15:51 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:11:15:51 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:11:15:51 +0100] Full reload complete.
I [28/Jan/2006:11:15:51 +0100] Setting y2test device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [28/Jan/2006:11:15:51 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [28/Jan/2006:11:15:51 +0100] Setting y2test printer-state to 3 (was 5.)
I [28/Jan/2006:11:15:51 +0100] Saving printers.conf...
I [28/Jan/2006:11:15:51 +0100] New printer 'y2test' added by 'root'.
I [28/Jan/2006:11:15:52 +0100] Adding start banner page "none" to job 1.
I [28/Jan/2006:11:15:52 +0100] Adding end banner page "none" to job 1.
I [28/Jan/2006:11:15:52 +0100] Job 1 queued on 'y2test' by 'root'.
I [28/Jan/2006:11:15:52 +0100] Started filter /usr/lib/cups/filter/pstops (PID 7772) for job 1.
I [28/Jan/2006:11:15:52 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 7773) for job 1.
I [28/Jan/2006:11:15:52 +0100] Started filter /usr/lib/cups/filter/rastertoepson (PID 7774) for job 1.
I [28/Jan/2006:11:15:52 +0100] Started backend /usr/lib/cups/backend/usb (PID 7775) for job 1.
I [28/Jan/2006:11:17:06 +0100] Printer 'y2test' deleted by 'root'.
I [28/Jan/2006:11:17:06 +0100] Saving printers.conf...
I [28/Jan/2006:11:28:39 +0100] Scheduler shutting down normally.
I [28/Jan/2006:11:28:39 +0100] Listening to 0:631
E [28/Jan/2006:11:28:39 +0100] Unknown Location directive # on line 834.
I [28/Jan/2006:11:28:39 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:11:28:39 +0100] Configured for up to 100 clients.
I [28/Jan/2006:11:28:39 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:11:28:39 +0100] Full reload is required.
I [28/Jan/2006:11:28:39 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:11:28:39 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:11:28:39 +0100] Full reload complete.
E [28/Jan/2006:11:28:40 +0100] set_default: resource name '/printers/' no good!
I [28/Jan/2006:11:28:40 +0100] Scheduler shutting down normally.
I [28/Jan/2006:11:28:40 +0100] Listening to 0:631
E [28/Jan/2006:11:28:40 +0100] Unknown Location directive # on line 834.
I [28/Jan/2006:11:28:40 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:11:28:40 +0100] Configured for up to 100 clients.
I [28/Jan/2006:11:28:40 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:11:28:40 +0100] Full reload is required.
I [28/Jan/2006:11:28:40 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:11:28:41 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:11:28:41 +0100] Full reload complete.
I [28/Jan/2006:12:32:37 +0100] Scheduler shutting down normally.
I [28/Jan/2006:14:04:13 +0100] Listening to 0:631
E [28/Jan/2006:14:04:13 +0100] Unknown Location directive # on line 834.
I [28/Jan/2006:14:04:13 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:14:04:13 +0100] Configured for up to 100 clients.
I [28/Jan/2006:14:04:13 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:14:04:13 +0100] Full reload is required.
I [28/Jan/2006:14:04:17 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:14:04:19 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:14:04:19 +0100] Full reload complete.
I [28/Jan/2006:15:15:53 +0100] Scheduler shutting down normally.
I [28/Jan/2006:15:15:53 +0100] Listening to 0:631
E [28/Jan/2006:15:15:53 +0100] Unknown Location directive # on line 834.
I [28/Jan/2006:15:15:53 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:15:15:53 +0100] Configured for up to 100 clients.
I [28/Jan/2006:15:15:53 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:15:15:53 +0100] Full reload is required.
I [28/Jan/2006:15:15:53 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:15:15:53 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:15:15:53 +0100] Full reload complete.
I [28/Jan/2006:15:15:54 +0100] Setting stylusphotor800 device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [28/Jan/2006:15:15:54 +0100] Setting stylusphotor800 printer-is-accepting-jobs to 1 (was 0.)
I [28/Jan/2006:15:15:54 +0100] Setting stylusphotor800 printer-state to 3 (was 5.)
I [28/Jan/2006:15:15:54 +0100] Saving printers.conf...
I [28/Jan/2006:15:15:54 +0100] New printer 'stylusphotor800' added by 'root'.
I [28/Jan/2006:15:15:55 +0100] Saving printers.conf...
I [28/Jan/2006:15:15:55 +0100] Saving classes.conf...
I [28/Jan/2006:15:15:55 +0100] Default destination set to 'stylusphotor800' by 'root'.
I [28/Jan/2006:15:15:55 +0100] Scheduler shutting down normally.
I [28/Jan/2006:15:15:55 +0100] Listening to 0:631
E [28/Jan/2006:15:15:55 +0100] Unknown Location directive # on line 834.
I [28/Jan/2006:15:15:55 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [28/Jan/2006:15:15:55 +0100] Configured for up to 100 clients.
I [28/Jan/2006:15:15:55 +0100] Allowing up to 100 client connections per host.
I [28/Jan/2006:15:15:55 +0100] Full reload is required.
I [28/Jan/2006:15:15:55 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [28/Jan/2006:15:15:55 +0100] LoadPPDs: No new or changed PPDs...
I [28/Jan/2006:15:15:55 +0100] Full reload complete.
I [28/Jan/2006:15:18:10 +0100] Adding start banner page "none" to job 1.
I [28/Jan/2006:15:18:10 +0100] Adding end banner page "none" to job 1.
I [28/Jan/2006:15:18:10 +0100] Job 1 queued on 'stylusphotor800' by 'uli'.
I [28/Jan/2006:15:18:10 +0100] Started filter /usr/lib/cups/filter/pstops (PID 7698) for job 1.
I [28/Jan/2006:15:18:10 +0100] Started filter /usr/lib/cups/filter/foomatic-rip (PID 7699) for job 1.
I [28/Jan/2006:15:18:10 +0100] Started backend /usr/lib/cups/backend/usb (PID 7700) for job 1.
I [28/Jan/2006:16:35:56 +0100] Scheduler shutting down normally.
I [29/Jan/2006:11:23:04 +0100] Listening to 0:631
E [29/Jan/2006:11:23:04 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:11:23:04 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:11:23:04 +0100] Configured for up to 100 clients.
I [29/Jan/2006:11:23:04 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:11:23:04 +0100] Full reload is required.
I [29/Jan/2006:11:23:07 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [29/Jan/2006:11:23:10 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:11:23:10 +0100] Full reload complete.
I [29/Jan/2006:12:01:49 +0100] Scheduler shutting down normally.
I [29/Jan/2006:12:01:50 +0100] Listening to 0:631
E [29/Jan/2006:12:01:50 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:12:01:50 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:12:01:50 +0100] Configured for up to 100 clients.
I [29/Jan/2006:12:01:50 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:12:01:50 +0100] Full reload is required.
I [29/Jan/2006:12:01:50 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3762 PPDs...
I [29/Jan/2006:12:01:50 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:12:01:50 +0100] Full reload complete.
I [29/Jan/2006:12:01:51 +0100] Saving printers.conf...
I [29/Jan/2006:12:01:51 +0100] Saving classes.conf...
I [29/Jan/2006:12:01:51 +0100] Default destination set to 'stylusphotor800' by 'root'.
I [29/Jan/2006:12:01:51 +0100] Scheduler shutting down normally.
I [29/Jan/2006:12:01:51 +0100] Listening to 0:631
E [29/Jan/2006:12:01:51 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:12:01:51 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:12:01:51 +0100] Configured for up to 100 clients.
I [29/Jan/2006:12:01:51 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:12:01:51 +0100] Full reload is required.
I [29/Jan/2006:12:01:51 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:12:01:51 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:12:01:51 +0100] Full reload complete.
I [29/Jan/2006:12:03:46 +0100] Scheduler shutting down normally.
I [29/Jan/2006:12:03:47 +0100] Listening to 0:631
E [29/Jan/2006:12:03:47 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:12:03:47 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:12:03:47 +0100] Configured for up to 100 clients.
I [29/Jan/2006:12:03:47 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:12:03:47 +0100] Full reload is required.
I [29/Jan/2006:12:03:47 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:12:03:47 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:12:03:47 +0100] Full reload complete.
I [29/Jan/2006:12:03:47 +0100] Setting y2test device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [29/Jan/2006:12:03:47 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [29/Jan/2006:12:03:47 +0100] Setting y2test printer-state to 3 (was 5.)
I [29/Jan/2006:12:03:47 +0100] Saving printers.conf...
I [29/Jan/2006:12:03:47 +0100] New printer 'y2test' added by 'root'.
I [29/Jan/2006:12:03:48 +0100] Adding start banner page "none" to job 2.
I [29/Jan/2006:12:03:48 +0100] Adding end banner page "none" to job 2.
I [29/Jan/2006:12:03:48 +0100] Job 2 queued on 'y2test' by 'root'.
I [29/Jan/2006:12:03:48 +0100] Started backend /usr/lib/cups/backend/usb (PID 9095) for job 2.
I [29/Jan/2006:12:04:02 +0100] Printer 'y2test' deleted by 'root'.
I [29/Jan/2006:12:04:02 +0100] Saving printers.conf...
I [29/Jan/2006:12:24:29 +0100] Scheduler shutting down normally.
I [29/Jan/2006:13:11:12 +0100] Listening to 0:631
E [29/Jan/2006:13:11:12 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:13:11:12 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:13:11:12 +0100] Configured for up to 100 clients.
I [29/Jan/2006:13:11:12 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:13:11:12 +0100] Full reload is required.
I [29/Jan/2006:13:11:14 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:13:11:15 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:13:11:15 +0100] Full reload complete.
I [29/Jan/2006:13:16:58 +0100] Scheduler shutting down normally.
I [29/Jan/2006:14:25:47 +0100] Listening to 0:631
E [29/Jan/2006:14:25:47 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:14:25:47 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:14:25:47 +0100] Configured for up to 100 clients.
I [29/Jan/2006:14:25:47 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:14:25:47 +0100] Full reload is required.
I [29/Jan/2006:14:25:51 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:14:25:52 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:14:25:52 +0100] Full reload complete.
I [29/Jan/2006:14:32:22 +0100] Adding start banner page "none" to job 2.
I [29/Jan/2006:14:32:22 +0100] Adding end banner page "none" to job 2.
I [29/Jan/2006:14:32:22 +0100] Job 2 queued on 'stylusphotor800' by 'uli'.
I [29/Jan/2006:14:32:22 +0100] Started filter /usr/lib/cups/filter/pstops (PID 7194) for job 2.
I [29/Jan/2006:14:32:22 +0100] Started filter /usr/lib/cups/filter/foomatic-rip (PID 7195) for job 2.
I [29/Jan/2006:14:32:22 +0100] Started backend /usr/lib/cups/backend/usb (PID 7196) for job 2.
I [29/Jan/2006:14:34:01 +0100] Scheduler shutting down normally.
I [29/Jan/2006:14:49:05 +0100] Listening to 0:631
E [29/Jan/2006:14:49:05 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:14:49:05 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:14:49:05 +0100] Configured for up to 100 clients.
I [29/Jan/2006:14:49:05 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:14:49:05 +0100] Full reload is required.
I [29/Jan/2006:14:49:08 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:14:49:09 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:14:49:09 +0100] Full reload complete.
I [29/Jan/2006:14:49:09 +0100] Started filter /usr/lib/cups/filter/pstops (PID 6770) for job 2.
I [29/Jan/2006:14:49:09 +0100] Started filter /usr/lib/cups/filter/foomatic-rip (PID 6771) for job 2.
I [29/Jan/2006:14:49:09 +0100] Started backend /usr/lib/cups/backend/usb (PID 6772) for job 2.
I [29/Jan/2006:14:49:55 +0100] Job 2 was held by 'uli'.
I [29/Jan/2006:14:50:04 +0100] Job 2 was cancelled by 'uli'.
I [29/Jan/2006:14:54:52 +0100] Adding start banner page "none" to job 3.
I [29/Jan/2006:14:54:52 +0100] Adding end banner page "none" to job 3.
I [29/Jan/2006:14:54:52 +0100] Job 3 queued on 'stylusphotor800' by 'uli'.
I [29/Jan/2006:14:54:52 +0100] Started filter /usr/lib/cups/filter/pstops (PID 7153) for job 3.
I [29/Jan/2006:14:54:52 +0100] Started filter /usr/lib/cups/filter/foomatic-rip (PID 7154) for job 3.
I [29/Jan/2006:14:54:52 +0100] Started backend /usr/lib/cups/backend/usb (PID 7155) for job 3.
I [29/Jan/2006:14:56:02 +0100] Job 3 was cancelled by 'uli'.
E [29/Jan/2006:14:58:13 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:13 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:13 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:13 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:29 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:29 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:29 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:29 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:36 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:36 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:36 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:36 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:45 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:45 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [29/Jan/2006:14:58:45 +0100] Unable to open /etc/cups/passwd.md5 - No such file or directory
E [29/Jan/2006:14:58:45 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
I [29/Jan/2006:15:16:20 +0100] Scheduler shutting down normally.
I [29/Jan/2006:15:16:21 +0100] Listening to 0:631
E [29/Jan/2006:15:16:21 +0100] Unknown Location directive # on line 834.
I [29/Jan/2006:15:16:21 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [29/Jan/2006:15:16:21 +0100] Configured for up to 100 clients.
I [29/Jan/2006:15:16:21 +0100] Allowing up to 100 client connections per host.
I [29/Jan/2006:15:16:21 +0100] Full reload is required.
I [29/Jan/2006:15:16:21 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [29/Jan/2006:15:16:21 +0100] LoadPPDs: No new or changed PPDs...
I [29/Jan/2006:15:16:21 +0100] Full reload complete.
I [29/Jan/2006:15:16:21 +0100] Setting y2test device-uri to "parallel:/dev/lp0" (was "file:/dev/null".)
I [29/Jan/2006:15:16:21 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [29/Jan/2006:15:16:21 +0100] Setting y2test printer-state to 3 (was 5.)
I [29/Jan/2006:15:16:21 +0100] Saving printers.conf...
I [29/Jan/2006:15:16:21 +0100] New printer 'y2test' added by 'root'.
I [29/Jan/2006:15:16:21 +0100] Adding start banner page "none" to job 4.
I [29/Jan/2006:15:16:21 +0100] Adding end banner page "none" to job 4.
I [29/Jan/2006:15:16:21 +0100] Job 4 queued on 'y2test' by 'root'.
I [29/Jan/2006:15:16:21 +0100] Started backend /usr/lib/cups/backend/parallel (PID 7503) for job 4.
E [29/Jan/2006:15:16:45 +0100] PID 7503 stopped with status 0!
I [29/Jan/2006:15:16:45 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [29/Jan/2006:15:16:45 +0100] Saving printers.conf...
I [29/Jan/2006:15:17:05 +0100] Printer 'y2test' deleted by 'root'.
I [29/Jan/2006:15:17:05 +0100] Saving printers.conf...
I [29/Jan/2006:15:50:22 +0100] Scheduler shutting down normally.
I [31/Jan/2006:11:47:24 +0100] Listening to 0:631
E [31/Jan/2006:11:47:24 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:11:47:24 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:11:47:24 +0100] Configured for up to 100 clients.
I [31/Jan/2006:11:47:24 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:11:47:24 +0100] Full reload is required.
I [31/Jan/2006:11:47:27 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [31/Jan/2006:11:47:29 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:11:47:29 +0100] Full reload complete.
I [31/Jan/2006:12:19:57 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:19:57 +0100] Listening to 0:631
E [31/Jan/2006:12:19:57 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:19:57 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:19:57 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:19:57 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:19:57 +0100] Full reload is required.
I [31/Jan/2006:12:19:57 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 3763 PPDs...
I [31/Jan/2006:12:19:57 +0100] LoadPPDs: Wrote "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:19:57 +0100] Full reload complete.
E [31/Jan/2006:12:25:02 +0100] get_printer_attrs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:25:02 +0100] get_jobs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:26:43 +0100] get_printer_attrs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:26:43 +0100] get_jobs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:27:04 +0100] get_printer_attrs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:27:04 +0100] get_jobs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:27:10 +0100] get_printer_attrs: resource name '/printers/tp0' no good!
E [31/Jan/2006:12:27:10 +0100] get_jobs: resource name '/printers/tp0' no good!
I [31/Jan/2006:12:27:13 +0100] Saving printers.conf...
I [31/Jan/2006:12:27:13 +0100] New printer 'tp0' added by 'root'.
I [31/Jan/2006:12:27:13 +0100] Saving printers.conf...
I [31/Jan/2006:12:27:13 +0100] Printer 'tp0' modified by 'root'.
I [31/Jan/2006:12:27:13 +0100] Setting tp0 device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [31/Jan/2006:12:27:13 +0100] Saving printers.conf...
I [31/Jan/2006:12:27:13 +0100] Printer 'tp0' modified by 'root'.
I [31/Jan/2006:12:27:13 +0100] Saving printers.conf...
I [31/Jan/2006:12:27:13 +0100] Printer 'tp0' now accepting jobs ('root').
I [31/Jan/2006:12:27:13 +0100] Saving printers.conf...
I [31/Jan/2006:12:27:13 +0100] Printer 'tp0' started by 'root'.
I [31/Jan/2006:12:32:25 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:32:26 +0100] Listening to 0:631
E [31/Jan/2006:12:32:26 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:32:26 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:32:26 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:32:26 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:32:26 +0100] Full reload is required.
I [31/Jan/2006:12:32:26 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:32:26 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:12:32:26 +0100] Full reload complete.
I [31/Jan/2006:12:32:27 +0100] Printer 'tp0' deleted by 'root'.
I [31/Jan/2006:12:32:27 +0100] Saving printers.conf...
I [31/Jan/2006:12:32:27 +0100] Printer 'stylusphotor800' deleted by 'root'.
I [31/Jan/2006:12:32:27 +0100] Saving printers.conf...
E [31/Jan/2006:12:32:27 +0100] set_default: resource name '/printers/' no good!
I [31/Jan/2006:12:32:27 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:32:28 +0100] Listening to 0:631
E [31/Jan/2006:12:32:28 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:32:28 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:32:28 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:32:28 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:32:28 +0100] Full reload is required.
I [31/Jan/2006:12:32:28 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:32:28 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:12:32:28 +0100] Full reload complete.
I [31/Jan/2006:12:32:56 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:32:56 +0100] Listening to 0:631
E [31/Jan/2006:12:32:56 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:32:56 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:32:56 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:32:56 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:32:56 +0100] Full reload is required.
I [31/Jan/2006:12:32:56 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:32:56 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:12:32:56 +0100] Full reload complete.
I [31/Jan/2006:12:32:56 +0100] Setting y2test device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [31/Jan/2006:12:32:56 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:12:32:56 +0100] Setting y2test printer-state to 3 (was 5.)
I [31/Jan/2006:12:32:56 +0100] Saving printers.conf...
I [31/Jan/2006:12:32:56 +0100] New printer 'y2test' added by 'root'.
I [31/Jan/2006:12:32:57 +0100] Adding start banner page "none" to job 1.
I [31/Jan/2006:12:32:57 +0100] Adding end banner page "none" to job 1.
I [31/Jan/2006:12:32:57 +0100] Job 1 queued on 'y2test' by 'root'.
I [31/Jan/2006:12:32:57 +0100] Started backend /usr/lib/cups/backend/usb (PID 10079) for job 1.
I [31/Jan/2006:12:33:18 +0100] Printer 'y2test' deleted by 'root'.
I [31/Jan/2006:12:33:18 +0100] Saving printers.conf...
I [31/Jan/2006:12:35:38 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:35:38 +0100] Listening to 0:631
E [31/Jan/2006:12:35:38 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:35:38 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:35:38 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:35:38 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:35:38 +0100] Full reload is required.
I [31/Jan/2006:12:35:38 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:35:39 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:12:35:39 +0100] Full reload complete.
I [31/Jan/2006:12:35:39 +0100] Setting y2test device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [31/Jan/2006:12:35:39 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:12:35:39 +0100] Setting y2test printer-state to 3 (was 5.)
I [31/Jan/2006:12:35:39 +0100] Saving printers.conf...
I [31/Jan/2006:12:35:39 +0100] New printer 'y2test' added by 'root'.
I [31/Jan/2006:12:35:39 +0100] Adding start banner page "none" to job 1.
I [31/Jan/2006:12:35:39 +0100] Adding end banner page "none" to job 1.
I [31/Jan/2006:12:35:39 +0100] Job 1 queued on 'y2test' by 'root'.
I [31/Jan/2006:12:35:39 +0100] Started filter /usr/lib/cups/filter/pstops (PID 10228) for job 1.
I [31/Jan/2006:12:35:39 +0100] Started filter /usr/lib/cups/filter/pstoturboprint (PID 10229) for job 1.
I [31/Jan/2006:12:35:39 +0100] Started backend /usr/lib/cups/backend/usb (PID 10230) for job 1.
I [31/Jan/2006:12:37:00 +0100] Printer 'y2test' deleted by 'root'.
I [31/Jan/2006:12:37:00 +0100] Saving printers.conf...
I [31/Jan/2006:12:37:37 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:37:37 +0100] Listening to 0:631
E [31/Jan/2006:12:37:37 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:37:37 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:37:37 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:37:37 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:37:37 +0100] Full reload is required.
I [31/Jan/2006:12:37:37 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:37:37 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:12:37:37 +0100] Full reload complete.
I [31/Jan/2006:12:37:38 +0100] Setting printer device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [31/Jan/2006:12:37:38 +0100] Setting printer printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:12:37:38 +0100] Setting printer printer-state to 3 (was 5.)
I [31/Jan/2006:12:37:38 +0100] Saving printers.conf...
I [31/Jan/2006:12:37:38 +0100] New printer 'printer' added by 'root'.
I [31/Jan/2006:12:37:38 +0100] Saving printers.conf...
I [31/Jan/2006:12:37:38 +0100] Saving classes.conf...
I [31/Jan/2006:12:37:38 +0100] Default destination set to 'printer' by 'root'.
I [31/Jan/2006:12:37:39 +0100] Scheduler shutting down normally.
I [31/Jan/2006:12:37:39 +0100] Listening to 0:631
E [31/Jan/2006:12:37:39 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:12:37:39 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:12:37:39 +0100] Configured for up to 100 clients.
I [31/Jan/2006:12:37:39 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:12:37:39 +0100] Full reload is required.
I [31/Jan/2006:12:37:39 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:12:37:39 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:12:37:39 +0100] Full reload complete.
I [31/Jan/2006:12:38:35 +0100] Adding start banner page "none" to job 1.
I [31/Jan/2006:12:38:35 +0100] Adding end banner page "none" to job 1.
I [31/Jan/2006:12:38:35 +0100] Job 1 queued on 'printer' by 'uli'.
I [31/Jan/2006:12:38:35 +0100] Started filter /usr/lib/cups/filter/pstops (PID 10397) for job 1.
I [31/Jan/2006:12:38:35 +0100] Started filter /usr/lib/cups/filter/pstoturboprint (PID 10398) for job 1.
I [31/Jan/2006:12:38:35 +0100] Started backend /usr/lib/cups/backend/usb (PID 10399) for job 1.
I [31/Jan/2006:13:02:20 +0100] Scheduler shutting down normally.
I [31/Jan/2006:13:02:20 +0100] Listening to 0:631
E [31/Jan/2006:13:02:20 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:13:02:20 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:13:02:20 +0100] Configured for up to 100 clients.
I [31/Jan/2006:13:02:20 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:13:02:20 +0100] Full reload is required.
I [31/Jan/2006:13:02:20 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:13:02:21 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:13:02:21 +0100] Full reload complete.
I [31/Jan/2006:13:02:22 +0100] Printer 'printer' deleted by 'root'.
I [31/Jan/2006:13:02:22 +0100] Saving printers.conf...
E [31/Jan/2006:13:02:22 +0100] set_default: resource name '/printers/' no good!
I [31/Jan/2006:13:02:22 +0100] Scheduler shutting down normally.
I [31/Jan/2006:13:02:22 +0100] Listening to 0:631
E [31/Jan/2006:13:02:22 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:13:02:22 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:13:02:22 +0100] Configured for up to 100 clients.
I [31/Jan/2006:13:02:22 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:13:02:22 +0100] Full reload is required.
I [31/Jan/2006:13:02:22 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:13:02:22 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:13:02:22 +0100] Full reload complete.
I [31/Jan/2006:13:06:09 +0100] Started "/usr/lib/cups/cgi-bin/classes.cgi" (pid=11299)
E [31/Jan/2006:13:06:27 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:06:27 +0100] IsAuthorized: No matching user:group for "root" in passwd.md5!
E [31/Jan/2006:13:06:36 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:06:36 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
I [31/Jan/2006:13:07:17 +0100] Started "/usr/lib/cups/cgi-bin/classes.cgi" (pid=11303)
I [31/Jan/2006:13:07:20 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=11304)
I [31/Jan/2006:13:10:59 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=11349)
E [31/Jan/2006:13:11:22 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:11:22 +0100] IsAuthorized: No matching user:group for "uli" in passwd.md5!
E [31/Jan/2006:13:11:29 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:11:29 +0100] IsAuthorized: No matching user:group for "Uli" in passwd.md5!
E [31/Jan/2006:13:11:36 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:11:36 +0100] IsAuthorized: No matching user:group for "su" in passwd.md5!
I [31/Jan/2006:13:12:44 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=11355)
E [31/Jan/2006:13:12:51 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:12:51 +0100] IsAuthorized: No matching user:group for "admin" in passwd.md5!
E [31/Jan/2006:13:12:56 +0100] Unable to open /etc/cups/passwd.md5 - Datei oder Verzeichnis nicht gefunden
E [31/Jan/2006:13:12:56 +0100] IsAuthorized: No matching user:group for "admin" in passwd.md5!
I [31/Jan/2006:13:15:38 +0100] Setting spr800 printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:13:15:38 +0100] Setting spr800 printer-state to 3 (was 5.)
I [31/Jan/2006:13:15:38 +0100] Saving printers.conf...
I [31/Jan/2006:13:15:38 +0100] New printer 'spr800' added by 'root'.
I [31/Jan/2006:13:15:38 +0100] Setting spr800 device-uri to "ekplp:/varekpd/ekplp0" (was "file:/dev/null".)
I [31/Jan/2006:13:15:38 +0100] Saving printers.conf...
I [31/Jan/2006:13:15:38 +0100] Printer 'spr800' modified by 'root'.
E [31/Jan/2006:13:15:38 +0100] add_printer: Unable to copy PPD file from /usr/share/cups/model/ekspr to /etc/cups/ppd/spr800.ppd - Datei oder Verzeichnis nicht gefunden!
I [31/Jan/2006:13:47:32 +0100] Scheduler shutting down normally.
I [31/Jan/2006:13:47:33 +0100] Listening to 0:631
E [31/Jan/2006:13:47:33 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:13:47:33 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:13:47:33 +0100] Configured for up to 100 clients.
I [31/Jan/2006:13:47:33 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:13:47:33 +0100] Full reload is required.
I [31/Jan/2006:13:47:33 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:13:47:33 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:13:47:33 +0100] Full reload complete.
I [31/Jan/2006:13:47:34 +0100] Setting stylusphotor800 device-uri to "usb://EPSON/Stylus%20Photo%20R800" (was "file:/dev/null".)
I [31/Jan/2006:13:47:34 +0100] Setting stylusphotor800 printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:13:47:34 +0100] Setting stylusphotor800 printer-state to 3 (was 5.)
I [31/Jan/2006:13:47:34 +0100] Saving printers.conf...
I [31/Jan/2006:13:47:34 +0100] New printer 'stylusphotor800' added by 'root'.
I [31/Jan/2006:13:47:34 +0100] Saving printers.conf...
I [31/Jan/2006:13:47:34 +0100] Saving classes.conf...
I [31/Jan/2006:13:47:34 +0100] Default destination set to 'spr800' by 'root'.
I [31/Jan/2006:13:47:34 +0100] Scheduler shutting down normally.
I [31/Jan/2006:13:47:35 +0100] Listening to 0:631
E [31/Jan/2006:13:47:35 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:13:47:35 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:13:47:35 +0100] Configured for up to 100 clients.
I [31/Jan/2006:13:47:35 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:13:47:35 +0100] Full reload is required.
I [31/Jan/2006:13:47:35 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:13:47:35 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:13:47:35 +0100] Full reload complete.
I [31/Jan/2006:13:48:15 +0100] Adding start banner page "none" to job 1.
I [31/Jan/2006:13:48:15 +0100] Adding end banner page "none" to job 1.
I [31/Jan/2006:13:48:15 +0100] Job 1 queued on 'spr800' by 'uli'.
I [31/Jan/2006:13:48:15 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 12097) for job 1.
E [31/Jan/2006:13:48:15 +0100] PID 12097 stopped with status 1!
I [31/Jan/2006:13:48:15 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:13:48:15 +0100] Saving printers.conf...
I [31/Jan/2006:13:48:32 +0100] Adding start banner page "none" to job 2.
I [31/Jan/2006:13:48:32 +0100] Adding end banner page "none" to job 2.
I [31/Jan/2006:13:48:32 +0100] Job 2 queued on 'stylusphotor800' by 'uli'.
I [31/Jan/2006:13:48:32 +0100] Started filter /usr/lib/cups/filter/pstops (PID 12099) for job 2.
I [31/Jan/2006:13:48:32 +0100] Started filter /usr/lib/cups/filter/pstoturboprint (PID 12100) for job 2.
I [31/Jan/2006:13:48:32 +0100] Started backend /usr/lib/cups/backend/usb (PID 12101) for job 2.
I [31/Jan/2006:13:49:54 +0100] Scheduler shutting down normally.
I [31/Jan/2006:13:49:54 +0100] Listening to 0:631
E [31/Jan/2006:13:49:54 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:13:49:54 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:13:49:54 +0100] Configured for up to 100 clients.
I [31/Jan/2006:13:49:54 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:13:49:54 +0100] Full reload is required.
I [31/Jan/2006:13:49:55 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:13:49:55 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:13:49:55 +0100] Full reload complete.
I [31/Jan/2006:13:49:56 +0100] Printer 'stylusphotor800' deleted by 'root'.
I [31/Jan/2006:13:49:56 +0100] Saving printers.conf...
I [31/Jan/2006:13:49:56 +0100] Printer 'spr800' deleted by 'root'.
I [31/Jan/2006:13:49:56 +0100] Saving printers.conf...
E [31/Jan/2006:13:49:56 +0100] set_default: resource name '/printers/' no good!
I [31/Jan/2006:13:49:56 +0100] Scheduler shutting down normally.
I [31/Jan/2006:13:49:56 +0100] Listening to 0:631
E [31/Jan/2006:13:49:56 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:13:49:56 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:13:49:56 +0100] Configured for up to 100 clients.
I [31/Jan/2006:13:49:56 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:13:49:56 +0100] Full reload is required.
I [31/Jan/2006:13:49:56 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:13:49:57 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:13:49:57 +0100] Full reload complete.
I [31/Jan/2006:13:50:11 +0100] Scheduler shutting down normally.
I [31/Jan/2006:17:22:56 +0100] Listening to 0:631
E [31/Jan/2006:17:22:56 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:17:22:56 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:17:22:56 +0100] Configured for up to 100 clients.
I [31/Jan/2006:17:22:56 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:17:22:56 +0100] Full reload is required.
I [31/Jan/2006:17:22:58 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:17:23:00 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:17:23:00 +0100] Full reload complete.
I [31/Jan/2006:17:28:22 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7304)
I [31/Jan/2006:17:28:38 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7305)
I [31/Jan/2006:17:29:11 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7306)
I [31/Jan/2006:17:29:28 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7307)
I [31/Jan/2006:17:30:20 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7327)
I [31/Jan/2006:17:30:29 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7328)
I [31/Jan/2006:17:30:37 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7329)
I [31/Jan/2006:17:30:37 +0100] Setting R800CUPS device-uri to "ekplp:/var/ekpd/ekplp0" (was "file:/dev/null".)
I [31/Jan/2006:17:30:37 +0100] Setting R800CUPS printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:17:30:37 +0100] Setting R800CUPS printer-state to 3 (was 5.)
I [31/Jan/2006:17:30:37 +0100] Saving printers.conf...
I [31/Jan/2006:17:30:37 +0100] New printer 'R800CUPS' added by 'root'.
I [31/Jan/2006:17:32:14 +0100] Scheduler shutting down normally.
I [31/Jan/2006:17:32:14 +0100] Listening to 0:631
E [31/Jan/2006:17:32:14 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:17:32:14 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:17:32:14 +0100] Configured for up to 100 clients.
I [31/Jan/2006:17:32:14 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:17:32:14 +0100] Full reload is required.
I [31/Jan/2006:17:32:14 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:17:32:14 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:17:32:14 +0100] Full reload complete.
I [31/Jan/2006:17:32:15 +0100] Saving printers.conf...
I [31/Jan/2006:17:32:15 +0100] Saving classes.conf...
I [31/Jan/2006:17:32:15 +0100] Default destination set to 'R800CUPS' by 'root'.
I [31/Jan/2006:17:32:15 +0100] Scheduler shutting down normally.
I [31/Jan/2006:17:32:16 +0100] Listening to 0:631
E [31/Jan/2006:17:32:16 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:17:32:16 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:17:32:16 +0100] Configured for up to 100 clients.
I [31/Jan/2006:17:32:16 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:17:32:16 +0100] Full reload is required.
I [31/Jan/2006:17:32:16 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:17:32:16 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:17:32:16 +0100] Full reload complete.
I [31/Jan/2006:17:32:46 +0100] Adding start banner page "none" to job 1.
I [31/Jan/2006:17:32:46 +0100] Adding end banner page "none" to job 1.
I [31/Jan/2006:17:32:46 +0100] Job 1 queued on 'R800CUPS' by 'uli'.
I [31/Jan/2006:17:32:46 +0100] Started filter /usr/lib/cups/filter/pstops (PID 7698) for job 1.
I [31/Jan/2006:17:32:46 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 7699) for job 1.
I [31/Jan/2006:17:32:46 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 7700) for job 1.
I [31/Jan/2006:17:32:46 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 7701) for job 1.
E [31/Jan/2006:17:32:46 +0100] PID 7700 stopped with status 1!
I [31/Jan/2006:17:32:46 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:17:36:56 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7904)
I [31/Jan/2006:17:37:08 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7908)
I [31/Jan/2006:17:37:09 +0100] Adding start banner page "none" to job 2.
I [31/Jan/2006:17:37:09 +0100] Adding end banner page "none" to job 2.
I [31/Jan/2006:17:37:09 +0100] Job 2 queued on 'R800CUPS' by 'root'.
I [31/Jan/2006:17:37:18 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7909)
I [31/Jan/2006:17:37:42 +0100] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=7910)
I [31/Jan/2006:17:37:42 +0100] Started filter /usr/lib/cups/filter/pstops (PID 7911) for job 2.
I [31/Jan/2006:17:37:42 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 7912) for job 2.
I [31/Jan/2006:17:37:42 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 7914) for job 2.
I [31/Jan/2006:17:37:42 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 7915) for job 2.
I [31/Jan/2006:17:37:42 +0100] Job 1 was held by 'root'.
E [31/Jan/2006:17:37:43 +0100] PID 7914 stopped with status 1!
I [31/Jan/2006:17:37:43 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:17:42:53 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=7925)
I [31/Jan/2006:17:43:05 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7929)
I [31/Jan/2006:18:28:47 +0100] Scheduler shutting down normally.
I [31/Jan/2006:18:30:07 +0100] Listening to 0:631
E [31/Jan/2006:18:30:07 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:18:30:07 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:18:30:07 +0100] Configured for up to 100 clients.
I [31/Jan/2006:18:30:07 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:18:30:07 +0100] Full reload is required.
I [31/Jan/2006:18:30:10 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:18:30:11 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:18:30:11 +0100] Full reload complete.
I [31/Jan/2006:18:30:11 +0100] Started filter /usr/lib/cups/filter/pstops (PID 6389) for job 2.
I [31/Jan/2006:18:30:11 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 6390) for job 2.
I [31/Jan/2006:18:30:11 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 6391) for job 2.
I [31/Jan/2006:18:30:11 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 6393) for job 2.
E [31/Jan/2006:18:30:12 +0100] PID 6391 stopped with status 1!
I [31/Jan/2006:18:30:12 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:18:32:52 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7109)
I [31/Jan/2006:18:33:25 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7157)
I [31/Jan/2006:18:34:21 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=7378)
I [31/Jan/2006:18:34:21 +0100] Adding start banner page "none" to job 3.
I [31/Jan/2006:18:34:21 +0100] Adding end banner page "none" to job 3.
I [31/Jan/2006:18:34:21 +0100] Job 3 queued on 'R800CUPS' by ''.
I [31/Jan/2006:18:35:22 +0100] Scheduler shutting down normally.
I [31/Jan/2006:18:55:34 +0100] Listening to 0:631
E [31/Jan/2006:18:55:34 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:18:55:34 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:18:55:34 +0100] Configured for up to 100 clients.
I [31/Jan/2006:18:55:34 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:18:55:34 +0100] Full reload is required.
I [31/Jan/2006:18:55:37 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:18:55:39 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:18:55:39 +0100] Full reload complete.
I [31/Jan/2006:18:55:39 +0100] Started filter /usr/lib/cups/filter/pstops (PID 6518) for job 2.
I [31/Jan/2006:18:55:39 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 6519) for job 2.
I [31/Jan/2006:18:55:39 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 6520) for job 2.
I [31/Jan/2006:18:55:39 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 6521) for job 2.
E [31/Jan/2006:18:55:39 +0100] PID 6520 stopped with status 1!
I [31/Jan/2006:18:55:39 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:19:16:51 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=20807)
I [31/Jan/2006:19:17:03 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=20810)
I [31/Jan/2006:19:17:39 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=20811)
I [31/Jan/2006:19:17:59 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=20812)
I [31/Jan/2006:19:18:09 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=20813)
I [31/Jan/2006:19:20:50 +0100] Scheduler shutting down normally.
I [31/Jan/2006:19:20:51 +0100] Listening to 0:631
E [31/Jan/2006:19:20:51 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:19:20:51 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:19:20:51 +0100] Configured for up to 100 clients.
I [31/Jan/2006:19:20:51 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:19:20:51 +0100] Full reload is required.
I [31/Jan/2006:19:20:51 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:19:20:51 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:19:20:51 +0100] Full reload complete.
I [31/Jan/2006:19:20:51 +0100] Started filter /usr/lib/cups/filter/pstops (PID 21422) for job 2.
I [31/Jan/2006:19:20:51 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 21423) for job 2.
I [31/Jan/2006:19:20:51 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 21425) for job 2.
I [31/Jan/2006:19:20:51 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 21426) for job 2.
E [31/Jan/2006:19:20:51 +0100] PID 21425 stopped with status 1!
I [31/Jan/2006:19:20:51 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:19:20:52 +0100] Setting y2test device-uri to "ekplp:/var/ekpd/ekplp0" (was "file:/dev/null".)
I [31/Jan/2006:19:20:52 +0100] Setting y2test printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:19:20:52 +0100] Setting y2test printer-state to 3 (was 5.)
I [31/Jan/2006:19:20:52 +0100] Saving printers.conf...
I [31/Jan/2006:19:20:52 +0100] New printer 'y2test' added by 'root'.
I [31/Jan/2006:19:20:53 +0100] Adding start banner page "none" to job 4.
I [31/Jan/2006:19:20:53 +0100] Adding end banner page "none" to job 4.
I [31/Jan/2006:19:20:53 +0100] Job 4 queued on 'y2test' by 'root'.
I [31/Jan/2006:19:20:53 +0100] Started filter /usr/lib/cups/filter/pstops (PID 21441) for job 4.
I [31/Jan/2006:19:20:53 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 21442) for job 4.
I [31/Jan/2006:19:20:53 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 21444) for job 4.
I [31/Jan/2006:19:20:53 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 21445) for job 4.
E [31/Jan/2006:19:20:53 +0100] PID 21444 stopped with status 1!
I [31/Jan/2006:19:20:53 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:19:21:07 +0100] Printer 'y2test' deleted by 'root'.
I [31/Jan/2006:19:21:07 +0100] Saving printers.conf...
I [31/Jan/2006:19:21:15 +0100] Scheduler shutting down normally.
I [31/Jan/2006:19:21:15 +0100] Listening to 0:631
E [31/Jan/2006:19:21:15 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:19:21:15 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:19:21:15 +0100] Configured for up to 100 clients.
I [31/Jan/2006:19:21:15 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:19:21:15 +0100] Full reload is required.
I [31/Jan/2006:19:21:15 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:19:21:15 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:19:21:15 +0100] Full reload complete.
I [31/Jan/2006:19:21:15 +0100] Started filter /usr/lib/cups/filter/pstops (PID 21620) for job 2.
I [31/Jan/2006:19:21:15 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 21621) for job 2.
I [31/Jan/2006:19:21:15 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 21623) for job 2.
I [31/Jan/2006:19:21:15 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 21624) for job 2.
E [31/Jan/2006:19:21:16 +0100] PID 21623 stopped with status 1!
I [31/Jan/2006:19:21:16 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:19:21:16 +0100] Printer 'R800CUPS' deleted by 'root'.
I [31/Jan/2006:19:21:16 +0100] Saving printers.conf...
E [31/Jan/2006:19:21:17 +0100] set_default: resource name '/printers/' no good!
I [31/Jan/2006:19:21:17 +0100] Scheduler shutting down normally.
I [31/Jan/2006:19:21:17 +0100] Listening to 0:631
E [31/Jan/2006:19:21:17 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:19:21:17 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:19:21:17 +0100] Configured for up to 100 clients.
I [31/Jan/2006:19:21:17 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:19:21:17 +0100] Full reload is required.
I [31/Jan/2006:19:21:17 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:19:21:17 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:19:21:17 +0100] Full reload complete.
I [31/Jan/2006:19:32:10 +0100] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=21982)
I [31/Jan/2006:19:32:21 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=21983)
I [31/Jan/2006:19:32:28 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=21984)
I [31/Jan/2006:19:32:38 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=21985)
I [31/Jan/2006:19:32:45 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=21986)
I [31/Jan/2006:19:33:53 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=21987)
I [31/Jan/2006:19:33:53 +0100] Setting R800 device-uri to "ekplp:/var/ekpd/ekplp0" (was "file:/dev/null".)
I [31/Jan/2006:19:33:53 +0100] Setting R800 printer-is-accepting-jobs to 1 (was 0.)
I [31/Jan/2006:19:33:53 +0100] Setting R800 printer-state to 3 (was 5.)
I [31/Jan/2006:19:33:53 +0100] Saving printers.conf...
I [31/Jan/2006:19:33:53 +0100] New printer 'R800' added by 'root'.
I [31/Jan/2006:19:35:47 +0100] Scheduler shutting down normally.
I [31/Jan/2006:19:35:47 +0100] Listening to 0:631
E [31/Jan/2006:19:35:47 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:19:35:47 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:19:35:47 +0100] Configured for up to 100 clients.
I [31/Jan/2006:19:35:47 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:19:35:47 +0100] Full reload is required.
I [31/Jan/2006:19:35:47 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:19:35:48 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:19:35:48 +0100] Full reload complete.
I [31/Jan/2006:19:35:49 +0100] Saving printers.conf...
I [31/Jan/2006:19:35:49 +0100] Saving classes.conf...
I [31/Jan/2006:19:35:49 +0100] Default destination set to 'R800' by 'root'.
I [31/Jan/2006:19:35:49 +0100] Scheduler shutting down normally.
I [31/Jan/2006:19:35:49 +0100] Listening to 0:631
E [31/Jan/2006:19:35:49 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:19:35:49 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:19:35:49 +0100] Configured for up to 100 clients.
I [31/Jan/2006:19:35:49 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:19:35:49 +0100] Full reload is required.
I [31/Jan/2006:19:35:49 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:19:35:49 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:19:35:49 +0100] Full reload complete.
I [31/Jan/2006:19:40:43 +0100] Adding start banner page "none" to job 1.
I [31/Jan/2006:19:40:43 +0100] Adding end banner page "none" to job 1.
I [31/Jan/2006:19:40:43 +0100] Job 1 queued on 'R800' by 'uli'.
I [31/Jan/2006:19:40:43 +0100] Started filter /usr/lib/cups/filter/pstops (PID 22344) for job 1.
I [31/Jan/2006:19:40:43 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 22345) for job 1.
I [31/Jan/2006:19:40:43 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 22346) for job 1.
I [31/Jan/2006:19:40:43 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 22347) for job 1.
E [31/Jan/2006:19:40:43 +0100] PID 22346 stopped with status 1!
I [31/Jan/2006:19:40:43 +0100] Hint: Try setting the LogLevel to "debug" to find out more.
I [31/Jan/2006:19:40:57 +0100] Scheduler shutting down normally.
I [31/Jan/2006:20:31:27 +0100] Listening to 0:631
E [31/Jan/2006:20:31:27 +0100] Unknown Location directive # on line 834.
I [31/Jan/2006:20:31:27 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [31/Jan/2006:20:31:27 +0100] Configured for up to 100 clients.
I [31/Jan/2006:20:31:27 +0100] Allowing up to 100 client connections per host.
I [31/Jan/2006:20:31:27 +0100] Full reload is required.
I [31/Jan/2006:20:31:29 +0100] LoadPPDs: Read "/etc/cups/ppds.dat", 4011 PPDs...
I [31/Jan/2006:20:31:30 +0100] LoadPPDs: No new or changed PPDs...
I [31/Jan/2006:20:31:30 +0100] Full reload complete.
I [31/Jan/2006:20:31:30 +0100] Started filter /usr/lib/cups/filter/pstops (PID 5949) for job 1.
I [31/Jan/2006:20:31:30 +0100] Started filter /usr/lib/cups/filter/pstoraster (PID 5950) for job 1.
I [31/Jan/2006:20:31:30 +0100] Started filter /usr/lib/cups/filter/rastertopips (PID 5952) for job 1.
I [31/Jan/2006:20:31:30 +0100] Started backend /usr/lib/cups/backend/ekplp (PID 5953) for job 1.
E [31/Jan/2006:20:31:30 +0100] PID 5952 stopped with status 1!
I [31/Jan/2006:20:31:30 +0100] Hint: Try setting the LogLevel to "debug" to find out more.

ich kann damit leider nichts anfangen

Wichtig ist für mich zu erfahren wie gutenprint arbeitet und was es ist.
 

homer65

Hacker
Hallo Elv1s,
habe im Fehlerprotokol auch nichts auffälliges entdeckt.
Wie gesagt, ich bin auch kein grosser Druckerexperte. Insbesondere kenne ich Gutenprint auch nicht. Habe auch nicht deinen Drucker zuhause. :-(
Davon abgesehen weiß ich zumindest wie man grundsätzlich Drucker unter CUPS installiert.
Habe also mal testweise Gutenprint bei mir installiert. Dann im Browser http://localhost:631 eingetippt. Das ist das Konfigurationsinterface von CUPS.
Dort -> Drucker verwalten -> Drucker hinzufügen -> Name: EPSON -> Gereät: USB Printer #1 -> Hersteller: EPSON -> Modell:
Dann hatt man eine Liste mit ganz vielen EPSON Druckern. Leider ist deiner nicht dabei. Das heißt es fehlt die richtige PPD-Datei für deinen Drucker. CUPS verwendet PPD Dateien um die Fähigkeiten eines Druckers zu beschreiben.
Werde mich mal im Internet auf die Suche nach der PPD-Datei machen. Melde mich dann wieder. Schätze bei dir ist dein Druckermodell in der Liste auch nicht aufgeführt; oder?
Christian
 

homer65

Hacker
So, bin fündig geworden dank misiu:
http://www.linux-club.de/viewtopic.php?t=49654
Dort ist der folgende Link angegeben:
http://www.avasys.jp/english/linux_e/dl_ink.html
Da gibt es für deinen Drucker ein rpm Packet zum Download.
Installiert wird es mit:
rpm -i pips-spr800-cups-2.6.2-1.i386.rpm
Hoffe das hilft.
Christian
 
OP
E

Elv1s

Newbie
hallo christian,
super lieb, dass du dich für mich auf die Suche nach dieser PPD Datei machst. Finde ich echt klasse. Nach langem herum probieren kann ich dir sagen was der momentante stand der Dinge ist: Bis vor 4 Wochen gab es noch nicht mal eine theoretische Möglichkeit den R800 unter linux zu konfigurieren. Epson gibt zwar an Linux zu supporten, tut das aber nur mit PIPS, das eine Alternative zu CUPS darstellt, leider aber bei niemandem funktioniert. Anstatt PPD-Dateien für CUPS onlinezustellen tut man einfach gar nichts mehr. Die Schwierigkeit für andere Programmierer besteht darin, dass der R800 über 8 Tintenpatronen verfügt und deshalb besonders schwierig zu konfigurieren ist. Die einzige Möglichkeit ist demnach mit der allerneuesten gutenprint version zu versuchen ob sie den R800 korrekt konfigurieren kann. Alle anderen angebotenen Treiber (abgesehen von turboprint) sind nicht in der Lage brauchbare PPD Dateien zu erstellen.

Wir brauchen also jemand, der sich mit gutenprint bzw. gimp-print auskennt. Es sei denn, dass wir eine lauffähige PPD DAtei finden, die laut diversen Foreneinträgen nicht existiert.

Soviel zum Verpackungsaufdruck von EPSON: "Supporting Linux"

MfG
Elv1s
 

misiu

Moderator
Teammitglied
Hallo Elv1s!

Was geht denn schief, wenn du die :
rpm -i pips-spr800-cups-2.6.2-1.i386.rpm
installierst?
Falls es so nicht geht, dann:
rpm -i --nodeps pips-spr800-cups-2.6.2-1.i386.rpm

Diese Datei beinhaltet bereits die benötigte PPD, also sobald
die rpm installiert sei müsste die sich bereits auf dem Rechner
befinden (ekspr800.ppd)

Der Drucker wird auch nicht über YaST eingerichtet, sondern
über CUPS direkt, davor muss CUPS-Passwort eingerichtet
werden.

MfG
misiu
 
OP
E

Elv1s

Newbie
Hallo misiu,
den Treiber habe ich schon ganz zu Anfang gehabt. Er lässt sich auch prima installieren. Über CUPS (Passwort bereits eingerichtet) kann ich ihn dann auch auswählen und in openoffice erscheint er als Drucker. Alles kein Problem soweit. CUPS sagt mir auch, dass der Drucker bereit ist Aufträge entgegenzunehmen. Leider druckt der Drucker aber nicht wenn ich einen Druckbefehl aussende. Weder Testseite von CUPS noch irgendetwas anderes. Auf gut Deutsch. Der Treiber funktioniert nicht.

Das habe ich allerdings schon in einigen Foren gelesen. Dieses PIPS von Epson soll nicht wirklich gut kompatibel sein.

Ich warte prinzipiell immer noch auf eine Antwort von jemandem, der mir erklären kann wie man mit gutenprint umgeht. Habe gehört man kann den gutenprint Treiber für den R800 in einen CUPS Treiber (also PPD) übersetzen. Dann würde der Drucker funktionieren. Wie das geht... keine Ahnung.

LG
Elv1s
 
Oben