BBB + debian-8.4-iot-4gb + battery = SHUTDOWN

Hello everybody,

root@beaglebone:/# uname -a
Linux beaglebone 4.4.9-ti-r25 #1 SMP Thu May 5 23:08:13 UTC 2016 armv7l GNU/Linux

My board is powered by 5V and is connected to a battery for use by backup/ups/safe_shutdown. When I take off the power supply, the board goes off in a few seconds,
without switching to battery.
I can not understand why not switch to battery.
I note that the board works perfectly if powered only by a battery.
the problem arises only when there is no 5V.
I can not find the service that manages the shutdown.

Is there a way to avoid this behavior by software??

Thanks

$ sudo apt-get remove acpid should do the trick.

I thank you for the answer,
unfortunately in this kernel version and this version of debian,
the acpid service is no longer running, so the problem remains.
It will be due to some other service.
any other ideas?

So, if you’re running Jessie, there may be some other kind of service I’m currently unaware of handling these same duties. Which exactly, I’m not sure. But this could also be another difference between the TI, and bone kernels.

There was some discussion on this a few month back, it’s possible someone from TI decided to implement new code within the kernel to handle this ?