Ubuntu 14.04 / VisualSVN Windows authentication
I had this working, and then the Ubuntu server got rebooted, and now I'm getting authentication errors for update / checkout, although info still works. net ads join -k succeeds, kinit succeeds, klist shows as expected, svn up gives Updating '.': svn: E120191: Unable to connect to a repository at URL 'https://[URL]' svn: E120191: Error running context: The requested authentication type(s) are not supported Again, up through Friday, this was working. Any ideas?
Re: Ubuntu 14.04 / VisualSVN Windows authentication
Hi Cathy, On 5/31/2016 20:10, Cathy Mullican wrote: > I had this working, and then the Ubuntu server got rebooted, and now > I'm getting authentication errors for update / checkout, although info > still works. > > net ads join -k succeeds, kinit succeeds, klist shows as expected, svn up > gives > Updating '.': > svn: E120191: Unable to connect to a repository at URL 'https://[URL]' > svn: E120191: Error running context: The requested authentication > type(s) are not supported > > Again, up through Friday, this was working. Any ideas? Please provide a couple of basic details: - SVN client version - VisualSVN server version Regards, Stefan smime.p7s Description: S/MIME Cryptographic Signature
Re: Ubuntu 14.04 / VisualSVN Windows authentication
Client version info: svn --version svn, version 1.8.8 (r1568071) compiled Aug 20 2015, 12:51:30 on x86_64-pc-linux-gnu Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see http://subversion.apache.org/ The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - using serf 1.3.3 - handles 'http' scheme - handles 'https' scheme VisualSVN version is 3.5.3. On Tue, May 31, 2016 at 11:40 AM, Stefan wrote: > Hi Cathy, > > On 5/31/2016 20:10, Cathy Mullican wrote: >> I had this working, and then the Ubuntu server got rebooted, and now >> I'm getting authentication errors for update / checkout, although info >> still works. >> >> net ads join -k succeeds, kinit succeeds, klist shows as expected, svn up >> gives >> Updating '.': >> svn: E120191: Unable to connect to a repository at URL 'https://[URL]' >> svn: E120191: Error running context: The requested authentication >> type(s) are not supported >> >> Again, up through Friday, this was working. Any ideas? > > Please provide a couple of basic details: > - SVN client version > - VisualSVN server version > > Regards, > Stefan > >
Re: Ubuntu 14.04 / VisualSVN Windows authentication
Hi, On 5/31/2016 20:46, Cathy Mullican wrote: > Client version info: > svn --version > svn, version 1.8.8 (r1568071) >compiled Aug 20 2015, 12:51:30 on x86_64-pc-linux-gnu > > Copyright (C) 2013 The Apache Software Foundation. > This software consists of contributions made by many people; > see the NOTICE file for more information. > Subversion is open source software, see http://subversion.apache.org/ > > The following repository access (RA) modules are available: > > * ra_svn : Module for accessing a repository using the svn network protocol. > - with Cyrus SASL authentication > - handles 'svn' scheme > * ra_local : Module for accessing a repository on local disk. > - handles 'file' scheme > * ra_serf : Module for accessing a repository via WebDAV protocol using serf. > - using serf 1.3.3 > - handles 'http' scheme > - handles 'https' scheme > > VisualSVN version is 3.5.3. First thing I'd try is to run with a more up to date SVN client with at least serf 1.3.4 (preferably 1.3.8 though) and SVN 1.8.10 (preferably 1.8.16). Both of these contain fixes which are related to setting up connections via https. You could also try out a more up to date client (1.9.4), if that's feasible on your environment. Regards, Stefan smime.p7s Description: S/MIME Cryptographic Signature
Re: Ubuntu 14.04 / VisualSVN Windows authentication
I don't think newer versions are easily available for Ubuntu 14.04, but I also don't think any of that has changed since it was working on Friday. The server was rebooted; I'm assuming something didn't re-start correctly due to a misconfiguration, but I'm not sure what, since I can join the domain and kinit without error. On Tue, May 31, 2016 at 12:22 PM, Stefan wrote: > Hi, > On 5/31/2016 20:46, Cathy Mullican wrote: >> Client version info: >> svn --version >> svn, version 1.8.8 (r1568071) >>compiled Aug 20 2015, 12:51:30 on x86_64-pc-linux-gnu >> >> Copyright (C) 2013 The Apache Software Foundation. >> This software consists of contributions made by many people; >> see the NOTICE file for more information. >> Subversion is open source software, see http://subversion.apache.org/ >> >> The following repository access (RA) modules are available: >> >> * ra_svn : Module for accessing a repository using the svn network protocol. >> - with Cyrus SASL authentication >> - handles 'svn' scheme >> * ra_local : Module for accessing a repository on local disk. >> - handles 'file' scheme >> * ra_serf : Module for accessing a repository via WebDAV protocol using serf. >> - using serf 1.3.3 >> - handles 'http' scheme >> - handles 'https' scheme >> >> VisualSVN version is 3.5.3. > First thing I'd try is to run with a more up to date SVN client with at > least serf 1.3.4 (preferably 1.3.8 though) and SVN 1.8.10 (preferably > 1.8.16). > Both of these contain fixes which are related to setting up connections > via https. > > You could also try out a more up to date client (1.9.4), if that's > feasible on your environment. > > Regards, > Stefan >
Re: Ubuntu 14.04 / VisualSVN Windows authentication
Problem solved; an OS update had pointed /usr/lib/x86_64-linux-gnu/libserf-1.so.1 to the unpatched[1] libserf; updating the link to point to the correct file fixed the problem. [1] https://bugs.launchpad.net/ubuntu/+source/serf/+bug/1303167 -- why Ubuntu never released a version with the patch is beyond me. On Tue, May 31, 2016 at 12:32 PM, Cathy Mullican wrote: > I don't think newer versions are easily available for Ubuntu 14.04, > but I also don't think any of that has changed since it was working on > Friday. The server was rebooted; I'm assuming something didn't > re-start correctly due to a misconfiguration, but I'm not sure what, > since I can join the domain and kinit without error. > > On Tue, May 31, 2016 at 12:22 PM, Stefan wrote: >> Hi, >> On 5/31/2016 20:46, Cathy Mullican wrote: >>> Client version info: >>> svn --version >>> svn, version 1.8.8 (r1568071) >>>compiled Aug 20 2015, 12:51:30 on x86_64-pc-linux-gnu >>> >>> Copyright (C) 2013 The Apache Software Foundation. >>> This software consists of contributions made by many people; >>> see the NOTICE file for more information. >>> Subversion is open source software, see http://subversion.apache.org/ >>> >>> The following repository access (RA) modules are available: >>> >>> * ra_svn : Module for accessing a repository using the svn network protocol. >>> - with Cyrus SASL authentication >>> - handles 'svn' scheme >>> * ra_local : Module for accessing a repository on local disk. >>> - handles 'file' scheme >>> * ra_serf : Module for accessing a repository via WebDAV protocol using >>> serf. >>> - using serf 1.3.3 >>> - handles 'http' scheme >>> - handles 'https' scheme >>> >>> VisualSVN version is 3.5.3. >> First thing I'd try is to run with a more up to date SVN client with at >> least serf 1.3.4 (preferably 1.3.8 though) and SVN 1.8.10 (preferably >> 1.8.16). >> Both of these contain fixes which are related to setting up connections >> via https. >> >> You could also try out a more up to date client (1.9.4), if that's >> feasible on your environment. >> >> Regards, >> Stefan >>