search for: gave

Displaying 20 results from an estimated 10319 matches for "gave".

Did you mean: gate
2009 Nov 19
0
migrating NT4 PDC to samba3. netrpc vampire errors
...at HERCULES ~]# net rpc vampire -S GENOME -w HERCULES -U administrator Fetching (to passdb) DOMAIN database Creating unix group: 'Domain Admins' groupadd: 'Domain Admins' is not a valid group name smb_create_group: Running the command `/usr/sbin/groupadd 'Domain Admins'' gave 3 Creating unix group: 'Domain Users' groupadd: 'Domain Users' is not a valid group name smb_create_group: Running the command `/usr/sbin/groupadd 'Domain Users'' gave 3 Creating unix group: 'Domain Guests' groupadd: 'Domain Guests' is not a valid group n...
2012 Sep 11
1
Strange result from GAMLSS
...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 = eta.mu, eta.sigma = eta.sigma, : possible convergence problem: optim gave code=1 false convergence (8)3: In MLE(ll4, start = list(eta.mu = eta.mu, eta.sigma = eta.sigma, : possible convergence problem: optim gave code=1 false co...
2004 Sep 09
3
Could not create posix account info
...NFO not handled Creating unix group: 'Domain Admins' /usr/local/sbin/smbldap-groupadd: group Domain Admins exists [2004/08/17 14:09:30, 3] groupdb/mapping.c:smb_create_group(1113) smb_create_group: Running the command `/usr/local/sbin/smbldap-groupadd -p "Domain Admins"' gave 6 Creating unix group: 'Domain Users' /usr/local/sbin/smbldap-groupadd: group Domain Users exists [2004/08/17 14:09:30, 3] groupdb/mapping.c:smb_create_group(1113) smb_create_group: Running the command `/usr/local/sbin/smbldap-groupadd -p "Domain Users"' gave 6 Creating...
2011 Sep 18
0
samba log - mac osx - console output - hacking evidence?
...smbd version 3.0.28a-apple started. > Copyright Andrew Tridgell and the Samba Team 1992-2008 > [2011/06/08 02:06:11, 0, pid=456] /SourceCache/samba/samba-235.5/samba/source/lib/opendirectory.c:opendirectory_fill_domain_sid_cache(1985) > opendirectory_sam_searchname[/Config/CIFSServer] gave -14136 [eDSRecordNotFound] > [2011/06/08 02:06:11, 0, pid=456] /SourceCache/samba/samba-235.5/samba/source/passdb/secrets.c:secrets_fetch_domain_sid(150) > secrets_fetch_domain_sid:opendirectory_query_domain_sid gave -14136 [eDSRecordNotFound] > [2011/06/08 16:22:02, 0] /SourceCache/samb...
2006 Jul 18
3
Unable to add computer to domain
..."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 "nb02$"' gave 9 [2006/07/18 14:56:01, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w "nb02$"' gave 9 [2006/07/18 14:56:33, 0] rpc_server/srv_samr_nt.c:_samr_create_user(2404) _samr_create_user: Running the command `/usr/s...
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/nuss...
2007 Nov 05
0
Samba 3.0.26a, windows 2k3 r2 SFU, problems with auth/nss
...inbindd_user.c:winbindd_list_users(754) [ 1462]: list users [2007/11/05 10:02:31, 3] nsswitch/winbindd_ads.c:query_user_list(169) ads: query_user_list [2007/11/05 10:02:31, 5] libads/ldap_utils.c:ads_do_search_retry_internal(64) Search for (objectCategory=user) in <dc=GUTHRIESOUND,dc=ORG> gave 29 replies [2007/11/05 10:02:31, 5] libads/ldap_utils.c:ads_do_search_retry_internal(64) Search for (|(attributeId=1.2.840.113556.1.6.18.1.310)(attributeId=1.2.840.113556.1.6.18.1.311)(attributeId=1.2.840.113556.1.6.18.1.344)(attributeId=1.2.840.113556.1.6.18.1.312)(attributeId=1.2.840.113556.1...
2016 Sep 06
3
R (development) changes in arith, logic, relop with (0-extent) arrays
...orage.mode(Im) <- "integer" ## 1. ------------------------- try( m & NULL ) # in R <= 3.3.x : ## Error in m & NULL : ## operations are possible only for numeric, logical or complex types ## ## gives 'Lm' in R >= 3.4.0 ## 2. ------------------------- m + 2:3 ## gave numeric(0), now remains matrix identical to m Im + 2:3 ## gave integer(0), now remains matrix identical to Im (integer) m > 1 ## gave logical(0), now remains matrix identical to Lm (logical) m > 0.1[0] ## ditto m > NULL ## ditto ## 3. ------------------------- mm <- m[,c(...
2005 Nov 05
2
sort table
...se 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 2 wrong 3 3 7 3 3 1 4 1 3 4 1 2 I want to sort this table according to the *sum* of the values in "gave up" and "wrong" in reverse order. The highest value should be first. First would be column "31" (value 8+4=12), the...
2012 Feb 15
2
integrate (error: evaluation of function gave a result of wrong length)
...<- as.matrix(x) k <- dnorm((Xc-matrix(x, n, ncol(Xc), T))) K <- diag(apply(k, 1, function(c) prod(c))) delta <- solve(t(Xc)%*%K%*%Xc)%*%t(Xc)%*%K%*%Y delta[1] } Mu1(10) integrate(Mu1, -30, 30) then it posts me an error: Error in integrate(Mu1, -30, 30) : evaluation of function gave a result of wrong length In addition: Warning message: In matrix(x, n, ncol(Xc), T) : data length [21] is not a sub-multiple or multiple of the number of rows [100] Could you please tell me where is the error and how I could correct it? Thanks a lot Dimitris -- View this message in context:...
2012 Mar 16
2
auth tcp socket, Authentication client gave a PID 7542 of existing connection
...rvice configuration. I did the configuration according to the postfix SASL README. http://www.postfix.org/SASL_README.html#server_dovecot I tested the setup and everything worked fine but after 2 days i noticed these error messages in my mail.log: dovecot: auth: Error: BUG: Authentication client gave a PID 7542 of existing connection and also these messages from postfix: SASL LOGIN authentication failed: Connection lost to authentication server I get the dovecot error message about 3000 times a day and postfix message about 270 times. Please see my attached mail.log for a detailed trace. T...
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, density.inf="none",trace="none"...
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 format (2) The above error message indicated some problem in format. So I tried > etime1=as.date(etime, %H:%M:%S") This gave me the Error: unexpected SPECIAL in "etime1=a...
2016 Sep 07
3
R (development) changes in arith, logic, relop with (0-extent) arrays
...) # in R <= 3.3.x : > > ## Error in m & NULL : > > ## operations are possible only for numeric, logical or complex > types > > ## > > ## gives 'Lm' in R >= 3.4.0 > > > ## 2. ------------------------- > > m + 2:3 ## gave numeric(0), now remains matrix identical to m > > Im + 2:3 ## gave integer(0), now remains matrix identical to Im > (integer) > > > m > 1 ## gave logical(0), now remains matrix identical to Lm > (logical) > > m > 0.1[0] ## ditto > > m &g...
2014 Dec 16
0
BLAS/LAPACK routine 'DLASCL' gave error code -4 in liblapack3 Version 3.5.0
...g - 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. Dezember 2014, 13:10:15 schrieb Nussbaum Madlene: > 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 Mat...
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. ------------------------------------------- Versendet durch aonWebmail (webmail.aon.at)
2006 Mar 17
0
challenge that the password server supplied us is not the one we gave our client
...lm_password(312) check_ntlm_password: Authentication for user [PID51C9] -> [PID51C9] FAILED with error NT_STATUS_LOGON_FAILURE [2006/03/16 08:52:57, 1] auth/auth_server.c:check_smbserver_security(263) the challenge that the password server ($passwordserver) supplied us is not the one we gave our client. This just can't work :-( [2006/03/16 08:52:57, 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:53:02, 1] auth/auth_server.c:check_smbserver_security(263) th...
2007 Apr 17
1
the challenge that the password server.. supplied us is not the one we gave our client
...assword(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 challenge that the password server (our_password_server) supplied us is not the one we gave our client. This just can't work :-( [2007/04/17 09:06:03, 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:07, 1] auth/auth_server.c:check_smbserver_security(263) th...
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 17566 of existing connection Jun 04 11:52:59 auth: Error: BUG: Authentication client gave a PID 17564 of existing connection -- * Thanks & Regards * *Jitendra Kumar Bhaskar* Cell:- +91 7...