search for: p21

Displaying 20 results from an estimated 41 matches for "p21".

Did you mean: 21
2001 Jun 01
2
Error: cannot route packet - please help
...ost at home: tinc-up (works fine): #!/bin/sh ifconfig tap0 down ifconfig tap0 hw ether fe:fd:00:00:00:00 ifconfig tap0 172.16.11.254 broadcast 172.16.11.255 netmask 255.255.255.0 ifconfig tap0 -arp tinc.conf: Name = janus Hostnames = no KeyExpire = 3600 PingTimeout = 60 PrivateKeyFile = /etc/tinc/p21.net/rsa_key.priv TapDevice = /dev/tap0 /sbin/ifconfig tap0 tap0 Link encap:Ethernet HWaddr FE:FD:00:00:00:00 inet addr:172.16.11.254 Bcast:172.16.11.255 Mask:255.255.255.0 UP BROADCAST RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:33 errors:0 dropped:0...
1997 Dec 11
0
cvs and smbdes.c
...ned char sp8[8] = {0x4b, 0x47, 0x53, 0x21, 0x40, 0x23, 0x24, 0x25}; smbhash(p16, sp8, p14); - smbhash(p16+8, sp8, p14+7); + smbhash(p16+8, sp8, 0x53, 0x21, 0x40, 0x23, 0x24, 0x25}; + smbhash(p16, sp8, p14); + smbhash(p16 , sp8, p14 ); } void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24) { smbhash(p24, c8, p21); - smbhash(p24+8, c8, p21+7); - smbhash(p24+16, c8, p21+14); + smbhash(p24 , c8, p21 ); + smbhash(p24+8 , c8, p21+7 ); } void cred_hash1(unsigned char *out,unsigned char *in,unsigned char *key) -...
2005 Jul 13
2
Proportion test in three-chices experiment
...us among three choices (this was a forced-choice design). The experiment runs under two different conditions and the data is like the following: N1 : count of trials in condition 1 p11, p12, p13: proportions of choices 1, 2, and 3 in condition 1 N2 : count of trials in condition 2 p21, p22, p23: proportions of choices 1, 2, and 3 in condition 2 How can I test whether the triple (p11,p12,p13) is different from the triple (p21,p22,p23)? Clearly, prop.test does not help me here, because it relates to two-choices tests. I apologize if the answer is trivial, but I am relatively...
2003 Oct 04
1
Security Fix Confusion
...12) I allowed a few days for all issues to get ironed out and then used CVSUP to rebuild my boxes with RELENG_4_7 or RELENG_4_8 (as appropriate). The advisory says that the problem with OpenSSH is fixed by 4.7-RELEASE-p16 and a 'uname -a' of one of my 4.7 boxes shows it as being 4.7-RELEASE-p21 However, a '/usr/sbin/sshd -\?' shows the version of OpenSSH running as being OpenSSH_3.4p1. Scanning the box with Nessus warns of the security hole associated with versions of OpenSSH prior to 3.7.1p2 and warned about in SA-03:12 So, ms question is, am I actually covered by 4.7-RELEASE-p...
2009 Apr 04
1
Problem with sample()
...7182186634501300000 p13 = B * 0.0050271368777644200000 p14 = B * 0.0044419396829380100000 p15 = B * 0.0039419891495863900000 p16 = B * 0.0035116072275277300000 p17 = B * 0.0031386664156453200000 p18 = B * 0.0028136371529372800000 p19 = B * 0.0025289275577435600000 p20 = B * 0.0022784155915110200000 p21 = B * 0.0020571110286774600000 p22 = B * 0.0018609069242876300000 p23 = B * 0.0016863940046095700000 p24 = B * 0.0015307200810669000000 p25 = B * 0.0013914821958686000000 p26 = B * 0.0012666429097088400000 p27 = B * 0.0011544646324891600000 p28 = B * 0.0010534576028534100000 p29 = B * 0.00096233830...
2003 Jun 25
2
openssh-3.6.1p2-passexpire20.patch prevents /etc/nologin disp lay on AIX
Courtesy follow up back to the unix-dev list (mainly for those like me who searched the archives) Thanks to the very swift response of Darren, a patched auth.c did the trick Patch enclosed below (apply after the p20) I'm guessing he'll either update p20 or issue p21 soon. Many thanks Andrew --- auth.c.orig 2003-06-25 23:14:16.000000000 +1000 +++ auth.c 2003-06-25 23:13:36.000000000 +1000 @@ -240,11 +240,12 @@ * non-root user (since loginrestrictions will always fail). */ if ( (pw->pw_uid != 0) && (geteuid() == 0) )...
2016 Nov 09
10
Is the correct behavior of getelementptr i192* for opt + llc -march=aarch64?
Hi all, opt and opt + llc generate the difference aarch64 asm code for the following LLVM code. Is it intended behavior? I expected (A) because I cast %p from i192* to i64*. The information is dropped by opt and 8-byte padding is inserted or I write a bad code? % cat a.ll define void @store0_to_p4(i192* %p) { %p1 = bitcast i192* %p to i64* %p2 = getelementptr i64, i64* %p1, i64 3 %p3 =
2012 Aug 30
1
path analysis help
...1. in Huang et al. (2002)[1]. I try the following code: huang.cor <- readMoments(diag=FALSE, names=c('x1', 'x2', 'x3', 'y')) 0.76 0.91 0.72 0.94 0.77 0.83 huang.mod <- specifyModel() x1 -> y, p1 x2 -> y, p2 x3 -> y, p3 x1 -> x2, p12 x2 -> x1, p21 x2 -> x3, p23 x3 -> x2, p32 x1 -> x3, p13 x3 -> x1, p31 huang.sem <- sem(huang.mod, huang.cor, 100)# 100 is arbitarious. It give the error message: Error in sem.default(ram, S = S, N = N, raw = raw, data = data, param.names = pars, : The model has negative degrees of freedom...
2007 May 16
1
G729 Transcoding problems
...g g729 / SIP into my * server and then out to my service provider using IAX2 / GSM asterisk restarts and the call fails I'm running a Trixbox 2.0 system but I have mannually patched it to Asterisk 1.2.18 Zaptel 1.2.17.1 Digium HPEC 8 (9 is not working right) Sangoma A200 with the wanpipe-3.1.0.p21-zaptel-patched drivers installed I've tried recompiling all these too. Since installing the g729 I've tried the different cpu types (the machine is a P3 650MHz) and found that the i686 works most reliably. any help much appreciated as I've search the Internet and this mailing list a...
2004 May 19
0
FreeBSD Security Advisory FreeBSD-SA-04:10.cvs
...fects: All FreeBSD versions Corrected: 2004-05-18 07:21:57 UTC (RELENG_4, 4.10-PRERELEASE) 2004-05-18 07:16:53 UTC (RELENG_4_10, 4.10-RC) 2004-05-18 07:19:55 UTC (RELENG_4_9, 4.9-RELEASE-p8) 2004-05-18 07:19:55 UTC (RELENG_4_8, 4.8-RELEASE-p21) 2004-05-18 07:19:54 UTC (RELENG_4_7, 4.7-RELEASE-p27) 2004-05-18 07:19:57 UTC (RELENG_5_2, 5.2.1-RELEASE-p7) 2004-05-18 07:19:57 UTC (RELENG_5_1, 5.1-RELEASE-p17) 2004-05-18 07:19:56 UTC (RELENG_5_0, 5.0-RELEASE-p21) CVE Name: C...
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
...ting value of K -.5,0,.5,1,2,3,4,5 # in the function g() p1=g(-5,-.5) p2=g(-5,0) p3=g(-5,0.5) p4=g(-5,1) p5=g(-5,2) p6=g(-5,3) p7=g(-5,4) p8=g(-5,5) p9=g(-4,-.5) p10=g(-4,0) p11=g(-4,0.5) p12=g(-4,1) p13=g(-4,2) p14=g(-4,3) p15=g(-4,4) p16=g(-4,5) p17=g(-3,-.5) p18=g(-3,0) p19=g(-3,.5) p20=g(-3,1) p21=g(-3,2) p22=g(-3,3) p23=g(-3,4) p24=g(-3,5) p25=g(-2,-.5) p26=g(-2,0) p27=g(-2,.5) p28=g(-2,1) p29=g(-2,2) p30=g(-2,3) p31=g(-2,4) p32=g(-2,5) p33=g(-1,-.5) p34=g(-1,0) p35=g(-1,.5) p36=g(-1,1) p37=g(-1,2) p38=g(-1,3) p39=g(-1,4) p40=g(-1,5) p41=g(-0.5,-0.5) p42=g(-0.5,0) p43=g(-0.5,0.5) p44=g(-0.5...
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...gt;pipe_out); + fclose(context->pipe_in); - to_unicode(U_PN, passwd, strlen(passwd)); - MD4(U_PN, 2 * strlen(passwd), P16); - return P16; -} + waitpid(context->child_pid, &status, 0); + syslog(LOG_DEBUG, "Child died with status %d\n", status); -static unsigned char *P21(unsigned char *P21, const char *passwd, - unsigned char* (*P16)(unsigned char *, const char *)) -{ - memset(P16(P21, passwd) + 16, 0, 5); - return P21; + context->child_pid = 0; } -static unsigned char *P24(unsigned char *P24, unsigned char *P21, - unsigned char *C8) - +...
2006 Mar 15
1
How to compare areas under ROC curves calculated with ROCR package
Dear all, I try to compare the performances of several parameters to diagnose lameness in dogs. I have several ROC curves from the same dataset. I plotted the ROC curves and calculated AUC with the ROCR package. I would like to compare the AUC. I used the following program I found on R-help archives : From: Bernardo Rangel Tura Date: Thu 16 Dec 2004 - 07:30:37 EST
2012 Dec 19
1
"For" loop and "if" question
All - I have a large data frame that looks like ID p1 p2 p3...p20 Lat1 Lat2 Lat3...Lat20 Long1 Long2 Long3...Long20 1 0 0 1 0 NA NA 29.xx NA NA NA -89.xx NA 2 1 0 0 1 27.xx NA NA 29.00 -88.00 NA NA -89.xx 3 0 0 0 0 NA
2009 Nov 02
2
a prolem with constrOptim
...n = data[(1+4*(i-1)):(4*i)] p = theta[(1+3*(i-1)):(3*i)] P = 1-sum(p) S[(1+3*(i-1)):(3*i)] = n[1:3]/p-n[4]/P } S } #where theta=(p11,p12,p13,p21,p22,p23,...,pK1,pK2,pK3). #The function Rmat calculates the restriction matrix needed for constrained estimation Rmat = function(k) { R = matrix(1,4,3) R[1,2] = R[1,3] = R[2,3] = R[3,2] = 0 RR = cbind(-R,R) RRR = matrix(0,4*(k-1),3*k...
2004 May 19
1
FreeBSD Security Advisory FreeBSD-SA-04:10.cvs
...fects: All FreeBSD versions Corrected: 2004-05-18 07:21:57 UTC (RELENG_4, 4.10-PRERELEASE) 2004-05-18 07:16:53 UTC (RELENG_4_10, 4.10-RC) 2004-05-18 07:19:55 UTC (RELENG_4_9, 4.9-RELEASE-p8) 2004-05-18 07:19:55 UTC (RELENG_4_8, 4.8-RELEASE-p21) 2004-05-18 07:19:54 UTC (RELENG_4_7, 4.7-RELEASE-p27) 2004-05-18 07:19:57 UTC (RELENG_5_2, 5.2.1-RELEASE-p7) 2004-05-18 07:19:57 UTC (RELENG_5_1, 5.1-RELEASE-p17) 2004-05-18 07:19:56 UTC (RELENG_5_0, 5.0-RELEASE-p21) CVE Name: C...
2005 Aug 23
1
SYSLINUX 3.10-pre21: ISOLINUX fixes, MEMDISK changes
I have just pushed out SYSLINUX 3.10-pre21; this fixes ISOLINUX, and adds a fix for MEMDISK -- it so happens that running ISOLINUX under Bochs triggers a bug with similar behaviour as I've seen reported on here, so I'm *hoping* this might fix the "doesn't work without harddisk" problem and perhaps the IBM/USB problem some people have been reporting. Again, I really want
2003 Oct 15
2
Subseting in a 3D array
Hi! I have a 3d array: > dim(ib5km15.dbc) [1] 190 241 19 and a set of positions to extract: > ib5km.lincol.random[1:3,] [,1] [,2] [1,] 78 70 [2,] 29 213 [3,] 180 22 Geting the values of a 2D array for that set of positions would be: > ima <- ib5km15.dbc[,,1] > ima[ib5km.lincol.random[1:10,]] but don't find the way for the case of the 3D array: >
2007 Nov 29
0
FreeBSD Security Advisory FreeBSD-SA-07:09.random
...9 16:05:38 UTC (RELENG_7, 7.0-BETA4) 2007-11-29 16:06:12 UTC (RELENG_6, 6.3-PRERELEASE) 2007-11-29 16:06:54 UTC (RELENG_6_3, 6.3-RC2) 2007-11-29 16:07:30 UTC (RELENG_6_2, 6.2-RELEASE-p9) 2007-11-29 16:07:54 UTC (RELENG_6_1, 6.1-RELEASE-p21) 2007-11-29 16:08:54 UTC (RELENG_5, 5.5-STABLE) 2007-11-29 16:09:26 UTC (RELENG_5_5, 5.5-RELEASE-p17) CVE Name: CVE-2007-6150 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the...
2007 Nov 29
0
FreeBSD Security Advisory FreeBSD-SA-07:09.random
...9 16:05:38 UTC (RELENG_7, 7.0-BETA4) 2007-11-29 16:06:12 UTC (RELENG_6, 6.3-PRERELEASE) 2007-11-29 16:06:54 UTC (RELENG_6_3, 6.3-RC2) 2007-11-29 16:07:30 UTC (RELENG_6_2, 6.2-RELEASE-p9) 2007-11-29 16:07:54 UTC (RELENG_6_1, 6.1-RELEASE-p21) 2007-11-29 16:08:54 UTC (RELENG_5, 5.5-STABLE) 2007-11-29 16:09:26 UTC (RELENG_5_5, 5.5-RELEASE-p17) CVE Name: CVE-2007-6150 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the...