Re: cassandra 2.0.6 refuses to start

2014-04-01 Thread Marcin Cabaj
Strange, could you paste here output of: $ grep -n exec ./bin/cassandra On Mon, Mar 31, 2014 at 8:05 PM, Tim Dunphy wrote: > Is SELinux enabled? > > > Nope! It's disabled. > > > On Mon, Mar 31, 2014 at 2:50 PM, Michael Shuler wrote: > >> Is SELinux enabled? >> > > > > -- > GPG me!! > > gpg --

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Tim Dunphy
> > Is SELinux enabled? Nope! It's disabled. On Mon, Mar 31, 2014 at 2:50 PM, Michael Shuler wrote: > Is SELinux enabled? > -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Michael Shuler
Is SELinux enabled?

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Tim Dunphy
> > Have you tried to run it as another user, not root? Yep! With no change in result. I get the exact same error message running as a non-privileged user. Thanks Tim On Mon, Mar 31, 2014 at 12:08 PM, Marcin Cabaj wrote: > Have you tried to run it as another user, not root? > > > On Mon, Mar

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Marcin Cabaj
Have you tried to run it as another user, not root? On Mon, Mar 31, 2014 at 4:52 PM, Tim Dunphy wrote: > Hi Marcin, > > Thanks! I'm running the bash shell. And for some reason it also looks > like bash does understand 'exec'. > > [root@beta:~] #echo $SHELL > /bin/bash > [root@beta:~] #exec >

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Tim Dunphy
Hi Marcin, Thanks! I'm running the bash shell. And for some reason it also looks like bash does understand 'exec'. [root@beta:~] #echo $SHELL /bin/bash [root@beta:~] #exec Why it suddenly looses that understanding when it runs the cassandra start script, I have no clue. I even tried changing

Re: cassandra 2.0.6 refuses to start

2014-03-31 Thread Marcin Cabaj
Hi Tim, exec is a shell builtin command, what kind of shell do you use? Please run: $ echo $SHELL $ exec On Sat, Mar 29, 2014 at 11:10 PM, Tim Dunphy wrote: > hey all.. > > love using the cassandra database. however I've just installed 2.0.6 onto > a new host running CentOS 6.5 and when I