search for: groupa

Displaying 20 results from an estimated 42 matches for "groupa".

Did you mean: groups
2010 Mar 13
1
Specify Includes Only
...ow to do this. I've been trying for ages to get this right, using various forms of --include-from, --exclude, --filter, etc. I want to copy only specific directories that contain specific filetypes, from sourcedir to destdir. For example, I want to copy all .mp3 and all .ogg files found in the GroupA, GroupC directories under /home/paul/sourcedir/. For example, if I have /home/paul/sourcedir/GroupA/Album1/song.mp3 /home/paul/sourcedir/GroupA/Album1/cover.jpg /home/paul/sourcedir/GroupA/Album2/song.ogg /home/paul/sourcedir/GroupA/Album2/cover.jpg /home/paul/sourcedir/GroupB/Album1/song.mp3 /hom...
2003 Jun 03
2
subshares ?
...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 = PDC+groupA [driveB] path = /samba/driveA/driveB browseable = No writeable = Yes valid users = PDC+groupB force group = PDC+groupB inherit permissions = No shouldn't this restrict groupA users from accessing the subshare called "driveB" located inside the share "/s...
2009 Jul 07
4
Test for X=1 fails, test for >0 works, data in text file is 1
...;, "EnDate", "EnTime", "ExDate", "ExTime", "PL_Pos", "Costs", "Save2")) > > dim(ReShapeX) [1] 10400 11 > > MyResults <- subset(ReShapeX, value > 0) > > dim(MyResults) [1] 1105 11 > > MyResults.GroupA <- subset(MyResults, PosType = 1) > > dim(MyResults.GroupA) [1] 1105 11 > > MyResults.GroupB <- subset(MyResults, PosType = -1) > > dim(MyResults.GroupB) [1] 1105 11 > > MyResults.GroupA <- subset(MyResults, PosType > 0) > > dim(MyResults.GroupA) [1] 43...
2010 Nov 11
1
NFS Mounted GlusterFS, secondary groups not working
Howdy, I have a GlusterFS 3.1 volume being mounted on a client using NFS. From the client I created a directory under the mount point and set the permissions to root:groupa 750 My user account is a member of groupa on the client, yet I am unable to list the contents of the directory: $ ls -l /gfs/dir1 ls: /gfs/dir1/: Permission denied $ ls -ld /gfs/dir1 rwxr-x--- 9 root groupa 73728 Nov 9 09:44 /gfs/dir1/ $ groups myuser groupa I am able to list the directory as...
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'' %> It shows the entire set of groups (9 groups) inst...
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 th...
2007 Jun 01
0
3.0.24 -- Office read only issue, bizarre EAs and disappearing ACLs
...teps to reproduce the problem I described above: 1) Configure server with settings below (minus the map read only = no setting on the share) 2) Create a folder called testfolder in the common share with no default ACL entries 3) Create an Excel spreadsheet in testfolder 4) Add UserA to the group GroupA that has rwx ACL permissions to the folder and file (command to add rwx is setfacl -m group:"domain+GroupA":rwx /share/common/testfolder) 5) Make UserB and GroupB the UNIX owner file and group (chown "domain+UserB" /share/common/testfolder/test.xls and chgrp "domain+Gro...
2011 May 31
2
In a formula, what is the interaction of the intercept and a factor?
...ression is model m1. The usual way to write the by-group regression is model m2. In model m3 was trying to be explicitly clear and interact "1+x" with "group". Looking only at the coefficients, it appears that model m3 is simplified to model m4. R> coef(m3) (Intercept) groupA:x groupB:x 0.3775140 0.9213835 0.9879690 R> coef(m4) (Intercept) x:groupA x:groupB 0.3775140 0.9213835 0.9879690 I wonder if anyone can shed some light on what R is doing with the "1:group" term. Kevin [[alternative HTML version deleted]]
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, windows), avda1 (131.0.0.106, linux samba) Machines in groupb (network 192.168.1.0/24): pc01 (192.168.1.2, windows), rqta1 (192.16...
2002 Sep 01
3
htb ,essage in messages file !
hi all, i saw this message today & am reporting it(as it says) [root@cab1 surfNet]# tail -f /var/log/messages Sep 1 04:02:03 cab1 syslogd 1.4.1: restart. Sep 1 09:35:27 cab1 kernel: HTB: mindelay=500, report it please ! [root@cab1 root]# iptables -V iptables v1.2.6a [root@cab1 root]# tc -V tc utility, iproute2-ss020116 [root@cab1 root]# uname -a Linux cab1 2.4.19-r #2 Sun Aug 25 01:49:24
2008 Jan 09
0
Can't access dirs with subgroups of a samba share
...rking. 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 access. For example: The parent folder will be accessible to groupa with 770 permissions. In the folder we will have a subfolder accessible to groupb only, also with 770. (members of groupb belong to groupa) The smb.conf for the giving share looks like this [share] path = /usr/local/share/groups/share valid users = @groupa admin users =...
2008 Mar 31
1
Users groups are not synchronized with Samba
Currently I am using Samba with ACL control. My problem is that if I add or remove users from a group, those changes are not reflected for samba access until I restart the samba server. Example of what I mean. GroupA and GroupB....USER is part of no group. Unix: I give GroupA full access to FOLDER Windows: as USER I try and access FOLDER I get permission denied. Unix: I add USER to GroupA Windows: as USER I try and access FOLDER I get permission denied!!!!! Unix: I restart Samba server Windows: as USER I try an...
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 write access of GroupB to Share2 give write...
1998 Apr 20
1
Incomplete browselists with %G
When I build an smb.conf using a line like: include = /usr/local/samba/lib/%G.conf then it works beautifully for the shares that are listed in the appropriate <primary group>.conf files, that is, I can connect to them and all... However, I can only _browse_ the shares listed in the main smb.conf file, not the ones in the <primary group>.conf files that should be included, even
2006 Mar 21
2
How to make extension groups ???
...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 are in groupC groupA has access on lines 2,3,4 (Try line 2, if busy try line 3 ,if busy try line 4) groupB has access on lines 3,4 (Try line 3 ,if busy try line 4) groupC has access on line 4 only. (Try line 4 only, and if busy...
2010 May 15
3
Discretize factors?
...tomatically 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 regression. I now have: groupA groupB groupC Some of the other models that I want to try won't accept factors, so they need to be discretized this way. Is there a command in R for this, or some easy shortcut? (I tried digging into the lm code, but couldn't find where this is being done.) Thanks! -N
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 above model using VarCorr(model), together with their 95% confidence intervals using intervals(...
2011 Oct 13
3
Question about GAMs
hi! I hope all of you can help me this question for example GAMs: ozonea<-gam(newozone~ pressure+maxtemp+s(avetemp,bs="cr")+s(ratio,bs="cr"),family=gaussian (link=log),groupA,methods=REML) formula(ozonea) newozone ~ pressure + maxtemp + s(avetemp, bs = "cr") + s(ratio,bs = "cr") #formula of gams coef(ozonea) # extract the coefficient of GAMs (Intercept) pressure maxtemp s(avetemp).1 s(avetemp).2 s(avetemp).3 s(avetemp).4 s(avetemp).5 s(a...
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
2020 Feb 14
1
winbind optional parameters on samba 4.10
Hi, I'd like do review and understand what parameters we can or should use in /etc/samba/smb.conf configuration almost all for winbind I use this smb.conf [1] , I'd like to know if new parameters still valid for Samba 4.10 and what they do . Thank you . [1] workgroup = CORP realm = CORP.LOCAL winbind use default domain = yes idmap config * : backend = tdb idmap config