Re: [GENERAL] debugging server connection issue

2016-03-31 Thread Stephen Constable
hanks for the tips. --Steve On Tue, Mar 29, 2016 at 6:51 PM Adrian Klaver wrote: > On 03/29/2016 03:25 PM, Stephen Constable wrote: > > Sorry, my client environment is Linux. > > Hmm, so I was reading win32.c wrong. It is mapping a Windows error > message to that string. > >

Re: [GENERAL] debugging server connection issue

2016-03-29 Thread Stephen Constable
f the client machines tomorrow morning. Thanks, Steve On Tue, Mar 29, 2016 at 4:44 PM Adrian Klaver wrote: > On 03/29/2016 01:28 PM, Stephen Constable wrote: > > My apologies, I'm not sure what part of the networking stack the > > messages are coming from. It also states: >

Re: [GENERAL] debugging server connection issue

2016-03-29 Thread Stephen Constable
see over 5000 such notices in a single minute. I will reconfigure the logging to be more verbose. Thanks, Steve On Tue, Mar 29, 2016 at 4:21 PM Adrian Klaver wrote: > On 03/29/2016 01:10 PM, Stephen Constable wrote: > > Hi All, > > > > I'm a new-ish sysadmin working

[GENERAL] debugging server connection issue

2016-03-29 Thread Stephen Constable
Hi All, I'm a new-ish sysadmin working on porting legacy scientific code from a local server/client to new supercomputer environment. My work is mostly done, except that my postgres database doesn't seem to be able to keep up with the new environment. The application is written in-house in a mix