Aerospike on boot (debian)

Hey,

I got some trouble running aero on boot. First of all it seems your init scripts are bugged (its not possible to use them with rcconf). Your Version:

### BEGIN INIT INFO
# Provides:             asd
# Required-Start:
# Required-Stop:
# Default-Start:
# Deafult-Stop:
# Short-Description:    Aerospike Clustered Data Service
### END INIT INFO

a correct one:

### BEGIN INIT INFO 
# Provides:          asd 
# Required-Start:    $local_fs $remote_fs
# Required-Stop:     $local_fs $remote_fs
# Should-Start:
# Should-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Aerospike Clustered Data Service
### END INIT INFO

All three initscipts (amc, aerospike, aerospike_xdr) are affected. After fixing this issue, and adding aero to boot up i got following stacktrace:

http://fs2.directupload.net/images/150307/omjwvol5.png

Thats what pretends me for running aero on boot (same issue with /etc/rc.local & crontab @reboot). Could you please fix this old signal handler / tell me a way to run aero on boot?

PS: Your constraints about new user and attaching pictures in topics prevents me from attaching a picture

#env: root@aero:~# uname -a Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux

root@aero:~# cat /etc/debian_version 7.8

Hello-

Thank you for mentioning this issue. We are reviewing it with a developer. We have reproduced the issue with Debian 7.8 and Aerospike 3.5.3 (community). We will let you know our progress.

Thank you,

-DM