PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : SAMBA/Cups, Aufträge werden nur lokal gedruckt.



Tranalogic
17.01.08, 21:59
Hallo Leute,

ich habe die SuFu benutzt aber keinen passenden Beitrag zu meinem Problem gefunden.

Also das Problem:

Ich habe hier einen Samba Server stehen wo ich mir heute einen HP LaserJet 1018 zugelegt habe, nun will ich dass Samba den Drucker anzeigt (für WinXP-Rechner) und dass man auch via. Windows per Netzwerk auf dem Drucker drucken kann. Gut, den Drucker habe ich mit Cups eingerichtet und er funktioniert Lokal auch, nur halt nicht über das Netzwerk, obwohl ihn Samba anzeigt. Nebenbei muss ich erwähnen, dass ich mich an bestimmte Anleitungen gehalten habe, wie: http://www.gentoo.org/doc/de/quick-samba-howto.xml

Hier ein paar Configs:
smb.conf


[global]
workgroup = monk


server string = Datenserver %v

username map = /etc/samba/smbusers
map to guest = nobody


printcap name= cups
printing = cups
load printers = yes

log level = 1
log file = /var/log/samba/log.%m
dead time = 15
getwd cache = yes
wide links = 0
write cache size = 524288
read raw = yes
write raw = yes
level2 oplocks = true
oplocks = yes
max xmit = 65535
max log size= 50
lock directory = /var/lock/samba
share modes = yes

socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192

interfaces = lo eth0
bind interfaces only = yes

hosts allow = 127.0.0.1 192.168.0.3/7
hosts deny = 0.0.0.0/0


security = share


guest ok = no

[public]
comment = Public Dateien
browseable = yes
public = yes
create mode = 0777
guest ok = yes
path = /home/peter/public
read only = no


[neu]
comment = Neue Dateien
path = /mnt/ataplatte/neu
read only = no
browseable = yes
public = yes

[HPLaserjet]
comment = Server Drucker
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes
printer admin = root
die SMB Shares funktionieren mit dieser Config ohne Probleme.

die cupsd.conf


ServerName localhost
ServerAdmin root@localhost

AccesLog /var/log/cups/access_log

ErrorLog /var/log/cups/error_log

LogLevel info

MaxClients 100

BrowseAddress @IF(eth0)

<Location />
Order allow,deny
# Allow localhost
Allow From 192.168.0.*
Allow From All
</Location>

Listen *:631

Port 631

<Location /admin>
AuthType Basic
AuthClass System
Encryption Required
Order allow,deny
Allow localhost
Allow from 192.168.0.3
Deny From All
</Location>


Wenn ihr noch was brauchts dann nur melden.
Bin für jede Hilfe dankbar.

LG

heatwalker
17.01.08, 22:53
Poste doch mal deine Printers.conf.

Tranalogic
18.01.08, 16:39
Hallo, danke erstmal für deine Antwort. Hier ist die printers.conf


# Printer configuration file for CUPS v1.2.12
# Written by cupsd on 2008-01-17 21:36
<Printer laserjet>
Info Server-Drucker
Location /dev/usb/lp0
DeviceURI usb://HP/LaserJet%201018
State Idle
StateTime 1200602179
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>

heatwalker
18.01.08, 19:56
Also die Configs scheinen in Ordnung zu sein.

Was heisst denn "er funktioniert nicht im Netzwerk"?

Was sagen denn die Logs von samba?

Die müssten (unter SuSE) in /var/log/samba liegen.
Kann aber bei gentoo anders sein.

Tranalogic
19.01.08, 05:53
Die smbd.log zeigt keine Fehlermeldungen an, aber eher die error_log von Cups wenn ich via. SAMBA drucken will.


I [19/Jan/2008:05:46:45 +0100] Listening to :::631 (IPv6)
W [19/Jan/2008:05:46:45 +0100] "AuthClass System" is deprecated; consider using "Require user @SYSTEM" on line 27.
D [19/Jan/2008:05:46:45 +0100] cupsdDenyIP(loc=0x80a92f0(/admin), address=0:0:0:0, netmask=0:0:0:0)
I [19/Jan/2008:05:46:45 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
I [19/Jan/2008:05:46:45 +0100] Using default TempDir of /var/spool/cups/tmp...
I [19/Jan/2008:05:46:45 +0100] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [19/Jan/2008:05:46:45 +0100] Configured for up to 100 clients.
I [19/Jan/2008:05:46:45 +0100] Allowing up to 100 client connections per host.
I [19/Jan/2008:05:46:45 +0100] Creating CUPS default administrative policy:
I [19/Jan/2008:05:46:45 +0100] <Policy default>
I [19/Jan/2008:05:46:45 +0100] <Limit Send-Document Send-URI Cancel-Job Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Authenticate-Job>
I [19/Jan/2008:05:46:45 +0100] Order Deny,Allow
I [19/Jan/2008:05:46:45 +0100] Require user @OWNER @SYSTEM
I [19/Jan/2008:05:46:45 +0100] </Limit>
I [19/Jan/2008:05:46:45 +0100] <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
I [19/Jan/2008:05:46:45 +0100] Order Deny,Allow
I [19/Jan/2008:05:46:45 +0100] AuthType Basic
I [19/Jan/2008:05:46:45 +0100] Require user @SYSTEM
I [19/Jan/2008:05:46:45 +0100] </Limit>
I [19/Jan/2008:05:46:45 +0100] <Limit All>
I [19/Jan/2008:05:46:45 +0100] Order Deny,Allow
I [19/Jan/2008:05:46:45 +0100] </Limit>
I [19/Jan/2008:05:46:45 +0100] </Policy>
I [19/Jan/2008:05:46:45 +0100] Full reload is required.
I [19/Jan/2008:05:46:45 +0100] Loaded MIME database from '/etc/cups': 33 types, 38 filters...
D [19/Jan/2008:05:46:45 +0100] Loading printer laserjet...
I [19/Jan/2008:05:46:45 +0100] Loading job cache file "/var/cache/cups/job.cache"...
D [19/Jan/2008:05:46:45 +0100] Loading job 8 from cache...
D [19/Jan/2008:05:46:45 +0100] Loading job 9 from cache...
D [19/Jan/2008:05:46:45 +0100] Loading job 10 from cache...
I [19/Jan/2008:05:46:45 +0100] Full reload complete.
I [19/Jan/2008:05:46:45 +0100] Listening to 0.0.0.0:631 on fd 2...
E [19/Jan/2008:05:46:45 +0100] Unable to open listen socket for address :::631 - Address family not supported by protocol.
E [19/Jan/2008:05:46:45 +0100] Unable to bind socket for address 0.0.0.0:631 - Address already in use.
E [19/Jan/2008:05:46:45 +0100] Unable to open listen socket for address :::631 - Address family not supported by protocol.
D [19/Jan/2008:05:46:46 +0100] cupsdNetIFUpdate: "lo" = localhost...
D [19/Jan/2008:05:46:46 +0100] cupsdNetIFUpdate: "eth0" = 192.168.0.6...
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Jobs ipp://localhost/printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp://localhost/printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 8
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:50 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:50 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:50 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:50 +0100] Get-Printer-Attributes ipp:///printers/laserjet
D [19/Jan/2008:05:46:50 +0100] cupsdProcessIPPRequest: 6 status_code=0 (successful-ok)
D [19/Jan/2008:05:46:50 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:51 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:51 +0100] cupsdReadClient: 6 POST / HTTP/1.1
D [19/Jan/2008:05:46:51 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes ipp:///printers/printers
D [19/Jan/2008:05:46:51 +0100] Get-Printer-Attributes client-error-not-found: Drucker oder Klasse nicht gefunden.
D [19/Jan/2008:05:46:51 +0100] cupsdProcessIPPRequest: 6 status_code=406 (client-error-not-found)
D [19/Jan/2008:05:46:51 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:46:52 +0100] cupsdAcceptClient: 6 from localhost:631 (IPv4)
D [19/Jan/2008:05:46:52 +0100] cupsdReadClient: 6 POST /printers/laserjet HTTP/1.1
D [19/Jan/2008:05:46:52 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:05:46:52 +0100] Print-Job ipp://localhost/printers/laserjet
D [19/Jan/2008:05:46:52 +0100] print_job: auto-typing file...
D [19/Jan/2008:05:46:52 +0100] Print-Job client-error-document-format-not-supported: Nicht unterstütztes Format 'application/octet-stream'!
I [19/Jan/2008:05:46:52 +0100] Hint: Do you have the raw file printing rules enabled?
D [19/Jan/2008:05:46:52 +0100] cupsdProcessIPPRequest: 6 status_code=40a (client-error-document-format-not-supported)
D [19/Jan/2008:05:46:52 +0100] cupsdCloseClient: 6
D [19/Jan/2008:05:47:48 +0100] cupsdNetIFUpdate: "lo" = localhost...
D [19/Jan/2008:05:47:48 +0100] cupsdNetIFUpdate: "eth0" = 192.168.0.6...
D [19/Jan/2008:05:48:50 +0100] cupsdNetIFUpdate: "lo" = localhost...
D [19/Jan/2008:05:48:50 +0100] cupsdNetIFUpdate: "eth0" = 192.168.0.6...
D [19/Jan/2008:05:49:52 +0100] cupsdNetIFUpdate: "lo" = localhost...
D [19/Jan/2008:05:49:52 +0100] cupsdNetIFUpdate: "eth0" = 192.168.0.6...
D [19/Jan/2008:05:50:54 +0100] cupsdNetIFUpdate: "lo" = localhost...
D [19/Jan/2008:05:50:54 +0100] cupsdNetIFUpdate: "eth0" = 192.168.0.6...
D [19/Jan/2008:05:51:56 +0100] cupsdNetIFUpdate: "lo" = localhost...
D [19/Jan/2008:05:51:56 +0100] cupsdNetIFUpdate: "eth0" = 192.168.0.6...

Tranalogic
19.01.08, 22:59
Hallo habe es heute zusammengebracht dass ich mit Windows auf meinen SAMBA/Cups Drucker drucken kann. Ich habe dabei die cupsd.conf geändert und in der mime.convs. mime.type die Zeilen mit dem RAW drucken bzw. octet-stream _NICHT_ auskommentiert:



# Show troubleshooting information in error_log.
LogLevel debug
Port 631
Browsing On
BrowseAddress 192.168.0.255
<Location />
Order Deny,Allow
Deny From All
Allow From 192.168.0.*
Allow From 127.0.0.1
</Location>
<Location /admin>
AuthType Basic
AuthClass System
Allow From 127.0.0.1
Order Deny,Allow
Deny From All
</Location>


So, auf meinem Laptop (SuSE 10.3), sowie auf meinem Gentoo System wird im Cups interface der Drucker angezeigt, mit ipp://...:631/printers/HPLaserJet1018, hat mich zuerst zum positiven gewundert. Gebe ich aber mit einem Programm einen Druckbefehl, bzw. über das Interface selbst, wird zwar der Druck in den Aufträgen angezeigt, aber es wird nichts gedruckt. Also Windows/SAMBA drucken geht, aber über Linux/ipp nicht.
Hier ist mal ein Auszug aus der Error_log von Cups wenn ich einen Druckbefehl mit OpenOffice gebe.




D [19/Jan/2008:23:02:24 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:24 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:24 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:24 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:24 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:24 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:24 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:24 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:24 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:24 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:24 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:24 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:24 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:24 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:24 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:24 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:24 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:25 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:25 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:25 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:25 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:25 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:25 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:25 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:25 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:25 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:25 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:28 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:28 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:28 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:28 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:28 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:28 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST / HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Get-Printer-Attributes ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 9 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 9 GET /printers/HPLaserJet1018.ppd HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] cupsdSendError: 9 code=404 (Not Found)
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 9
D [19/Jan/2008:23:02:33 +0100] cupsdCloseClient: 8
D [19/Jan/2008:23:02:33 +0100] cupsdAcceptClient: 8 from 192.168.0.5:631 (IPv4)
D [19/Jan/2008:23:02:33 +0100] cupsdReadClient: 8 POST /printers/HPLaserJet1018 HTTP/1.1
D [19/Jan/2008:23:02:33 +0100] cupsdAuthorize: No authentication data provided.
D [19/Jan/2008:23:02:33 +0100] Print-Job ipp://localhost/printers/HPLaserJet1018
D [19/Jan/2008:23:02:33 +0100] print_job: auto-typing file...
D [19/Jan/2008:23:02:33 +0100] print_job: request file type is application/postscript.
D [19/Jan/2008:23:02:33 +0100] add_job: requesting-user-name="roman"
D [19/Jan/2008:23:02:33 +0100] Adding default job-sheets values "none,none"...
I [19/Jan/2008:23:02:33 +0100] Adding start banner page "none" to job 37.
D [19/Jan/2008:23:02:33 +0100] Discarding unused job-created event...
I [19/Jan/2008:23:02:33 +0100] Adding end banner page "none" to job 37.
I [19/Jan/2008:23:02:33 +0100] Job 37 queued on "HPLaserJet1018" by "roman".
D [19/Jan/2008:23:02:33 +0100] Job 37 hold_until = 0
D [19/Jan/2008:23:02:33 +0100] [Job 37] Sending job to queue tagged as raw...
D [19/Jan/2008:23:02:33 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:33 +0100] job-sheets=none,none
D [19/Jan/2008:23:02:33 +0100] banner_page = 0
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[0]="HPLaserJet1018"
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[1]="37"
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[2]="roman"
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[3]="Unbenannt1"
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[4]="1"
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[5]="PageSize=A4 job-uuid=urn:uuid:c96a6718-657a-3da3-6762-cb33d4fe6988"
D [19/Jan/2008:23:02:33 +0100] [Job 37] argv[6]="/var/spool/cups/d00037-001"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[2]="CUPS_DOCROOT=/usr/share/cups/html"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[5]="CUPS_SERVERBIN=/usr/libexec/cups"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[8]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[9]="SERVER_ADMIN=root@sicmachine.schullnet.local"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[10]="SOFTWARE=CUPS/1.2.12"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[12]="USER=root"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[13]="CUPS_SERVER=localhost"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[14]="CUPS_ENCRYPTION=IfRequested"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[15]="IPP_PORT=631"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[16]="CHARSET=utf-8"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[17]="LANG=de_DE"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[18]="PPD=/etc/cups/ppd/HPLaserJet1018.ppd"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[19]="RIP_MAX_CACHE=8m"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[20]="CONTENT_TYPE=application/postscript"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[21]="DEVICE_URI=usb://HP/LaserJet%201018"
D [19/Jan/2008:23:02:33 +0100] [Job 37] envp[22]="PRINTER=HPLaserJet1018"
I [19/Jan/2008:23:02:33 +0100] Started backend /usr/libexec/cups/backend/usb (PID 5972) for job 37.
D [19/Jan/2008:23:02:33 +0100] Discarding unused job-state event...
D [19/Jan/2008:23:02:33 +0100] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [19/Jan/2008:23:02:33 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:33 +0100] [Job 37] Printer using device file "/dev/usb/lp0"...
D [19/Jan/2008:23:02:33 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:33 +0100] Discarding unused job-progress event...
D [19/Jan/2008:23:02:33 +0100] [Job 37] backendRunLoop(print_fd=4, device_fd=5, use_bc=1)
D [19/Jan/2008:23:02:33 +0100] [Job 37] Read 8192 bytes of print data...
D [19/Jan/2008:23:02:33 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:33 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:33 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:33 +0100] [Job 37] Wrote 8192 bytes of print data...
D [19/Jan/2008:23:02:33 +0100] [Job 37] Read 8192 bytes of print data...
D [19/Jan/2008:23:02:34 +0100] [Job 37] Wrote 8192 bytes of print data...
D [19/Jan/2008:23:02:34 +0100] [Job 37] Read 8192 bytes of print data...
D [19/Jan/2008:23:02:34 +0100] [Job 37] Wrote 8192 bytes of print data...
D [19/Jan/2008:23:02:34 +0100] [Job 37] Read 7101 bytes of print data...
D [19/Jan/2008:23:02:34 +0100] [Job 37] Wrote 7101 bytes of print data...
D [19/Jan/2008:23:02:34 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:34 +0100] PID 5972 (/usr/libexec/cups/backend/usb) exited with no errors.
D [19/Jan/2008:23:02:34 +0100] [Job 37] File 0 is complete.
D [19/Jan/2008:23:02:34 +0100] Discarding unused printer-state-changed event...
D [19/Jan/2008:23:02:34 +0100] Discarding unused job-completed event...
D [19/Jan/2008:23:02:35 +0100] Unloading job 37...

bin für jede Hilfe dankbar.

LG
Roman