Beginning with 3.0.27, smbd backtraces when being accessed via smbmount. I don't know the detailed circumstaces, as the domain itself seems to work. I have a self-compiled Samba 3.0.27 running with Debian 3.1. Compile options were on the client: ./configure --with-pam --with-pam_smbpass --with-quotas --with-sys-quotas --with-smbmount --with-winbind on the server: ./configure --with-pam --with-pam_smbpass --with-quotas --with-sys-quotas --with-smbmount --with-winbind --with-ldap I try to access the server via /usr/local/samba/bin/smbmount "//mypdc/wpkg_config" "/raid/samba/wpkg/config" -o username=myuser,password=mypassword It works. However, as soon as I access this directory, smbd on the server backtraces. When running 3.0.26a on the server, with the same config, it work flawlessly.
Created attachment 2989 [details] smbd log file
*** This bug has been marked as a duplicate of 5092 ***