It works OK for 32 bit version, not 64 bit. If you want, you can think that it is not.
Here is my smb.conf file (its was the same for my 64-bit Ubuntu, except paths and character sets): ; Template configuration file for smbd. ; ============================================================================ ; For the format of this file and comprehensive descriptions of all the ; configuration option, please refer to the man page for smb.conf(5). ; ; The following configuration should suit most systems for basic usage and ; initial testing. It gives all clients access to their home directories and ; allows access to all printers specified in /etc/printcap. It also provides ; a public share point for generally exporting stuff. ; ; Some things to check out: ; ; 1: Make sure that the user specified in "guest account" exists. Typically ; this will be a user that cannot log in and has minimal privileges. ; Often the "nobody" account doesn't work (very system dependant). ; ; 2: You should consider the "security =" option. See a full description ; in the main documentation and the smb.conf(5) manual page ; ; 3: Look at the "hosts allow" option, unless you want everyone on the internet ; to be able to access the shares you export here. ; ; 4: If you want to support printers, add/uncomment the relevant entries. ; [global] guest account = nobody encrypt passwords = yes auth methods = guest opendirectory passdb backend = opendirectorysam guest printer admin = @admin, @staff server string = Vyacheslav Karamov unix charset = UTF-8-MAC display charset = UTF-8-MAC dos charset = CP866 use spnego = yes client ntlmv2 auth = no os level = 8 defer sharing violations = no vfs objects = darwin_acls brlm = yes workgroup = ENEX netbios name = slavik map to guest = Bad User security = SHARE local master = yes hide dot files = no null passwords = Yes ;wins server = 192.168.100.200 ; Using the Computer Name to compute the NetBIOS name. Remove this comment to override [homes] comment = User Home Directories browseable = no read only = no ;[public] ;path = /tmp ;public = yes ;only guest = yes ;writable = yes ;printable = no [printers] path = /tmp printable = yes [Documentation] path = /Slavik/Documentation read only = Yes inherit permissions = Yes guest only = Yes ;Created by SharePoints [Music] path = /Slavik/Music read only = Yes inherit permissions = Yes guest only = yes [Distrib] path = /Slavik/Distrib read only = Yes inherit permissions = Yes guest only = yes [Movies] path = /Slavik/Movies read only = Yes inherit permissions = Yes guest only = yes Steve Langasek wrote: > Vyacheslav, > > Does that mean that this error is no longer reproducible for you? > > -- smbpasswd -a crashes https://bugs.launchpad.net/bugs/120997 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
