Re: Rake: Error in building site

2014-11-11 Thread Sweta Rani
, 2014 at 8:15 PM, Ian Downes idow...@twitter.com.invalid wrote: Dave just fixed the markdown, thanks! On Mon, Nov 10, 2014 at 8:01 PM, Sweta Rani swetarani3...@gmail.com wrote: ruby --version ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] Yes, I ran 'middleman

Rake: Error in building site

2014-11-10 Thread Sweta Rani
Unable to build site from svn and git repository. Executed following commands: $ svn checkout https://svn.apache.org/repos/asf/mesos/site mesos-last-attempt $ cd mesos-last-attempt $ sudo HTTP_PROXY=http://10.3.100.207:8080; gem install bundler $ HTTP_PROXY=https://10.3.100.207:8080; bundle

Re: Rake: Error in building site

2014-11-10 Thread Sweta Rani
' as suggested? On Mon, Nov 10, 2014 at 1:03 PM, Sweta Rani swetarani3...@gmail.com wrote: Unable to build site from svn and git repository. Executed following commands: $ svn checkout https://svn.apache.org/repos/asf/mesos/site mesos-last-attempt $ cd mesos-last-attempt $ sudo HTTP_PROXY

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-07 Thread Sweta Rani
an example framework? On Thu, Nov 6, 2014 at 9:16 PM, Sweta Rani swetarani3...@gmail.com wrote: Cloning from svn repo gave following error: proxima@proxima-HP-Pavilion-m6-Notebook-PC:~/mesodoc$ rake Cloning Apache Mesos codebase Cloning into '/home/proxima/mesodoc/tmp/mesos

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-07 Thread Sweta Rani
But next I was trying to clone svn repo as I need to make changes in main.css so I would need help in that On Fri Nov 07 2014 at 3:57:52 PM Sweta Rani swetarani3...@gmail.com wrote: Yes I have done that. Now master and slave both are working. Thanks for help :) On Fri Nov 07 2014 at 3:55

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-07 Thread Sweta Rani
to contribute to Mesos (what is highly encouraged!) please check this guide https://mesos.apache.org/documentation/latest/mesos-developers-guide/. AFAIK, you don't need to clone any svn repos for this : ). On Fri, Nov 7, 2014 at 11:29 AM, Sweta Rani swetarani3...@gmail.com wrote: But next I was trying

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-07 Thread Sweta Rani
Alex, I am referring to http://mesos.apache.org/assets/css/main.css. On Fri Nov 07 2014 at 4:11:10 PM Sweta Rani swetarani3...@gmail.com wrote: Alex, I had followed those instruction and for that I cloned git repository but I don't have the asset folder in it where I need to make changes. So

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-07 Thread Sweta Rani
the others chime in. Best, Alex On Fri, Nov 7, 2014 at 11:59 AM, Sweta Rani swetarani3...@gmail.com wrote: Alex, I am referring to http://mesos.apache.org/assets/css/main.css. On Fri Nov 07 2014 at 4:11:10 PM Sweta Rani swetarani3...@gmail.com wrote: Alex, I had followed those

SVN : Connection Refused

2014-11-07 Thread Sweta Rani
Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site mesos-last-attempt, it gives following error: svn: E000111: Unable to connect to a repository at URL ' http://svn.apache.org/repos/asf/mesos/site' svn: E000111: Error running context: Connection refused I am using proxy so I

Fwd: SVN : Connection Refused

2014-11-07 Thread Sweta Rani
Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site mesos-last-attempt, it gives following error: svn: E000111: Unable to connect to a repository at URL ' http://svn.apache.org/repos/asf/mesos/site' svn: E000111: Error running context: Connection refused I am using proxy so I

Re: SVN : Connection Refused

2014-11-07 Thread Sweta Rani
-a-http-proxy-for-svn On Fri, Nov 7, 2014 at 8:10 AM, Sweta Rani swetarani3...@gmail.com wrote: Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site mesos-last-attempt, it gives following error: svn: E000111: Unable to connect to a repository at URL ' http://svn.apache.org

Re: SVN : Connection Refused

2014-11-07 Thread Sweta Rani
There is a problem as in the Rakefile the gem versions are outdated and gem install bundle installs the latest version. Therefore, executing rake gives error regarding activated gems: /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:34:in `block in setup': You have already activated

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-06 Thread Sweta Rani
to solve it by http://stackoverflow.com/questions/10745878/ubuntu-error-with-apache-98address-already-in-use but it didnt work for me. *Sweta Rani* On Wed, Nov 5, 2014 at 3:50 AM, Joris Van Remoortere jo...@mesosphere.io wrote: You need to make the directory and set the permissions to the user you

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-06 Thread Sweta Rani
() is written to STDERR F1106 19:51:22.737992 6367 process.cpp:1532] Failed to initialize, bind 0.0.0.0:5051: Address already in use [98] *** Check failure stack trace: *** Aborted (core dumped) *Sweta Rani* On Thu, Nov 6, 2014 at 7:07 PM, Alex Rukletsov a...@mesosphere.io wrote: Sweta, have

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-06 Thread Sweta Rani
How can I change port for mesos-slave from default 5051 to 5052? *Sweta Rani* On Thu, Nov 6, 2014 at 7:58 PM, Sweta Rani swetarani3...@gmail.com wrote: Alex, Done with master but unable to run slave using command ./bin/mesos-slave.sh --master=127.0.0.1:5050 Also the port 5051 is allocated

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-06 Thread Sweta Rani
:55:38 PM Joris Van Remoortere jo...@mesosphere.io wrote: If you run: mesos-slave.sh --help Then you will see all the options you can pass to the slave. One of them is --port=VALUE Joris On Thu, Nov 6, 2014 at 6:39 AM, Sweta Rani swetarani3...@gmail.com wrote: How can I change port

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-04 Thread Sweta Rani
*Sweta Rani* On Tue, Nov 4, 2014 at 2:50 PM, Adam Bordelon a...@mesosphere.io wrote: As an alternate workaround, if you don't need the Java support (you're not running a JVM framework like Spark/Hadoop/Marathon), then you could use `configure --disable-java` to skip all the maven/pom build

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-11-03 Thread Sweta Rani
, Oct 31, 2014 at 2:36 PM, Sweta Rani swetarani3...@gmail.com wrote: Tried wget for all the given https, it was successful but still after that make was not successful and make check says YOU HAVE 3 DISABLED TESTS proxima@Centauri:~/mesos/build$ wget http://repo.maven.apache.org/maven2/org

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-10-31 Thread Sweta Rani
make[1]: *** [java/target/mesos-0.21.0.jar] Error 1 make[1]: Leaving directory `/home/proxima/mesos/build/src' make: *** [all-recursive] Error 1 On Fri Oct 31 2014 at 1:09:15 PM Sweta Rani swetarani3...@gmail.com wrote: yaa.. followed the steps as directed in the documentation *Sweta Rani

Re: Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-10-31 Thread Sweta Rani
...@mesosphere.io wrote: That seems like you might have a connectivity / firewall issue. Can you try just doing a wget on that artifact? On Fri, Oct 31, 2014 at 1:56 PM, Sweta Rani swetarani3...@gmail.com wrote: I tried it again but failed with following errors : make[1]: Entering directory `/home

Unable to install Mesos on Ubuntu 14.04. Error during 'make'

2014-10-30 Thread Sweta Rani
directory `/home/proxima/mesos/build/src' make[1]: *** No rule to make target `all'. Stop. make[1]: Leaving directory `/home/proxima/mesos/build/src' make: *** [all-recursive] Error 1 *Sweta Rani*

Patch for MESOS-1647 (Fix Text formatting in web documentation)

2014-10-20 Thread Sweta Rani
. Thanking You, *Sweta Rani*