--- Original-Text: Hartwig Atrops, 16.03.2010 17:15 --- > Moin, moin. > > On Tuesday 16 March 2010 08:52, you wrote: >> poste mal deine smb.conf >> >> sieht mir danach aus, das die freigabe nicht richtig eingetragen ist. >> >> gruß >> >> boris > > wc -l smb.conf => 350 Zeilen. > > hier das, was grep nach dem Rausschmeissen von '^#', '^;' und '^$' noch > uebrig laesst: > > [global] > workgroup = ATROPS.INTERN > server string = %h server > dns proxy = no > log file = /var/log/samba/log.%m > max log size = 1000 > syslog = 0 > panic action = /usr/share/samba/panic-action %d > security = user > encrypt passwords = true > passdb backend = tdbsam > obey pam restrictions = yes > unix password sync = yes > passwd program = /usr/bin/passwd %u > passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* > %n\n *password\supdated\ssuccessfully* . > pam password change = yes > [homes] > comment = Home Directories > browseable = no > read only = yes > create mask = 0700 > directory mask = 0700 > valid users = %S > [Atrops.intern] Vorsicht mit Punktnotationen unter Windows - das kann eine Fehlerquelle sein. > comment = common directory > path = /export/Atrops.intern > read only = no > valid users = Warum ist hier nicht "hartwig" als valid user eingetragen? > create mask = 0700 > directory mask = 0700 > [test] > comment = Test Directory > path = /export/test > read only = no > valid users = > create mask = 0700 > directory mask = 0700 > [printers] > comment = All Printers > browseable = no > path = /var/spool/samba > printable = yes > guest ok = no > read only = yes > create mask = 0700 > [print$] > comment = Printer Drivers > path = /var/lib/samba/printers > browseable = yes > read only = yes > guest ok = no >
Ansonsten würde ich die Debugging-Section so konfigurieren: log file = /var/log/samba/log.%m und schauen, was die Log-Files sagen. Samba kann für jeden Host der sich verbindet einen eigenen schreiben. Die sind relativ aussagekräftig. > Danke und Gruss, > > Hartwig > -- > ---------------------------------------------------------------------------- > PUG - Penguin User Group Wiesbaden - http://www.pug.org > -- ---------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

