Displaying 15 results from an estimated 15 matches similar to: "Directory Permissions?"
2010 Sep 08
3
samba acl - able to change permissions that contradict user security setting
Dear friends, I am having following issue on my samba device . Please help me on this.
1) created share "test" given read and write access to the user "admin" and read only access to user "user1".
2) from my windows PC logged into the samba share "test " with "admin" user . created subfolder in that "test_subfolder".
3) on that
2013 Jul 04
0
Apparent bug remains in v4.0.7 - Hosts allow parameter causing errors and vey slow MS Office document access
>From smb.conf:
hosts allow = 10.0.0. 127.
Same story using the following syntax instead:
hosts allow = 10.0.0.0/24 127.0.0.1/8
If I comment out the hosts allow line, the slow MS Office document access
and most of the errors in the log go away.
>From log.samba:
[2013/07/04 00:15:52, 0]
../auth/ntlmssp/ntlmssp_sign.c:236(ntlmssp_check_packet)
NTLMSSP NTLM2 packet check failed due to
2003 Apr 07
0
nt acl support
Hi,
I am currently putting together a smb server,
the client requires a single share where he can add
and remove read/write permissions for any user using
acl permissions from his win2k machine.
I have created a share, made him "admin user"
however ---- adding & removing ACL permissions
per user is impossible.
The error's that I am currently receiving are :
error packet at
2013 Apr 18
1
Strange behavior when using 'hosts allow' parameter
I wanted to bring attention to some odd behavior which I don't believe is
intentional.
With Samba running, I can go to a Windows machine on the network
(10.0.0.0/24) and see all of the Samba shares by pulling up an Explorer
window and going to \\Server1 Everything appears to work as expected.
However, if I populate the 'hosts allow' parameter within smb.conf as
follows:
hosts allow
2008 Feb 28
1
Inheritable Permissions Issue
I have a Centos 3 server running Samba 3.0.28. It's a member of an AD
domain on a Windows Server 2003 R2 Standard x64 SP2 box. From the
W2K3 server I can see the samba share I created. Using the Security
tab in the Windows Explorer file properties dialog I can add and
remove users and change their permissions. However, in the
Permissions tab of the Advanced Security Settings dialog,
2008 Dec 15
1
delivers mail to bad directory(prefix) using sieve filters
Hi,
I've installed dovecot debian stable(from backports) version (1.0.15). Its
great..i just have problem with sieve filters. I use only web tool for
creating filters that works for me (avelsieve plugin for squirrelmail).
it creates rules, where specified folder has prefix INBOX. Thats fine..
Since dovecot has configured prefix INBOX too. BUT mails are delivered to
INBOX.INBOX.test_folder
2013 Jan 24
1
not able to stop vmware player node through libvirt API
Hi,
I have started one node through libvirt API using its start method. I am
trying to stop that node using the *destroy *method provided by the API but
I am not able to do so. Instead, I am getting one message saying:
*libvir: error: internal error Child process (vmrun -T player stop
/root/test_folder/myImage.vmx soft) unexpected exit status 255*
Can anybody tell me why I am not able to stop
2011 Aug 10
0
Info about errors please
Hi all,
All source servers & target server are running OSX 10.6 & Apple's rsync 2.6.9
(Yes, very old and known to have issues. But I have to work with this for at least a few more weeks)
The destination is a daemon and logging turned on.
I have the following nightly errors from one machine, while the other 10 usually run to completion:
rsync: writefd_unbuffered failed to write
2006 Sep 06
0
authenticating using winbindd against NT4 domain fails
Since version 3.0.23b, I have been having trouble getting Windows & OSX
users to access an NT domain member server running FreeBSD 5.4. It is now at
3.0.23c (installed this morning the 5th).
root@aries:/usr/local/lib# net rpc user
Password:
Could not connect to server 127.0.0.1
Connection failed: NT_STATUS_NO_LOGON_SERVERS
root@aries:/usr/local/lib# net rpc user
Password:
Could not connect
2009 Apr 03
0
Having some trouble while using AFR
Hai,
Good morning.
I am having some trouble while using AFR. In the client side afr volume.
volume afr
type cluster/afr
subvolumes client
option replicate *:1
option self-heal on
end-volume
While i am using the command sudo -u apache cp -p zip/* test_folder/
It shows the message
cp: getting attribute `trusted.afr.version' of
`zip/ACS1238660426.zip': Operation not permitted
2017 Sep 18
0
wrong DF command output after deleting all files in gluster volume
Dear All,
I just implemented a (6x(4+2)) DISTRIBUTED DISPERSED gluster (v.3.10) volume based on the following hardware:
- 3 gluster servers (each server with 2 CPU 10 cores, 64GB RAM, 12 hard disk SAS 12Gb/s, 10GbE storage network)
Everything seems to be ok, I created a first subdirectory in my volume "/volume/test_folder", I populated it with a lot of data. But, after deleting the
2006 Sep 06
3
FW: authenticating using winbindd against NT4 domain fail s (URGENT)
Hi folks,
Can anyone shed light on this issue? I haven't heard from you guys. Is there
anything else I could do to expedite resolution of this issue? I've read the
WHATSNEW.txt and reviewed the release notes. I am not sure if I've fully
grasped what needs to be done. Can someone point me in the right direction?
~Doug
-----Original Message-----
From: Doug Sampson
2005 Sep 15
2
getent & winbindd on FreeBSD 5.4
I'm trying to get a FreeBSD 5.4 server to join a NT4 domain as a member
domain server using winbindd. I've compiled Samba with WinBIND support, ACL
Support, Syslog support, UTMP support, SMB PAM module, and with installed
POPT library.
I've reviewed Chapter 20 of TOSHARG and implemented a good portion of it
into our smb.conf file but am having trouble making the 'getent'
2005 Sep 16
0
FW: getent & winbindd on FreeBSD 5.4
I posted my original post to FreeBSD-questions@freebsd.org and since then
have had a running dialog with another poster. It now seems I am having
trouble with the NSSWITCH function. I am now reporting back to the Samba
list in hopes someone can help me out at this point.
Can anyone help me out here?
~Doug
-----Original Message-----
Sent: Friday, September 16, 2005 12:48 PM
To: 'Dan
2017 Mar 20
2
-ffast-math optimizations impacted by symbol renaming in header files
Hi,
I came across an issue where some optimizations that would normally be applied to standard math function calls are not getting applied when the –ffast-math option is enabled on the Clang command line on a Linux x86_64 target.
I tracked down the issue to occurring because the –ffast-math option is triggering Clang to preprocess the math.h header file with the __FINITE_MATH_ONLY__ macro set