On Sat, Mar 29, 2014 at 3:47 AM, Erwin Ried <[email protected]> wrote: > If I use this > http://debian.beagleboard.org/images/bone-debian-7.4-2014-03-27-2gb.img.xz > in the BBB using a microsd, I can't turn it off or reboot (from UI or SSH). > Why? (there is no debian in the internal mmc)
It's just a permission problem with systemd and a new feature enabled in that image. (USB serial gadget driver enabled over the usb connection) However systemd is not allowing you to reboot/halt To fix: sudo rm /etc/systemd/system/getty.target.wants/[email protected] and hard reboot it.. It'll then work as expected. I'm waiting for a response from systemd experts on what we can do. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" 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.
