Re: svn and svnserve hanging

2019-04-09 Thread Branko Čibej
On 10.04.2019 03:29, Vincent Lefevre wrote: > On 2019-04-09 20:09:26 +0200, Branko Čibej wrote: >> The only problem with that idea is that svnseve doesn't use unscd at >> all, or any kind of LDAP access. > Are you so sure about that? A "strace svnserve -t"[*] shows it > reads the

Re: svn and svnserve hanging

2019-04-09 Thread Vincent Lefevre
On 2019-04-09 20:09:26 +0200, Branko Čibej wrote: > The only problem with that idea is that svnseve doesn't use unscd at > all, or any kind of LDAP access. Are you so sure about that? A "strace svnserve -t"[*] shows it reads the /etc/nsswitch.conf file. With "ltrace", I can see that

Fwd: [CHICAGO] Roadshow schedule is up

2019-04-09 Thread Eysz7x Py
Mulakan mesej dimajukan: > Daripada: Rich Bowen > Tarikh: 10 April 2019, 05:23:08 MYT > Kepada: d...@community.apache.org > Subjek: Bls:⁨ [CHICAGO] Roadshow schedule is up⁩ > Balas-Kepada: d...@community.apache.org > > We certainly could. Is there a reason not to? ( I ask that rather than

Re: apr-1.7.0 breaks subversion build

2019-04-09 Thread Pierre Labastie
On 09/04/2019 18:07, Stefan Sperling wrote: > On Tue, Apr 09, 2019 at 05:52:30PM +0200, Stefan Sperling wrote: >> You are right, this looks like a problem in Subversion's configure script. >> It assumes that APR uses "d", "ld" or "lld" for this format string which >> is now a wrong assumption. >

Re: svn and svnserve hanging

2019-04-09 Thread Branko Čibej
On 09.04.2019 17:22, Vincent Lefevre wrote: > I got interesting information from the sysadmin of the server: > what the logs show is that a cron job reloads the unscd daemon > every 10 minutes, a multiple of 10. > > So, the hanging svnserve was started at about the same time as the > reload of the

Re: apr-1.7.0 breaks subversion build

2019-04-09 Thread Stefan Sperling
On Tue, Apr 09, 2019 at 05:52:30PM +0200, Stefan Sperling wrote: > You are right, this looks like a problem in Subversion's configure script. > It assumes that APR uses "d", "ld" or "lld" for this format string which > is now a wrong assumption. Pierre, could you please try this patch against

Re: apr-1.7.0 breaks subversion build

2019-04-09 Thread Stefan Sperling
On Tue, Apr 09, 2019 at 05:44:31PM +0200, Stefan Sperling wrote: > On Tue, Apr 09, 2019 at 04:57:56PM +0200, Pierre Labastie wrote: > > Hi, > > > > Following the instructions for reporting a bug, I write to this list. > > I'm not subscribed to the list, so thanks for CCing me when replying. > >

Re: apr-1.7.0 breaks subversion build

2019-04-09 Thread Stefan Sperling
On Tue, Apr 09, 2019 at 04:57:56PM +0200, Pierre Labastie wrote: > Hi, > > Following the instructions for reporting a bug, I write to this list. > I'm not subscribed to the list, so thanks for CCing me when replying. > I'm Pierre Labastie, one of the maintainers of BLFS [1]. I use the build >

apr-1.7.0 breaks subversion build

2019-04-09 Thread Pierre Labastie
Hi, Following the instructions for reporting a bug, I write to this list. I'm not subscribed to the list, so thanks for CCing me when replying. I'm Pierre Labastie, one of the maintainers of BLFS [1]. I use the build method described in the BLFS development book. Please ask if you need further

Re: svn and svnserve hanging

2019-04-09 Thread Vincent Lefevre
I got interesting information from the sysadmin of the server: what the logs show is that a cron job reloads the unscd daemon every 10 minutes, a multiple of 10. So, the hanging svnserve was started at about the same time as the reload of the unscd daemon. This was also the case when I had the

Re: svn and svnserve hanging

2019-04-09 Thread Branko Čibej
On 08.04.2019 18:38, Stefan Sperling wrote: >> Well, I forgot, there's at least an issue with svnserve. I got that >> in the past, and could reproduce it: once I kill the svn client >> with Ctrl-C and kill the SSH master too, the sshd terminates, but >> svnserve is still running, and now has 1 as

Understand call stack of subversion

2019-04-09 Thread Ranade, Tanvi
Hi , I am new to programming. I am asked to extend libsvn_fs to create new implementation for sqlite. So far , I have read the code , checked out and built subversion and went through schema of tables mentioned in berkeley DB implementation. Can anyone please explain how to figure out which