Displaying 20 results from an estimated 5000 matches similar to: "Single sign-on help requested"
2003 Nov 30
1
Samba odd behaviour on double NAT network
I'm using a rather strange config, borne out of neccessity rather than
choice at home. My internet 'router' is a Win2000 Pro box running
Winroute, and my three Linux boxen (running 7.2/8.0/9.0 RH) are networked
thru to the Win box using SNAT on the box I work on (don't ask why - it's
just pratical, and I can't afford a hub/switch to do this). In any case,
it's a
2012 Aug 23
1
NLS bi exponential Fit
Hi everyone,
I'm trying to perform a bi exponential Fit with the package NLS. the
plinear algorithm seems to be a good choice
see:
p<-3000
q<-1000
a<--0.03
b<--0.02
t<-seq(0:144);t
y<-p*exp(a*t) + q*exp(b*t)+rnorm(t,sd=0.3*(p*
exp(a*t) + q*exp(b*t)))
fittA <- nls(y~cbind(exp(a*t), exp(b*t)),
algorithm="plinear",start=list(a=-.1, b=-0.2), data=list(y=y, t=t),
2004 Mar 04
1
Lineair regression modelling between time series //correlation analysis
Dear R specialists,
I'm working with time series and want to investigate the relationship
between two time series by correlation analysis or by fitting a gen.
lineair model to the plot of x(timeserie1) and y(timeserie2).
Lin1 <- data.frame(
Nr = c(1:lengte),
NDII = window(ts.mNDII,c(1998,10),c(2003,11)),
InvERC = window(Inv.ERC,c(1998,10),c(2003,11))
)
2009 May 08
1
openldap 5.1 crashing
Hi
One of our server opneldap seems to crash ... following is info about my
ldap.
nss_ldap-253-3
php-ldap-5.1.6-5.el5
openldap-2.4.11-1.3.el5
openldap-servers-2.4.11-1.3.el5
compat-openldap-2.4.11_2.3.27-1.3.el5
openldap-clients-2.4.11-1.3.el5
openldap-devel-2.4.11-1.3.el5
And m getting error on command slapcat
[root@ ldap]# slapcat
bdb_db_open: DB_CONFIG for suffix "o=nerv_ldap" has
2010 Oct 13
0
Samba3 3.5 + OpenLDAP very slow transfer
Dear List,
I have CentOS 5.5 64bit (fully updated) , Samba3 3.5.5-43.el5 (SerNET
Samba) , openldap-2.3.43-12.el5_5.2 , nss_ldap-253-25.el5 .
My Problem is , If I login to the domain and run a program from the Samba3
Server it's slow , if I login from this same machine but this time to the
local account, and then I go to the Samba3 server specify domain admin
password when asked for it(only
2010 Oct 13
0
Samba 3 + OpenLDAP very slow transfer speed(when multiple small files, probably LDAP problem)
Dear List,
I have CentOS 5.5 64bit (fully updated) , Samba3 3.5.5-43.el5 (SerNET
Samba) , openldap-2.3.43-12.el5_5.2 , nss_ldap-253-25.el5 .
My Problem is , If I login to the domain and run a program from the Samba3
Server it's slow , if I login from this same machine but this time to the
local account, and then I go to the Samba3 server specify domain admin
password when asked for it(only
2008 May 06
2
NLS plinear question
Hi All.
I've run into a problem with the plinear algorithm in nls that is confusing
me.
Assume the following reaction time data over 15 trials for a single unit.
Trials are coded from 0-14 so that the intercept represents reaction time in
the first trial.
trl RT
0 1132.0
1 630.5
2 1371.5
3 704.0
4 488.5
5 575.5
6 613.0
7 824.5
8 509.0
9
2007 Dec 07
2
yum -- what repo sites were accessed?
Is there a way to see what repo sites were used by yum?
I want to check that my local repos are actually being used.
2003 Apr 19
1
zapata busy detect
hi!
when i have busy signal on analog line (zap card) it doesn't detect
that line is busy ?
is it possible to change detected sequence (frequency) of busy tones on
line (zapata.conf ??)
tnx,
Thomas
my zapata.conf
[channels]
language=en
context=lin1
signalling=fxs_ks
channel => 1
group=1
echocancel=yes
echocancelwhenbridged=yes
rxgain=3.0
txgain=3.0
busydetect=yes
2008 Jun 24
2
udevd can't reach LDAP-server during boot
Hi!
I'm using CentOS 5.1 (x86_64) machines which authenticate using
LDAP. At the start of booting I get messages like this:
udevd[1158]: nss_ldap: failed to bind to LDAP server ldaps://ldap.server.example.com/: Can't contact LDAP server
udevd[1158]: nss_ldap: reconnecting to LDAP server...
udevd[1158]: nss_ldap: could not connect to any LDAP server as (null) - Can't contact LDAP
2007 Dec 03
1
how to get the source for installed RPM (CUPS)
I would like to change a few things in CUPS, but I would prefer to use the source
for the version of CUPS that I already have installed using yum. Mostly because I'm
quite happy with the way it works except a few details.
Is there a way to get the source using yum or should I go to
http://www.cups.org/software.php and get it from there ?
The version I installed with yum is 1.1.22 and on
2007 Nov 23
3
webserver setup
Hi,
I have setup a webserver on CentOS 4.5 with NameVirtualHost.
Two VirtualHost should be reachable by port 80 from outside, while the
third (default) should be only reachable by https from outside but by
http from inside.
Since all share the same IP firewalling seems to be out of question. So
is there a way to restrict that in Apache config?
regards, Andreas
2007 Oct 02
2
centos5 virtmanager problems
hi all!!
i have som experince with xen in other distros, i never used xenmanager
or interfaces do work with xen, im trying to install a centos5 guest ,
but i get always the same error "virDomainCreateLinux() failed", i have
selinux disabled, no firewall, using mirror
http://centos.oi.com.br/5.0/os/i386, using a file: for disk.
Someone can help me??
JC J?nior
2007 Oct 11
2
xen in production servers
Hello
A simple question
Is virtualization (Xen) in CentOS stable for big developments ?
Somebody is using it for important servers ?
Would have to wait for an update?
Thanks in advance
roberto
--
Ing. Roberto Pereyra
ContenidosOnline
http://www.contenidosonline.com.ar
Get secure managed email for your own domain with Hushmail Business -
http://www.hushmail.com/business?l=503&a=3211
2007 Oct 12
2
Increasing shared memory?
I have a machine with fairly much memory 16GB and I get
shmget failed: error 28 (No space left on device). It seems
that I may be out of shared memory, how do I increase that?
$ free
total used free shared buffers cached
Mem: 14976000 14945552 30448 0 146560 1298908
-/+ buffers/cache: 13500084 1475916
Swap: 18448376
2007 Sep 19
1
reading vmcore files
I have several RHEL AS 4 systems, and when we get a vmcore, I would like to
view them in my centos box..
How can I do that? Is that even possible?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070918/af909c9b/attachment.html>
2007 Sep 19
1
How to mount a remote file system to another linux box
Hi,
I have applied traffic shaping on firewall running CentOS 4.5.
eth1 is the device where I have done traffic shaping. I am now running some
monitoring tools such as polltc and tc-graph.pl. They generate graphs. These
graphs are updated every 10 seconds. They have been saved on the firewall it
self. To view thsese graphs, I have to enable apache on firewall it self.
But I do not need to run
2007 Sep 25
1
Thermal/Heat
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list
Can you please say me what this output exactly mean? Anything in
relation to fans/cooling? What does "active" and "ok" mean? Which values
are healthy?
# acpi -tBSc
Thermal 1: active[3], 50.0 degrees C
Thermal 2: ok, 47.0 degrees C
Thermal 3: ok, 45.0 degrees C
Thermal 4: ok, 28.0 degrees C
Thermal
2007 Sep 25
3
XMMS on CentOS 5
I would like to know why CentOS doesn't have xmms.
--
"Nuestra recompensa se encuentra en el esfuerzo y no en el resultado.
Un esfuerzo total es una victoria completa".
Mahatma Gandhi
(@ @)
|------o00o-(_)-o00o----------|
|Manuel Enrique Ch?vez Manzano|
|manuel864 at gmail.com |
|manny at cmc.cfg.sld.cu
2007 Sep 28
1
RPM package wish list
hello,
Does our beloved Centos project have a page where one can request that an RPM package be built, especially for C5? How about alerts when those requests have been satisfied?
I know about 3rd party repos like rpmforge, epel, and kbextras. I can search those in YUM.
Centos seems to have specialized as a server OS in the past, but my experience is that it is an up and coming