Displaying 20 results from an estimated 800 matches similar to: "inconsistence behavior concerning security"
2007 Jun 01
0
3.0.24 -- Office read only issue, bizarre EAs and disappearing ACLs
Everyone,
I have finally resolved the new heartburn 3.0.24 on Ubuntu Feisty was
giving me and have stumbled upon some information that might help others
out there.
I was seeing problems with ACL entries getting mangled and disappearing,
Excel making files read only and extended attributes doing bizarre
things. The solution revolved around what appears to be a change in how
ACLs are managed.
2005 Jun 14
0
wins across two networks
I have two networks connected via ipsec with openswan. Each network
contains one samba server managing one workgroup each one. The network
structure is the following one:
Network 131.0.0.0/16--Samba: 131.0.0.106 (workgroup groupa) ---
200.x.x.x ----internet----- 64.x.x.x ---- Samba: 192.168.1.1
(workgroup groupb)--Network 192.168.1.0/24
Machines in groupa (network 131.0.0.0/16): pc3 (131.0.0.2,
2005 Jan 07
2
Secondary group problem in include statement
Hi,
Scenario :-
User A belongs primarily to GroupA and secondary to GroupB.
Somedirectory contains GroupA.conf and GroupB.conf
Have anyone got
"include = /somedirectory/%g.conf" in smb.conf
to work such that scripts in groupA.conf and groupb.conf will be executed when UserA logins?
Am I using the correct syntax? If not, what is the correct syntax?
I am on Debian with 3.0.10
2009 Oct 15
0
Two way anova repeated measures and post hoc testing - several questions
Hi,
I am fairly new to R and still trying to figure out how it all works, and I
have run into a few issues. I apologize in advance if my questions are a bit
basic, I'm also no statistics wizard, so part of my problem my be a more
fundamental lack of knowledge in the field.
I have a dataset that looks something like this:
Week Subj Group Readout
0 1 A 352.2
1 1 A
2009 Jul 07
4
Test for X=1 fails, test for >0 works, data in text file is 1
Hi,
I am apparently not understanding some nuance about either the use
of subset or more likely my ability to test for a numerical match
using '='. Which is it? Thanks in advance.
I've read a data file, reshaped it and then created MyResults by
keeping only lines where the value column is greater than 0. So far so
good. The data in MyResults looks good to me by eye.
The
2011 Oct 10
2
Collection_select
Hi,
I''m new using RoR and I have a ... trouble with
f.collection.select
What I have in a table is ... for example
group code
GroupA 07A
GroupA 08A
GroupA 10B
GroupB 06A
GroupB 11B
GroupB 07B
GroupC 10A
GroupC 09A
GroupC 09B
when I use
<%= f.collection_select :grupo, Equipo.find(:all), :id, :name, prompt:
''Choose a Group'' %>
2009 Oct 19
1
Reposting various problems with two-way anova, lme, etc.
Hi,
I posted the message below last week, but no answers, so I'm giving it
another attempt in case somebody who would be able to help might have missed
it and it has now dropped off the end of the list of mails.
I am fairly new to R and still trying to figure out how it all works, and I
have run into a few issues. I apologize in advance if my questions are a bit
basic, I'm also no
2008 Jan 09
0
Can't access dirs with subgroups of a samba share
Hi all!
Here's the problem we have since patching Monday night. Tuesday morning
Samba wasn't running, but started fine, and everything seemed to be working.
Were currently running samba3.0.24-2.23 and I believe before the patch
we were running samba3.0.22-13.30.
We have some samba shares where we have subgroups that only a select
group of people of the parent group are allowed to
2011 May 31
2
In a formula, what is the interaction of the intercept and a factor?
For a pedagogical purpose, I was trying to show how the formula for a simple
regression line (~1+x) could be crossed with a factor (~1:group + x:group)
to fit separate regressions by group. For example:
set.seed(201108)
dat <- data.frame(x=1:15, y=1:15+rnorm(15),
group = sample(c('A','B'), size=15,
replace=TRUE))
m1 <- lm(y~ 1 + x, data=dat)
2003 Jun 03
2
subshares ?
hi all...
i have what seems a simple question regarding subshares, for lack of a better term...
say i have a share with specific user/group permissions and a directory inside the share that i would like to add different user/group permissions...
this is an example of my smb.conf file to illustrate
[driveA]
path = /samba/driveA
browseable = Yes
writeable = Yes
valid users = PDC+groupA
force group
2006 Mar 21
2
How to make extension groups ???
Hello All,
i am repeating this question for the sixth time but i think i was not explaining the problem correctly. ............. Now i will try to explain it......
I have 4 telephone lines(PSTN) in my PBX.
Now I want to make groups of the extensions to use that lines.
e.g.
extensions 12,13 & 31 are in groupA
extensions 14 - 20 are in groupB
extensions 21 - 30
2007 Sep 27
1
Getting intervals for within-group standard errors for each group using nlme and varIdent
I am using lme from the nlme package to fit a mixed model. We have observations nested in patients(encounters) and patients nested in groups (2 different treatments). We are interested in the differences between the 2 groups, both the means and the standard deviations (are patients in group A less variable than those in group B? both within patient and between patient within group).
Here is
2006 Sep 04
1
Problem with Variance Components (and general glmm confusion)
Dear list,
I am having some problems with extracting Variance Components from a random-effects model:
I am running a simple random-effects model using lme:
model<-lme(y~1,random=~1|groupA/groupB)
which returns the output for the StdDev of the Random effects, and model AIC etc as expected.
Until yesterday I was using R v. 2.0, and had no problem in calling the variance components of the
2009 Dec 03
0
samba group access
Dear All
I have a question from you, if you can please answer it.
I have a linux server, with samba installed on it.
I have 3 groups as, GroupA, GroupB, GroupC
Each group is having let suppose 10 members from 0-9
I have 3 shares on my smb.con as Share1, Share2, and Share3
Now what I want it to give the read access to every one on each share
and
give write access of GroupA to Share1, Share2
give
2007 Aug 29
0
Secondary Group Access on another Samba PDC
I have 2 Samba PDC's, one on DomA, the other on DomB.
My pc is connected to DomA and i can access DomA's shares all fine.
When I access DomB's shares it connects me as the user with the same
name (diff UIDs) in the passwd file. The user it connects me as on DomB
is a secondary user of GroupB.
When I try to create a new file in a folder on DomB that has GroupB
permissions. It says
2012 May 31
1
please help! Extract the row to the new file by using if-statment
Dear all,
I find some troubles about how to extact the row from csv. file by using
if-statement condition.
I want to extract the row if the rainfall is greater than the mean of
rainfall and using the wrfta divided into 3 groups
that's
rainfall greater than mean -> group A ( create file group A_rain)
-> groupB ( create file
group B_rain)
2010 Feb 02
1
Find and excluding directory
Hi
I have to use find to change the perms of a directory and files within
that directory recursively but i need to exclude a directory within the
top level directory, as its a netapp and so contains a read only
.snapshot dir.
I have tried...
# find /var/data/foo -path '\.\/\.snapshot' -prune -o -exec chown
usera:groupb {} \;
but
chown: changing ownership of
2006 Jan 04
2
How to produce this graphic
Hello there,
I would like to produce a plot of x<-c(4,5,6),which is the mean of each
group and y<-c('groupA','groupB','groupC').
plot (x,y) can not produce any graphics because y is not numerical.
What should I do to produce this graphic?
Thank you in advance
Lisa Wang
Princess Margaret Hospital
Toronto,Ca
2010 May 15
3
Discretize factors?
Hi,
I'm looking for an easy way to discretize factors in R
I've noticed that the lm function does this automatically with a nice
result.
If I have
group <- c("A", "B","B","C","C","C")
and run:
lm(result ~ x1 + group)
The lm function has split the group into separate binary variables {0,1}
before performing the
2012 Dec 03
1
discrepancy in fisher exact test between R and wiki formula
Hi All. Sorry to bother you. I have a question about fisher exact test.
I counted the presence of gene mutation in two groups of samples. My data is as follows
Presence Absence
GroupA 4 6
GroupB 5 11
When using the formula of fisher exact test provided by wiki (http://en.wikipedia.org/wiki/Fisher%27s_exact_test), the p-value is 0.29.
But when