Displaying 20 results from an estimated 10361 matches for "gaved".
Did you mean:
saved
2009 Nov 19
0
migrating NT4 PDC to samba3. netrpc vampire errors
Hi,
I am in the processof migrating a a NT4 PDC over to a samba3 server. I am
following this guide:http://vermeulen.ca/linux-windows-nt.html
I am able to join the Domain but when I go to net rpc vampire I get the
following errors:
Not all my users get transfered:
[root at HERCULES ~]# net rpc vampire -S GENOME -w HERCULES -U administrator
Fetching (to passdb) DOMAIN database
Creating unix
2012 Sep 11
1
Strange result from GAMLSS
Hi Folks! Just started using the gamlss package and I tried a simple code
example (see below). Why the negative sigma?
John
> y <- rt(100, df=1)> m1<-fitDist(y, type="realline")Warning messages:1: In MLE(ll3, start = list(eta.mu = eta.mu, eta.sigma = eta.sigma, :
possible convergence problem: optim gave code=1 false convergence
(8)2: In MLE(ll4, start = list(eta.mu =
2004 Sep 09
3
Could not create posix account info
[root@red docs]# net rpc vampire -S NTPDC -d 3
[2004/08/17 14:09:29, 3] param/loadparm.c:lp_load(3911)
lp_load: refreshing parameters
[2004/08/17 14:09:29, 3] param/loadparm.c:init_globals(1324)
Initialising global parameters
[2004/08/17 14:09:29, 3] param/params.c:pm_process(566)
params.c:pm_process() - Processing configuration file
"/usr/lib/smb.conf"
[2004/08/17 14:09:29,
2011 Sep 18
0
samba log - mac osx - console output - hacking evidence?
On Sun, 2011-09-18 at 16:52 -0400, Jennifer Buxton wrote:
> Dear Samba Support,
1) This is not a support E-Mail address. This E-Mail address is for
reporting security vulnerabilities in the Samba software. It is not for
support.
2) For support issues, you may wish to take your question to the
samba at samba.org list, where I have redirected this reply.
3) At first glace, looking at the
2006 Jul 18
3
Unable to add computer to domain
Dear Expert,
Pls help, I am in the progress implementing Samba as LDAP as PDC on FC5, I
followed the instruction of "samba3-ldap-howto", now I am unable to add
computer to domain..
Tried to check /var/log/samba and found the following:
[2006/07/18 14:55:44, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404)
_samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
2014 Dec 16
3
BLAS/LAPACK routine 'DLASCL' gave error code -4 in liblapack3 Version 3.5.0
Dear all
Some computations gave a matrix. The single value decomposition of it worked fine previously, after an system upgrade I get the following error:
-----
> La.svd(x,256,256)
Error in La.svd(x, nu, nv) :
BLAS/LAPACK routine 'DLASCL' gave error code -4
-----
Erroneous Matrix: ftp://usys-ftp.ethz.ch/ITES/STEP/nussbaum/R/matrix-lapack-error4.RData /.csv
Operating System: Debian 8
2007 Nov 05
0
Samba 3.0.26a, windows 2k3 r2 SFU, problems with auth/nss
Dear samba list,
For some time we've had servers connecting to a w2k3 r2 server via
ADS setup. Wins was working fine and users were able to authenticate.
Recently we've added a GFS like system. This required getting the
UID/GID's unified. Suggestions were made on the samba IRC channel to
install SFU on the PDC. I'm receiving some very strange output.
Usernames/pwd have
2016 Sep 06
3
R (development) changes in arith, logic, relop with (0-extent) arrays
Yesterday, changes to R's development version were committed, relating
to arithmetic, logic ('&' and '|') and
comparison/relational ('<', '==') binary operators
which in NEWS are described as
SIGNIFICANT USER-VISIBLE CHANGES:
[.............]
? Arithmetic, logic (?&?, ?|?) and comparison (aka
?relational?, e.g.,
2005 Nov 05
2
sort table
Hi,
I have a data frame named "questions" that I use to get a subset and
then a table:
failcondonly <- subset(questions, errorreason=="condition")
failcondtab <- table(failcondonly$type, failcondonly$qid, exclude=c("ORGA", "skipped"))
The failcondtab looks like this:
6 11 12 13 14 15 17 26 30 31 39 41
gave up 0 1 1 1 1 0 0 0 0 8 0
2012 Feb 15
2
integrate (error: evaluation of function gave a result of wrong length)
Dear all,
I am trying to use the integrate function in R but it seems that it does not
work in my example and I cannot figure out why. I create a function Mu1
(which works fine) and try to integrate by the code:
n <- 100
Ctrl <- as.matrix(cbind(runif(n, -30, 30)))
W <- Ctrl + as.matrix(rnorm(n))
Rsp <- (W>as.matrix(sample(10, n, T)))*1
Mu1 <- function(x, Y=Rsp, Xc=Ctrl){
x
2012 Mar 16
2
auth tcp socket, Authentication client gave a PID 7542 of existing connection
Hi Dovecot-list!
My setup consists of a dovecot server with lmtp delivery and 3 postfix
mta servers in front.
Previously the mtas authenticated (SASL) through the
courier-authdaemond software to our mysql database.
To get support for more password formats i migrated to dovecot for
SASL authentification.
Our postfix mtas connect to dovecot through a tcp-socket
smtpd_sasl_auth_enable = yes
2013 Dec 12
1
Heatmap, and heatmap.2 gave different figures for the same dataset
I have a huge dataset(15k X 18) and tried to use the heatmap in R to examine the patterns. However, I found that heatmap and heatmap.2 gave me completely different outputs.
Here are the codes:
------------
> dim(as.matrix(data.dcpm))
[1] 15462??? 18
>
> heatmap(as.matrix(data.dcpm), col=topo.colors(100))
> heatmap.2(as.matrix(data.dcpm), col=topo.colors(100), key=TRUE,
2008 Oct 05
2
Time Interval calculation using R
Hi
I have two columns of data with time in form of HH:MM:SS - representing
start time and end time of an activity. I am trying to calculate the time
difference (duration of the activity).
(1) I first tried
> difftime(btime, etime, units = "mins")
This however gave me the error - Error in
as.POSIXlt.character(as.character(x)) : character string is not in a
standard unambiguous
2016 Sep 07
3
R (development) changes in arith, logic, relop with (0-extent) arrays
Martin
I'd like to make a comment; I think that R's behaviour on 'edge' cases like
this is an important thing and it's great that you are working on it.
I make heavy use of zero-extent arrays, chiefly because the dimnames are an
efficient and logical way to keep track of certain types of information.
If I have, for example,
a <- array(0,c(2,0,2))
dimnames(a) <-
2014 Dec 16
0
BLAS/LAPACK routine 'DLASCL' gave error code -4 in liblapack3 Version 3.5.0
Dear Madlene,
while this list serves as a forum for discussions about R backports present on
CRAN, this would be something preferably filed in the Debian bug tracking
system bts.debian.org - could you file a bug there? But please don't ask me on
which package - maybe Dirk has a good answer to that one...
Cheers,
Johannes
P.S.: https://www.debian.org/Bugs/Reporting
Am Dienstag, 16.
2022 Apr 11
1
server gave bad signature for RSA key 0 - ?
Hi guys.
Anybody has seen something like this from 'ssh' and care to
comment?
-> $ ssh 10.0.1.6
(root at 10.0.1.6) Password:
client_global_hostkeys_private_confirm: server gave bad
signature for RSA key 0: error in libcrypto
I have virtually identical c8 Stream boxes and only one
gives out this message. I regen keys but that changed nothing.
many thanks, L.
2005 Aug 07
1
dovecot-auth: BUG: login gave a PID of existing connection
hi,
first of all i have to say that i?m new to dovecot and to mailinglist.
i?m trying to setup my owen imap-server on fc3, but i have some trouble with dovecot. wenn i try to log in with
telnet lovalhost 143
/var/log/maillog says:
dovecot-auth: BUG: login gave a PID of existing connection.
can someone please give me an hint or a link to solve this problem.
yours,
martin.
2006 Mar 17
0
challenge that the password server supplied us is not the one we gave our client
Hi,
I've some problems with one of our samba fileserver (debian stable
3.0.14a-3sarge1). Every few weeks, I get the following error messages for
all users that want to access/mount a share:
[2006/03/16 08:52:53, 2] auth/auth.c:check_ntlm_password(312)
check_ntlm_password: Authentication for user [PID51C9] -> [PID51C9]
FAILED with error NT_STATUS_LOGON_FAILURE
[2006/03/16 08:52:57, 1]
2007 Apr 17
1
the challenge that the password server.. supplied us is not the one we gave our client
Hi,
periodically we are seeing the following error in our samba log. At this time
nobody can connect to the shares of this server anymore.
[2007/04/17 09:05:59, 2] auth/auth.c:check_ntlm_password(312)
check_ntlm_password: Authentication for user [PID33C1] -> [PID33C1] FAILED
with error NT_STATUS_LOGON_FAILURE
[2007/04/17 09:06:03, 1] auth/auth_server.c:check_smbserver_security(263)
the
2012 Jun 04
2
Frequently login problem
Hi,
I am using dovecot 2.1.3 on centos 5.7. It was working fine but last few
days I need to restart or reload dovecot service because at that time users
are not able to login.
Each time I am getting information from doveco.log is as :
Jun 04 11:52:54 auth: Error: BUG: Authentication client gave a PID 17564 of
existing connection
Jun 04 11:52:54 auth: Error: BUG: Authentication client gave a PID