Displaying 3 results from an estimated 3 matches for "gfm_shares".
2006 Dec 14
3
Error since upgrade to Version 3.0.23a-1.fc4.1 - URGENT
My samba shares aren't working with ACL access since the upgrade. Here is an example of the error from /var/log/messages
Dec 14 12:44:17 gfm-atlas smbd[14365]: [2006/12/14 12:44:17, 0] smbd/service.c:make_connection_snum(911)
Dec 14 12:44:17 gfm-atlas smbd[14365]: '/usr/GFM_Shares/Users/Receiving' does not exist or permission denied when connecting to [GF_Receiving] Error was Permission denied
Here is the detailed ACL on that particular share:
[root@gfm-atlas Users]# getfacl Receiving/
# file: Receiving
# owner: root
# group: AVMAX+domain\040admins
user::rwx
gro...
2006 Apr 26
1
ACL not working
Has anyone seen this when they do a getfacl on a samba share?
[root@gfm-atlas GFM_Shares]# getfacl Installpoint/
# file: Installpoint
# owner: root
# group: AVMAX+domainadmins
user::rwx
group::rwx
group:AVMAX+domain\040users:r-x
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:AVMAX+domain\040users:r-x
default:mask::rwx
default:other::---
Notice...
2006 Dec 08
1
winbindd to NT 4.0
...example directory shows:
drwxrws--- 15 root 10000 4096 Dec 6 11:21 AC_Manuals
This is wierd because the 10000 should show AVMAX+Domain Admins
So wbinfo -g works. It displays the Domain Accounts on my NT4.0 PDC.
However, when I try and chown a directory, this is what I get:
[root@gfm-atlas GFM_Shares]# chown -R root:'amvax+domain admins' AC_Manuals/
chown: `root:amvax+domain admins': invalid group
Nor can I use setfacl commands.
net rpc join worked fine for me when I tried to re-join the Domain
I am not running nscd
Any suggestions would be appreciated.
Cheers,
Travis B...