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 --
>
> 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
Is SELinux enabled?
>
> 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
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
>
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
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