Displaying 20 results from an estimated 1000 matches similar to: "permision problem"
2003 Jul 21
1
problem in pot with subset selection
Hi,
I try to make a selective plot, but it make an error. The subset only work
with length < 4, it is correct?
>
plot((ocorrencia/isca)~frag,subset=especieama==c("grupo1","grupo2","grupo3","AnoplotermesSp1","NeocapritermesOpacus"),pch=c(1,2,3,4,5),xlab="?rea
(ha)",ylab="Propor??o de iscas ocupadas por t?rmitas")
2008 Oct 30
0
Samba + Nested Groups
Hello for all,
I'm having a doubt that I could not find in samba man and even google.
My need is to do with samba ldap something similar to what the AD (NT4
does too?) made with windows nested groups, which include groups within
groups at different levels (not just one).
Problem example: create a local or global group (better yet) called
GRUPO_ALL, which contains two other global groups
2003 Nov 19
1
Mac permision problems after Debian update
Last night I did a long overdue security update of my Debian file server.
One of the updates was to Samba 2.2.3a-12.3.
Since then, I've had a very strange (to me) permissions issue, that I have
not been able to resolve digging around in Google.
Using the shares on a Win2K machine, everything is fine. I can log in,
persuse existing content, and make new directories and files.
On my Mac
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
Hello everyone,
Im kinda new to rsync and this list, so if there are any errors in
my reqest, please tell me.
I want to use rsync to make a backup of a diretory, and use the
--backup option. My script looks like this:
rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup
--delete --rsh=ssh directoryA directoryB
If I run it once, then delete the file directoryA/test/test.file,
the
2004 Dec 31
4
Mirroring directories at once
Dear All
I would like to use the command rsync to have a perfect copy of each
one of five directories and their contents. How can I do that at once?
I know that I can do that directory by directory... but it would not
be the fastest way.
Thanks in advance,
Paul
2004 Feb 09
0
Mac permision problems after Debian update
Well, I've received two emails asking me for more information on how I
resolved this problem. I felt bad that I didn't know anything more than I
had posted.
Now the problem is back for me, and I am unable to resolve it again. Has
anyone made any progress on this?
Thanks,
-Michael
http://lists.samba.org/archive/samba/2003-November/002395.html
__________________________________
Do you
2007 Nov 24
3
Share root directory appears in subdirectories. (Well, can't actually see it but can cd into it, even if its not there.) (Serious bug?)
Additionally to the problems I reported earlier, I'Ve discovered another
problem with my server/client setup.
find reports
find: WARNING: Hard link count is wrong for ./foo: this may be a bug in
your filesystem driver.
Automatically turning on find's -noleaf option. Earlier results may have
failed to include directories that should have been searched.
in one directory and if I
2006 Jan 06
3
problems permision owner root
Hello I have directory /rsyncprob/config/pref owner root
Own is: drwxr-xr-x 3 root datasync 12288 Jan 5 18:08 prefs
I execute: su - datasync
#datasync> rsync -arvz --update /rsyncprob/
datasync@172.31.199.203:/rsyncprob/
<mailto:datasync@172.31.199.203:/rsyncprob/>
Obtaing error:
rsync: send_files failed to open
2011 Mar 11
2
insertion of a row between individuals
Can someone help with a fairly simple task?
I have a data set where I would like to insert a 0 time event between
individuals:
what I have:
VAR DATE TIME CONC COVAR
1 NOV2 0.25 10 group1
1 NOV2 0.5 20 group1
1 NOV2 1 5 group1
1 NOV2 2 1 group1
1 NOV2 3 0.1 group1
2 NOV2 0.25 10
2020 Sep 15
2
Fwd: Automatic mapping shares on logon time
See answer at the bottom.
Le 14/09/2020 ? 15:56, jmpatagonia via samba a ?crit?:
> Yes sorry for my mistake, we need map share folders that the user have
> permission, at logon time on Linux Desktop User.
>
> And if for example a user change of departament or area, the shares change,
> so we change the maps shares folders on logon.
>
> On Windows users is easy like GPO o
2011 Nov 03
1
Reclassify string values
Hi All,
Is there a simple way to convert a string such as c("A", "B" ,"C", "D")
to a string of c("Group1", "Group1", "Group2", "Group2"). Naturally I
could use the factor function as below but I don't like seeing that
warning message (and I don't want to turn off warning messages). Perhaps
a function
2001 Apr 09
0
Problem with permisions (to ONE share with MANY folders within).
I have one share (f.e. SYS) with mamy FOXPRO aplications in different
folders. I've to gave to some people permisions to write and some people
permision to readonly.
share:
\\samba\SYS
with:
drwxrwx--- root aplication1 aplication1
drwxrwx--- root aplication2 aplication2
drwxrwx--- root aplication3 aplication3
I have tree groups one for each folder in share (SYS) people
2011 Jul 14
2
cbind in aggregate formula - based on an existing object (vector)
Hello!
I am aggregating using a formula in aggregate - of the type:
aggregate(cbind(var1,var2,var3)~factor1+factor2,sum,data=mydata)
However, I actually have an object (vector of my variables to be aggregated):
myvars<-c("var1","var2","var3")
I'd like my aggregate formula (its "cbind" part) to be able to use my
"myvars" object. Is it
2005 Apr 20
1
negative p-values from fisher's test (PR#7801)
Full_Name: Martha Nason
Version: 2.0.1
OS: Windows XP
Submission from: (NULL) (137.187.154.154)
I am running simulations using fisher's test on 2 x c tables and a very small
p.value from fisher's test (<2.2e-16) is returned as a negative number. Code
follows.
> set.seed(0)
> nreps.outer <-7
> pvalue.fisher <- rep(NA,nreps.outer)
>
> population1 <- c(
2011 Apr 04
2
merging 2 frames while keeping all the entries from the "reference" frame
Hello!
I have my data frame "mydata" (below) and data frame "reference" -
that contains all the dates I would like to be present in the final
data frame.
I am trying to merge them so that the the result data frame contains
all 8 dates in both subgroups (i.e., Group1 should have 8 rows and
Group2 too). But when I merge it it's not coming out this way. Any
hint would be
2011 Aug 16
4
a question about lm on t-test.
Hi all:
I have a question about lm on t-test.
data(sleep)
I wanna perform t-test to test the difference between the 2 groups:
I can use:
t.test(extra~group)
The t.test result shows that:t = -1.8608; mean1=0.75,mean2=2.33
But I still wanna use:
summary(lm(extra~group))
Intercept=0.75,which is mean1,just the same as t.test.
group2=1.58 means the difference of the 2 groups,so
2010 Sep 20
3
Depletion of small p values upon iterative testing of identical normal distributions
Dear all,
I'm performing a t-test on two normal distributions with identical mean &
standard deviation, and repeating this tests a very large number of times to
describe an representative p value distribution in a null case. As a part of
this, the program bins these values in 10 evenly distributed bins between 0
and 1 and reports the number of observations in each bin. What I have
noticed
2009 Mar 03
2
Reshape
Hi all,
I would like to transform to long format a matrix which has only
information about individuals and a value for each individual. I would like
to have it in ling format with more information related to groups, so ell
values and individuals are repeated for each group. Let me show the example:
matrix in wide format:
Individuals Value
A 3
B 4
C 5
D 2
And long format would
2008 Oct 02
2
aggregate empty row for pretty appearance also subtotal if possible
Hi,
To pretty print aggregates by various dimensions I needed to add a
empty row in output of aggregate.
For example.
d<-(aggregate(data[,cbind("x")], by=list(data$group1,data$group2),
sum))
Group.1 Group.2 x
1 A N 3
2 A Y 2
3 B N 420164905
Is there a way to add an empty
2011 Apr 30
1
More flexible aggregate / eval
Dear list,
I would like to do some calculation using different grouping variables.
My 'df' looks like this:
# Some data
set.seed(345)
id <- seq(200,400, by=10)
ids <- sample(substr(id,1,1))
group1 <- rep(1:3, each=7)
group2 <- rep(1:2, c(10,11))
group3 <- rep(1:4, c(5,5,5,6))
df <- data.frame(id, ids, group1, group2, group3)
df <- rbind(df, df, df)
df$time <-