On 04/26/2013 01:53 PM, brian mullan wrote:
> https://bugs.launchpad.net/ubuntu/+source/arkose/+bug/1134972
> 
> Other than Arkose.. what alternatives are there to run an application
> container
> the starts will a web browser.
> 
> thanks
> brian

Ah right, I remember debugging this and tracking it down to a regression
in "su" but never bothered to fix it in 13.04 as another kernel bug was
leading to loop devices leakage.

My plan is to essentially rewrite Arkose to use the LXC API and extend
the API to cover all the cases I care about.

However for 13.04, you're a bit stuck. You can try to directly patch
/usr/bin/arkose, changing the "su %s -c \"command\"" call by something
like "sudo -u %s \"command\"" which workaround that su behaviour change
but if you hit the same bug I did, you'll be limited to 7 run of arkose
per boot of your machine due to that weird loop device kernel bug.


-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to