On Tue, Aug 9, 2016 at 4:55 AM, Stefan Monnier <[email protected]> wrote: > I recently noticed two problems with my Orange Pi mini running Debian's > stock 4.6.0-1-armmp kernel: > > - Reboot doesn't work. I think this has been the case "for ever", but > I just noticed that it's still the same (in the last few months > I never rebooted this machine, so I didn't notice the problem very > much): if I do "reboot" the machine does most of the shutdown > procedure (at least, according to the sound of the HDD), but it > then gets stuck there waiting for something. > The same works fine with the same rootfs on a BananaPi.
Can you try if that works: echo b > /proc/sysrq-trigger That's the hardcore version of "reboot" which does wait any process to nicely terminate, including filesystems. -- Benjamin Henrion <bhenrion at ffii.org> FFII Brussels - +32-484-566109 - +32-2-3500762 "In July 2005, after several failed attempts to legalise software patents in Europe, the patent establishment changed its strategy. Instead of explicitly seeking to sanction the patentability of software, they are now seeking to create a central European patent court, which would establish and enforce patentability rules in their favor, without any possibility of correction by competing courts or democratically elected legislators." -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
