[linux-cifs-client] chmod fails Permission denied with cifs client mounted samba share

n2801841 n2801841 at yahoo.com
Tue Jun 30 07:42:45 GMT 2009


That only applies to the Berkeley DB repository I am going to use fsfs as I have not created the repository yet. 
The problem I have asked about relates to chmod not working which is used by svn.

--- On Tue, 30/6/09, Kaustubh Chaudhari <c_kitu at yahoo.co.in> wrote:

From: Kaustubh Chaudhari <c_kitu at yahoo.co.in>
Subject: Re: [linux-cifs-client] chmod fails Permission denied with cifs client mounted samba share
To: "munga" <n2801841 at yahoo.com>
Cc: linux-cifs-client at lists.samba.org
Received: Tuesday, 30 June, 2009, 12:29 AM

If i am not wrong than you are trying to mount a svn repos and than work on that.

This is not a good idea http://svnbook.red-bean.com/en/1.1/ch05s02.html read the warning, this is specific to POSIX though,

munga wrote:
> Hi,
> 
> I have a Thecus N2100 NAS box running samba Version 3.0.23a and I am
> mounting it in /etc/fstab as below
> //n2100/svn_repos /media/svn_repos cifs
> auto,user,sfu,username=mythtv,password=mythtv,,rw 0 0
> The CIFS client is mount.cifs version: 1.12-3.3.4
> 
> The problem is I get Permission denied errors when using chmod as below.
> Even touching a file gives errors although it still creates the file. If I
> mount the samba share via a windows machine I am able to change the security
> settings as expected. I have tried many different options with no change. I
> need chmod to work so I can setup a subversion repository on it.
> [root at mythtv media]
> # ll svn_repos/
> total 4
> -rwxrwxrw-+ 1 mythtv users 0 Jun 28 08:48 test
> [root at mythtv media]
> # chmod 766 svn_repos/test chmod: changing permissions of `svn_repos/test': Permission denied
> [root at mythtv media]
> # touch svn_repos/test2
> touch: setting times of `svn_repos/test2': Invalid argument
> 
> 
> Here is my current smb.conf which is created by NAS box.
> [global]
> server string = %h
> deadtime = 15
> hide unreadable=yes
> load printers = no
> log file = /opt/samba/var/log/samba.%m
> log level = 0
> unix extensions = yes
> max log size = 50
> encrypt passwords = yes
> case sensitive = auto
> passdb backend = tdbsam
> socket options = TCP_NODELAY
> use sendfile = yes
> local master = yes
> domain master = no
> preferred master =no
> dns proxy = no
> dos charset=utf8
> unix charset=utf8
> display charset=utf8
> allow trusted domains = No
> idmap uid = 20000-40000
> idmap gid = 20000-40000
> winbind separator = +
> winbind nested groups = yes
> winbind enum users = yes
> winbind enum groups = yes
> create mask = 0644
> winbind use default domain = yes
> map acl inherit = yes
> nt acl support = yes
> #map system = yes
> bind interfaces only = yes
> interfaces = eth*,wlan*,lo
> guest account = nobody
> map to guest = Bad User
> guest only = yes
> workgroup = HOME                                                                                                         security = user                                                                                                          auth methods = guest sam_ignoredomain                                                                                    password server = .                                                                                                      realm =                                                                                                                  idmap backend = idmap_rid:MYGROUP=20000-40000                                       
                                     wins server =
> 
> [svn_repos]                                                                                                              comment = Subversion repository                                                                                          browseable = yes                                                                                                         #guest only = yes                                                                                                        path = /raid/svn_repos                                                                                                   map acl inherit = yes                                                       
                                             inherit acls = yes                                                                                                       read only = no                                                                                                           create mask = 0777                                                                                                       force create mode = 0000                                                                                                 inherit permissions = Yes                                                                                                map archive = yes             
                                                                                           map hidden = yes                                                                                                         #recursive = yes                                                                                                         guest only = no
> 
>   





      Access Yahoo!7 Mail on your mobile. Anytime. Anywhere.
Show me how: http://au.mobile.yahoo.com/mail
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the linux-cifs-client mailing list