Displaying 20 results from an estimated 1000 matches similar to: "Samba 4: LookupAccountName fails"
2006 May 02
1
Samba3 PDC and W2K3 server
I can't join a SAMBA3 domain from a W2K3 server.
- Error message on the W2K3 server : "The parameter is incorrect"
- Error message in the samba logs :
rpc_parse/parse_samr.c:samr_io_userinfo_ctr(6479)
samr_io_userinfo_ctr: unknown switch level 0x1a
rpc_server/srv_samr.c:api_samr_set_userinfo(786)
api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO.
- Samba version
2001 Nov 20
1
Fw: mkgroup -d failed with error 1332 (LookupAccountName)
Yes the machine I'm running this from is a member of the Domain. Mkpasswd
works just great, mkgroup doesn't.
Has anyone else seen this problem or know what the problem could be?
----- Original Message -----
From: "Kevin Schnitzius" <kevin.schnitzius@citrix.com>
To: "'Joshua McClintock'" <joshuam@gravityedge.com>
Sent: Friday, November 09, 2001
2003 Jan 29
1
Scoping rule problem -- solved
Thanks to some comments from Brian D. Ripley, I found my error:
I should not have given a data argument to lm() after creating a
formula-object. This obviously confused things...
Thanks again, I've really learnt again a bit more on R-programming...
Cheers, Winfried
---------------------------------------------------------------------
E-Mail: Winfried Theis <theis at
2000 Apr 12
1
Problems with SuSE 6.4
Hello!
A friend of mine tried to install R 1.0.0 on a Linux SuSE 6.4 with new
compilers and new X. First the X-libs could not be found. Using the apropriate
flags to change the paths for X-libs for configure (deleting first
configure.cache) did not solve the problem. So he copied the libs
to the expected /usr/X11/lib/ resp. include (because linking was not possible)
it compiled fine up to the
2002 Aug 07
2
Constructing titles from list of expressions
Hello!
I have the following problem:
I have a function to construct three surfaceplots with a marker for an optimum,
each of the plots has as title paste("Estimated ",pred.var.lab," for
",var.lab[1]," vs. ",var.lab[2],sep="") with different var.lab[1,2] each time.
My problem is now that I need to allow for plotmath expressions in the
variables pred.var.lab
2002 Jul 08
2
Is Samba running on a Dual boot system while using w2k ?
Hi all,
I'm new to Linux and Samba. I have two seperate hard drives, one has w2k
and the other Red Hat Linux 7.3. Yessterday I struggeled to make the
SWAT work. Then I realized that now I need to learn how to use SWAT.
Before I invest time in learning how to use SWAT, my question is if I
using w2k, can I access the hard drive that Linux is on and vice versa.
Theis question came to my
2005 Feb 24
3
IAXY DNS possibilities??
There is no DNS functionality built into the IAXY, I am assuming you want
to be able to home onto a SOHO site with a dynamic IPaddress.
I have not been able to figure out a clean way to do theis (make it easy
for the roaming sales-folk etc,) who will not have a high tolerance for
running something like an IAXYPROV.
You would need to somehow have an external fixed address which would
2007 Apr 20
1
par2cmdline make errors centos 5
I am using centos 5 x86_64 and trying to install par2cmdline everything goes
fine but fails on the make, any one have any suggestions on where to start I
would appreciate, I am using a minimal install and going from there. My
goal was to install backupPc to start backing up my machines when I ran into
theis problem. Thanks in advanced.
-------------- next part --------------
An HTML attachment
2010 Jan 07
1
Log File Format Changes
Hi all,
I'm considering writing a Python module for parsing file access entries
from Samba logs. I plan on using regular expressions to do most of this,
and I'm curious as to whether or not the log format is consistent across
all versions of Samba. If it isn't, can you please direct me to the
documentation on any older or alternative formats?
I'm currently using Samba 3.0.33
2010 Feb 07
1
Samba 4: permissive modify fails
Hello,
I have a Samba 4 (alpha 11) server acting as an AD and a Samba 3
client as a domain client, both runing under FreeBSD. To add an SPN
for the client I run the command "net ads keytab add HTTP". There is
no output but "net ads keytab list" does not show that SPN. Sniffing
the network traffic I see that the client uses the control
LDAP_SERVER_PERMISSIVE_MODIFY_OID with the
2005 Dec 08
1
read.table error
Hey, Once again I ask for some quick help.
Here is some code:
ovendata<- read.table("ovens.dat",header=TRUE)
attach(ovendata)
print(ovendata)
Here is the .dat file:
D One Two Three Four Five Seven Eight
1130 254 252 375 384 252 375 876
127 250 250 384 386 251 378 875
Here is the R Console output:
>
2008 Jul 08
12
Some more win32-security: SID.create
Hi all,
How does this look as a general approach to a SID.create method:
# Creates and initializes
def self.create(authority, *sub_authorities)
if sub_authorities.length > 8
raise ArgumentError, ''maximum of 8 subauthorities allowed''
end
authorities = Array.new(8, 0)
authorities.replace(sub_authorities)
count = authorities.select{ |e| e > 0 }.size
2000 Apr 10
2
Metadata, file signatures, and extentions
Hi,
I've been working writing some tools that deal with id3v2 tags on mp3
files. id3v2 is this really, really long specification with places for
all kinds of metadata for media.
I've looking at the sample vorbis encoder and a file I made from it I
noted that you have some a comment field, and I was wondering if you had
any plans to support more metadata, and if you would
2001 May 02
2
rcode and latex
I have discovered the listings package for including code in your latex
documents. The default languages do not include R or Splus, but the
definition is pretty simple, this is what I did for R:
\lst at definelanguage{R}%
{morekeywords={TRUE,FALSE,T,F,NA,NULL,Inf,NaN,library,%
attach,detach,source,while,for,in,%
repeat,switch,break,next,return,stop,function,%
if,else,warning,error},%
2004 Mar 25
3
subsetting based on vector
Dear R users;
I am trying to write a small program which reads in a data set, and selects
observations from certain years before the analysis. I have a problem
including the selection criteria in the header of the program.
Here is the problem;
dataFIT<-function(MODEL, MARGINS, yearConsidered){
library(foreign
CovPaper<-read.spss("C:/Data/data.sav")
NewData <-
2000 Aug 31
2
Multiv / hierclust / plclust
I use hierclust (hierarchical clustering) in multiv package. In the
documentation it is said that plclust (plotting a dendrogram) is
available in S-plus. Can I find it anywhere (I have searched through
http://lib.stat.cmu.edu/S and found only quotations of plclust in
multiv) or is it only part of the S package (which I don't have)?
Thanks
---------------
Charles RAUX,
Laboratoire
2020 Sep 24
2
Can't connect after AuthN: NT_STATUS_ACCESS_DENIED
Been using Samba since the early days and it's always worked terrifically.
Install it from RPM or apt or yum, make a few tweaks to the smb.conf and
I'm off and running without fail.
So to run into a situation where I'm getting denied has really stumped me.
I dialed up logging to try and get a peek into what's failing and things
start falling apart around NT_STATUS_ACCESS_DENIED
2006 Feb 03
8
Confused about what I am seeing with domain names
I could not get wbinfo -g/u to work and was seeing a bunch of errors
related to to not being able to enumerate groups. I saw somebody use
idmap backend = ad and added this since I have been struggling to get ad
working (still not working). Now, when I run wbinfo -g/-u, I am getting
groups and users, but the domain it shows is different than what I
expected. My domain I was using for workgroup
2000 Dec 21
1
statistical quality control
Hi all,
could anybody tell me whether there exist any packages about statistical
quality control. Thanks very much.
Stefano Tonellato
--
Stefano Tonellato
Dipartimento di Statistica
Universita' Ca' Foscari di Venezia
Campiello S. Agostin, S. Polo 2347
30125 Venezia - ITALY
Phone +39-041-2577422 Fax +39-041-710355
E-mail stone at unive.it
-------------- next part --------------
An
2000 Oct 18
1
Help oo sink
---------------------- Forwarded by Pan Yuming/Extern/AAM on 18.10.2000
12:58 ---------------------------
Pan Yuming
18.10.2000 11:41
To: Prof Brian Ripley <ripley at stats.ox.ac.uk>
cc:
Subject: Help oo sink (Document link: Pan Yuming)
Dear professor,
continue with the example i used, i want to save the prediction results but when i run a R file containing the following code, it