similar to: No write permission if POSIX bits 0 on ZFS written by M$ Office - dos_mode returning r

Displaying 20 results from an estimated 1000 matches similar to: "No write permission if POSIX bits 0 on ZFS written by M$ Office - dos_mode returning r"

2005 Nov 23
0
Error copying dot-files to samba share
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm having a problem copying (overwriting) a dot file to a samba share. When I create a dot file (e.g .project) on a local drive at the XP machine, I'm able to copy the file to the share ONLY if it does not exists there. If the file already exists, Samba refuses to overwrite the file. The reason of this behavior must have something
2005 Nov 14
0
Access denied with hide dot file AND map hidden enabled
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I experienced a problem with Eclipse, but I was able to track it down to the following behavior: My config: Samba Server 3.0.20b exporting Homes Win XP SP2 Clients with mounted homedir as drive z: 1) I created a textfile named .project on the local drive of the xp machine. 2) With Windows Explorer I copied the file to the samba share z: -
2016 Jun 01
2
access denied with "hide dot files = Yes"
Hello, at our site we're using the revision control software Mercurial. A typical workflow scenariao is that we have a Mercurial repository on a Samba AD Member share and the users pull and push commits to this central repository. This workflow is broken as of Samba 4.3.4. When doing certain operations (pull or push) on the central repository on the Samba share, Mercurial complains that it
2011 Jul 11
2
Help! permission denied when accessing folder
Hi all, Running samba 3.5.5 in a Solaris non-global zone. I have created a folder (StudentJobApplications) on a share which I want to make accessible only to members of a Unix group (studempl). I have added myself to the group but when I or other group members try to access the folder via Windows Explorer I get the following: I:\StudentJobApplications is not accessible Access is denied Here
2009 Jan 06
2
POSIX permission bits, ACEs, and inheritance confusion
I am running a test system with Solaris 10u6 and I am somewhat confused as to how ACE inheritance works. I''ve read through http://opensolaris.org/os/community/zfs/docs/zfsadmin.pdf but it doesn''t seem to cover what I am experiencing. The ZFS file system that I am working on has both aclmode and aclinherit set to passthrough, which I thought would result in the ACEs being just
2015 Sep 19
3
Maildir: ACLs/Unix perms and unable to see content of specific mailbox
Dear Dovecot users, hello. I will merge two issues I have into a single email because they may be related. I used dovecot on a OmniOS server since 2014 (currently OmniOS r151014) with the following configuration (it shows 2.2.18 because I recently updated dovecot, skipping only the PostgreSQL plugin): # 2.2.18: /etc/dovecot/dovecot.conf # OS: SunOS 5.11 i86pc zfs mail_location =
2015 Sep 27
1
Maildir: ACLs/Unix perms: unlink(...) failed: Permission denied
Hi, I tried again with some other options. After finding http://www.dovecot.org/list/dovecot/2013-November/093793.html I deleted every ACL from the directory Maildir and I also assigned the group "mail" to it, recursively: OmniOS-Xeon:/tank/home/olaf/Maildir/.Generiche $ ls -lV total 903 drwxrwxrwx 2 olaf mail 2 Sep 27 23:47 cur
2006 May 04
0
SetGroup and CheckGroup. Need some help on the dialplan
>From this list I found that I could use SetGroup and CheckGroup to do what I wanted. But I'm not quite sure how I do it. The case is that I have 3 user groups, and one main group. The main group is for all the incoming calls from external phones. The main group should be allowed to have 3 calls at the time. The 3 user groups are internal groups that I want to limit by ony having one
2008 Jul 07
1
GLM, LMER, GEE interpretation
Hi, my dependent variable is a proportion ("prob.bind"), and the independent variables are factors for group membership ("group") and a covariate ("capacity"). I am interested in the effects of group, capacity, and their interaction. Each subject is observed on all (4) levels of capacity (I use capacity as a covariate because the effect of this variable is normatively
2009 Sep 20
2
missing level of a nested factor results in an NA in lm output
Hello All, I have posted to this list before regarding the same issue so I apologize for the multiple e-mails. I am still struggling with this issue so I thought I'd give it another try. This time I have included reproducible code and a subset of the data I am analyzing. I am running an ANOVA with three factors: GROUP (5 levels), FEATURE (2 levels), and PATIENT (2 levels), where
2005 Dec 24
0
Cannot exec program from network drive after 10 minutes (II)
Hi list, )2nd try bcs. of missing attachements). Following (very strange) problem: An ordinary windows user has mapped a drive F: on \\LUN1\Programme (running samba-3.0.20b-3 debian). The program "F:\Network\PMail V3\Pegasus Mail\winpm-32.exe" is being started, this works. But after about 10 minutes, the same program start fails with "invalid path or filename". When
2005 Mar 21
1
rpart memory problem
Hi everyone, I have a problem using rpart (R 2.0.1 under Unix) Indeed, I have a large matrix (9271x7), my response variable is numeric and all my predictor variables are categorical (from 3 to 8 levels). Here is an example : > mydata[1:5,] distance group3 group4 group5 group6 group7 group8 pos_1 0.141836040224967 a c e a g g pos_501
2009 Aug 28
1
how to explain the interaction terms regarding "treatment contrast" of lm model
Dear list, I am confused on how to explain the interaction term in the context of "treatment contrast". for example, I have an data frame as below: sub group val 1 a group1 3.685625 2 a group1 3.407445 3 a group1 4.040920 4 a group1 2.890875 5 b group1 3.853280 6 b group1 4.113585 7 b group1 3.043250 8 b group1 3.800920 9 c group1 5.394305 10 c
2005 Jun 24
1
lme4 extracting individual variance components
Hi, For further calculations I need to extract indivdual Variances of different random effects from a fitted model. I found out how to extract the correlations (VarCorr(m1)@reSumry$group1) but I was not able to find a way to extract the other components individually. To extract the Residuals I tried: (ranef(m1)@ stdErr) which unfortunately did not work. Thank you very much for your help!
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 <-
2009 May 20
3
ZFS ACLs
I have OSol 2009.06 (b111a), and I''m not sure I''m getting this ZFS ACL thing: %whoami abalfour % ls -V file ----------+ 1 abalfour root 1474560 May 11 18:43 file owner@:-w--d--A-W-C--:-------:deny according to that ACL I shouldn''t be able to write anything having to do with file, correct? % cat >> file zsh: permission denied: file % mv file
2005 Jan 27
3
clustering
Hi, I just get a question (sorry if it is a dumb one) and I "phase" my question in the following R codes: group1<-rnorm(n=50, mean=0, sd=1) group2<-rnorm(n=20, mean=1, sd=1.5) group3<-c(group1,group2) Now, if I am given a dataset from group3, what method (discriminant analysis, clustering, maybe) is the best to cluster them by using R. The known info includes: 2 clusters,
2016 Dec 01
1
how to set different permission for samba share
Hi all, I'm on FreeBSD11 and I install samba36. I have some users and groups. user1, user2 -> group1 user3->group3 user4,user5->group4 I have a share: /extra/samba-test Access to the share is : user1->writable user4->readable group4->writable group3->writable My config file is: [samba-share] comment= aa path= /extra/samba-test public= no browsable= yes writable=no
2008 May 11
1
positioning of color key in levelplot
Is there a way of positioning the color key in levelplot when the axes are on a categorical (rather than numerical) scale? I've put some sample code below. I need to add a secondary y axis to the right side of my plot but then the labels interfere with the color key (which is currently on the right side). Is there a way to shift the color key over a bit more to the right? I've tried
2020 Jun 16
2
Samba as a domain member:
Yes: # getent group GROUP group:x:17573: # getent group group2 group2:x:11010: # getent group GROUP3 group3:x:21178: # wbinfo --group-info GROUP group:x:17573: # wbinfo -n GROUP S-1-5-21-948789634-15155995-928725530-7573 SID_DOM_GROUP (2)