Bug 3938 - Permission denied after mounting Windows XP sharing with samba-3.0.22 or samba-3.0.23 i
Summary: Permission denied after mounting Windows XP sharing with samba-3.0.22 or samb...
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.23
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 04:59 UTC by Zoran Davidovac
Modified: 2006-08-04 12:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoran Davidovac 2006-07-17 04:59:56 UTC
While upgrade from samba-2.2.8a/samba-2.2.10 to samba-3.0.22 and samba-3.0.23,
(I've upgrade this to have benefit of rpc calls)
But I've expirienced problem after mounting and I have no access to Windows XP embeded shared drives, kernel is not a problem here I've tried with 2.4.31 and 2.6.17.4 and I've even recompiled samba, just to check if there is something wrong but problem stays, it is even worse with 3.0.23 after I tried to kill the process and fuser -k -m /mnt/hd I've managed to lock machine :(

I had no problem with XP SP1 and 3.0.22 !

samba-3.0.22:
root@evo:~# mount //172.21.84.254/c$ /mnt/hd/ -t smbfs -o
username=administrator,rw,password=xp
params.c:OpenConfFile() - Unable to open configuration file
"/etc/samba/smb.conf":
        No such file or directory
Can't load /etc/samba/smb.conf - run testparm to debug it
root@evo:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda2             38063432  19114004  18949428  51% /
df: /mnt/hd': Permission denied
root@evo:~# ls /mnt/hd
/bin/ls: /mnt/hd: Permission denied

samba-3.0.23:
# mount //172.21.84.254/c$ /mnt/hd/ -t smbfs -o
# username=administrator,rw,password=energodataxp
params.c:OpenConfFile() - Unable to open configuration file
"/etc/samba/smb.conf":
        No such file or directory
Can't load /etc/samba/smb.conf - run testparm to debug it

root@evo:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda2             38063432  19194128  18869304  51% /
df: /mnt/hd': Permission denied
root@evo:~# umount /mnt/hd
Could not open /mnt/hd: Permission denied
Could not open /mnt/hd: Permission denied
root@evo:~# ls /mnt/hd
/bin/ls: /mnt/hd: Permission denied
root@evo:~#

samba-2.2.8a:
# mount //172.21.84.254/c$ /mnt/hd/ -t smbfs -o
# username=administrator,rw,password=xp
params.c:OpenConfFile() - Unable to open configuration file
"/etc/samba/smb.conf":
        No such file or directory
Can't load /etc/samba/smb.conf - run testparm to debug it
24958: session request to 172.21.84.254 failed (Called name not present)
24958: session request to 172 failed (Called name not present)
root@ftp:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
//172.21.84.254/c$    19543040   2319360  17223680  12% /mnt/hd

samba-2.2.10:
root@ftp:# mount //172.21.84.254/c$ /mnt/hd/
-t smbfs -o username=administrator,rw,password=xp
params.c:OpenConfFile() - Unable to open configuration file
"/etc/samba/smb.conf":
        No such file or directory
Can't load /etc/samba/smb.conf - run testparm to debug it
27328: session request to 172.21.84.254 failed (Called name not present)
27328: session request to 172 failed (Called name not present)
root@ftp:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
//172.21.84.254/c$    19543040   2319360  17223680  12% /mnt/hd
Comment 1 Gerald (Jerry) Carter (dead mail address) 2006-08-04 12:35:44 UTC
We don't maintain smbfs.  That's not our code.  Please testing the linux cifs client (but wait for 3.0.23b).  more details at http://linux-cifs.samba.org/