From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ashish Bijlani Subject: Re: remus error Date: Thu, 4 Mar 2010 01:50:08 -0500 Message-ID: References: <4B8A0375.6040207@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4B8A0375.6040207@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: brendan@cs.ubc.ca, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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=3D1 Traceback (most recent call last): File "/usr/bin/remus", line 359, in 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 wro= te: > 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 w= ith > pvops kernels yet. > > =A0 =A0J >