Comment 3 for bug 12116

Revision history for this message
Martin Pitt (pitti) wrote :

(In reply to comment #2)
> Created an attachment (id=1122) [edit]
> My smb.conf
>
> Yes, it is strange. I know other people, too, that have had no trouble with the
> updated samba package. But for me it just doesn't work. smbd hangs. And my
> smb.conf contains nothing special. In fact, when I upgraded samba, it was just
> the plain original smb.conf.

Hmm, I just cannot reproduce this (I tried several times), so I'm afraid I need
your help.

Can you please stop samba with

  sudo /etc/init.d/samba stop

remove the log file with

  sudo /var/log/samba/log.smbd

(or move it away) and then start it in debugging mode with

  sudo smbd -F -d 10

? If it still crashes, can you please attach /var/log/samba/log.smbd here?
Please also cut&paste all output that smbd might make.

Thanks!