search for: cd27

Displaying 6 results from an estimated 6 matches for "cd27".

Did you mean: c27
2009 Apr 16
1
How can I catch errors thrown from c via the Rcpp error() function?
...is an example using flowClust (using real data, set up to guarantee that the error is thrown): > x <- try(res30 = flowClust(tFrame, K=30, B=1000, varNames=c('CD4', 'CD8','KI67', 'CD45RO', 'CD28', 'CD57', 'CCR5', 'CD19', 'CD27', 'CCR7', 'CD127'))) Error in flowClust(tFrame, K = 30, B = 1000, varNames = c("CD4", "CD8", : The covariance matrix is near singular! Try running the program with a different initial configuration or less clusters > x Error: object "x" not...
2003 Feb 26
0
[Bug 55] New: ICMP translation problem with local NAT
...ST=192.168.131.124 LEN=88 TOS=0x00 \ PREC=0xC0 TTL=255 ID=26730 PROTO=ICMP TYPE=3 CODE=3 \ [SRC=10.0.0.1 DST=192.168.131.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=53526 DF PROTO=TCP SPT=9999 DPT=80 WINDOW=5840 RES=0x00 SYN URGP=0 ] ^^^^^^^^ -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
2003 Feb 26
2
[Bug 55] ICMP translation problem with local NAT
...e (both the inner and the outer header) * register a NAT hook at LOCAL_IN, and perform translation of packets registered at (POST_ROUTING, ORIG) The first option seems to be doable, the second is a big change, though seems to be cleaner. Opinions? -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
2001 Mar 12
3
PAM & several passwords
Hi, Is there any hope getting openssh to support a sequence of several authentication methods (requiring different passwords) for one login? I.e. take the standard static password, feed it into pam_unix.so for verification, then ask the user for yet another password (e.g. a one-time password) and verify this one by a different PAM module Currently, verifying either a static password or a one time
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
Hi, We have updated our TIS authserv support patch for OpenSSH 2.5.1p2. You'll find it attached to my message. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 -------------- next part -------------- diff -urN openssh-2.5.1p2/Makefile.in openssh-2.5.1p2-tis/Makefile.in --- openssh-2.5.1p2/Makefile.in Sun Feb 18 20:13:33 2001 +++ openssh-2.5.1p2-tis/Makefile.in Fri Mar 9 10:11:30 2001 @@ -48,7 +48,7 @@ SSHOBJS= ssh.o...
2000 Dec 07
1
[PATCH] tis authserv support
...n using the protocol primitives originally invented for TIS authentication. Our patch is an alternative to S/Key support in OpenSSH, the two cannot be compiled in at the same time. Inclusion of this patch in openssh would be welcome and appreciated. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt -------------- next part -------------- diff -urN openssh-2.3.0p1/Makefile.in openssh-2.3.0p1-tis/Makefile.in --- openssh-2.3.0p1/Makefile.in Sun Nov 5 22:13:45 2000 +++ openssh-2.3.0p1-tis/Makefile.in Thu Dec 7 18:38:4...