Holy cow!<div><br></div><div>I'm on 10.04 and here is my samba.conf (extra shares deleted for brefity)</div><div><br></div><div><div>[global]</div><div>workgroup = MSHOME</div><div>server string = %h server (Samba, Mythbuntu)</div>
<div>log file = /var/log/samba/log.%m</div><div>max log size = 1000</div><div>syslog = 0</div><div>panic action = /usr/share/samba/panic-action %d</div><div>dns proxy = no</div><div>security = share</div><div>name resolve order = lmhosts wins bcast host</div>
<div><br></div><div>[files]</div><div>comment = Files</div><div>path = /srv/backup</div><div>public = yes</div><div>writable = yes</div><div>create mask = 0660</div><div>directory mask = 0770</div><div>force user = mythtv</div>
<div>force group = mythtv</div><div><br></div><div><br></div><div>Why don't you just do one very simple share and make sure that works, then add the extra complexity later on. I'm not sure if one of the gui tools you're using is adding all those config options, I've never even heard of a lot of those.</div>
<div><br></div><div>By the way, if you want simple sharing, the easiest way I know of in Ubuntu desktop is to right click a folder and choose "Sharing Options" and then tick "Share this folder."</div><div>
<br></div><div>You may need to clear out your samba.conf file now for that to work though.</div><br><div class="gmail_quote">On Tue, Dec 14, 2010 at 1:04 PM, Dan Hockey <span dir="ltr"><<a href="mailto:icepuck3k@yahoo.com">icepuck3k@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><br><br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px">
<div class="im"><br><div><div><p><span style="font-size:11pt;color:rgb(31, 73, 125)">Any chance you can share your samba conf file?</span></p><p><span style="font-size:11pt;color:rgb(31, 73, 125)"> </span></p></div></div>
</div>[global]<br> idmap gid = 16777216-33554431<br> passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\n<br> obey pam restrictions = yes<br> preserve case = yes<br> delete user from group script = /usr/sbin/userdel '%u' '%g'<br>
time server = no<br> dns proxy = no<br> netbios name = Samba24<br> cups options = raw<br> printing = cups<br> idmap uid =
16777216-33554431<br> disable netbios = no<br> logon script = %G.bat<br> winbind refresh tickets = no<br> update encrypted = yes<br> security = user<br> machine password timeout = 120<br> add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'<br>
short preserve case = yes<br> delete user script = /usr/sbin/userdel '%u'<br> server schannel = no<br> max log size = 1000<br> winbind nss info = no<br> log file = /var/log/samba/samba.log<br> load printers = yes<br>
guest account = smbguest<br> passwd chat timeout = 120<br> delete group script = /usr/sbin/groupdel '%g'<br> username
level = 6<br> socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192<br> client use spnego = no<br> follow symlinks = no<br> null passwords = no<br> domain master = no<br> winbind trusted domains only = yes<br>
winbind use default domain = yes<br> passdb backend = tdbsam<br> template shell = /dev/null<br> client plaintext auth = no<br> path = /media/Data<br> bind interfaces only = yes<br> pam password change = no<br>
enable spoolss = yes<br> domain logons = no<br> name resolve order = wins lmhosts bcast<br> client signing = no<br> hostname lookups = no<br> remote browse sync = 192.168.0.255<br>
client schannel = no<br> passwd program = /usr/bin/passwd '%u'<br> writeable = yes<br> delete readonly = yes<br> default = global<br> remote announce = 192.168.0.255<br> local master = no<br> workgroup = mshome<br>
os level = 33<br> server signing = no<br> printcap name = cups<br> winbind separator = @<br> winbind offline logon = no<br> allow trusted domains = no<br> add group script = /usr/sbin/groupadd '%g'<br>
nt pipe support = yes<br> add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u'<br> nt status support = yes<br> logon drive = m:<br>
interfaces =
<a href="http://127.0.0.1/8" target="_blank">127.0.0.1/8</a> <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a><br> username map = /etc/samba/smbusers<br> encrypt passwords = yes<br> public = yes<br>
logon home = \\%L\homes\%u<br> wins proxy = no<br> password level = 6<br> server string = Samba file and print server<br> winbind nested groups = no<br> unix password sync = yes<br> logon path = \\%L\profiles\%u<br>
comment = linux<br> add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u'<br> preferred master = no<br> winbind cache time = 360<br><br>[shared]<br> guest ok = no<br>
comment = Home Directories<br> delete readonly = yes<br> locking = no<br> printable =
no<br> writable = yes<br> public = no<br> strict locking = no<br><br>[netlogon]<br>comment = Network Logon Service<br>path = /home/netlogon<br>read only = no<br>available = yes<br>browseable = yes<br>writable = no<br>
guest ok = no<br>public = no<br>printable = no<br>locking = no<br>strict locking = no<br><br>[profiles]<br>comment = User Profiles<br>path = /var/samba/profiles<br>read only = no<br>available = yes<br>browseable = no<br>writable = yes<br>
guest ok = no<br>public = no<br>printable = no<br>create mode = 0600<br>directory mask = 0700<br>locking = no<br>strict locking = no<br><br>[printers]<br>comment = All Printers<br>path = /var/spool/samba<br>browseable = yes<br>
writable = no<br>guest ok = no<br>public = no<br>printable = yes<br>locking = no<br>strict locking = no<br><br>[pdf-documents]<br>path = /home/pdf-documents<br>comment = Converted PDF Documents<br>available = yes<br>browseable =
yes<br>writeable = yes<br>guest ok = yes<br>locking = no<br>strict locking = no<br><br>[pdf-printer]<br>path = /tmp<br>comment = PDF Printer Service<br>printable = yes<br>guest ok = yes<br>use client driver = yes<br>printing = bsd<br>
print command = /usr/bin/gadmin-samba-pdf %s %u<br>lpq command =<br>lprm command =<br><br><br></blockquote></td></tr></tbody></table><br>
<br>_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Matthew Nuzum<br>newz2000 on freenode, skype, linkedin, <a href="http://identi.ca" target="_blank">identi.ca</a> and twitter<br><br>"An investment in knowledge pays the best interest." -Benjamin Franklin <br>
<br>
</div>