seyyed / scalaris

Automatically exported from code.google.com/p/scalaris
Apache License 2.0
0 stars 0 forks source link

scalarisctl boot start is broken #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. scalarisctl boot start 
2. scalarisctl node start
3. No node is able to join.

What is the expected output? What do you see instead?

Nodes should be able to join.

What version of the product are you using? On what operating system?

r543. Linux.

Please provide any additional information below.

Add "-boot_cs first true" to boostart in scalarisctl.

Original issue reported on code.google.com by natalija...@gmail.com on 2 Feb 2010 at 9:46

GoogleCodeExporter commented 8 years ago
Good point. For development we usually use boot.sh and cs_local.sh. I will 
change
both scripts to use scalarisctl.

scalarisctl also has a minimal set of tests for checking whether your 
installation is
in order.

Original comment by schu...@gmail.com on 3 Feb 2010 at 12:06

GoogleCodeExporter commented 8 years ago
Sorry to pester, but the other changes broke scalarisctl for me. What i usually 
do is: ./configure --
prefix=/opt/scalaris && make install and use it from there. The last change 
seems to have break the detection of 
where things are located.

Original comment by natalija...@gmail.com on 3 Feb 2010 at 6:13

GoogleCodeExporter commented 8 years ago
I updated the scalarisctl in r549. This one works for me with make install as 
well as
in-place.

Original comment by schu...@gmail.com on 4 Feb 2010 at 1:51

GoogleCodeExporter commented 8 years ago

Original comment by schu...@gmail.com on 15 Feb 2010 at 8:34