[Bug 645625] Re: lxc container can power-off host machine

2012-12-09 Thread Lawrance
thanks for your infomation,Serge -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/645625 Title: lxc container can power-off host machine To manage notifications about this bug go to:

[Bug 645625] Re: lxc container can power-off host machine

2012-12-02 Thread Lawrance
can somebody show we how to solve this problem with appamor, i install openstack with lxc installed, and i can use echo b /proc/sysrq-trigger to power-off host. sorry,i'am newbie to appamor... thanks -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-12-02 Thread Lawrance
i solve the problem by “modprobe nbd nbds_max=30” and vi /usr/lib/python2.7/dist-packages/nova/virt/disk/nbd.py ... cfg.IntOpt('max_nbd_devices', default=30, ##check it here help='maximum number of possible nbd devices') .. -- You