[22:12] hi, is there anyone alive who could help me track one issue? poweroff from upstart is broadcasting message about system going "for power off" but it's not doing actual poweroff. Nothing else happens. This is custom distro that wants to use upstart [22:17] I'm looking into ubuntu configs and actually I don't see where poweroff events are handled [22:31] strace shows that init gets some message with "INIT_HALT=POWEROFF" but does nothing [22:42] Nov 21 23:42:02 arm init: event_new: Pending runlevel event [22:42] Nov 21 23:42:02 arm init: event_finished: Finished runlevel event [22:42] but hm, nothing is run [23:21] "telinit 0" on the other hand works well [23:26] "shutdown -P" now also does nothing but "shutdown -P now -h' shutdowns system and powersoff [23:26] while according to manual -P implies -h [23:26] s/manual/shutdown --help/ [23:39] looks like NIH_MUST (e = nih_sprintf (NULL, "INIT_HALT=%s", init_halt)); [23:40] or any other env sent (NIH_MUST (e = nih_sprintf (NULL, "BLABLA=ZIMA"));) [23:40] causes init to behave wrongly