Displaying 4 results from an estimated 4 matches for "greenhalgh".
1998 Sep 23
0
Is samba supposed to change file permissions ?
...from windows using file properties.
To avoid this extra step I added a create mask = 0655 to the share
definition. Now the files get created with the correct permission, but they
can no longer change the permission.
Is this the default action ? Can samba remember the file permissions ?
Mark Greenhalgh
TUSC
greenhalghm@tusc.com
mark.greenhalgh@mdmnetwork.com
sample file share definition:
[ps_psoft]
comment = People Soft software
path = /opt/psoft
create mask = 0655
valid users = mag ubaron winiarz
public = no
writable = yes
printable = no...
2016 Mar 29
1
NEON FP flags
On Fri, Mar 25, 2016 at 01:23:03PM +0000, Renato Golin via llvm-dev wrote:
> On 25 March 2016 at 04:11, Hal Finkel <hfinkel at anl.gov> wrote:
> > As I understand it, the fundamental property being addresses here is: Are
> > the semantics of scalar FP math the same as vector FP math? TTI seems like
> > a good place to expose that information. If the semantics are indeed
2012 Aug 29
1
augeas and cron.allow
Hi.
I am having a few problems with augeas and need some help.
What I am trying to use is augeas to update the cron.allow file. I can get augeas to add the required name but I am having problems with getting it to add the name once.
augeas { "check_mk_cron.allow" :
context => "/files/etc/cron.allow",
# changes => "set
2016 Mar 25
3
NEON FP flags
On 25 March 2016 at 04:11, Hal Finkel <hfinkel at anl.gov> wrote:
> As I understand it, the fundamental property being addresses here is: Are the semantics of scalar FP math the same as vector FP math? TTI seems like a good place to expose that information. If the semantics are indeed different, then the vectorizer would require fast-math flags in order to vectorize FP operations