search for: c88

Displaying 5 results from an estimated 5 matches for "c88".

Did you mean: c8
2020 May 25
9
[Bug 3170] New: Sometimes sshd responds with different server signature
...nature Product: Portable OpenSSH Version: 8.1p1 Hardware: ARM OS: Other Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: steven at c88.org Created attachment 3397 --> https://bugzilla.mindrot.org/attachment.cgi?id=3397&action=edit sshd and ssh logs during good and bad transactions I am running openssh-server 8.1p-1 on a Netgear R7800 router (running DD-WRT). I am having a problem with basic SSH operation with openssh....
2015 Apr 30
0
ipv6 routing problem
...2002:ac10::/28 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 unreachable 2002:c0a8::/32 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 unreachable 2002:e000::/19 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 2a00:c88:4000:1431::/64 dev br0 proto kernel metric 256 mtu 1500 advmss 1440 hoplimit 4294967295 2a00:c88:4000:1650::/64 dev br4 proto kernel metric 256 mtu 1500 advmss 1440 hoplimit 4294967295 unreachable 3ffe:ffff::/32 dev lo metric 1024 error -101 mtu 65536 advmss 65476 hoplimit 4294967295 fe80::...
2008 Feb 14
0
help in simplyfiying programme
...entTime,censoring)~treatgrp ,data=b,rho=1) c66= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=1) c7= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=1.5) c77= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=1.5) c8= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=-2) c88= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=-2) c9= survdiff(Surv(eventTime,censoring)~treatgrp ,data=b,rho=2) c99= survdiff(Surv(eventTime)~treatgrp ,data=b,rho=2) if(sqrt(c1$chisq)>1.96){count1=count1+1} if(sqrt(c11$chisq)>1.96){count11=count11+1} if(sqrt(c2$chisq)>...
2006 Dec 08
3
Windows clients aren't synching profiles
Hi. I used to have samba set up on a Fedora Core 3 server that acted as a PDC for a dozen Windows XP clients. I hade roaming profiles working fine. Then I decided to upgrade (reformat) to Fedora Core 6 for the added harware support. I didn't save the right files and hosed my roaming profile (SID issue, I guess). Now I'm remaking the PDC on Fedora Core 6. I'll start everyone off
2012 Oct 19
2
replacing rows data.frame
I create a data.frame using : alloc <- data.frame(matrix(nrow=length(unique(mid2agi$gene)), ncol=8)) colnames(alloc) <- c('agi', 'hit_len', 'q_len', 'identity', 'ratio', 'e', 'ok' ,'gene') alloc$gene <- unique(mid2agi$gene) this results in: > head(alloc) agi hit_len q_len identity ratio e ok gene