An additional update, I made the panic go away by doing the following:
$ sudo sysctl -w vm.dirty_ratio=10
$ sudo sysctl -w vm.dirty_background_ratio=5

$ sudo sysctl -p

$ sudo vi /etc/sysctl.conf

then i added the following lines at the bottom of this file:
vm.dirty_background_ratio = 5
vm.dirty_ratio = 10

then I reboot the system , when i try to enable the root cell of the jailhouse 
again by typing out "tools/jailhouse enable configs/myboard.cell", it does say 
"The Jailhouse is starting" however and more kernel panic messages however the 
following tasks are still blocked for more than 120 seconds:
"INFO: task mmcqd/1:104 blocked for more than 120 seconds"
"INFO: task kjournald:110 blocked for more than 120 seconds" and the 
installation is not moving forward, it's just stuck at one position. Now I am 
not sure what the error is, anyone aware of this?

Regards,
Swaraj Dube.

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" 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.

Reply via email to