[Pkg-samba-maint] Bug#495653: Bug#495653: samba: libc free() crash in smbd
Christian Perrier
bubulle at debian.org
Mon Aug 25 16:41:46 UTC 2008
Quoting Uwe Schindler (uwe at thetaphi.de):
>
> > Can you update to 3.2.1-1 which is in unstable (targeted for testing
> > anyway) and report if that fixes those crashes.
> >
> > 3.2.2 is on its way but will take a few days before one of us manages
> > to build and upload it.
>
> The same happens with 3.2.1, you can try it even with smbclient from the
> same machine (what I did). Maybe the problem is with "security = share"
> only, as the password checking is more complicated there.
I sent your smb.conf through "testparm" to get a file that's cleaned
out from all settings that are default values.
The result is attached to this mail. I just commented the two lines
with "interfaces" and "bind interfaces only" that only fit your local
setup.
Then I started samba with this and tried connecting to my home
directory (after "smbpasswd bubulle"):
bubulle at mykerinos:~/src/debian/cipux-cat-web/debian> smbclient //127.0.0.1/bubulle -U bubulle
Enter bubulle's password:
Domain=[THETAPHI] OS=[Unix] Server=[Samba 3.2.1]
Server not using user level security and no password supplied.
Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled
tree connect failed: SUCCESS - 0
bubulle at mykerinos:~/src/debian/cipux-cat-web/debian>
OK....I need to activate "cllent lanman auth". This is a known change
in 3.2....So, I add this to smb.conf:
client lanman auth = Yes
Restarting samba and:
bubulle at mykerinos:~/src/debian/cipux-cat-web/debian> smbclient //127.0.0.1/bubulle -U bubulle
Enter bubulle's password:
Domain=[THETAPHI] OS=[Unix] Server=[Samba 3.2.1]
Server not using user level security and no password supplied.
.../... (20 seconds)
Receiving SMB: Server stopped responding
tree connect failed: Call timed out: server did not respond after 20000 milliseconds
bubulle at mykerinos:~/src/debian/cipux-cat-web/debian>
Now, stopping samba indeed leaves two smbd processes....
Is this the behaviour you get ?
If I change from "security = share" to "security = user", things work
as expected.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20080825/7db6c054/attachment.pgp
More information about the Pkg-samba-maint
mailing list