Re: [Lxc-users] usb devices

2010-08-03 Thread Toby Corkindale
On 03/08/10 17:44, Nirmal Guhan wrote: On Mon, Aug 2, 2010 at 6:07 PM, Toby Corkindale toby.corkind...@strategicdata.com.au wrote: On 03/08/10 09:04, Nirmal Guhan wrote: 4) Hot swap does not work within the container. After usb device is reinserted, container cannot recognize it but host can

Re: [Lxc-users] usb devices

2010-08-02 Thread Toby Corkindale
On 03/08/10 09:04, Nirmal Guhan wrote: Hi, Am running fedora 12 with 2.6.32.10-90.fc12.i686 kernel. Currently I use bind mount to access usb disks. For instance : /media /lxc/f12/usbdisk none bind 0 0 udev mounts usb devices on /media. There are some issues with this approach : 1) Since

Re: [Lxc-users] New Kernel 2.6.35 from Ubuntu PPA

2010-07-22 Thread Toby Corkindale
On 23/07/10 03:32, Osvaldo Filho wrote: Is safe the use of new LXC with 2.6.35 kernel from here: https://launchpad.net/~kernel-ppa/+archive/ppa?field.series_filter=lucid Unfortunately I think they're only building the new kernels for Maverick; the lucid ones are like, 2.6.35-rc1, whereas the

Re: [Lxc-users] Question regarding LXC

2010-05-31 Thread Toby Corkindale
On 31/05/10 16:31, Ronald Artos wrote: Good Day! Currently I've done configuring one Ubuntu 10.04 container inside my Ubuntu 10.04 host. But not with the widely used procedure found here http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-lucid-containers/, rather I just download the

Re: [Lxc-users] Question regarding LXC

2010-05-31 Thread Toby Corkindale
On 31/05/10 18:27, Ronald Artos wrote: Will containers uses the host kernel or it's own kernel? The host kernel. On Mon, May 31, 2010 at 2:44 PM, Toby Corkindale toby.corkind...@strategicdata.com.au mailto:toby.corkind...@strategicdata.com.au wrote: On 31/05/10 16:31, Ronald Artos

Re: [Lxc-users] Dreadful network performance, only to host from container

2010-05-27 Thread Toby Corkindale
On 27/05/10 18:06, atp wrote: As requested: ifconfig br0 from the host br0 Link encap:Ethernet HWaddr 00:1e:37:4d:8c:d8 inet addr:192.168.1.206 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::21e:37ff:fe4d:8cd8/64 Scope:Link UP BROADCAST

Re: [Lxc-users] Dreadful network performance, only to host from container

2010-05-27 Thread Toby Corkindale
On 27/05/10 19:52, Daniel Lezcano wrote: On 05/27/2010 10:21 AM, Toby Corkindale wrote: On 27/05/10 18:06, atp wrote: As requested: ifconfig br0 from the host br0 Link encap:Ethernet HWaddr 00:1e:37:4d:8c:d8 inet addr:192.168.1.206 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80

Re: [Lxc-users] Dreadful network performance, only to host from container

2010-05-27 Thread Toby Corkindale
On 28/05/10 05:55, Matt Bailey wrote: /usr/sbin/ethtool -K br0 sg off /usr/sbin/ethtool -K br0 tso off Might fix your problem, YMMV; this worked for me. Bam! Problem fixed. All I needed was the 'sg' option - tso wasn't enabled anyway. Now getting a healthy 15-16 mbyte/sec. Thanks for