[Samba] problem with Samba upgrade

anctop at hotmail.com anctop at hotmail.com
Mon Sep 12 03:07:44 GMT 2005


>>
>> Recently I've upgraded our Samba installation.
>...
>
> From what version of samba to what version of samba?
>
>Mogens
>
>
>-- 
>Mogens Kjaer, Carlsberg A/S, Computer Department
>Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
>Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
>Email: mk at crc.dk Homepage: http://www.crc.dk

Dear Sir,

I must apologize for not supplying enough information. Here they are:

1. I was upgrading from v3.0.6 to v3.0.20.
2. "configure --prefix=XXXX", "make", and "make install" were all successful.
3. Then I copied the old samba/private/smbpasswd to XXXX/private/ and invoked
    "nmbd -D" and "smbd -D".
4. There was no problem with Win9x/ME workstations. But users could not logon
    from WinXP workstations.
5. Then I killed "nmbd" and "smbd", obtained the old SID from the old
    installation, and set the new SID to this, and invoked "nmbd -D","smbd -D"
    again.
6. However, the situation remained the same.

Our smb.conf file is shown below:

[global]
netbios name = xxxx
server string = Samba server
workgroup = SMBDomain
;
guest ok = no
;
hosts allow = xxx.xxx.xxx. localhost
hosts deny = ALL EXCEPT xxx.xxx.xxx. localhost
bind interfaces only = yes
;
log file = XXXX/var/log.%I
max log size = 700
debug timestamp = yes
syslog = 1
syslog only = no
;
browseable = no
browse list = no
local master = yes
preferred master = yes
domain master = yes
os level = 999
;
follow symlinks = yes
wide links = no
; wide links = yes
hide dot files = yes
;
map archive = no
map system = no
map hidden = no
create mask = 0600
directory mask = 0700
delete readonly = no
;
valid users = root, nobody, @some_groups, some_users
security = user
;
encrypt passwords = yes
unix password sync = yes
passwd chat = *new*password* %n\n *re*enter*password* %n\n *password*changed*
passwd chat debug = yes
update encrypted = yes
;
domain logons = yes
;
logon script = logon.bat
logon path = \\%L\Profiles\%u
logon drive = F:
;
load printers = yes
printcap name = /etc/printcap
;
; dns proxy = no
;
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

time server = yes

[netlogon]
path = ....
read only = yes

[homes]
read only = no
create mask = 0604
directory mask = 0701

[Profiles]
path = ....
read only = no
create mask = 0604
directory mask = 0701


More information about the samba mailing list