Displaying 20 results from an estimated 1000 matches similar to: "classicupgrade from LDAP - failed to find Unix account for machine account"
2010 Mar 15
1
Trouble joining Windows 7 machines to Samba PDC
Hi folks,
We have a domain controller running Samba 3.4.5 that is backed onto an
OpenLDAP datastore. The domain has no trouble joining Windows XP clients,
but we've got a couple of Windows 7 / Windows Server 2008 R2 Standard that
we can't join to the domain.
The registry changes suggested in
http://wiki.samba.org/index.php?title=Windows7&oldid=4766 have been
applied, and a UNIX
2010 Jun 30
1
wbinfo recognises my username, smbclient does not
Hello folks.
Brand new 3.5.4 install of samba, on a brand new redhat 5.5 install,
trying to connect to a windows domain and allow AD users access. I used
a series of how-tos to set things up, and modified the smb.conf and
krb5.conf files from an existing (working, 3.2.8) system. I apparently
join the domain ok, and I can authenticate an AD user using wbinfo, but
when I try to use the same user
2010 Jun 10
0
No subject
perhaps there was something wrong with the smb.conf file, which I had
mostly copied over from another machine. So, in desperation, I
commented out every single line in the file, and added back the most
basic configuration options until I could connect to the samba share
with smbclient. Then, to discover what was causing my problem, I added
back the other commented lines one at a time to see
2009 Jan 28
2
7.1 new install halts on BTX error
I upgraded my 7.0 system to 7.1-RELEASE with freebsd-update only to find
that it no longer boots correctly, instead crashing with a BTX backtrace.
If I break to the loader prompt and use 'ls /boot', I also get a
backtrace.
A new install of 7.1 on this hardware using a separate SCSI card and drive
array also leads to a BTX backtrace. I have copied this below as the first
(most
2007 Nov 08
1
Upsonic PrOffice 650 usb/serial
Hi,
I recently installed a Upsonic PrOffice 650 UPS, which is a cheap model[1]
available in Australia. It has a serial and USB port, and comes with a
note saying WinPower software can be downloaded from [2]. Investigation of
the software shows it to be Java with native libraries for serial and USB.
Disassembling various classes reveals it talks at 2400 baud, and has a
protocol similar to
2002 Apr 01
1
R compile on Solaris 8 fails (PR#1428)
Full_Name: Christine Brower
Version: 1.4.1
OS: Solaris 8
Submission from: (NULL) (128.151.148.205)
Configure options fails with following message:
./configure --with-f77
loading cache ./config.cache
checking for a BSD compatible install... tools/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
2010 Sep 28
0
[LLVMdev] OpenGL Shading Language (GLSL) front end using llvm
Hi All,
Sorry to bother all of you.
Currently I am developing OpenGL Shading Language (GLSL) front end as an
hobby.
Like clang it will generate LLVM IR. I have modified the ucc front end (
http://ucc.sourceforge.net/) to support GLSL language.
The parser of ucc is hand written and seems pretty fast. Currently 70-80%
work I have completed.
I will appreciate your feedbacks and I will be very thank
2013 Jan 04
1
Samba 3 classicupgrade to Samba AD
Hey All,
I have a Samba 3 PDC (Debian, Samba version 3.5.6 with NIS groups and no winbind) with about 300 users, 200 client PC's, 15 member servers(mixed Windows Server 2003/2008 and Samba 3), and I'm attempting the classicupgrade to Samba AD. To test I've created a new Ubuntu 12.04 LTS and followed the HOWTO, successfully creating a blank Samba AD and testing adding users/PC's
2000 Oct 14
2
Access to calculations in nls
Hi,
I would like to be able to access the calculated results from the nls package.
Using the example in R, fm3DNase1 we can reurn certain parts of the
calculations:
> coef(fm3DNase1)
Asym xmid scal
2.345179 1.483089 1.041454
> resid(fm3DNase1)
[1] -0.0136806237 -0.0126806237 0.0089488569 0.0119488569 -0.0025803222
[6] 0.0064196778 0.0026723396 -0.0003276604
2016 Dec 01
0
Multiple names in local_name for UCC certificates (was lazy-load SNI?)
Hi Aki & Felipe,
Attached is an implementation of supporting multiple domains in local_name.
Example
local_name "mail.domain.tld domain.tld mx.domain.tld" { ... }
This can significantly reduce memory usage when using
a UCC certificate with multiple names by only loading
the certificate and key once.
And the pull request?..
https://github.com/dovecot/core/pull/24
2016 Dec 01
1
Multiple names in local_name for UCC certificates (was lazy-load SNI?)
Thank you, we'll start looking at this.
Aki
On 01.12.2016 09:44, J. Nick Koston wrote:
> Hi Aki & Felipe,
>
> Attached is an implementation of supporting multiple domains in local_name.
>
> Example
>
> local_name "mail.domain.tld domain.tld mx.domain.tld" { ... }
>
> This can significantly reduce memory usage when using
> a UCC certificate with
2001 Feb 02
2
History
Hi,
I upgraded to version 1.2.1 and now the up/down arrows for recalling commands no
longer works. Is there a work around for this?
> version
_
platform sparc-sun-solaris2.7
arch sparc
os solaris2.7
system sparc, solaris2.7
status
major 1
minor 2.1
year
2000 Oct 03
1
captions for than one figure
Hi,
I would like to have four plots plotted in the one figure and under each plot
the caption (a) ... (d). Using mtext I can get so far:
> plot(1:10, exp(1:10), log = "y", xlab = "xlab")
> mtext("(a)",side=1,line=4.5)
> plot(1:10, exp(1:10), log = "y", xlab = "xlab")
> mtext("(b)",side=1,line=4.5)
> plot(1:10,
2000 Sep 19
1
Graphing measured and fitted distributions
Hi All,
What I would like to do is the following:
a) fit a probability function to a measured data set. This would be user
specified, e.g., normal, lognormal, etc.
and then
b) take the probability function and plot it with the histogram of the
measured data set. This function would be displayed as a smooth curve. This
would involve "re-sizing" the probability function to match
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug.
dnbinom(x,n,p) calls dbinom_raw(n-1,...)
which returns 0 for n<1.
-thomas
---------- Forwarded message ----------
Date: Thu, 08 Feb 2001 17:10:23 +0000
From: Yudi Pawitan <yudi@stat.ucc.ie>
To: Mark Myatt <mark@myatt.demon.co.uk>
Cc: R-Help <r-help@stat.math.ethz.ch>
Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2016 Mar 18
0
classicupgrade migration issues
On 18/03/16 14:31, Sonic wrote:
> On Mon, Mar 7, 2016 at 4:38 PM, Andrew Bartlett <abartlet at samba.org> wrote:
>> Also just check you have the unix users and groups that you are trying
>> to upgrade.
> Do the mapped unix groups need to be added to the new host before
> attempting the upgrade? There is nothing in the docs regarding that.
No, I am sure you don't
2018 Jul 09
1
Fwd: classicupgrade questions
Does anybody know any answer in this topic, please?
Michal
---------- Původní e-mail ----------
Od: Michal via samba <samba at lists.samba.org>
Komu: samba at lists.samba.org
Datum: 4. 7. 2018 8:58:45
Předmět: [Samba] classicupgrade questions
"I am trying to do a classicupgrade. (This is not 1st try, I went through
it
once time already; then I deleted all data and trying it
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
2000 Aug 29
1
variable value in mathplot
I'm putting a title over different plots, where 'that'
varies. How do I make the value appear? Example:
that <- 1
plot(1:10)
title(expression(paste(hat(theta),'= ',that)))
Yudi Pawitan yudi at stat.ucc.ie
Department of Statistics UCC
Cork, Ireland
Ph 353-21-490 2906
Fax 353-21-427 1040
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2000 Feb 10
0
Re: your mail about Memory on Windows95
>I use WinNT. You have to "launch" R from a DOS-shell window; you 1st
>change to the directory where you have RGui.exe, then type :
> Rgui --vsize 15M --nsize 1000k
>
>and R opens with increased memore size. It works here with my NT box, and
>will probably do with Win95 (though I think that the DOS-shells are not
>strictly similar in both OSs but this may not be a