Dear Samba org. I have a problem when mounting a windows drive into my linux server, I have samba 2.2.3a and kernel 2.4.18 with SuSE 8.0 The problem I have is that I get a "segmentation fault" message when I try to access some windows directories, after that samba gets frozen and I cant kill the process (looks to me it keeps running an endless cycle). This wasn't a problem with the earlier version of samba I had before The kernel is configured with msdos, win fat, etc file systems and also with smb file systems to mount them. Can you help me with some clues to solve this problem Best regards Pablo Rincon princon@vcn.bc.ca
Am Donnerstag, 31. Oktober 2002 01:13 schrieb Pablo Rincon Ymaz:> Dear Samba org. > > I have a problem when mounting a windows drive into my linux server, I have > samba 2.2.3a and kernel 2.4.18 with SuSE 8.0 > > The problem I have is that I get a "segmentation fault" message when I try > to access some windows directories, after that samba gets frozen and I cant > kill the process (looks to me it keeps running an endless cycle). This > wasn't a problem with the earlier version of samba I had before > > The kernel is configured with msdos, win fat, etc file systems and also > with smb file systems to mount them. > > Can you help me with some clues to solve this problemPlease try to set Samba's log level to maximum and send the relevant parts of your log file (/var/log/message or /var/log/warn) to me mailing list. What are your Windows systems (Win2K SPx, WinXP or Win9x)? greetings Florian Rauh
Hi all, I'm running Samba 2.2.3a on a SuSE Linux 7.0 machine as a domain controller without any problems until now. Everything works fine, except when I try to connect to my server via smbmount (installed with SuSE 8.0, with samba 2.2.3a). example: # smbmount //server/share /mnt/servershare -o username=nome,password=pass It takes a couple of seconds, and then the prompt comes up again, with no errors, but when I do a ls on it, it'll hang for a moment and the come with the error "segmentation fault". If I use an invalid login, it'll give the usual bad password error. Does anyone had a similar problem? Thanks, Pedro
I was trying to get SMB_PAM to authenticate new users, and thought Ii figured it out, typed "passwd testuser" and I get a segmentation fault back. I tried rebooting (old habits die hard) with no luck. I was Googling and found a few things, but (as always it seems) were unanswered or were "I have that same problem...." type messages. My server is RH7.3, Samba 2.2.7a, the newest Pam_smb from the website. I followed the directions with the tarball and on the site (which are slightly different) with identical results. /var/log/messages says "Opening Session for user testuser" then promptly closes it. The /etc/login file seems pretty straight forward, just cant get much feedback to debug it properly. Any help/direction would be appreciated. Kev