Hi,

I have a problem with samba 2.2.8 and cups:

I�m using 3 printers with winXP and win98-clients: a LJ5000 with raw-spooling on 192.168.0.180, a local (lpt1) dj650c and a DJ5000c with raw-spooling on 192.168.0.190.

While the LJ5000 and the DJ650c are working the DJ5000c doesn�t print. Only a file in the Samba-spolling-Dir is appearing for a few seconds then the job disapears but no cups-printing...

Can anybody help me?
Following the smb.conf, the cups.conf and printer.conf:

cups.conf:


# "$Id: cupsd.conf.in,v 1.10 2002/12/17 22:08:08 mike Exp $" LogLevel info Printcap /etc/printcap PrintcapGUI /usr/bin/glpoptions RequestRoot /var/spool/cups RemoteRoot root ServerRoot /etc/cups Port 631 Browsing On BrowseAllow 192.168.0.0/24

BrowseAddress 192.168.200.255
<Location />

Encryption IfRequested
Satisfy All
Order Allow,Deny
#Deny From All
Allow From 127.0.0.1
Allow From 127.0.0.2
Allow From 192.168.200.*

</Location>
AuthType Basic
AuthClass System
<Location /admin>
AuthType Basic
AuthClass System

Encryption IfRequested
Satisfy All
Order Deny,Allow
#Deny From All
Allow From 192.168
Allow From 127.0.0.1
Allow From 127.0.0.2



</Location>
# End of "$Id: cupsd.conf.in,v 1.10 2002/12/17 22:08:08 mike Exp $".
#


printers.conf:


# Printer configuration file for CUPS v1.1.18
# Written by cupsd on Mon 15 Sep 2003 08:00:40 GMT
<Printer dj5000c>
Info
Location serverraum
DeviceURI socket://dj5000.rehberger-architekten.local:9100
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
<DefaultPrinter dj650c>
Info designjet 650c
Location serverraum
DeviceURI parallel:/dev/lp0
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
<Printer lj5000>
Info laserjet 5000
Location serverraum
DeviceURI socket://hp5.rehberger-architekten.local:9100
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>


smb.conf:


# Global parameters
[global]
        workgroup = SERVERS
        encrypt passwords = Yes
        log level = 1
        syslog = 0
        unix extensions = Yes
        socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
        printcap name = CUPS
        os level = 2
        veto files = /*.eml/*.nws/riched20.dll/*.{*}/
        printer admin = root
        printing = cups

#       print command = lp -c -d%p -oraw;rm %s
[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        create mask = 0640
        directory mask = 0750
        browseable = No

[printers]
        comment = All Printers
        path = /var/tmp
        guest ok = yes
        create mask = 0600
        printable = Yes
        browseable = Yes

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = @ntadmin root
        force group = ntadmin
        create mask = 0664
        directory mask = 0775
        guest ok = yes
        browseable = yes
        read only = yes
        
[daten]
        comment = daten
        path = /daten
        valid users = admin
        read only = No
        create mask = 0640
        directory mask = 0750


Thanks


-Peter

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to