WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] remus error

To: ashish.bijlani@xxxxxxxxx, jeremy@xxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] remus error
From: Ashish Bijlani <ashish.bijlani@xxxxxxxxx>
Date: Thu, 4 Mar 2010 02:16:42 -0500
Cc:
Delivery-date: Wed, 03 Mar 2010 23:17:17 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=GoZyae89VaQi3O14mSiGqLL/G52/LcruOz/JNvGIwWY=; b=VJC/qgzum2cqvW32BvqU+ArgqqA5htPqyEPQhA+zbMw5naQHMOXc7hGem4WPD9dRUJ dod+0vpaXoww7cJQy2WOGV01P5MJm9YaZsVISx27MaOoB4aAJBq6lN2348508XwwWFst HZS1Dxdv6M+JrW/ePTaTejvTNUA+oSVOasX+c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=e8mOkn9Z46MH6g5QwSsPwtGMRs6Xr3kPF6hRJX3jayMFHJ34lpPFlWgliuUa/bRoRg 1ohmImNW6cboAT6VUf3NeKUMZ/vbCx0poI3kzqak7p308VdDTz28XYF11PI7nJ+CNGB6 drpnTaLgU7GDKcnzQ80GVJzcR54yOIutNg4zk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100304070958.GA92259@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <ec55b17e1002271954u24ff87cbt5bb397d3b8f9d783@xxxxxxxxxxxxxx> <4B8A0375.6040207@xxxxxxxx> <ec55b17e1003032250s546cddc7wdbac921f4658016f@xxxxxxxxxxxxxx> <20100304070958.GA92259@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
"tc qdisc" works fine I guess:

qdisc pfifo_fast 0: dev peth0 root bands 3 priomap  1 2 2 2 1 2 0 0 1
1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev imq0 root bands 3 priomap  1 2 2 2 1 2 0 0 1 1
1 1 1 1 1 1
qdisc pfifo_fast 0: dev vif3.0 root bands 3 priomap  1 2 2 2 1 2 0 0 1
1 1 1 1 1 1 1

what could be missing?

Thanks,
Ashish

On Thu, Mar 4, 2010 at 2:09 AM, Brendan Cully <brendan@xxxxxxxxx> wrote:
> Sounds like your kernel is missing netlink support. I don't remember
> the exact config option required, but if 'tc qdisc' (from the iproute
> package) works, that probably means you've enabled the right
> option. As I think I mentioned before, turning on something like Token
> Bucket Filter ought to drag in the necessary dependencies.
>
> On Thursday, 04 March 2010 at 01:50, Ashish Bijlani wrote:
>> I'd to modify remus sch_queue ebt_imq kmod to work with pvops (2.6.31.6)
>>
>> Now, I'm getting a different error with "remus -i 100 PVM 192.168.1.5"
>>
>> PROF: suspending at 1267684430.539464
>> installing buffer on imq0
>> RTNETLINK answers: No such file or directory
>> ERROR Internal error: Suspend request failed
>> ERROR Internal error: Domain appears not to have suspended
>> Save exit rc=1
>> Traceback (most recent call last):
>>   File "/usr/bin/remus", line 359, in <module>
>>     run(cfg)
>>   File "/usr/bin/remus", line 340, in run
>>     for buf in bufs:
>>   File "/usr/bin/remus", line 277, in postsuspend
>>     buf.postsuspend()
>>   File "/usr/bin/remus", line 159, in postsuspend
>>     self._setup()
>>   File "/usr/bin/remus", line 185, in _setup
>>     self.rth.talk(req.pack())
>>   File "/usr/local/lib/python2.6/dist-packages/xen/remus/netlink.py",
>> line 314, in talk
>>     self._rth.talk(req)
>> IOError: error sending message
>>
>>
>> "remus --no-net PVM 192.168.1.5" works and imq0 exists, I don't know
>> what is missing...any inputs?
>>
>> Thanks,
>> Ashish
>>
>> On Sun, Feb 28, 2010 at 12:47 AM, Jeremy Fitzhardinge <jeremy@xxxxxxxx> 
>> wrote:
>> > On 02/27/2010 07:54 PM, Ashish Bijlani wrote:
>> >>
>> >> I fail to use remus with xen-unstable (4.0.0-rc4)+ Linux-2.6-pvops:
>> >>
>> >> # sudo remus -i 100 PVM 192.168.1.3
>> >> modprobe sch_queue
>> >> FATAL: Module sch_queue not found.
>> >>
>> >
>> > As far as I know, there hasn't been enough work done to make remus work 
>> > with
>> > pvops kernels yet.
>> >
>> >    J
>> >
>>
>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>