1. Weiterleitung zu NetzLiving.de
  2. Forum
    1. Unerledigte Themen
  3. zum neuen Forum
  • Anmelden
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Seiten
  • Forum
  • Erweiterte Suche
  1. Informatik Forum
  2. Software und Anwendungen
  3. Betriebssysteme

Probleme mit CUPS Bereit: /usr/lib/cups/filter/pstops failed

    • Linux
  • gringo
  • 16. Oktober 2006 um 01:22
  • Unerledigt
Hallo zusammen,

das Informatik-Forum geht in den Archivmodus, genaue Informationen kann man der entsprechenden Ankündigung entnehmen. Als Dankeschön für die Treue bekommt man von uns einen Gutscheincode (informatikforum30) womit man bei netzliving.de 30% auf das erste Jahr sparen kann. (Genaue Infos sind ebenfalls in der Ankündigung)

Vielen Dank für die Treue und das Verständnis!
  • gringo
    Punkte
    536
    Beiträge
    79
    • 16. Oktober 2006 um 01:22
    • #1

    folgendes problem:

    nachdem ich ein dist-upgrade von ubuntubreezy auf dapper gemacht habe möchte mein xerox phaser 6100 laserdrucker nicht mehr durcken. prinzipiell liefert xerox für den drucken eine ppd file die allerdings schon etwas älter ist.

    er setzt gespoolte aufträge sofort auf gestoppt und gibt folgende fehlermeldung:

    Bereit: /usr/lib/cups/filter/pstops failed

    mit der alten cups version gings.

    was meint ihr? alte cups version wieder installieren oder gibt es einen eleganteren weg die probleme zu beseitigen.

  • sauzachn
    Punkte
    3.101
    Beiträge
    606
    • 16. Oktober 2006 um 19:11
    • #2

    Das sind etwas magere Angaben.

    Setz mal den LogLevel von CUPS (/etc/cups/cupsd.conf) auf "debug" und schau dann in /var/log/cups/error_log nach, woran es genau liegt.

    Ansonsten: Gibt es die pstops überhaupt? Ist es vielleicht ein toter Link? Unterscheidet sich das File in den Berechtigungen von anderen Files in dem Verzeichnis? Usw.

  • gringo
    Punkte
    536
    Beiträge
    79
    • 17. Oktober 2006 um 13:03
    • #3

    nun gut. hier sind teile des log files. hab mal die dinge die ich für mögliche ursachen halte fett hervorgehoben.

    komisch ist besonders dieser teil: E [17/Oct/2006:12:51:50 +0200] PID 6137 (/usr/lib/cups/filter/ppmtosplc) stopped with status 2!

    LOG FILE:

    I [17/Oct/2006:12:47:53 +0200] Listening to 127.0.0.1:631 (IPv4)
    I [17/Oct/2006:12:47:53 +0200] Listening to /var/run/cups/cups.sock (Domain)
    I [17/Oct/2006:12:47:53 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
    I [17/Oct/2006:12:47:53 +0200] Cleaning out old temporary files in "/var/spool/cups/tmp"...
    I [17/Oct/2006:12:47:53 +0200] Configured for up to 100 clients.
    I [17/Oct/2006:12:47:53 +0200] Allowing up to 100 client connections per host.
    I [17/Oct/2006:12:47:53 +0200] Using policy "default" as the default!
    I [17/Oct/2006:12:47:53 +0200] Full reload is required.
    I [17/Oct/2006:12:47:53 +0200] Loaded MIME database from '/etc/cups': 34 types, 39 filters...
    D [17/Oct/2006:12:47:53 +0200] Loading printer Xerox-Phaser-6100-Series-(SPL-C)...
    I [17/Oct/2006:12:47:53 +0200] Loading job cache file "/var/cache/cups/job.cache"...
    D [17/Oct/2006:12:47:53 +0200] Loading job 330 from cache...
    D [17/Oct/2006:12:47:53 +0200] Loading job 331 from cache...
    I [17/Oct/2006:12:47:53 +0200] Full reload complete.
    I [17/Oct/2006:12:47:53 +0200] Listening to 127.0.0.1:631 on fd 0...
    I [17/Oct/2006:12:47:53 +0200] Listening to /var/run/cups/cups.sock on fd 1...
    D [17/Oct/2006:12:47:54 +0200] cupsdAcceptClient: 5 from localhost (Domain)

    D [17/Oct/2006:12:47:54 +0200] cupsdReadClient: 5 POST / HTTP/1.1
    E [17/Oct/2006:12:47:54 +0200] cupsdAuthorize: Local authentication certificate not found!

    diesers block widerholt sich einige male:

    CUPS-Get-Printers
    D [17/Oct/2006:12:47:59 +0200] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
    D [17/Oct/2006:12:47:59 +0200] cupsdReadClient: 5 POST / HTTP/1.1
    E [17/Oct/2006:12:47:59 +0200] cupsdAuthorize: Local authentication certificate not found!
    D [17/Oct/2006:12:47:59 +0200] Get-Printer-Attributes ipp://localhost/printers/Xerox-Phaser-6100-Series-(SPL-C)
    D [17/Oct/2006:12:47:59 +0200] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
    D [17/Oct/2006:12:48:04 +0200] cupsdReadClient: 5 POST / HTTP/1.1
    E [17/Oct/2006:12:48:04 +0200] cupsdAuthorize: Local authentication certificate not found!

    hier dann der versuch eine datei zu drucken.

    D [17/Oct/2006:12:51:50 +0200] cupsdReadClient: 8 POST /printers/Xerox-Phaser-6100-Series-(SPL-C) HTTP/1.1
    D [17/Oct/2006:12:51:50 +0200] cupsdAuthorize: No authentication data provided.
    D [17/Oct/2006:12:51:50 +0200] Print-Job ipp://localhost/printers/Xerox-Phaser-6100-Series-(SPL-C)
    D [17/Oct/2006:12:51:50 +0200] print_job: auto-typing file...
    D [17/Oct/2006:12:51:50 +0200] print_job: request file type is application/postscript.
    D [17/Oct/2006:12:51:50 +0200] add_job: requesting-user-name="gringo"
    I [17/Oct/2006:12:51:50 +0200] Adding start banner page "none" to job 332.
    D [17/Oct/2006:12:51:50 +0200] Discarding unused job-created event...
    I [17/Oct/2006:12:51:50 +0200] Adding end banner page "none" to job 332.
    I [17/Oct/2006:12:51:50 +0200] Job 332 queued on "Xerox-Phaser-6100-Series-(SPL-C)" by "gringo".
    D [17/Oct/2006:12:51:50 +0200] Job 332 hold_until = 0
    D [17/Oct/2006:12:51:50 +0200] Discarding unused printer-state-changed event...
    D [17/Oct/2006:12:51:50 +0200] job-sheets=none,none
    D [17/Oct/2006:12:51:50 +0200] banner_page = 0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[0]="Xerox-Phaser-6100-Series-(SPL-C)"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[1]="332"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[2]="gringo"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[3]="Acro000lkRfja"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[4]="1"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[5]="JCLDuplex=DuplexNoTumble Duplex=DuplexNoTumble Collate job-uuid=urn:uuid:0b9fbbfc-3949-387d-7bbe-85f12fecedda"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] argv[6]="/var/spool/cups/d00332-001"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[7]="CUPS_STATEDIR=/var/run/cups"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[9]="SERVER_ADMIN=root@localhost.localdomain"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[10]="SOFTWARE=CUPS/1.2.2"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[11]="TMPDIR=/var/spool/cups/tmp"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[12]="TZ=Europe/Vienna"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[13]="USER=root"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[14]="CUPS_SERVER=/var/run/cups/cups.sock"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[15]="CUPS_ENCRYPTION=IfRequested"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[16]="IPP_PORT=631"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[17]="CHARSET=utf-8"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[18]="LANG=de_AT"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[19]="PPD=/etc/cups/ppd/Xerox-Phaser-6100-Series-(SPL-C).ppd"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[20]="RIP_MAX_CACHE=8m"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[21]="CONTENT_TYPE=application/postscript"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[22]="DEVICE_URI=usb://Xerox/Phaser%206100"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[23]="PRINTER=Xerox-Phaser-6100-Series-(SPL-C)"
    D [17/Oct/2006:12:51:50 +0200] [Job 332] envp[24]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript"
    I [17/Oct/2006:12:51:50 +0200] Started filter /usr/lib/cups/filter/pstops (PID 6136) for job 332.
    I [17/Oct/2006:12:51:50 +0200] Started filter /usr/lib/cups/filter/ppmtosplc (PID 6137) for job 332.
    I [17/Oct/2006:12:51:50 +0200] Started backend /usr/lib/cups/backend/usb (PID 6138) for job 332.
    D [17/Oct/2006:12:51:50 +0200] Discarding unused job-state event...
    D [17/Oct/2006:12:51:50 +0200] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
    D [17/Oct/2006:12:51:50 +0200] cupsdCloseClient: 8
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Printer using device file "/dev/usblp0"...
    D [17/Oct/2006:12:51:50 +0200] [Job 332] backendRunLoop(print_fd=0, device_fd=4, use_bc=1)
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Page = 595x842; 12,12 to 582,830
    D [17/Oct/2006:12:51:50 +0200] [Job 332] slow_collate=0, slow_duplex=0, slow_order=0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Before copy_comments - %!PS-Adobe-3.0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %!PS-Adobe-3.0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%Title: (Microsoft Word - SE_Infoblatt_WS_06_BS_041006.doc)
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%Version: 1 4
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%CreationDate: 11:51:47 2006-10-17
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%For: (barbara)
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%DocumentData: Clean7Bit
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%LanguageLevel: 2
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%BoundingBox: 0 0 842 595
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%HiResBoundingBox: 0.0 0.0 842.0 595.22
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%Pages: 2
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%DocumentProcessColors: (atend)
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%DocumentSuppliedResources: (atend)
    D [17/Oct/2006:12:51:50 +0200] [Job 332] %%EndComments
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Before copy_prolog - %%BeginDefaults
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Before copy_setup - %%BeginSetup
    D [17/Oct/2006:12:51:50 +0200] cupsdAcceptClient: 7 from localhost:631 (IPv4)
    D [17/Oct/2006:12:51:50 +0200] cupsdReadClient: 7 POST / HTTP/1.1
    D [17/Oct/2006:12:51:50 +0200] cupsdAuthorize: No authentication data provided.
    D [17/Oct/2006:12:51:50 +0200] CUPS-Get-Printers
    D [17/Oct/2006:12:51:50 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
    D [17/Oct/2006:12:51:50 +0200] cupsdAcceptClient: 8 from localhost:631 (IPv4)
    D [17/Oct/2006:12:51:50 +0200] cupsdCloseClient: 7
    D [17/Oct/2006:12:51:50 +0200] cupsdReadClient: 8 POST / HTTP/1.1
    D [17/Oct/2006:12:51:50 +0200] cupsdAuthorize: No authentication data provided.
    D [17/Oct/2006:12:51:50 +0200] Get-Jobs ipp://localhost:631/jobs/
    D [17/Oct/2006:12:51:50 +0200] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
    E [17/Oct/2006:12:51:50 +0200] [Job 332] Could not find a suitable printer!
    D [17/Oct/2006:12:51:50 +0200] [Job 332]
    D [17/Oct/2006:12:51:50 +0200] cupsdCloseClient: 8
    E [17/Oct/2006:12:51:50 +0200] PID 6137 (/usr/lib/cups/filter/ppmtosplc) stopped with status 2!
    D [17/Oct/2006:12:51:50 +0200] PID 6138 (/usr/lib/cups/backend/usb) exited with no errors.

    D [17/Oct/2006:12:51:50 +0200] [Job 332] Before page loop - %%Page: 1 1
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Copying page 1...
    D [17/Oct/2006:12:51:50 +0200] [Job 332] pagew = 570.0, pagel = 817.0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] bboxw = 595, bboxl = 842
    D [17/Oct/2006:12:51:50 +0200] [Job 332] PageLeft = 12.5, PageRight = 582.5
    D [17/Oct/2006:12:51:50 +0200] [Job 332] PageTop = 829.5, PageBottom = 12.5
    D [17/Oct/2006:12:51:50 +0200] [Job 332] PageWidth = 595.0, PageLength = 842.0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Copying page 2...
    D [17/Oct/2006:12:51:50 +0200] [Job 332] pagew = 570.0, pagel = 817.0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] bboxw = 595, bboxl = 842
    D [17/Oct/2006:12:51:50 +0200] [Job 332] PageLeft = 12.5, PageRight = 582.5
    D [17/Oct/2006:12:51:50 +0200] [Job 332] PageTop = 829.5, PageBottom = 12.5
    D [17/Oct/2006:12:51:50 +0200] [Job 332] PageWidth = 595.0, PageLength = 842.0
    D [17/Oct/2006:12:51:50 +0200] [Job 332] Wrote 2 pages...
    D [17/Oct/2006:12:51:51 +0200] PID 6136 (/usr/lib/cups/filter/pstops) exited with no errors.
    D [17/Oct/2006:12:51:51 +0200] [Job 332] File 0 is complete.
    D [17/Oct/2006:12:51:51 +0200] Discarding unused printer-state-changed event...
    D [17/Oct/2006:12:51:51 +0200] Discarding unused job-stopped event...
    D [17/Oct/2006:12:51:52 +0200] Unloading job 332...
    D [17/Oct/2006:12:51:54 +0200] cupsdReadClient: 5 POST / HTTP/1.1
    E [17/Oct/2006:12:51:54 +0200] cupsdAuthorize: Local authentication certificate not found!

    danach gehts wieder weiter mit:

    D [17/Oct/2006:12:51:54 +0200] CUPS-Get-Printers

    usw....

  • thanatos5
    Punkte
    625
    Beiträge
    116
    • 29. Oktober 2006 um 01:02
    • #4

    sudo chmod +s /usr/lib/cups/filter/pstops

  • Maximilian Rupp 27. Dezember 2024 um 00:11

    Hat das Thema aus dem Forum Betriebssysteme nach Betriebssysteme verschoben.

  1. Datenschutzerklärung
  2. Impressum