similar to: Sorry to be a pest, but -- pull request nag: 6654, PostgreSQL auto-reconnect fix

Displaying 20 results from an estimated 8000 matches similar to: "Sorry to be a pest, but -- pull request nag: 6654, PostgreSQL auto-reconnect fix"

2012 Jul 02
1
Yet another pull request nag for 6654 -- postgresql-auto-reconnect-2
... to fix a problem with PostgreSQL reconnect after connection loss & put test coverage in place to keep it working in the future. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-core/-/EecNy-qyKwgJ. To post to this group, send email to
2015 Sep 27
1
Bug#800128: xen: CVE-2015-6654: printk is not rate-limited in xenmem_add_to_physmap_one
Source: xen Version: 4.4.1-9 Severity: normal Tags: security upstream patch fixed-upstream Hi, the following vulnerability was published for xen. CVE-2015-6654[0]: | The xenmem_add_to_physmap_one function in arch/arm/mm.c in Xen 4.5.x, | 4.4.x, and earlier does not limit the number of printk console | messages when reporting a failure to retrieve a reference on a foreign | page, which allows
2011 Sep 23
1
Postgresql Reconnect on connection failure
Currently if asterisk loses its connection to the postgresql it does not attempt to reconnect. I have searched all over for a setting that would have asterisk attempt to reconnect but I can not find anything. Is there something I am missing? Thanks! -Eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Aug 15
2
A small nag
Hi, I am not sure how to fix the following error. LGD <- c(11.6, 12.3, 15.8, 33.1, 43.5, 51.3, 67.3, 84.9) cor (x=(file [1:47231,3:10]), y= rep (LGD, 47231), method = "pearson") Error in cor(x = (file[1:47231, 3:10]), y = rep(LGD, 47231), method = "pearson") : incompatible dimensions > sessionInfo() R version 2.13.0 (2011-04-13)
2004 Sep 14
0
mount smb auto-reconnect?
Is it me or does "mount -t smb" not auto-reconnect? Can anyone comment on that, maybe there is an option I overlooked. I'm running Fedora Core 2 with Samba version 3.0.3-5
2005 Jun 16
1
iax2 registry - auto reconnect ?
I use the Teliax service with the IAX2 protocol. I noticed 2 days ago that I was not registered with the Teliax server. I used the "iax2 show registry" command and found I was not registered with Teliax. I issued a reload command in asterisk in order to connect again. I went to the Teliax website and noticed a message which stated clients may need to reboot due to changes made with
2023 Dec 15
1
Auto-Reconnect After Sleep
On Thu, 14 Dec 2023 17:00:59 -0500 Rob Campbell via samba <samba at lists.samba.org> wrote: > Hi, > > Is there a way to have my connection re-established when I log back > in? When I first log in I run a map drive script that mounts my > shares using 'gio mount "smb://$DC/$mount"' AND 'ln -s >
2023 Dec 14
1
Auto-Reconnect After Sleep
Hi, Is there a way to have my connection re-established when I log back in? When I first log in I run a map drive script that mounts my shares using 'gio mount "smb://$DC/$mount"' AND 'ln -s "$XDG_RUNTIME_DIR/gvfs/smb-share:server=$DC,share=$mount" "$HOME/mnt/$mount" so that it shows up in nautilus as a network drive and I have it mapped to my local mnt
2018 Feb 21
2
[6.0.0 Release] Release notes nag email
Dear everyone, We're getting close to the 6.0.0 release, but the release notes are still in a pretty bad state. You can see the notes for rc2 here: http://prereleases.llvm.org/6.0.0/#rc2 (a few things have been added since). When the release happens, a lot of people will look at the notes, so it's a good opportunity to mention the work that's happened in the past six months. If you
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
Hello all, I was able to create R packages under windows XP in the past using the dynamic NAG C library for windows XP (Mark 6). Recently, I changed computers and I am now using the static NAG C library for windows XP (Mark 7) to create a simple R package (called "test") which simply returns random numbers simulated using repetitive calls to a NAG C routine (uniform random
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
On Thu, 11 Nov 2004 11:19:25 -0800, "Romain Neugebauer" <romain at berkeley.edu> wrote : >Dear Duncan Murdoch, > >I just posted the following message to the R-help mailing list in >response to your email of October 29th (see below). Unfortunately it >looks like my new message was not correctly posted, i.e. it does not >appear as a reply to yours but as a new
2012 Aug 13
3
Backporting instructions in Contributing guide
I''m probably going to help backport some code from master onto 3.2, and the suggested process in the Contributing guide doesn''t actually look like the best approach to me. Wouldn''t it make more sense to just check out the branch you want to patch, cherry-pick the change(s) from master, make any additional commits necessary to get it working? Not only is that simpler
2010 Mar 30
1
[LLVMdev] Need help fixing 2.7 release blockers
On Mar 30, 2010, at 3:45 PM, David Greene wrote: > On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: > >> Please take a look at all release blockers: >> http://llvm.org/bugs/show_bug.cgi?id=6586 > > 5893 is not release-critical according to Doug. > Will take care of this. > 6640 appears to be a test system problem with a patch available (one of the >
2017 Aug 10
2
The reconnect timer can be adjusted in 1.0.31?
Hi, When the meta connection get lost, it’ll be reconnect like below: Trying to re-establish outgoing connection in 5 seconds, and if it’s failed, then the timer will be increased for another try. My question is, how to adjust the reconnect timer, in some cases, the reconnect delay for a while(increase to something longer) will be beneficial for the unstable connection.
2006 Jan 11
1
Better solution to mysql reconnect timeout
vmail*CLI> realtime mysql status Jan 11 09:53:04 ERROR[3597]: res_config_mysql.c:623 mysql_reconnect: MySQL RealTime: Failed to reconnect. Check debug for more info. vmail*CLI> realtime mysql status Connected to asterisk_vm@tritonvoice.com, port 3306 with username voicemail for 1 days, 5 hours, 32 minutes, 7 seconds. vmail*CLI> realtime mysql status Connected to
2006 Aug 16
0
How to reconnect to the database?
I have a rails app that uses a background process. Every now and then, for a reason beyond me, it will say "Product id=7 not found". When the product is in the DB. So What I''d like to do is catch that exception and then reconnect to the database. Hwo do I do this? I saw a reconnect! method, but I have no idea which object to run that on how how to actually use it. Here is
2009 May 29
1
[PATCH server] Also print reconnect message in log.
It seems people were getting confused by the message that taskomatic was disconnected and not logging a reconnect message. This patch makes it log on reconnect as well. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/taskomatic.rb | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
2008 Nov 06
1
Reconnect behaviour
Hello, Does Samba server have a grace period that allows a client to reopen its files and reacquire locks on them before the locks are given to other clients? If there is no grace period, is there a way for the client to avoid the lock ownerships files if the connection goes away for a short period (say few seconds). Thanks and Regards Sudheer
2017 Aug 12
0
The reconnect timer can be adjusted in 1.0.31?
On Thu, Aug 10, 2017 at 09:37:13PM +0800, Bright Zhao wrote: > When the meta connection get lost, it’ll be reconnect like below: > Trying to re-establish outgoing connection in 5 seconds, and if it’s failed, then the timer will be increased for another try. > > My question is, how to adjust the reconnect timer, in some cases, the reconnect delay for a while(increase to something
2010 Jan 04
1
usbhid-ups: no reconnect on error EPIPE
Folks, I have been working on a problem with the usbhid-ups driver and the MGE / Eaton Ellipse series UPS. There seems to be light at the end of the tunnel. For whatever reason, these devices seem to trigger error 'EPIPE' randomly. So far, the response to this of the usbhid-ups (and previously, newhidups) driver is to reconnect. Most of the time this will succeed on the first