Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Robert Nelson
On Sat, Mar 29, 2014 at 3:47 AM, Erwin Ried erwinr...@gmail.com 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/getty@ttyGS0.service

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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Erwin Ried
Thanks Robert, is this related with the hanging daemon too (the one related 
with the UI becoming unresponsive?, I don't remember the exact name -starts 
with w- but sometimes a msgbox pops with this warning)

On Saturday, March 29, 2014 11:07:03 AM UTC-3, RobertCNelson wrote:

 On Sat, Mar 29, 2014 at 3:47 AM, Erwin Ried erwi...@gmail.comjavascript: 
 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/getty@ttyGS0.service 

 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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Robert Nelson
On Sat, Mar 29, 2014 at 10:26 AM, Erwin Ried erwinr...@gmail.com wrote:
 Thanks Robert, is this related with the hanging daemon too (the one related
 with the UI becoming unresponsive?, I don't remember the exact name -starts
 with w- but sometimes a msgbox pops with this warning)

Yeah, it would start the shutdown process, so things like wicd-*
would get half shutdown, before systemd decides, no we can't actually
shutdown..

So just remove that file for the time being, it'll be exactly like the
previous beta's

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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.