This might be an issue with selinux. You can try this quickly to temporarily disable selinux enforcement: /usr/sbin/setenforce 0 (as root)
and then start cassandra as your user. On Fri, Nov 26, 2010 at 1:00 AM, Jason Pell <jasonmp...@gmail.com> wrote: > I restarted the box :-) so it's well and truly set > > Sent from my iPhone > On Nov 26, 2010, at 17:57, Brandon Williams <dri...@gmail.com> wrote: > > On Thu, Nov 25, 2010 at 10:02 PM, Jason Pell <ja...@pellcorp.com> wrote: >> >> Hi, >> >> I have set the memlock limit to unlimited in /etc/security/limits.conf >> >> [devel...@localhost apache-cassandra-0.7.0-rc1]$ ulimit -l >> 0 >> >> Running as a non root user gets me a Unknown mlockall error 1 > > Have you tried logging out and back in after changing limits.conf? > -Brandon