iwd + dinit prevent shutdown 09 November 2022, 14:47:59 https://github.com/davmac314/dinit/issues/124dinit + iwd prevent my system from shutdowni never try it with other init system. but i've try it with openrc and everything works fine.i attached a screenshot, bellow.i can how ever, do un-graceful shutdown by using emergency shutdown sysreq.Note: if i start iwd manually `dinitctl start iwd` then try to kill it `dinitctl stop iwd`, it stuck and i cant switch to back google chrome. it frooze my DE.https://github.com/davmac314/dinit/issues/124 Last Edit: 09 November 2022, 15:22:26 by boku
Re: iwd + dinit prevent shutdown Reply #1 – 09 November 2022, 15:35:38 Quote from: boku – on 09 November 2022, 14:47:59i can how ever, do un-graceful shutdown by using emergency shutdown sysreq.I would try with loginctl poweroff.
Re: iwd + dinit prevent shutdown Reply #2 – 09 November 2022, 16:14:48 Quote from: lq – on 09 November 2022, 15:35:38I would try with loginctl poweroff.unfortunately it did not work Last Edit: 09 November 2022, 16:20:06 by boku
Re: iwd + dinit prevent shutdown Reply #3 – 12 November 2022, 23:40:14 (Note that this turned out to be due to a kernel bug. See the issue in Dinit's github linked above for details). 1 Likes
Re: iwd + dinit prevent shutdown Reply #4 – 13 November 2022, 12:20:03 Quote from: davmac – on 12 November 2022, 23:40:14(Note that this turned out to be due to a kernel bug. See the issue in Dinit's github linked above for details).This is not a kernel bug. I would think about the content of the line 1326.https://github.com/davmac314/dinit/blob/master/src/dinitctl.cc
Re: iwd + dinit prevent shutdown Reply #5 – 15 November 2022, 22:25:09 Quote from: lq – on 13 November 2022, 12:20:03This is not a kernel bug. I would think about the content of the line 1326.https://github.com/davmac314/dinit/blob/master/src/dinitctl.ccI don't know what you mean. This issue was caused by a kernel bug (a null pointer dereference in the wireless stack), which was reported in the kernel log (as seen by the `dmesg` command). It's not clear to me what you think the significance of line 1326 is nor what you believe is wrong with it.