Displaying 20 results from an estimated 6000 matches similar to: "SLES8 + SAMBA + LDAP conf files"
2004 Feb 27
0
Samba and XP
Hi,
Im trying to set up Samba (share-level) and XP PRO
while googling found a lot of info about changing registry:
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters]
"requirestrongkey"=dword:00000000
"requiresignorseal"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Netlogon\Parameters]
"requirestrongkey"=dword:00000000
2004 Aug 09
1
Suse (SLES8) Kerberos
I've got the book Samba-3 By Example and I'm trying to get my Samba to
work with our Active Directory Server. But for that I need Samba 3,
which was no problem since I found rpms at
http://ftp.sernet.de/pub/samba/sles8-i386/ (You can also find rpms for
other distros there).
But the book also tells me that I need either Heimdal 0.6 (plus specific
patches) or MIT Kerberos 1.3.1 or
2004 May 17
1
samba 3.0.4 on SLES8: password sync will not work...(decode_pw_buffer: incorrect password length)
Has anyone got unix password sync for samba3.0.x running successfully on
SLES8 server? Do I need the SLES service packs? Is there an
interaction with PAM that I need to be aware of?
I've compiled the full developer build of samba from 3.0.4-4 source.
Compile was successful. I'm running tdbsam as password backend. I've
troubleshooted quit a bit using google, docs, etc. as
2003 Mar 31
0
Problem building Samba 2.2.8 on SLES8 (s390)
I've built several versions and never seen this before:
Compiling smbd/server.c
In file included from /usr/include/asm/statfs.h:6,
from /usr/include/linux/vfs.h:4,
from /usr/include/linux/fs.h:13,
from /usr/include/linux/capability.h:17,
from /usr/include/sys/capability.h:24,
from include/includes.h:340,
2003 Jun 17
0
Suse SLES8 Samba 3.0 Beta1 Winbind
Hi,
i've some problems with winbind in Samba 3.0 Beta1.
The configuration:
Samba 3.0 Beta1 installed under Sles8 on IBM z800 (s390)
compiled with gcc 3.2 and installed pam-devel-0.76-32
configure options: ./configure --with-pam --with-winbind
--with-acl-support --with-tdbsam --with-libsmbclient --with-smbwrapper
--with-utmp --with-quotas
NT PDC with SP6a
NT workstation with SP6a
i try
2004 Mar 16
1
Problems Compiling Samba 3.0.2a on SLES8 SP3
I'm trying to get Samba to compile on SLES8 SP3 (Linux under z/VM) and I'm
getting the following error. Configure ran fine with "./configure
--with-ads --with-winbind --with-krb5", but when I run make I get the
following output and error.
Using FLAGS = -O -I/usr/local/include -I./popt -Iinclude
-I/usr/local/downloads/samba-3.0.2a/source/include
2004 Dec 14
3
make check-all failed on SLES8 for x86_64
Hi all,
I've only now noticed that on our Opteron boxes running Suse Enterprise
Server 8 that R-2.0.1 did not pass make chek-all. It bombed in
tests/lapack.R at:
> eigenok <- function(A, E, Eps = 1000 * .Machine$double.eps) {
V <- E$vect
lam <- E$values
stopifnot(abs(A %*% V - V %*% diag(lam)) < Eps, .... [TRUNCATED]
> Ceigenok <- function(A, E, Eps =
2008 Feb 05
0
[Fwd: Problems when checking a package]
Forget my last message, it was a really stupid problem. Sorry about the
mess.
Best,
Dani
-------- Missatge original --------
Assumpte: Problems when checking a package
Data: Tue, 05 Feb 2008 11:20:28 +0100
De: Dani Valverde <daniel.valverde at uab.cat>
A: R Help <r-help at r-project.org>
Hello,
I am tryining to build a package called NMRTools and when I check it
using R CMD
2007 Nov 13
1
TRUNCATED error with data frame
Hi ,
I am new to R.
I am trying to run a simple R script as shown below:
aov.R
------
data1<-c(49,47,46,47,48,47,41,46,43,47,46,45,48,46,47,45,49,44,44,45,42,45,45,40
,49,46,47,45,49,45,41,43,44,46,45,40,45,43,44,45,48,46,40,45,40,45,47,40)
matrix(data1, ncol= 4, dimnames = list(paste("subj", 1:12),
c("Shape1.Color1",
"Shape2.Color1", "Shape1.Color2",
2014 Jan 12
2
Fwd: problem with Error: net_connect_unix(/var/run/dovecot/dict) failed: Permission denied
Hi,
$ dovecot --version
2.1.7
afrer i send email: log:
tail -f /var/log/*
<code style='overflow:scroll'>==> sieve.log <==<br>
Jan 10 20:44:14 lda(test at test.cz<a target='_blank' href='mailto:test at vinotekaolvi.cz'></a>): Error: net_connect_unix(/var/run/<wbr>dovecot/dict) failed: Permission denied (euid=2000(vmail)
2004 Jan 13
1
SMB Signature verification failed on incoming packet
My setup is Samba/smbclient version 3.0.1 on linux RedHat 9.
\\snapper\dfs is a dfs share on snapper, a Win2k3 Active Directory
server. My smb.conf contains:
[global]
realm = ciswinnet.cis.uab.edu
workgroup=CISWINNET
security = ADS
encrypt passwords = yes
password server = snapper.cis.uab.edu
client use spnego = yes
I am trying to run the following command:
smbclient \\\\snapper\\dfs
2008 May 30
2
inconsistent output when using variable substitution
I am extremely puzzled by this behavior in R. I have a data frame called
Trials in which I have results from an experiment. I am trying to do a
subjects analysis, but getting weird results. Each row has 1 trial in it,
which includes a column for the subject number I get the list of subject
numbers like so:
> Subj=unique(sort(Trials$Subj))
Then I loop over them. But I get strange results. As
2012 Jan 06
1
lme model specification problem (Error in MEEM...)
Dear all,
In lme, models in which a factor is fully "contained" in another lead to
an error. This is not the case when using lm/aov.
I understand that these factors are aliased, but believe that such
models make sense when the factors are fitted sequentially. For example,
I sometimes fit a factor first as linear term (continuous variable with
discrete levels, e.g. 1,2,4,6), and
2008 Feb 19
1
Interpolation between 2 vectors
Hello,
I have two vectors, one with 13112 points and the other one with 10909.
I wonder if there is a way to interpolate the data so the shorter
vectors has the same number of points as the longer one.
Best,
Dani
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la Universitat Aut?noma de Barcelona
Edifici V, Campus UAB
08193 Cerdanyola del Vall?s-
2008 Jun 06
1
lsmeans
Hello,
I have the next function call:
lme(fixed=Error ~ Temperature * Tumour ,random = ~1|ID, data=error_DB)
which returns an lme object. I am interested on carrying out some kind
of lsmeans on the data returned, but I cannot find any function to do
this in R. I'have seen the effect() function, but it does not work with
lme objects. Any idea?
Best,
Dani
--
Daniel Valverde Saub?
Grup
2008 Aug 27
3
Closest value
Hello,
I have this command:
x.axis <- seq(from=0.5, to=4.5, length.out=13112)
How can I which of the x.axis components is the closest to a given
value, for example 3.2?
Best,
Dani
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la Universitat Aut?noma de Barcelona
Edifici V, Campus UAB
08193 Cerdanyola del Vall?s- SPAIN
Centro de Investigaci?n
2008 Feb 05
1
Extracting level-1 variance from lmer()
All,
How does one extract the level-1 variance from a model fit via lmer()?
In the code below the level-2 variance component may be obtained via
subscripting, but what about the level-1 variance, viz., the 3.215072 term?
(actually this term squared) Didn't see anything in the archives on this.
Cheers,
David
> fm <- lmer( dv ~ time.num*drug + (1 | Patient.new), data=dat.new )
2008 Jul 09
3
Expression in axis
Hello,
I am creating a plot and I would like to know how to put this expression
to the y axis
?mol/10^6 cells
I've tried some combinations using the expression() function, but none
of them worked.
Any idea?
Best,
Dani
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la Universitat Aut?noma de
2008 Dec 17
1
repeated measures aov with weights
Dear R-help,
I'm facing a problem with defining a repeated measures anova with
weighted data.
Here's the code to reproduce the problem:
# generate some data
seed=11
rtrep <- data.frame(rt=rnorm(100),ti=rep(1:5,20),subj=gl
(20,5,100),we=runif(100))
# model with within factor for subjects/repeated measurements, no
problem
aov(rt~ti + Error(subj/ti),data=rtrep)
#model with weights
2008 Sep 11
1
plot of all.effects object
All,
I'm trying to plot an all.effects() object, as shown in the help for
all.effects and also Crawley's R book (p.178, 2007). The data has a repeated
measures structure, but I'm using all.effects for the simple lm() fit here.
Below is a reproducible example that yields the error message.
fm.ex = lm(dv ~ time.num*drug*X, data = dat.new)
fm.effects = all.effects(fm.ex, xlevels =