search for: ch08

Displaying 20 results from an estimated 46 matches for "ch08".

Did you mean: ch0
2018 Nov 10
2
How to Samba share with mixed Active Directory 'Classic' authentication
...enum users = Yes winbind nss info = rfc2307 winbind offline logon = Yes winbind refresh tickets = Yes winbind use default domain = Yes [public] comment = OHPRS main file and document repository path = /mnt/RAID/public # for the following settings see: https://www.samba.org/samba/docs/using_samba/ch08.html hide dot files = yes # set o+x to mark a file as hidden (doesn't work for folders) map hidden = yes # User's outlook .pst files are in a folder named "outlook" hide files = /Outlook/outlook/~*/ # locking: https://www.samba.org/samba/docs/using_samba/ch08.html veto oplock fil...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
...mba] Samba-created files with POSIX ACLs > gaining execute bit > > I figured something as much but all the docs I found pointed > to the archive, hidden, and readonly attributes touching the > execute bits (see here, for example: > https://www.samba.org/samba/docs/using_samba/ch08.html#samba2- > CHP-8-FIG-2 > <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2 > -CHP-8-FIG-2>). That’s why I disabled those mappings in my > smb.conf. Granted the docs I found were older — is this > handled differently nowadays? > > In any event is the...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
Hi all, I have a Samba share set up using POSIX ACLs as the permissions backend. I am seeing an issue where files created via the Samba get execute permissions whereas files created via shell do not. Here’s my demonstration using “share2” as the root of my share: [root at samba srv]# ls -l total 0 drwxrwx---+ 2 root root 65 Dec 17 18:40 share2 [root at samba srv]# getfacl share2/ # file:
2002 Mar 13
2
MASS Library
Hi, I was just trying out an example on Page 247 of the MASS (Modern Applied Statistics with S-plus) book and saw the function "negexp.ival". It says it is supplied in the MASS library, however when I load the library in R and typed: negexp.ival it says: Error: Object "negexp.ival" not found Does it mean it only appears in the MASS library for S-plus?
2005 Mar 11
2
Creating Custom System Policy Templates
..., or if samba will soon support Group Policy Objects (so I won't need to do this)? Or if someone already has accomplished this or has any other comments..... Mike Petersen mgpeter@pcc-services.com References: Creating Custom Templates for SPE - http://www.oreilly.com/catalog/winsyspe/chapter/ch08.html Microsofts Group Policy Reference Spreadsheet - http://download.microsoft.com/download/a/a/3/aa32239c-3a23-46ef-ba8b-da786e167e5 e/PolicySettings.xls Samba Rocks !!
2018 Nov 10
0
How to Samba share with mixed Active Directory 'Classic' authentication
...; winbind offline logon = Yes > winbind refresh tickets = Yes > winbind use default domain = Yes > > [public] > comment = OHPRS main file and document repository > path = /mnt/RAID/public > > # for the following settings see: > https://www.samba.org/samba/docs/using_samba/ch08.html > hide dot files = yes > # set o+x to mark a file as hidden (doesn't work for folders) > map hidden = yes > # User's outlook .pst files are in a folder named "outlook" > hide files = /Outlook/outlook/~*/ > > # locking: https://www.samba.org/samba/docs/usi...
2018 Dec 18
0
Samba-created files with POSIX ACLs gaining execute bit
...; gaining execute bit > >> > >> I figured something as much but all the docs I found pointed > >> to the archive, hidden, and readonly attributes touching the > >> execute bits (see here, for example: > >> https://www.samba.org/samba/docs/using_samba/ch08.html#samba2- > >> CHP-8-FIG-2 > >> <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2 > >> -CHP-8-FIG-2>). That’s why I disabled those mappings in my > >> smb.conf. Granted the docs I found were older — is this > >> handled differe...
2006 Apr 10
3
SE estimates for treatment groups from nlme
I am wondering how to obtain SE estimates for fixed effects from a nonlinear mixed effects model? I have fixed effects corresponding to three factors A, B and C with 2, 3 and 3 levels respectively. I have fit a model of the following general form: nlme1<-nlme(y~ SasympOrig(x, Asym, lrc), data=df, fixed=list(Asym~A*B*C, lrc~A*B*C), start=c(fixef(ETR.nlme)[1], rep(0,17), fixef(ETR.nlme)[2],
2006 Jul 18
2
Using corStruct in nlme
...in pnls step" or alternatively R crashes. My dataset is similar to the CO2 example in the nlme package. The one major difference is that in my case the 'conc' steps are not the same for each 'Plant'. I have replicated the problem using the CO2 data in nlme (based off of the Ch08.R script). This works (when 'conc' is the same for each 'Plant': (fm1CO2.lis <- nlsList(SSasympOff, CO2)) (fm1CO2.nlme <- nlme(fm1CO2.lis, control = list(tolerance = 1e-2))) (fm2CO2.nlme <- update(fm1CO2.nlme, random = Asym + lrc ~ 1)) CO2.nlme.var <- update(fm2CO2.nlm...
2003 Jul 22
1
Processing a large number of files
..., which worked on the first try, is library(foreign) SPSS = "/cdrom/Manual Install/Datasets/SPSS/" # change as appropriate Rdata = "/tmp/Devore6/data/" # change as appropriate chapters = c("CH01", "CH04", "CH06", "CH07", "CH08", "CH09", "CH10", "CH11", "CH12", "CH13", "CH15", "Ch14", "Ch16") for (ch in chapters) { path = paste(SPSS, ch, sep = '') files = list.files(path = path, pattern = '*.sav') for (ff i...
2018 Dec 20
2
Samba-created files with POSIX ACLs gaining execute bit
...te bit >>>> >>>> I figured something as much but all the docs I found pointed >>>> to the archive, hidden, and readonly attributes touching the >>>> execute bits (see here, for example: >>>> https://www.samba.org/samba/docs/using_samba/ch08.html#samba2- >>>> CHP-8-FIG-2 >>>> <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2 >>>> -CHP-8-FIG-2>). That’s why I disabled those mappings in my >>>> smb.conf. Granted the docs I found were older — is this >>>>...
2006 Aug 10
5
Variance Components in R
Hi, I'm trying to fit a model using variance components in R, but if very new on it, so I'm asking for your help. I have imported the SPSS database onto R, but I don't know how to convert the commands... the SPSS commands I'm trying to convert are: VARCOMP RATING BY CHAIN SECTOR RESP ASPECT ITEM /RANDOM = CHAIN SECTOR RESP ASPECT ITEM /METHOD = MINQUE (1) /DESIGN
2002 Jun 08
3
contour plot for non-linear models
Hello all, I've tried to reproduce the contour plot that appears in the book of Venables and Ripley, at page 255. Is a F-statistic surface and a confidence region for the regression parameters of a non-linear model. It uses the stormer data that are in the MASS package. I haven't been able to reproduce the plot either in R ( version 1.5 ) and S. It makes the axes and it puts the
2003 Nov 07
1
y label after axis (4)
Hi, I am trying to figure out how to lable the second y-axis after the following codes: plot(x, y, xlab="time", ylab="pay1" ) par(new=TRUE) plot(x,y2, ann=FALSE, xaxt="n", yaxt="n", pch=7 ) axis(4) Then, I want to label the second y axis "pay2". I tried "title(ylab="pay2")", but it put this lable on the first
2003 Dec 02
1
Two axes with different scales
Hello I would like to make a graph with two variables, with different units, so I would like to have two y-axes, one on the left and one on the right with different scales. Is this possible? I have searched through all the documentation I could find on the R homepage without luck and I like R very much and would rather not resort to using something like SigmaPlot for this seemingly simple thing.
2005 Nov 02
1
NLME
Dear All, Using:- R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.1 (2005-06-20), ISBN 3-900051-07-0 and Jose Pinheiro, Douglas Bates, Saikat DebRoy and Deepayan Sarkar (2005). nlme: Linear and nonlinear mixed effects models. R package version 3.1-65. on a WINDOWS 2000 machine I am trying to run the scripts from the Mixed Models book and am running into some
2006 Aug 14
1
ARMA(1,1) for panel data
Dear List, I am new to TS-Modeling in R. I would like to fit an ARMA(1,1) model for a balanced panel, running Y on a full set of unit and year dummies using an arma(1,1) for the disturbance: y_it=unit.dummies+yeardummies+e_it where: e_it=d*e_it-1+u_it+q*u_it-1 How can I fit this model in R? arma() does not seem to take covariates (or I don't understand how to specify the function so that
2011 Jan 28
0
Asterisk 1.8.2 - TLS, user certificate
...ould I use it and how to be sure it's used ? When trying to use it, I cannot see any client certificate request from the server in Wireshark. Should it be set somewhere in the conf ? I couldn't find anything in sip.conf or in Asterisk 1.8 doc<http://ofps.oreilly.com/titles/9780596517342/ch08.html#Voicemail_id272814)>about it. Thanks for your help, Gilles -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110129/4b20823f/attachment.htm>
2000 Aug 30
1
Timestamps
Anyone knows how to keep coherent timestamps on files put on a Samba share? We are experiencing strange results if trying to do that. We would like to be sure that the timestamp of the files put on that share matches exactly the time of the file under NT4 or the time the file was put there. For the moment, it is not the case (although from time to time they seem to match). -------------- next
2005 Mar 16
2
Two questions
Hi All, I have the following questions: We have some folders / shares where we store for example only .doc files. But some users also saves the .jpg files in this share. We don't want this and we wondered if we can block saving .jpg files with samba. Is there an option to set in smb.conf so we can block the saving of .jpg files? Second one: Some users saves the .doc files for example as