Displaying 20 results from an estimated 2000 matches similar to: "Winbind & NT SP5"
2001 Nov 27
1
Winbind slow to authenticate
Finally got winbind to work, thanks for all the help.
I wonder if it is normal for winbind to take approximately 20 seconds to
authenticate a user?
In smb.conf I have specified the names of all NT BDCs and PCD but it didn't
change performance. And in pam.d/samba I have only auth and account required
pam_winbind.so
One more thing, does anybody have any hints on how to have Apache
authenticate
2001 Nov 05
1
Winbind crashing PDC
I am trying to make our samba server authenticate against our NT 4 PDC with
no success.
> I am following the how to by John Trostel with samba 2.2.2 on RH 7.2.
> Created a machine account for samba on the pdc, compiled samba with
> winbind and with pam, built a smb.conf with domain master = no; local
> master = no; preferred master = no; os level =32. If I try to join the
>
2001 Nov 08
0
Winbind and the PDC
Has anyone had a NT PDC crash giving a bad pipe error when samba/winbind
tries to join the domain?
Tried this having an account for Linux on the PDC and without having that
account there.
Any ideas would be appreciated.
Luiz-Robertto Mello
2012 Jun 17
3
[LLVMdev] Building lld with Visual Studio 2012 RC
OK thanks a lot Michael Spencer!
After getting your latest commit now everything compiles on Visual Studio
2012 RC. I'm just playing around to learn.
Maybe this is the funniest place to start assessing my possibilities of
contributing to llvm in the free time:
Writer* createWriterPECOFF(const WriterOptionsPECOFF &options) {
assert(0 && "PE/COFF support not implemented
2011 Sep 26
1
compute probabilities on a Bayesian Network
Deal R Users,
I'm trying to find out how can I compute probabilities on a Bayesian
Network using R. The Bayesian Network I modelled is shown at
http://www.dsr.inpe.br/~mello/1727/BNgrapmodel.png and I'd like to know
how can I proceed (commands on R) to answer questions like: (1) what is
the probability of S=T given C=T, L=T, R=F, H=F and D=F; or (2) what is
the probability of S=T
2012 Jun 17
0
[LLVMdev] Building lld with Visual Studio 2012 RC
On Sat, Jun 16, 2012 at 4:15 PM, Cesar Mello <cmello at gmail.com> wrote:
> Hi!
>
> I'm trying to build lld Microsoft Visual Studio 2012 RC, but it seems the
> bzero function is not available.
>
> Could memset be used instead of bzero? Or maybe define a bzero for msvc
> using memset.
>
> For example:
>
> // in-memory matches on-disk, so copy first
2011 Sep 28
1
how to solve a simple discrete Bayesian Belief Network?
Can somebody save-me? Thanks in advance!
#R script:
#trying to find out how solve a discrete Bayesian Belief Network.
#option: using 'catnet' package
#BEGIN
library(catnet)
cnet <- cnNew(nodes = c("a", "b", "c"), cats = list(c("1", "2"),
c("1", "2"), c("1", "2")), parents = list(NULL, c(1), c(1,
2011 Apr 07
1
How can I include a new book on the "Books" link at R-project.org ?
I've just published a new book for R beginners in Portuguese:
"Conhecendo o R: uma vis?o estat?stica" (something like "Knowing R: an
statistical approach"). I'd like to include it on the list "Books" at
R-project.org. How can I do it?
More informations about the book at
http://www.editoraufv.com.br/produtos/conhecendo-o-r
--
Marcio Pupin Mello
Survey
2012 Jun 16
3
[LLVMdev] Building lld with Visual Studio 2012 RC
Hi!
I'm trying to build lld Microsoft Visual Studio 2012 RC, but it seems the
bzero function is not available.
Could memset be used instead of bzero? Or maybe define a bzero for msvc
using memset.
For example:
// in-memory matches on-disk, so copy first fields followed by path
::memcpy(to, (uint8_t*)&cmd, 12);
::memcpy(&to[12], _name.data(), _name.size());
2023 Apr 14
2
gpo client linux sssd does not apply
On 14/04/2023 09:23, Anderson Sampaio Mello via samba wrote:
> Hello Samba Team, how are you?
>
> I'm joining linux clients in the company's environment and I would like to
> apply GPOs to linux clients, I'm in the testing phase.
>
> I'm testing with ubuntu clients version 22.04 and the software I used to
> join the samba AD was sssd.
>
Samba does not
2012 Oct 04
1
problem with the installation of r commander on a mac
Dear list members,
I’m trying to install R Commander under Mac OSX Mountain Lion (10.8.2). After following all the steps described in the installation notes (http://socserv.socsci.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html), I got this error message:
=====
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: car
Loading required package: MASS
2004 Nov 27
3
newbie problem
Hi,
I have a very newbie question, I asked this at the digium support, but
they did not answered yet, so I hope you can help.
I just bought the digium developer kit (TDM400P), installed everything,
all messages seems ok, but I can't make it work.
* a normal telephone and a line connected to the board
* modprobe wcfxs = ok
leds go on an I hear a small click at the phone.
* ztcfg = ok
2023 Apr 03
2
Inconsistent SYSVOL ACLs
03.04.2023 02:53, Anderson Sampaio Mello via samba ?????:
> First of all thank you all for the answers and for trying to help me.
>
> I agree with you michael regarding the parameters passed in the ./configure
> command, the location is not part of the problem.
>
> The file system used is XFS. and the strace command logs are in the
> attached link
>
2023 Apr 02
1
Inconsistent SYSVOL ACLs
On 02/04/2023 06:02, Anderson Sampaio Mello via samba wrote:
> I have two domain controller servers, with samba in version 4.18
>
> On both DCs both the Sysvol share and the subdirectories (including GPOs)
> have the same permission:
>
> getfacl /usr/local/samba/var/lib/samba/sysvol
You should be using samba-tool to check the permissions, but there
appears to be something
2023 Apr 02
1
Inconsistent SYSVOL ACLs
On 02/04/2023 08:05, Anderson Sampaio Mello via samba wrote:
> Thanks for the answer.
>
> The path for the two DCs is correct yes, and yes I compiled it for the two
> DC servers like this:
>
> ./configure --with-systemd --prefix=/usr/local/samba --enable-fhs
And that is possibly your problem:
--with-systemd is the default if the systemd libs are installed
2023 Apr 02
1
Inconsistent SYSVOL ACLs
Thanks for the answer.
The path for the two DCs is correct yes, and yes I compiled it for the two
DC servers like this:
./configure --with-systemd --prefix=/usr/local/samba --enable-fhs
make up
make install
After the domain was created, sysvol was created here:
/usr/local/samba/var/lib/samba/sysvol
And the new DC also created sysvol in the same location.
But why samba-tool ntacl sysvolreset
2012 Jun 17
0
[LLVMdev] Building lld with Visual Studio 2012 RC
On Jun 16, 2012, at 8:23 PM, Cesar Mello wrote:
> While this will make it compile, the code is not valid to begin with.
> It is trying to do a raw memory copy of a non standard-layout type.
> nameoffset is not guaranteed to directly follow cmdsize.
Are you saying that in:
struct A {
int f1; // offset 0
int f2; // offset 4
};
struct B : public A {
int f3; // offset
1999 Jun 16
0
Samba 2.0.4b & NT 4.0 SP5 gives Remote Procedure Call Error 1728
Hello,
I'm running NT 4.0 (ws & server) with SP5. Everything was running fine
with samba 2.0.0, but after building and installing 2.0.4b (freebsd 2.2.8)
trying to browse the server shares results in a
"A remote procedure call (RPC) protocol error occured."
net view \\myserver
also produces the same error message:
"System error 1728 has occurred.
A remote procedure
1999 Sep 27
0
NT 4.0 SP4 -> SP5: Permission denied?
Hi,
I've upgraded an NT 4.0 Client from SP4 to SP5. Now I'm unable
to mount a shared medium from the samba server, because the
user authentication failed. After downgrading all things are well.
Is this a problem of NT password encryption? I read NT 4.0 SP4
uses encrypted passwords already?!
The samba server is running SuSE 6.1 with Samba 2.0.3.
Thanks,
Lars
--
1999 Jun 23
1
Samba and NT4-sp5 problems ??
We were using Samba 2.0.2 and Windows NT4-sp3 quite happily.. however
someone wants to use sp5 (get me a large caliber rifle, PLEASE!!), and
during some testing we noticed what 'looks like' file corruption problems.
Files do not seem to get written to the samba shares properly/completely...
I say looks like, because copying the files manually seems to be fine, but
when done within an app,