Displaying 20 results from an estimated 400 matches similar to: "samba include files"
2004 Mar 22
1
2 domains on 1 samba server
Hi,
I'd like my samba server to control 2 domains.
I've read there was 2 possibilities :
- using netbios name/alias & include files
- running 2 smbd
the 1st way :
my smb.conf goes like
netbios name = istpc91
netbios aliases = winserv
include = /etc/smb.conf.%L
and my smb.conf.istpc91
workgroup = IST
smb.conf.winserv
workgroup =TESTIST
with this solution i 2
2010 Jun 28
1
log format question
USING: rsync version 3.0.6 protocol version 30 on a Sun Solaris 10 x86. This is a precompiled version from opencsw.
/opt/csw/bin/rsync -n -axzH -v --delete-after --log-file=$RSYNCOUTPUT/export_-${DAILYDT}X --rsync-path=/opt/csw/bin/rsync -e "ssh -i /root/.ssh/id_hertz" --max-delete=100 /export/.zfs/snapshot/$DAILYDT/ hertz3:/zvol/backup/gauss/export
When I added the
2000 Oct 26
2
Problem with lm
Hello Everybody,
I have a problem with the output of lm.
In fact, when I compare the R output and the Splus output, the results
appears to be different :
I have a dataframe with 5 factors , 16 rows and a response.
First, I tried to fit this response to a linear model :
lm(rep~(A+B+C+D+E),data).
The results beetween SPlus and R are different.
In a second time, I tried a new fit :
2003 Sep 24
3
Problem with memory for large datasets
Hello,
I would like to know if there is a possibility to "clean" the R memory
during a R session. In fact, I realize a lot of instruction with large
objects (matrix of 500*5000), and I can not manage to achieve the end of my
script due to memory lack. Of course, I've tried to remove all "temporary
object" during the script execution and to perform a garbage collector ...
2006 Apr 07
6
validation nightmare
Please help, I am really at a loss at how validation is supposed to work
in rails.
Model contains
acts_as_tree
I want to force my NEW objects to have a parent
I do NOT want existing object to have a parent
so I only want to have parent_id on create, NOT on update.
I am trying this:
def validate_on_create
validates_presence_of :parent_id, :message => "You must specify a
2003 Apr 08
3
density ranges for uniform law
Hello,
I would have some details and explanations about the results I get.
In fact, I start with a uniform sample between -1 and 1, and then plot its
density.
My problem is that the density ranges are much more longer than I expected :
samp <- runif(10000,-1,1)
plot(density(samp))
Instead of varying between -1 and 1, the density varies between approximaly
-1.5 and 1.5
Could someone explain
2006 May 10
8
dynamic setting of username and password in database.yml
Hello
I''ve now read a lot about application-level authentication in Rails, but
I need to do database-level authentication.
The reason is that my database needs to have the current_user (database
current_user, not current_user defined in an ActiveRecord Model) set to
execute triggers for automatically updating audit tables. So it is not
enough to have a session check against a User
2001 Nov 08
3
Problem with optim (method L-BFGS-B)
Hello,
I've just a little problem using the function optim.
Here is the function I want to optimize :
test_function(x){(exp(-0.06751 + 0.25473*((x[1]-350)/150) +
0.04455*((x[2]-40)/20) + 0.09399*((x[3]-400)/100) -
0.17238*((x[4]-250)/50)-
0.45984*((x[5]-550)/150)-0.39508*((x[1]-350)/150)* ((x[1]-350)/150) -
0.05116*((x[2]-40)/20)* ((x[2]-40)/20) -
0.27735*((x[3]-400)/100)*((x[3]-400)/100) -
2008 Apr 17
1
Moving from Splus to R: irregular and regular time series
Dear R developpers,
I am a user of Splus since many years and I have developped lots of
functions to plot graph of data and model results of irregular or
regular times series.
In Splus regular times series are created using the rts function and
irregular time series using the its functions. In both cases, times is
given as a numeric vector.
There is no problem in plotting a regular and an
2001 Aug 21
2
Problem using GLM in a loop
Hello,
I am try to perform a modeling which is relevant in a strongly
heteroscedastic context.
So I perform a dual modeling (modeling of both mean and variance of a
response) in using the following loop:
jointmod <- function(formula, data, itercrit=10,devcrit=0.0001)
{
#
# Init step
#
init <- glm(formula=formula,family=gaussian, data=data)
response <-
2000 Oct 16
2
Crash while R111 install
Hello,
I try to install the R111 version for few days on my PC (on Windows NT),
and every time the same problem :
I start the rwin.exe application and a couple of seconds later, the
install failed, and my PC is down. I must then swich it
down and restart a new session.
If someone has some help ...
Thanks
--
Isabelle Zabalza-Mezghani Tel : 01 47 52 61 99
Institut Fran?ais du P?trole
2003 Feb 17
2
Call to glm inside a function
Hello,
I want to call glm inside a function. In the first lines of code I build the
weights, the formula, ... and then I call glm with the following command:
glm(formularesp, data=data, family=familyresp,
weights=eval(data$weights)
My problem is that the fitting proccess is performed just like if
weights=NULL, even if my weights are not equals to 1. I've performed some
return() command
2006 Apr 05
4
validation on before_add callback
problem: validation error is not functionning in callback
callback for many-to-many association:
# keyword.rb
:before_add => :reject_self_related
def reject_self_related(related_keyword)
if (related_keyword == self)
# this does not work:
errors.add(:name, "Relating a keyword to itself is
forbidden!")
raise "Relating a keyword to itself is
2003 Jun 27
1
A vector or matrix response
Hello,
I wonder if anybody has some idea about how to solve my problem :
I am working , I would say trough an experimental design approach (perform
experiments, get responses, make regression, sensitivity analysis, risk
analysis ...). The problem is now that I have to face with not only a
response but a vector or a matrix (typically a spatial distribution of a
physical property ... pressure).
2003 Oct 27
1
Starting and Terminating the JVM for package SJava
Hello,
I would like to know if there is a possibility to open an R session via Java
(using the SJava package), then to terminate it, and re-run another.
It seems not to be possible. If this is the case, I would like to understand
where is the problem or the limitation (is it due to the SJava
implementation, to the Java behavior, or to the R application).
In fact, I am interesting in re-starting
2002 Nov 07
2
Qualitative factors
Hi,
I have some doubt about how qualitative factors are coded in R. For
instance, I consider a response y, a quantitative factor x and a qualitative
factor m at 3 levels, generated as follow :
y_c(6,4,2.3,5,3.5,4,1.,8.5,4.3,5.6,2.3,4.1,2.5,8.4,7.4)
x_c(3,1,3,1,2,1,4,5,1,3,4,2,5,4,3)
m_gl(3,5)
lm(y~x+m)
Coefficients:
(Intercept) x m2 m3
3.96364 0.09818
2006 May 03
2
render partial collection
my view contains a call to a partial:
<%= render(:partial => ''item_list'', :collection => @keyword.synonyms,
:locals => { :action_delete => "removesynonym", and_some_other_stuff
})
%>
_item_list.rhtml contains:
<%= link_to (
image_tag(''/images/deletebutton.png''),
{ :action => action_delete,
:id =>
2013 Oct 01
3
Análisis de componentes principales con ade4 y FactoMineR
Instalo ade4 correctamente y no me abren los datos como por ejemplo
data(bsetal97)
¿Qué piensan de eso?
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org]
En nombre de Francesc Carmona
Enviado el: Tuesday, October 01, 2013 7:30 AM
Para: r-help-es en r-project.org
Asunto: Re: [R-es] Análisis de componentes principales con ade4 y FactoMineR
Por definición
2000 Oct 19
2
Multiple outputs of a function
Hello everybody,
I'm writting some functions for experimental designs. The one I'm
working on is similar to "fac.design" on Splus.
The problem I have is with the form of the output :
When the argument fraction is submitted, Splus gives something like :
A B C
1 - - -
2 + + -
3 + - +
4 - + +
Fraction : ~A:B:C
The first part of this output is the
2003 Sep 24
1
R binary version for 1.6.2
Hello,
I would like to know where I can find a Windows binary version of R 1.6.2,
since I want to test the last SJava library (which has been built under
1.6.2) which does not work on R 1.7.1
I've already search on the CRAN web site but on the r1070 page, if I click
on 'old', I get an error.
Thanks in advance,
Isabelle
Isabelle Zabalza-Mezghani
IFP - Reservoir Engineering