similar to: ECC RAM Error

Displaying 20 results from an estimated 700 matches similar to: "ECC RAM Error"

2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
Hello R Community, I've been working on a project that uses pre-made C++ libraries (using STL) in R and build a package. However, I've been getting an unusual segfault that I'm unable to trace its origin. After many attempts of debugging using gdb, commenting out parts (or all of my code) and valgrind, I'm unable to make heads or tails about what I'm doing wrong. In fact, when
2008 Jan 04
5
win32-api callback causes ruby to application error (crash).
# I originally intended to post this question here. # But it took some time for subscription authorization process. # So I have posted the same question to the forum when I was waiting # for the subscription confirmation notice. # It seems to me the forum is not so active, let me drop here too. Hello, The following WinSNMP trap receive program ''win_snmp.rb'' causes ruby
2011 Jul 01
2
League of Legend
I'm install wine-1.3.23 and use patch ole But when run it, it is log wine: Code: ( ERROR)[21:09:53.659] RADS::Common::RegistryHelp::RegKeyValueString::RegKeyValueString: Failed to find registry value "ProgramW6432Dir" (2). lerr:ntdll:RtlpWaitForCriticalSection section 0x653590 "?" wait timed out in thre
2007 Apr 03
1
SDP bug
>> The call that gets dropped had a retransmission of INVITE from UAC >> to UAS (and therefore retransmission of 200 OK from UAS to UAC). >> There is nothing wrong with the re-transmission as such, but I >> noticed a potential bug in Asterisk in the way it responds to an >> INVITE retransmission. Asterisk is bumping up the session version >> number in
2017 Apr 23
2
kerberos got crazy after ubuntu upgrade from 14.04 to 16.04
OK, I've deleted everything what Rowland suggested. THANKS Now smb.conf looks like this [global] workgroup = GPMV realm = BIURO.domain netbios name = PDC server role = active directory domain controller dns forwarder = 192.168.0.252 max open files = 57000 full_audit:prefix = %u|%I|%m|%S full_audit:success = mkdir rename unlink rmdir pwrite full_audit:failure = none full_audit:facility =
2011 May 04
5
PXELINUX 4.10-pre*
So far I tested PXELINUX from 4.10-pre12, 4.10-pre9 and 4.10-pre6. The first two take a long time with a TFTP file not found and eventually find my file but error out (presumably to kaboom). The last takes a long time, does a lot of retransmitted packets (didn't watch the first two), then eventually loads the file but continues this behavior for TFTP and HTTP transfers. This is on VMware
2015 Nov 12
4
About IPv6 Link-Local Address(CentOS5)
Hello Because I did not send , and then retransmitted. I am using the CentOS5.7. In a state where the link down, I did a ping to the IPv4 and IPv6. IPv4 succeeds in ping. but, IPv6 is ping fails. Once confirmed by ifconfig, it did not have a Link-Local Address. At link down, Is the Link-Local Address not set? Leave the link down, Is there a way to avoid this? # ethtool eth1 Settings for eth1: ?
2015 May 13
2
"Retransmission Timeout" results in dropped calls after 32 seconds
Andrew Martin wrote: > ----- Original Message ----- >> From: "Joshua Colp"<jcolp at digium.com> >> To: "Asterisk Users Mailing List - Non-Commercial Discussion"<asterisk-users at lists.digium.com> >> Sent: Wednesday, May 13, 2015 10:10:25 AM >> Subject: Re: [asterisk-users] "Retransmission Timeout" results in dropped calls after
2010 May 21
1
Hanging up call - no reply to our critical packet
Hello list, I am confronted with the following problem : making a call only leasts for about 30 seconds, then the call is ended. The CLI shows : [May 21 14:31:50] WARNING[25345]: chan_sip.c:1980 retrans_pkt: Maximum retries exceeded on transmission 954539948-5060-2 at 192.168.1.100 for seqno 11 (Critical Response) -- See doc/sip-retransmit.txt. [May 21 14:31:50] WARNING[25345]:
2014 Apr 08
1
Windows 2008r2 guest tcp retransmit hangs
Hi, I'm currently investigating a problem with our windows 2008r2 guest on centos 6 hosts. The issue is that the windows system sometimes sees a SYN packet for a tcp connection but doesn't respond. Three seconds later the retransmitted packet arrives and this time windows decides to proceed normally with the connection. This is with the virtio drivers but I have now switched to the
2007 Jan 09
1
apache log backups
I'm watching my backup via rsync, throttled to a very low speed. Looks like downloading apache logs is taking the longest time (when I'm rsyncing over an old copy of the same data) because it's not noticing that, for example, www.chaosreigns.com-access.log.196.gz on the origin is the same file as www.chaosreigns.com-access.log.186.gz on the destination, so *everything* is getting
2011 Oct 17
0
Anyone with spare DDR2 ECC FBDIMMs?
Hi all, As part of getting the remaining services up on the machine that is supposed to run the Syslinux website and a few others, I would like to factor away some services in VMs, which is great except it is expensive for memory. As such, if there is anyone around who has spare DDR2 ECC FBDIMMs in 2 GB or even better 4 GB densities that they wouldn't mind parting with, it would be really
2009 Oct 11
1
You really do need ECC RAM
You really do need ECC RAM, but for the naysayers: http://www.cs.toronto.edu/%7Ebianca/papers/sigmetrics09.pdf -- richard
2006 Oct 25
0
detecting ECC errors?
How do you detect ECC memory errors when CentOS is booted? Just had a strange hardware error where a server machine hang during anaconda install it passed memtest86 test but the bios dmi log showed dimm bank 1b had failures. Now I wonder what would happen if a machine running in production would get such problems, how do you detect it without having to go into bios? Hints on what to use? Chris
2011 Sep 26
2
Support for ecc
Hi All, I think I know the answer. However, I would like to confirm my understanding. Does openssh support the usage of ecc keys? Any plan for supporting ecc keys? Thanks, Erwin
2018 Jul 30
0
dovecot 2.3.x, ECC and wildcard certificates, any issues
> On 30 July 2018 at 19:16 David Mehler <dave.mehler at gmail.com> wrote: > > > Hello, > > Does dovecot 2.3.x have any issues recognizing or using certificates > that are ECC and wildcard? I'm trying to switch my letsencrypt > implementation from acme-client which does not support either of those > capabilities to acme.sh which does. Since then external
2018 Jul 30
0
dovecot 2.3.x, ECC and wildcard certificates, any issues
You should, in practice, enable both. This gives best client compability. It is possible you have clients that cannot understand ECC certificates? You can use ssl_alt_cert to provide RSA cert too. Aki > On 30 July 2018 at 20:05 David Mehler <dave.mehler at gmail.com> wrote: > > > Hi, > > Thanks, good news is that worked. Bad news is it all looks good which > means I
2018 Jul 30
0
dovecot 2.3.x, ECC and wildcard certificates, any issues
Hello, What acme implementation do you use for your letsencrypt certificates? If it's acme.sh how do you get both rsa and ecc certificates? What configuration options are you using in your configuration of services to allow access to both rsa and ecc? Thanks. Dave. On 7/30/18, David Mehler <dave.mehler at gmail.com> wrote: > Hello, > > The client in question is the latest
2018 Jul 31
0
dovecot 2.3.x, ECC and wildcard certificates, any issues
On 2018-07-30 19:45, ????? wrote: > That is one of the reasons I do not bother since long with public CAs > but rather deploy my own, including own OSCP responder. May I ask, how you create a CA which is valid for clients without them having to install your root cert? Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85
2018 Nov 17
1
RSA+ECC certificates
Any way of using both a RSA and an ECC certificates, letting the client pick the one to use? Alex