Thema: samba & cups
Einzelnen Beitrag anzeigen
Alt 28.02.2006, 20:39   #1
DeepB
Senior Member
 
Registriert seit: 29.08.2005
Beiträge: 197


Standard samba & cups

hallo
ich habe samba und cups installiert.

samba alleine funkitoniert problemlos, jedoch sobald ich die cups-anweisungen einfüge komme ich nicht mehr auf meine shares.

smb.conf:
Code:
[global]

# workgroup = NT-Domain-Name or Workgroup-Name, eg: LINUX2
   workgroup = *****
   netbios name = *****

# server string is the equivalent of the NT Description field
   server string = Homeserver


[public]
        comment = shared
        path = /lan
        guest ok = yes
        browsable = yes
        public = yes
        create mode = 0777
        writable  = yes



  security = share
  guest account = samba
  guest ok = yes
  encrypt passwords = yes

log file = /var/log/samba/samba.%m
max log size = 50


local master = no




#################
#drucker anfang, ab hier "problemzone"
################
printcap name = cups
printing = cups
load printers = yes

[print$]
comment = Printer Drivers
#this path holds the driver structure
path = /etc/samba/printers
guest ok = yes
browseable = yes
read only = yes
write list = root,samba

[homeprinter]
comment = hp deskjet 960c
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes
printer admin = samba,root

[printers]
comment = all printers
browseable = no
printable = yes
writable = no
public = yes
guest ok = yes
path = /var/spool/samba
printer admin = samba,root

###############
#drucker ende
###############
ich denke mir dass der fehler im drucker-teil ist

danke

DeepB
DeepB ist offline   Mit Zitat antworten