Displaying 20 results from an estimated 6000 matches similar to: "Samba as a member of a NT domain - questions"
2020 May 14
1
NUT control of vCenter & vServer?
That's certainly on the list of options. I'm doing data gathering right now
to see what options there are. I'd prefer not to rashly decide to run off
in a direction only to discover this is already a Solved Problem.
nomad
On Thu, May 14, 2020 at 1:13 PM Bart J. Smit <bart at smits.co.uk> wrote:
> What about the REST API to do a graceful shutdown of your VM’s and the
>
2005 Feb 24
2
Forward Stepwise regression based on partial F test
I am hoping to get some advise on the following:
I am looking for an automatic variable selection procedure to reduce the
number of potential predictor variables (~ 50) in a multiple regression
model.
I would be interested to use the forward stepwise regression using the
partial F test.
I have looked into possible R-functions but could not find this
particular approach.
There is a function
1999 Jun 04
9
"because you dance to disco and you don't like rock" [Win2000 vs Samba/Linux]
Hey,
so i finally got it working thanks to your list (found the right
place for EnablePlainTextPassword here, the existing 3-4 matches
in the default registry don't seem to do a thing).
It was all brilliant. I got connected to all my 4 samba servers.
I was happy... 'til the next boot (you know, during installation
of system, boots happen).
Now it connects to 3 sambas (1 on FreeBSD, 1 on
2005 May 06
4
Change class factor to numeric
I am attempting to develop a multiple regression model using selected
model variables that should all be treated as numeric (mostly real)
values.
However, R considers one specific variable "mass" automatically to be of
class "factor", probably because "mass" consists of integer values that
are repeated.
I now want to force R to treat "mass" as a numeric
2020 May 14
2
NUT control of vCenter & vServer?
Thanks Bart. Unfortunately "The VIB module does not comply with the
security recommendations imposed by VMWare. You lose VMWare support by
installing this package." This pretty much rules out this option. :(
We need vCenter support, as well.
nomad
On Thu, May 14, 2020 at 10:06 AM Bart J. Smit <bart at smits.co.uk> wrote:
> This shuts down the hosts directly (by-passing
2000 Mar 24
1
locked out of NT Domain
Hello, our sysop's asked me to forward this:
Hi everybody,
maybe someone can give me a solution to the following problem (get rid of NT unfortunately is no solution).
Our net environment contains NT4SP5 and SAMBA servers. Workstations run NT4SP3 and SP5. Part of our password policy is to change passwords every thirty days, and lock the user account after ten unvalid logon attempts. Lately,
2002 Oct 07
1
changing smb passwords from non smb machines
In the interest of not having password divergence between NT and unix
I've got everything authenticating against and ldap database.
samba password updates are not a problem - i just
use the unix password syncing features.
however the other direction is proving to be a problem.
I can rig pam to update both passwords with pam_ldap and pam_smbpass
on machines that run samba. On some machines I
2002 May 21
1
PAM/winbindd/smb_pass/pam_smb_auth/smb_ntdom to authenticate SSH
Hello,
I'm currently running winbind (from Samba 2.2.3a) so that our
Windows users can ssh into our Linux box. I've set up Samba,
PAM and winbind, and it's working well. Users can see their
files, and they can log in using their windows usernames. No
problem.
When users access their Samba share, they don't need
to reauthenticate, because they've already done so with
the
2005 Apr 14
3
Wrapping long labels in barplot(2)
I am using barplot, and barplot2 in the gregmisc bundle, in the
following way:
barplot2(sort(xtabs(expend / 1000 ~ theme)),
col = c(mdg7, mdg8, mdg3, mdg1), horiz = T, las = 1,
xlab = "$ '000", plot.grid = T)
The problem is that the values of 'theme', which is a factor, are in
some cases rather long, so that I would like to wrap/split them at a
space once they
2004 Apr 08
2
lines and glm
Dear R-helpers,
I'm a beginner using R 1.8.1 on Windows 2000. I'm trying to replicate some
examples in Franses' & Paap's Quantitative Models in Marketing Research.
> t <- 1:1000
> e1 <- rnorm(1000)
> e2 <- rnorm(1000)
> x <- 0.0001*t+e1
> y2 <- -2+x+e2
> y <- ifelse(y2>0,1,0)
>
> plot(x, y, pch = 16, col = "darkblue",
+
2004 Sep 01
3
Imputing missing values
Dear all,
Apologies for this beginner's question. I have a
variable Price, which is associated with factors
Season and Crop, each of which have several levels.
The Price variable contains missing values (NA), which
I want to substitute by the mean of the remaining
(non-NA) Price values of the same Season-Crop
combination of levels.
Price Crop Season
10 Rice Summer
12
2001 Dec 05
3
Histograms per coding variable
Dear all
I have a dataset that looks like:
fr.wt site
1 4400 glen
2 235 glen
3 225 glen
' ' '
' ' '
' ' '
82 550 glen
83 550 kom
84 550 kom
' ' '
' ' '
' ' '
191 820 kom
192 2000 soet
' ' '
' ' '
I need to do a series of histograms for each of the codes, levels or
factors in
2005 Jul 11
2
(no subject)
Hello,
The estimate of glm dispersion can be based on the deviance or on the
Pearson statistic.
I have compared output from R glm() to another statastical package and
it appears that R uses the Pearson statistic.
I was wondering if it is possible to make use R the deviance instead by
modifying the glm(...) function?
Thanks for your attention.
Kind regards,
Robin Smit
This e-mail and its
2011 Feb 28
2
Samba failover causes different UID's
Hi,
I have two machines in a cluster and want to create a high available samba
share that connects to active directory for user information. The storage is
DRBD and the filesystem is XFS.
I'm using pacemaker as cluster software and using the lsb:samba init script.
I connected both machines to my Windows AD server and tested this using
winbind.
winbind -u gives me all AD users which seems
2011 Feb 18
1
Rails plugins new official maintainers
Hey guys,
This is the final list of the new maintainers of each plugin.
We need two more things to do:
First please the owners of the repos add the rest of the maintainers.
Second I will add a note on each rails/plugin mentioning this repos updates.
So from now on, if someone else is interested in helping/contributing
please send a message to the appropriate repo owner.
verification
2005 Jun 30
1
Graphically centering confidence interval in barplot
Hello,
I have got a simple "cosmetic" question.
I have created a bar plot with confidence intervals using:
barplot(mean, ylim = c(0,0.2), las = 3, space = 0)
arrows(1:17 ,X95p_low, 1:17, X95p_high, length = 0.07, angle = 90, code
= 3, lty = 1)
Unfortunately, the confidence bars align with the right side of the bars
and I would like to shift these to the middle of the bars.
Is
2003 Jan 30
1
Kruskal-Wallis, Friedman tests and Tukey HSD
Dear all
Is there any way of doing a Tukey HSD post-hoc test after a Kruskal-
Wallis or Friedman rank sum test (in the ctest package)?
Thanks in advance,
Albertus
Dr. Albertus J. Smit
Department of Botany
University of Cape Town
Private Bag Rondebosch
7700
South Africa
Tel. +27 21 689 3032
2005 Apr 04
1
Object item extraction
Hello
I am able to extract partial regression coefficients from a fitted model
object "model", i.e.
model <- lm(var.sel.gkm, weights = count.gkm, data = DATA)
summary(model)
write.table(model$coef, file = "C:/coef_CO_gkm.txt", row.names = TRUE,
col.names = TRUE)
I was wondering if anyone could advise me how to extract other object
items such as std. error, t-values
2006 Feb 20
1
Matrix with p-values with reference to a correlation matrix
Dear mailing list member
I have got the following question:
The function "cor.test(x1, x2)$p.value" computes the statistical
significance of the correlation between vectors x1 and x2.
However, I have got a data matrix with many variables.
Instead of typing in all possible combinations, I was wondering if there
is perhaps an R-function that produces a matrix showing the
2004 Oct 25
2
aov documentation page: question
Dear all
I was looking at the aov documentation page and came across the
following which seems like a contradiction to me:
" This provides a wrapper to |lm| for fitting linear models to balanced
or unbalanced experimental designs." (I presume 'This' refers to aov)
and
"|aov| is designed for balanced designs, and the results can be hard to
interpret without