RE: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread Aaron Carey
Not sure if this helps, but we've been using docker to run Mesos on Centos 7 
hosts.


From: craig w [codecr...@gmail.com]
Sent: 23 March 2015 12:06
To: user@mesos.apache.org
Subject: Unable to install subversion-devel 1.8+ on CentOS 7

Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed by adding 
the Wandisco yum repo. However, it appears that subversion-devel 1.8+ requires 
libsasl2.so.2, which is not available on CentOS7.

I've seen one person try to create a symlink to libsasl2.so.3 and it worked 
[1], while another person found it did not work [2].

I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo and tried 
to install subversion-devel and it failed b/c of the libsasl2.so.2 missing. I 
tried creating a symlink (ln -s /usr/lib64/libsasl2.so.3 
/usr/lib64/libsasl2.so.2), restarting the server and installing 
subversion-devel still failed b/c of the libsasl issue:

Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
   Requires: libsasl2.so.2()(64bit)

Anyone had any success on CentOS 7 with Mesos 0.21+?

[1] - did work: http://unix.stackexchange.com/a/178408

[2] - did not 
work:http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7


Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
What OS is your docker image based on?

On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey  wrote:

>  Not sure if this helps, but we've been using docker to run Mesos on
> Centos 7 hosts.
>
>  --
> *From:* craig w [codecr...@gmail.com]
> *Sent:* 23 March 2015 12:06
> *To:* user@mesos.apache.org
> *Subject:* Unable to install subversion-devel 1.8+ on CentOS 7
>
>Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed
> by adding the Wandisco yum repo. However, it appears that subversion-devel
> 1.8+ requires libsasl2.so.2, which is not available on CentOS7.
>
>  I've seen one person try to create a symlink to libsasl2.so.3 and it
> worked [1], while another person found it did not work [2].
>
>  I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo
> and tried to install subversion-devel and it failed b/c of the
> libsasl2.so.2 missing. I tried creating a symlink (ln -s
> /usr/lib64/libsasl2.so.3 /usr/lib64/libsasl2.so.2), restarting the server
> and installing subversion-devel still failed b/c of the libsasl issue:
>
>  Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
>>Requires: libsasl2.so.2()(64bit)
>>
>
>  Anyone had any success on CentOS 7 with Mesos 0.21+?
>
>  [1] - did work: http://unix.stackexchange.com/a/178408
>
>  [2] - did not work:
> http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7
>



-- 

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links


Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
I had considered running Mesos in docker containers, however with Mesos
0.21 if the slaves are running in a container and you have tasks running in
containers, if the slave container were to exit/die, the tasks running in
containers would also exit. If running mesos-slave on the host, any tasks
that it had running will remain running even if the process dies. That's
why I hadn't gone that route. Have you considered that?

On Mon, Mar 23, 2015 at 8:15 AM, craig w  wrote:

> What OS is your docker image based on?
>
> On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey  wrote:
>
>>  Not sure if this helps, but we've been using docker to run Mesos on
>> Centos 7 hosts.
>>
>>  --
>> *From:* craig w [codecr...@gmail.com]
>> *Sent:* 23 March 2015 12:06
>> *To:* user@mesos.apache.org
>> *Subject:* Unable to install subversion-devel 1.8+ on CentOS 7
>>
>>Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed
>> by adding the Wandisco yum repo. However, it appears that subversion-devel
>> 1.8+ requires libsasl2.so.2, which is not available on CentOS7.
>>
>>  I've seen one person try to create a symlink to libsasl2.so.3 and it
>> worked [1], while another person found it did not work [2].
>>
>>  I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo
>> and tried to install subversion-devel and it failed b/c of the
>> libsasl2.so.2 missing. I tried creating a symlink (ln -s
>> /usr/lib64/libsasl2.so.3 /usr/lib64/libsasl2.so.2), restarting the server
>> and installing subversion-devel still failed b/c of the libsasl issue:
>>
>>  Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
>>>Requires: libsasl2.so.2()(64bit)
>>>
>>
>>  Anyone had any success on CentOS 7 with Mesos 0.21+?
>>
>>  [1] - did work: http://unix.stackexchange.com/a/178408
>>
>>  [2] - did not work:
>> http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7
>>
>
>
>
> --
>
> https://github.com/mindscratch
> https://www.google.com/+CraigWickesser
> https://twitter.com/mind_scratch
> https://twitter.com/craig_links
>
>


-- 

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links


RE: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread Aaron Carey
ah interesting.. what causes this difference?

I think this probably makes sense for our setup currently..


From: craig w [codecr...@gmail.com]
Sent: 23 March 2015 12:20
To: user@mesos.apache.org
Subject: Re: Unable to install subversion-devel 1.8+ on CentOS 7

I had considered running Mesos in docker containers, however with Mesos 0.21 if 
the slaves are running in a container and you have tasks running in containers, 
if the slave container were to exit/die, the tasks running in containers would 
also exit. If running mesos-slave on the host, any tasks that it had running 
will remain running even if the process dies. That's why I hadn't gone that 
route. Have you considered that?

On Mon, Mar 23, 2015 at 8:15 AM, craig w 
mailto:codecr...@gmail.com>> wrote:
What OS is your docker image based on?

On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey 
mailto:aca...@ilm.com>> wrote:
Not sure if this helps, but we've been using docker to run Mesos on Centos 7 
hosts.


From: craig w [codecr...@gmail.com<mailto:codecr...@gmail.com>]
Sent: 23 March 2015 12:06
To: user@mesos.apache.org<mailto:user@mesos.apache.org>
Subject: Unable to install subversion-devel 1.8+ on CentOS 7

Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed by adding 
the Wandisco yum repo. However, it appears that subversion-devel 1.8+ requires 
libsasl2.so.2, which is not available on CentOS7.

I've seen one person try to create a symlink to libsasl2.so.3 and it worked 
[1], while another person found it did not work [2].

I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo and tried 
to install subversion-devel and it failed b/c of the libsasl2.so.2 missing. I 
tried creating a symlink (ln -s /usr/lib64/libsasl2.so.3 
/usr/lib64/libsasl2.so.2), restarting the server and installing 
subversion-devel still failed b/c of the libsasl issue:

Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
   Requires: libsasl2.so.2()(64bit)

Anyone had any success on CentOS 7 with Mesos 0.21+?

[1] - did work: http://unix.stackexchange.com/a/178408

[2] - did not 
work:http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7



--

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links



--

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links


Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread craig w
https://issues.apache.org/jira/browse/MESOS-2115

On Mon, Mar 23, 2015 at 8:30 AM, Aaron Carey  wrote:

>  ah interesting.. what causes this difference?
>
> I think this probably makes sense for our setup currently..
>
>  --
> *From:* craig w [codecr...@gmail.com]
> *Sent:* 23 March 2015 12:20
> *To:* user@mesos.apache.org
> *Subject:* Re: Unable to install subversion-devel 1.8+ on CentOS 7
>
>   I had considered running Mesos in docker containers, however with Mesos
> 0.21 if the slaves are running in a container and you have tasks running in
> containers, if the slave container were to exit/die, the tasks running in
> containers would also exit. If running mesos-slave on the host, any tasks
> that it had running will remain running even if the process dies. That's
> why I hadn't gone that route. Have you considered that?
>
> On Mon, Mar 23, 2015 at 8:15 AM, craig w  wrote:
>
>> What OS is your docker image based on?
>>
>> On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey  wrote:
>>
>>>  Not sure if this helps, but we've been using docker to run Mesos on
>>> Centos 7 hosts.
>>>
>>>  --
>>> *From:* craig w [codecr...@gmail.com]
>>> *Sent:* 23 March 2015 12:06
>>> *To:* user@mesos.apache.org
>>> *Subject:* Unable to install subversion-devel 1.8+ on CentOS 7
>>>
>>> Mesos 0.21.0+ requires subversion-devel 1.8+, which can be
>>> installed by adding the Wandisco yum repo. However, it appears that
>>> subversion-devel 1.8+ requires libsasl2.so.2, which is not available on
>>> CentOS7.
>>>
>>>  I've seen one person try to create a symlink to libsasl2.so.3 and it
>>> worked [1], while another person found it did not work [2].
>>>
>>>  I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo
>>> and tried to install subversion-devel and it failed b/c of the
>>> libsasl2.so.2 missing. I tried creating a symlink (ln -s
>>> /usr/lib64/libsasl2.so.3 /usr/lib64/libsasl2.so.2), restarting the server
>>> and installing subversion-devel still failed b/c of the libsasl issue:
>>>
>>>  Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
>>>>Requires: libsasl2.so.2()(64bit)
>>>>
>>>
>>>  Anyone had any success on CentOS 7 with Mesos 0.21+?
>>>
>>>  [1] - did work: http://unix.stackexchange.com/a/178408
>>>
>>>  [2] - did not work:
>>> http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7
>>>
>>
>>
>>
>>  --
>>
>> https://github.com/mindscratch
>> https://www.google.com/+CraigWickesser
>> https://twitter.com/mind_scratch
>> https://twitter.com/craig_links
>>
>>
>
>
> --
>
> https://github.com/mindscratch
> https://www.google.com/+CraigWickesser
> https://twitter.com/mind_scratch
> https://twitter.com/craig_links
>
>


-- 

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links


RE: Unable to install subversion-devel 1.8+ on CentOS 7

2015-03-23 Thread Aaron Carey
Thanks, that's very useful to know!


From: craig w [codecr...@gmail.com]
Sent: 23 March 2015 12:41
To: user@mesos.apache.org
Subject: Re: Unable to install subversion-devel 1.8+ on CentOS 7

https://issues.apache.org/jira/browse/MESOS-2115

On Mon, Mar 23, 2015 at 8:30 AM, Aaron Carey 
mailto:aca...@ilm.com>> wrote:
ah interesting.. what causes this difference?

I think this probably makes sense for our setup currently..


From: craig w [codecr...@gmail.com<mailto:codecr...@gmail.com>]
Sent: 23 March 2015 12:20
To: user@mesos.apache.org<mailto:user@mesos.apache.org>
Subject: Re: Unable to install subversion-devel 1.8+ on CentOS 7

I had considered running Mesos in docker containers, however with Mesos 0.21 if 
the slaves are running in a container and you have tasks running in containers, 
if the slave container were to exit/die, the tasks running in containers would 
also exit. If running mesos-slave on the host, any tasks that it had running 
will remain running even if the process dies. That's why I hadn't gone that 
route. Have you considered that?

On Mon, Mar 23, 2015 at 8:15 AM, craig w 
mailto:codecr...@gmail.com>> wrote:
What OS is your docker image based on?

On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey 
mailto:aca...@ilm.com>> wrote:
Not sure if this helps, but we've been using docker to run Mesos on Centos 7 
hosts.


From: craig w [codecr...@gmail.com<mailto:codecr...@gmail.com>]
Sent: 23 March 2015 12:06
To: user@mesos.apache.org<mailto:user@mesos.apache.org>
Subject: Unable to install subversion-devel 1.8+ on CentOS 7

Mesos 0.21.0+ requires subversion-devel 1.8+, which can be installed by adding 
the Wandisco yum repo. However, it appears that subversion-devel 1.8+ requires 
libsasl2.so.2, which is not available on CentOS7.

I've seen one person try to create a symlink to libsasl2.so.3 and it worked 
[1], while another person found it did not work [2].

I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo and tried 
to install subversion-devel and it failed b/c of the libsasl2.so.2 missing. I 
tried creating a symlink (ln -s /usr/lib64/libsasl2.so.3 
/usr/lib64/libsasl2.so.2), restarting the server and installing 
subversion-devel still failed b/c of the libsasl issue:

Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
   Requires: libsasl2.so.2()(64bit)

Anyone had any success on CentOS 7 with Mesos 0.21+?

[1] - did work: http://unix.stackexchange.com/a/178408

[2] - did not 
work:http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7



--

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links



--

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links



--

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links


Re: Unable to install subversion-devel 1.8+ on CentOS 7

2015-06-14 Thread Benjamin Hindman
For posterity, try installing subversion-devel 1.9 on CentOS 7 instead of
1.8. We've updated our getting started documentation to reflect this as
well. The Wandisco SVN repository baseurl=
http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/$basearch/



On Mon, Mar 23, 2015 at 6:51 AM Aaron Carey  wrote:

>  Thanks, that's very useful to know!
>
>  --
> *From:* craig w [codecr...@gmail.com]
> *Sent:* 23 March 2015 12:41
>
> *To:* user@mesos.apache.org
> *Subject:* Re: Unable to install subversion-devel 1.8+ on CentOS 7
>   https://issues.apache.org/jira/browse/MESOS-2115
>
> On Mon, Mar 23, 2015 at 8:30 AM, Aaron Carey  wrote:
>
>>  ah interesting.. what causes this difference?
>>
>> I think this probably makes sense for our setup currently..
>>
>>  --
>> *From:* craig w [codecr...@gmail.com]
>> *Sent:* 23 March 2015 12:20
>> *To:* user@mesos.apache.org
>> *Subject:* Re: Unable to install subversion-devel 1.8+ on CentOS 7
>>
>>I had considered running Mesos in docker containers, however with
>> Mesos 0.21 if the slaves are running in a container and you have tasks
>> running in containers, if the slave container were to exit/die, the tasks
>> running in containers would also exit. If running mesos-slave on the host,
>> any tasks that it had running will remain running even if the process dies.
>> That's why I hadn't gone that route. Have you considered that?
>>
>> On Mon, Mar 23, 2015 at 8:15 AM, craig w  wrote:
>>
>>> What OS is your docker image based on?
>>>
>>> On Mon, Mar 23, 2015 at 8:11 AM, Aaron Carey  wrote:
>>>
>>>>  Not sure if this helps, but we've been using docker to run Mesos on
>>>> Centos 7 hosts.
>>>>
>>>>  --
>>>> *From:* craig w [codecr...@gmail.com]
>>>> *Sent:* 23 March 2015 12:06
>>>> *To:* user@mesos.apache.org
>>>> *Subject:* Unable to install subversion-devel 1.8+ on CentOS 7
>>>>
>>>> Mesos 0.21.0+ requires subversion-devel 1.8+, which can be
>>>> installed by adding the Wandisco yum repo. However, it appears that
>>>> subversion-devel 1.8+ requires libsasl2.so.2, which is not available on
>>>> CentOS7.
>>>>
>>>>  I've seen one person try to create a symlink to libsasl2.so.3 and it
>>>> worked [1], while another person found it did not work [2].
>>>>
>>>>  I created a CentOS 7 droplet on DigitalOcean, added the Wandisco repo
>>>> and tried to install subversion-devel and it failed b/c of the
>>>> libsasl2.so.2 missing. I tried creating a symlink (ln -s
>>>> /usr/lib64/libsasl2.so.3 /usr/lib64/libsasl2.so.2), restarting the server
>>>> and installing subversion-devel still failed b/c of the libsasl issue:
>>>>
>>>>  Error: Package: subversion-1.8.11-1.x86_64 (WandiscoSVN)
>>>>>Requires: libsasl2.so.2()(64bit)
>>>>>
>>>>
>>>>  Anyone had any success on CentOS 7 with Mesos 0.21+?
>>>>
>>>>  [1] - did work: http://unix.stackexchange.com/a/178408
>>>>
>>>>  [2] - did not work:
>>>> http://www.wandisco.com/svnforum/forum/smartsvn-community/smartsvn-help-and-support/69834-installing-subversion-command-line-client-on-centos-7
>>>>
>>>
>>>
>>>
>>>  --
>>>
>>> https://github.com/mindscratch
>>> https://www.google.com/+CraigWickesser
>>> https://twitter.com/mind_scratch
>>> https://twitter.com/craig_links
>>>
>>>
>>
>>
>> --
>>
>> https://github.com/mindscratch
>> https://www.google.com/+CraigWickesser
>> https://twitter.com/mind_scratch
>> https://twitter.com/craig_links
>>
>>
>
>
> --
>
> https://github.com/mindscratch
> https://www.google.com/+CraigWickesser
> https://twitter.com/mind_scratch
> https://twitter.com/craig_links
>
>