Displaying 20 results from an estimated 10000 matches similar to: "security = share"
2015 Sep 06
2
Getting Oriented
It was disconcerting to find the Official HowTo,
https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/, to be for
Samba 3.5. Much other documentation (both online and Using Samba, 3rd
Edition* by *Jay Ts; Gerald Carter; Robert Eckstein, O'Reilly Media, Inc)
is also old. Apparently a known problem,
http://marc.info/?l=samba&m=139519806107456&w=2, but still.. Web search
found
2002 Jul 30
4
Samba 2.2.5 update process
I recently downloaded the samba 2.2.5 update.
I ran GZIP and tar.
next i did the configuration according to Using Samba by Robert
Eckstein, David Collier-Brown, Peter Kelly 1st edition Nov. 1999.
Steps were as follows:
./configure
make
make install
added swat to /etc/services
swat 901/tcp
after all of this it does not appear that samba was actually updated.
I looked in samba.org for
2013 Feb 02
1
Why replacement has length zero? And How can I fix it?
Hi
for the loop section runif needs curved brackets
Try
IAP <-NA
for (i in 1:Sample.Size){
if (DataSet$SES[i]>0) {
IAP[i] <- ifelse(runif(1)>0.75, 1, 0) # High SES, higher chance to be in
Treatment #
}
else {
IAP[i] <- ifelse(runif(1)<=0.25, 1, 0) # Low SES, lower chance to be in
Treatment #
}
} # End loop #
IAP
IAP
zjiaqi19880219 wrote
> Hi,
2011 May 02
3
ID parameter in model
Hello,
I am apparently confused about the use of an id parameter for an event
history/survival model, and why the EHA documentation for aftreg does
not specify one. All assistance and insights are appreciated.
Attempting to specifiy an id variable with the documentation example
generates an "overlapping intervals" error, so I sorted the original
mort dataframe and set subsequent entry
2009 May 05
1
A question about using “by” in GAM model fitting of interaction between smooth terms and factor
I am a little bit confusing about the following help message on how to fit a
GAM model with interaction between factor and smooth terms from
http://rss.acs.unt.edu/Rdoc/library/mgcv/html/gam.models.html:
?Sometimes models of the form:
E(y)=b0+f(x)z
need to be estimated (where f is a smooth function, as usual.) The
appropriate formula is:
y~z+s(x,by=z)
- the by argument ensures that the smooth
2012 Mar 12
2
Replicating Stata's xtreg clustered SEs in R
I'm trying to replicate a time-series cross-sectional analysis
(countries over years) with SEs clustered by country. ?The original
analysis was done in Stata 10 with: xtreg [DV] [IVs] fe
cluster(country).
Using plm() in R (cran.r-project.org/web/packages/plm/index.html),
I've replicated the coefficients. I sought to estimate
country-clustered SEs with vcovHC(), and tried a variety of
2010 Mar 16
3
function arguments: name of an object vs. call producing the object?
In a function, say foo.glm for glm objects I want to use the name of the
object as a label for some output,
but *only* if a glm object was passed as an argument, not a call to
glm() producing that object.
How can I distinguish these two cases?
For example, I can use the following to get the name of the argument:
foo.glm <- function(object) {
oname <- as.character(sys.call())[2]
2009 Aug 20
1
Understanding R code
What is
1. par.ests <- optimfit$par
2. fisher <- hessb(negloglik, par.ests, maxvalue=maxima);
3. varcov <- solve(fisher);
4. par.ses <- sqrt(diag(varcov));
Thanks a lot,
fit.GEV <- function(maxima)
{
sigma0 <- sqrt((6. * var(maxima))/pi)
mu0 <- mean(maxima) - 0.57722 * sigma0
xi0 <- 0.1
theta <- c(xi0, mu0, sigma0)
#10/5/2007: removed assign() for maxima.nl
2000 Mar 31
1
OpenSSH's ssh daemon and X11 event forwarding
I just installed OpenSSH under Solaris 7. It seems to work. However,
when I connect to it using a PC running F-Secure SSH, I notice that the
DISPLAY variable is not set, as it is when I use the same PC software to
connect to other systems supporting SSH. How do I know whether or not
tunneling of X windows traffic through ssh is happening or not? Is
there anything special you have to do to get
2001 Mar 22
1
Samba license info link yields 404 error.
Hi Samba team,
I'm one of the webmasters for oreilly.com, O'Reilly & Associates' Web site.
A customer sent us email stating that they got the following broken URL
from samba.org: http://www.oreilly.com/catalog/samba/licenseinfo.html.
Would you please update the URL? It should point people to
http://www.oreilly.com/catalog/samba/chapter/licenseinfo.html . This is
where the
2009 Apr 16
2
error bars in matplot
Hi,
I was trying to get error bars in my matplot. I looked at an earlier thread, and the sample code that I made is:
#------------------
library(plotrix)
mat1 <- matrix(sample(1:30,10),nrow=5,ncol=2)
ses <- matrix(sample(1:3,10,replace=T),nrow=5,ncol=2)
vect <- seq(20,100,20)
rownames(mat1) <- rownames(ses) <- vect
colnames(mat1) <- colnames(ses) <- letters[1:2]
2011 May 21
1
predict 'expected' with eha package
I am unsure what is being returned, and what is supposed to be
returned, when using 'predict' with "type='expected'" for an aftreg
survival model. The code below first generates a weibull model, then
uses predict to create a vector of the linear predictors, then
attempts to create the 'expected' vector, which is empty. The final
two steps in the code generate a
2010 Jul 08
3
One account can access samba, another can't.
My wife and I each have our own workstation dual-booting WinXP and
Gentoo Linux. We also have a third which runs Gentoo all the time. I
wanted to set up samba on the third box and provide some extra storage
space for both our Windows installs. It worked for a few days, then all
of a sudden it stopped letting my account (michael) in while still
letting my wife's account (amy) use the share.
2004 Jun 01
2
Importing binary data
Hi everybody!
I've a large dataset, about 2 Mio entries of the format which I would like
to import into a frame:
<integer><integer><float><string><float><string><string>
Because to the huge data amount I've choosen a binary format instead
of a text format when exporting from Matlab.
My import function is attached below. It works fine for only
2010 Feb 01
8
monitoring a workstation
Hi,
I need to monitor a workstation (Centos 5 x86_64).
I need to obtain informations about :
- cpu utilization per user, per a period, how many days per user,
Any ideas about a good and simple free tool ?
Regards.
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute
2002 Feb 13
4
Mapping / UNC question
Hiya!
I have a developer that would like to be able to have access to a share on a
UNIX server running Samba where he can use UNCs embedded in VB code on a
win2k client to access files on the share. No problem, easily done.
He also wants users to _NOT_ be able to use the Windows Explorer to map the
drive and gain access that way. He wants only for his embedded UNCs to
access the share.
If you
2017 Oct 02
2
Default value of the option initial in the ses function in the forecast package.
Dear All,
I am trying to use the function ses from the forecast package.
>From its help I have :
Usage:
ses(y, h = 10, level = c(80, 95), fan = FALSE, initial = c("optimal",
"simple"), alpha = NULL, lambda = NULL, biasadj = FALSE, x = y, ...)
My query is that if I do not mention the initial value will its default
value be "optimal".
A MWE would be
2024 Aug 26
1
winbind gives wrong primary id group
>> Hello,
>>
>> I have fresh instalation samba 4.17.12+dfsg from apt on Debian 12.
>>
>> I made new domain ADS2
>> (https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller).
>> root at dc-ads2:/etc/samba# samba-tool domain provision --use-rfc2307
>> --realm=ADS2.SES.SK --domain=ads2 --server-role=dc
>>
2011 Feb 10
2
Gtalk/Jabber Issue
OK, im pulling my hair out, everything looks configured right, deleted, and
started over, etc, etc. but can't seem to get this to work
Gtalk.conf
[general]
context=google-in
allowguest=yes
bindaddr=192.168.xxx.xxx
extenip=96.254.xxx.xxx
[guest]
context=google-in
disallow=all
allow=ulaw
allow=g729
connection=jp_jabber
jabber.conf
[general]
debug=yes
2006 Jun 14
4
[LLVMdev] Code instruction selection based on SSA-graphs
Hi,
LLVM already uses dynamic-programming based optimal pattern matching
selectors for some of the target architectures. But as far as I know,
the code is first converted out of the SSA form, before the selection
process takes place. The same approach is used by many other compilers.
But there is an article from Erik Eckstein, where a different method is
proposed. In the described approach, the