kernel 2.6.27 will not support kill_proc();
This function operated on a pid_t to kill a task, which is no longer valid in a containerized system. kill_proc() is included in include/linux/sched.h and kernel/signal.c.
i have modified the drcom.c which is used for drcom module.
patch for drcom 1.4.7 in kernel 2.6.27
drcom