Displaying 20 results from an estimated 500 matches similar to: "Samba Problem on AIX"
2005 Aug 23
3
Samba3.0.20 binarys won't start on AIX5.3
Hi,
I have sucessfully compiled Samba3.0.20 on AIX5.3 with gcc3.3.2, but I get
the following error when trying to start smbd and nmbd on AIX5.3.
exec(): 0509-036 Cannot load program /usr/local/sbin/nmbd because of the
following errors:
0509-130 Symbol resolution failed for /usr/lib/libc.a(posix_aio.o)
because:
0509-136 Symbol _posix_kaio_rdwr (number 2) is not exported from
2006 Jan 31
2
ntlm_auth: (pipe \PIPE\NETLOGON) has died or was never started (fd == -1)
I'm exeperiencing a strange ntlm_auth problem:
I'm running two domain with a trust; the trusting one,
(EUFEMIA with the PDC Beatrice) uses the WINS facility of
the trusted one (LETTERE, PDC Alice).
Users of EUFEMIA and LETTERE alike have a successful logon to
Beatrice.
LETTERE users do authenticate in Beatrice with ntlm_auth.
EUFEMIA users do not:
beatrice:/home# ntlm_auth --username
2000 Feb 18
0
Different Domain Login.
Well, I haven't received anything from the LIST as far as replys yet..
but I went through the source code and added what I needed. If you know
which list is better to submit these changes to let me know.
I added a option in the smb.conf:
Default Authenticaion Domain
What it does is if you have that option specified, it will do a
comparision to see if the Domain specified by the user is the
2000 Feb 18
0
Different Domain Login. UPDATED
UPDATED: Sorry, I didn't specify, my diffs are based off the
samba-2.0.6.tar.gz
(end of update)
----
Well, I haven't received anything from the LIST as far as replys yet..
but I went through the source code and added what I needed. If you know
which list is better to submit these changes to let me know.
I added a option in the smb.conf:
Default Authenticaion Domain
What it does is if
2011 Jun 04
2
Does anybody successfully built latest R on AIX 5.3?
[This email is either empty or too large to be displayed at this time]
2003 May 08
1
A problem in a glm model
Hallo all,
I have the following glm model:
f1 <- as.formula(paste("factor(y.fondi)~",
"flgsess + segmeta2 + udm + zona.geo + ultimo.prod.",
"+flg.a2 + flg.d.na2 + flg.v2 + flg.cc2",
" +(flg.a1 + flg.d.na1 + flg.v1 + flg.cc1)^2",
" + flg.a2:flg.d.na2 + flg.a2:flg.v2 +
2006 Oct 15
1
how can i compute the average of three blocks for each column ?
Dear all,
I want to compute the average of the three blocks for each x-variable which is equal slide in the code below. How can I do that ?
block x1 x2 x3 x4 x5
1 23 22 23 24 23
1 21 25 26 21 39
1 23 24 22 23 23
2 20 21 23 24 28
2 32 23 34 24 26
2 19
2006 Jun 02
1
Installation R-2.3.1 on IBM AIX5.3 (PR#8931)
Full_Name: Karsten Tabelow
Version: R-2.3.1
OS: AIX5.3
Submission from: (NULL) (62.141.176.2)
Specification in config.site:
CC=xlc_r
CFLAGS='-O -qstrict'
F77=xlf_r
FFLAGS='-O -qstrict'
SHLIB_LDFLAGS='-G'
DYLIB_LDFLAGS='-G'
LDFLAGS='-brtl'
CXX=xlc++_r
CXXFLAGS='-O -qstrict'
Complilation error in src/main/printutils.c:
"printutils.c",
2008 Jun 12
1
About Mcneil Hanley test for a portion of AUC!
Dear all
I am trying to compare the performances of several methods using the AUC0.1
and
not the whole AUC. (meaning I wanted to compare to AUC's whose x axis only
goes to
0.1 not 1)
I came to know about the Mcneil Hanley test from Bernardo Rangel Tura
and I referred to the original paper for the calculation of "r" which is an
argument of the function
cROC. I can only find the
2006 Mar 15
1
How to compare areas under ROC curves calculated with ROCR package
Dear all,
I try to compare the performances of several parameters to diagnose
lameness in dogs.
I have several ROC curves from the same dataset.
I plotted the ROC curves and calculated AUC with the ROCR package.
I would like to compare the AUC.
I used the following program I found on R-help archives :
From: Bernardo Rangel Tura
Date: Thu 16 Dec 2004 - 07:30:37 EST
2009 Feb 19
2
Build R-2.8.1 on AIX5.3
Hi R users,
I want to build R-2.8.1 on AIX5.3, but I got following error message:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library '/rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so':
rtld: 0712-001 Symbol d1mach was referenced
from module /rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so(), but a runtime definition
of
2006 Mar 20
1
How to compare areas under ROC curves calculated with ROC R package
I might be missing something but I thought that AUC was a measure for
comparing ROC curves, so there is nothing else needed to "compare" them. The
larger AUC is the higher correlation of 2 variables compared. No other
measures or calculations are needed.
Jarek Tuszynski
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On
2009 Oct 28
1
need help explain the routine input parameters for seROC and cROC found in the R archive
Please help.
I found the code in the archive.
The author of this script says: "The first function (seROC) calculate
the standard error of ROC curve, the second function (cROC) compare
ROC curves."
Can some one explain to me what are the na, nn and r parameters which
are used as the input to the following two functions?
Thanks much in advance.
> From: Bernardo Rangel Tura
>
2006 May 03
1
Vector searching and counting speed optimization
R-users,
I'm seeking any suggestions on optimizing some code for speed. Here's
the setup: the code below is part of a larger chunk that is calculating
Fst values across loci and alleles. This chunk is designed to calculate
the proportion ('p.a') of an allele ('a') at a locus in each population
('p') and the proportion of individuals heterozygous for that
2009 Dec 04
0
(PR#14103) read.csv confused by newline characters in
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--27464147-536455723-1259929222=:18586
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8BIT
Content-ID: <alpine.LFD.2.00.0912041222341.18586 at gannet.stats.ox.ac.uk>
It's not to do with pushback per
2007 Mar 27
1
probleme d'installation de samba sur AIX 5.3 et accés LDAP
good morning,
We belong to PSA Peugeot Citroen Company and we need to install SAMBA on OS
AIX5.3 with LDAP access. We download the SAMBA binaries 3.0.21 but in this
version, we could not find the libraries for LDAP ACCESS. Could you tell us
, if we have to download another version or where we can find the library
for version 3.0.21.
Further more , do you know if we can find a french company
2008 Jul 29
1
restore
Am trying to do restore of control file on Linux Machine 64Bit CenTOS5.2, i
get the following
RMAN> restore controlfile;
Starting restore at 29-07-2008
using channel ORA_DISK_1
channel ORA_DISK_1: starting datafile backupset restore
channel ORA_DISK_1: restoring control file
channel ORA_DISK_1: reading from backup piece
/u01/oracle/product/10.2.0/db/dbs/c-2142365377-20080729-01
ORA-19870:
2007 Apr 25
1
Help with SWAT
Hello all,
I just installed 3.0.24 in AIX5.3 using installp binaries. The install went
well, and I can connect to shared directories from Windows. When I try to
log in to the SWAT tool, it does not accept the password of any userid that
I try with, including root. I don't recall having to do anything special to
use SWAT on my older servers running SAMBA 2.2.8.
I have added the following
2010 May 05
3
concatenate values of two columns
Dear list,
I'm trying to concatenate the values of two columns but im not able to do it:
i have a dataframe with the following two columns:
X VAR1 VAR2
1 2
2 1
3 2
4 3
5 4
6 4
what i would like to
2006 May 04
2
do.call in 2.3.0 vers 2.3.x
Dear R-Core,
after switching to 2.3.0, all my trusted do.call constructs that worked in
2.2 and earlier fail. I noted that changes were introduced to do.call, but I
could not find out how these relate to my problem.
The following example works in 2.2 and earlier, but fails because rownames
are partially NA. I can correct this by manually adding row names, but it's
a bit of work to check this