Displaying 20 results from an estimated 1000 matches similar to: "Problems with netlogon batch"
1998 Dec 07
3
How to sync /etc/smbpasswd with /etc/passwd ?
While we do sync our /etc/passwd whenever /etc/smbpasswd is changed via the
Samba sync option that does not seem to be possible the other way round:
I just want a /etc/smbpasswd generated from my /etc/passwd with the correct
passwords as used for the UniX login...
Is that possible ?
Regards,
--
/(__ __|\ Lars Steinke, Research Student @
( \/ __)_
2000 Apr 11
2
LDFLAGS of the Makefile
I have compiled and installed OpenSSH 1.2.3 under AIX 4.3.3.
The call to configure was:
CFLAGS="-I/client/include -L/usr/ruf/lib" \
./configure --with-egd-pool=/dev/urandom \
--with-afs=/usr/afsws \
--with-kerberos4=/client \
--with-tcp-wrappers \
--with-pid-dir=/etc \
--sysconfdir=/etc \
--with-ipv4-default \
1998 Aug 06
0
Samba 1.9.18p7-2 PDC & netlogon? or p8? or wait?
I have a linux system running Samba 1.9.18p7-2 smoothly right now, with
perhaps 600 users. I have an NT box with 2 users, for a dedicated
application, which is a PDC right now. I have ~300 Win95 client machines
that I want to have do a domain login, authenticating off the samba box
(running RedHat 5.1, btw) so that I don't have to replicate users onto the
NT box when all they really need to
2010 Oct 31
0
[LLVMdev] Running "make check" on Windows yields lots of unwarrented unexpected failures (HTML free this time:-)
Dirk,
I am working on tests/win32(s) too.
I can let all tests pass on msvc10 and cygming with my patches,
thought, my patches are incomplete (several of them hide potential problems)
Please see threads below in llvm-commits.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100927/109077.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20101004/109271.html
If you are
2005 Jan 16
2
OCFS disk failure problem.
Hi,
Irecently setup a Oracle 10g RAC test environment with two HP/Compaq
DL380s and a shared disk array. The array is presented as a single 136GB
disk.
The systems are running RedHat AS 3.0 Update 4.
OCFS 1.0.13-PROD1 build: 5e87201061935f464cf6541c56eb2827
Oracle 10g 10.1.0.3.0
I was able to get everything working, had a database created and
running an instance on each system.
The
2007 Feb 13
0
Research Position Statistical Computing in Biostatistics
X-Mailer: VM 7.17 under 21.4 (patch 18) "Social Property" XEmacs Lucid
FCC: ~/mail/sent-mail
From: Jan.Beyersmann at fdm.uni-freiburg.de
--text follows this line--
hi everyone,
please find below a job advert for a research position statistical
computing in biostatistics, emphasis is on R and survival
analysis. see also wangler et al., p. 31-35 in
2013 Jul 06
1
[PATCH] login-common: Add support for ECDH/ECDHE cipher suites
# HG changeset patch
# User David Hicks <david at hicks.id.au>
# Date 1373085976 -36000
# Sat Jul 06 14:46:16 2013 +1000
# Node ID ccd83f38e4b484ae18f69ea08631eefcaf6a4a4e
# Parent 1fbac590b9d4dc05d81247515477bfe6192c262c
login-common: Add support for ECDH/ECDHE cipher suites
ECDH temporary key parameter selection must be performed during OpenSSL
context initialisation before ECDH and
2004 Aug 06
0
Re: Please confirm your message
speex-dev@xiph.org wrote:
>Hello, this is the mailing list anti-spam filter at Xiph.Org.
>We need you to confirm your e-mail message with the subject of
>"realtime encoding".
>
>Please send a message to the following address, or simply use your
>mailer's "Reply" feature.
>
> speex-dev+confirm+1052924039.22499.5a39af@xiph.org
>
>Rather
2005 Feb 24
2
a question about function eval()
Hi,
I have a question about the usage of eval(). Wonder if any experienced user can help me out of it.
I use eval() in the following function:
semireg.pwl <- function(coef.s=rnorm(1),coef.a=rnorm(1),knots.pos=knots.x,knots.ini.val=knots.val){
knotn <- length(knots.pos)
def.par.env <- sys.frame(1)
print(def.par.env)
print(environment(coef.s))
tg <- eval( (parse(text=
1998 Sep 02
0
Newbie to Samba (digest 1798)
When the world was young, Sandie carved some runes like this:
> Date: Mon, 31 Aug 1998 10:23:24 -0600
> From: shui@yxepna01.pointsnorth.com
> To: samba@anu.edu.au
> Subject: Newbie to Samba
[snip]
> 1. Samba keeps it own set of password in private/smbpasswd after Samba
> was installed. What's the use of those passwords? Are they being used to
> perform validation if
2006 Jul 24
1
problem with has_many associations
Hi all,
I have some problems with a few temporary objects, this is the relation
between them:
A -(1,n)-> B -(1,1)-> C
B -(1,n)-> D
C -(1,n)-> D
I have a "wizard" to create "A" objects, I''m storing everything in the
session, something like this:
a = A.new
session[:a_object] = a
...
b = B.new
b.c = some_c_instace
a.bs << b
...
d = D.new
b.ds
2019 Apr 11
1
decrypt.rb
> On 11 April 2019 17:44 David Salisbury via dovecot <dovecot at dovecot.org> wrote:
>
>
> On 4/11/2019 1:50 AM, Aki Tuomi wrote:
> >
> >> ...
> >> So, not being an expert at encryption, what are the ramifications of
> >> those digests being read as different values in the two different
> >> places???? I do notice that the
2008 Apr 01
2
Unknown internal error
Hello,
I just found this message in our dovecot logfiles:
"Disconnected: BUG: Unknown internal error"
Should I worry about this ?
There are no complaints yet (although it is not limited to one user).
It seems to occur with different clients (Apple/MacOS mail,
Windows/Thunderbird, Pine).
We're running dovecot 1.0.10 on Solaris 10 with mboxes (NFS)
and local index storage. There are
2003 Jan 31
1
svm regression in R
Hallo,
I have a question concerning SVM regression in R. I intend to use SVMs for feature selection (and knowledge discovery). For this purpose I will need to extract the weights that are associated with my features. I understand from a previous thread on SVM classification, that predictive models can be derived from SVs, coefficiants and rhos, but it is unclear for me how to transfer this
2017 Feb 03
2
Compiling Dovecot on Solaris 10
Hi,
thank You for a reply, compiling with Solaris Studio 12.5 solved this case.
Martin Preen <preen at informatik.uni-freiburg.de> ra??:
> Hello,
> I don't have problems building 2.2.27 on Solaris 10
> (using Sun Workshop compiler 5.11).
>
> The configuration is the same as your.
> Maybe a compiler/version problem on your system ?
>
> Regards,
> Martin
>
2011 Mar 30
1
wrong calculation of R-squared in summary.lm
Dear all,
I just stumbled upon the fact, that when I perform a regression on
multivariate responses, that are not centred, I get a ricilulously high
R-squared value. After reading the code of summary.lm, I found a bug in
the function summary.lm:
mss is calculated by:
mss <-sum((f - mean(f))^2) - where f are the fitted values.
This works only for a single response variable, because
2015 Oct 22
0
C_LogLin (stats/loglin)
Kai,
Apologies for the double message, it didn't go to the list last time.
On Thu, Oct 22, 2015 at 9:59 AM, Kai Nitschke <
kai.nitschke at uniklinik-freiburg.de> wrote:
>
> ?.Call? calls the C/C++ function ?C_LogLin?. But when I am running it line
> by line I get
> the following error on line 23/24:
> Error: object 'C_LogLin' not found
>
> Hence, my
2012 Dec 18
1
Problem with srptools
Hello,
I have a problem with the srptools to connect my Dom0 to the scst over
IB ressources.
*When i''m on the Debian kernel (without Dom0) *
root@blade1:/# ibsrpdm -c
id_ext=003048ffff9dd3b4,ioc_guid=003048ffff9dd3b4,dgid=fe80000000000000003048ffff9dd3b5,pkey=ffff,service_id=003048ffff9dd3b4
2000 Oct 18
0
[SUMMARY] openssh: ld: mismatched ABI
Original question:
-----------------
[..] What I am attempting to do is compiling openssh-2.2.0p1 on a C200
running 11.0 64bit.
During configure, ld exits from building a test program stating:
/usr/ccs/bin/ld: /opt/openssl/lib/libcrypto.a: Not a valid library
(invalid magic number). Possibly a 64-bit PA archive library (Mismatched
ABI). [..]
Solution:
--------
Many thanks to Albert C. Smith who
2005 Feb 02
1
assertion failed in imap-bodystructure.c
Hello,
I'm currently testing dovecot/imap (Version 0.99.13).
I found this in the log:
imap(xxxxx): [ID 265587 mail.crit] file imap-bodystructure.c: line 278
(part_parse_headers): assertion failed:
(part->physical_pos >= input->v_offset - start_offset)
dovecot: [ID 684838 mail.error] child 7376 (imap) killed with signal 6
The user tried to setup a new folder (with Thunderbird)