<div dir="ltr">So I wanted to try out rpc test.<div><br></div><div>I'm guessing that:</div><div>In test.py, the rpc_pb2 is really:</div><div><br></div><div><div>from protobuf.socketrpc import rpc_pb2 as rpc</div></div>
<div><br></div><div>I have protobuf: </div><div><br></div><div>Metadata-Version: 1.1</div><div>Name: protobuf.socketrpc</div><div>Version: 1.3.2</div><div>Summary: a Python implementation of protobuf RPC over sockets</div>
<div>Home-page: <a href="http://code.google.com/p/protobuf-socket-rpc/">http://code.google.com/p/protobuf-socket-rpc/</a></div><div>Author: Shardul Deo</div><div>Author-email: <a href="mailto:shardul.deo@gmail.com">shardul.deo@gmail.com</a></div>
<div><br></div><div>I started criu service.</div><div>I found it's socket, as:</div><div>/run/criu_service.socket</div><div><br></div><div>Then changing in test.py:</div><div><br></div><div><div>s.connect('/run/criu_service.socket')</div>
</div><div><br></div><div>I got as far as:</div><div><div><string> in <module>()</div><div><br></div><div><br></div></div><div><div># Recv response</div><div>resp<span class="" style="white-space:pre">                </span>= rpc.criu_resp()</div>
</div><div><br></div><div>AttributeError: 'module' object has no attribute 'criu_req'<br></div><div><br></div><div>Any ideas?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 4, 2014 at 2:53 PM, Pavel Emelyanov <span dir="ltr"><<a href="mailto:xemul@parallels.com" target="_blank">xemul@parallels.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 01/04/2014 11:42 PM, Neal Becker wrote:<br>
> I didn't see it. I just thought the patch was ignoring some error, and was asking if that was OK.<br>
<br>
</div>Ah, I see. No, it just checks that mounts were collected and emits an error message<br>
otherwise.<br>
<div class="im"><br>
> Oh, you can use my name.<br>
<br>
</div>Thanks! :)<br>
</blockquote></div><br></div>