search for: 5e9

Displaying 8 results from an estimated 8 matches for "5e9".

Did you mean: 59
2015 Jan 05
2
'ssl_cipher_list' setting
..., change ssl_cipher_list = ALL:!LOW:!SSLv2:!SSLv3:!EXP:!aNULL:!RC4 ( SSLV3 -> SSLv3 ) I did trouble. /var/log/maillog Jan 6 05:41:53 example dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx, TLS handshaking, session=<5e9 zuO0LVwB+PO8D> Is this bug ? or I did miss setting ? Thank you for reading. Yoshi
2015 Jan 05
0
'ssl_cipher_list' setting
...SSLv3:!EXP:!aNULL:!RC4 > > ( SSLV3 -> SSLv3 ) > > I did trouble > > /var/log/maillog > > Jan 6 05:41:53 example dovecot: pop3-login: Disconnected (no auth attempts in 0 > secs): user=<>, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx, TLS > handshaking, session=<5e9 > zuO0LVwB+PO8D> > > Is this bug ? or I did miss setting? !SSLV3 was wrong and not recognized !SSLv3 is recognized but bullshit since you want to disable SSLv3 but not all ciphers which are still valid for newer TLS versions you do that already correctly with "ssl_protocols&quot...
2005 Jun 22
0
Samba and Sun StorEdge NAS
...(10314 3160101 A200001 E94B896D) >> >> 06/21/05 14:15:42 0x3D69FD8 psmbd.smb_session_worker+20A(14 0 0 0) >> 06/21/05 14:15:42 0x3D69F88 psmbd.smb_dispatch_request+4D6(3D19000 7ECC 3D69FD8 >> 32A1702) >> 06/21/05 14:15:42 0x3D69F48 psmbd.smb_com_session_setup_andx+5E9(3D19000 32CD619 >> 1A 3D19082) >> 06/21/05 14:15:42 0x3D69DE8 nt_get_token+0x16(3D69E8C 0 1CB2488 3D69EF4) >> 06/21/05 14:15:42 0x3D69DB8 nt_token_cache_get_token+0x3A(3D69E8C 0 0 0) >> 06/21/05 14:15:42 0x3D69D78 mlsvc.secdb_get_token+128(3D69E8C 3C2AC8 0 3D69DB4) &g...
2011 Sep 29
1
efficient coding with foreach and bigmemory
I recently learned about the bigmemory and foreach packages and am trying to use them to help me create a very large matrix. Without those packages, I can create the type of matrix that I want with 10 columns and 5e6 rows. I would like to be able to scale up to 5e9 rows, or more, if possible. I have created a simplified example of what I'm trying to do, below. The first part of the code shows what I'm trying to do without using the bigmemory or foreach packages. I take information from a data frame and use that information to fill a matrix with...
2002 Jun 19
2
solve() doesn`t work
Hi, I tried to inverse a matrix but it doesn`t work. I hope somebody can help me. This is what I did. > kurse <- read.table("kurse.txt", header=T, dec=",") > x <- cbind(1,kurse[,-c(1)]) > y <- kurse$index > t(x) %*% x Error in t(x) %*% x : requires numeric matrix/vector arguments > x <- as.matrix(x) > xtxi <- solve(t(x) %*% x) Error in
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...t; 5e4: 6d insl (%dx),%es:(%edi) > 5e5: 61 popa > - 5e6: 72 6b jb 653 <__FUNCTION__.20708+0x4> > + 5e6: 72 6b jb 653 <__FUNCTION__.20622+0x4> > 5e8: 5f pop %edi > 5e9: 63 6f 6e arpl %bp,0x6e(%edi) > - 5ec: 73 74 jae 662 <__FUNCTION__.20708+0x13> > + 5ec: 73 74 jae 662 <__FUNCTION__.20622+0x13> > 5ee: 61 popa > 5ef: 6e outsb %ds:(%esi),(%dx) &gt...
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues. I've been tracking the interface changes and merging them with the refactoring work I'm doing. I got as far as building stage3 of llvm-gcc but the object files from stage2 and stage3 differ: warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs (Are the above two ok?) The list below is clearly bad. I think it's every object file in the
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking