Bug 1771 - smbmount cannot mount WinXPSP2 shares
Summary: smbmount cannot mount WinXPSP2 shares
Status: CLOSED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.7
Hardware: All Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 08:37 UTC by Sven Strickroth
Modified: 2004-09-23 08:00 UTC (History)
0 users

See Also:


Attachments
smbmount.log (9.43 KB, text/plain)
2004-09-15 08:40 UTC, Sven Strickroth
no flags Details
Build-Log Samba 3.0.7 with gcc-3.3.2 (116.30 KB, text/plain)
2004-09-20 09:53 UTC, Sven Strickroth
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Strickroth 2004-09-15 08:37:51 UTC
I cannot mount WinXP-SP2 shares. Smbmount always returns 
NT_STATUS_LOGON_FAILURE but the password is correct (I did not change 
my /etc/fstab after updating from 3.0.4 to 3.0.7) and the account is neither 
locked nor disabled, but accessing WinXP-SP2 shares with Win98 (with the same 
account) works.
Comment 1 Sven Strickroth 2004-09-15 08:40:05 UTC
Created attachment 660 [details]
smbmount.log
Comment 2 Sven Strickroth 2004-09-18 14:35:57 UTC
I cannot mount samba-3.0.4 shares, too (error: 28152: session setup failed: 
ERRDOS - ERRnoaccess (Access denied.)).
Comment 3 Sven Strickroth 2004-09-20 08:41:03 UTC
Compiling Samba 3.0.7 with gcc-3.4.1 solves this problem. The "defect" samba 
was compiled with gcc-3.3.1 (but I had never problems with that gcc before).
Comment 4 Sven Strickroth 2004-09-20 09:53:53 UTC
Created attachment 672 [details]
Build-Log Samba 3.0.7 with gcc-3.3.2

Compilation succeedes without any error, but Samba-3.0.6 and Samba-3.0.7 is
broken somehow. - But Samba-3.0.4 compiled on the same computer works
correctly.
Comment 5 Björn Jacke 2004-09-21 15:14:22 UTC
mounting problems with smbfs are not related to samba. smbfs is not part of
samba and it's unfortunately severely broken and unmaintained. Try using cifs
instead.
Comment 6 Sven Strickroth 2004-09-23 08:00:31 UTC
(In reply to comment #5)
> mounting problems with smbfs are not related to samba. smbfs is not part of
> samba

But smbmount is part of samba and this was broken (I suppose because of gcc-
3.2.2: see bug 1631 and bug 1720)

-> How can I use cifs with Windows-Shares?