<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Sorry for the late reply. I appreciate your response, I&#39;m not familiar with podman (took a quick peek on what it is, seems interesting).</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I&#39;ve no time to further chase this, but I&#39;ll keep your advice in mind tho&#39;. I&#39;ll respond to this thread if I ever figure out the problem :)</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Best,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Robert </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 11, 2020 at 5:51 PM Adrian Reber &lt;<a href="mailto:adrian@lisas.de">adrian@lisas.de</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, Mar 07, 2020 at 10:27:07PM +0100, Róbert Kohányi wrote:<br>
&gt; I&#39;m doing a C/R of a Docker container running a NodeJS app making network<br>
&gt; calls (like this: <a href="https://criu.org/Docker_External" rel="noreferrer" target="_blank">https://criu.org/Docker_External</a> - I know it&#39;s<br>
&gt; discouraged, please read on).<br>
&gt; <br>
&gt; I can successfully dump the process running in the container (the container<br>
&gt; is stopped after this) and (seemingly) I can restore the process<br>
&gt; successfully too (criu reports it that it was successful).<br>
&gt; <br>
&gt; When the restore is finished the process is started, but it exits/dies<br>
&gt; immediately for some reason. I can see this because I log to file from the<br>
&gt; NodeJS process itself and logging continue after the process gets restored<br>
&gt; (I also listen for an &#39;exit&#39; event on the NodeJS process and it exists with<br>
&gt; code 1).<br>
&gt; <br>
&gt; What could be the problem? I can see that there&#39;s an Error message in the<br>
&gt; restore.log (I&#39;ve attached the dump and restore logs), but I can&#39;t make<br>
&gt; sense of it, unfortunately. (&quot;Error (criu/net.c:1241): Unknown peer net<br>
&gt; namespace&quot;)<br>
&gt; <br>
&gt; I can do the same thing with docker checkpoint and docker start<br>
&gt; --checkpoint and it works flawlessly. I do all of this in a virtual<br>
&gt; environment, running Ubuntu 18.04 LTS (this box<br>
&gt; &lt;<a href="https://app.vagrantup.com/ubuntu/boxes/bionic64" rel="noreferrer" target="_blank">https://app.vagrantup.com/ubuntu/boxes/bionic64</a>&gt;). Docker version<br>
&gt; 19.03.7, CRIU 3.13.<br>
&gt; <br>
&gt; Thanks for any input.<br>
<br>
That is an interesting problem. As it works with docker I guess you are<br>
not restoring something correctly which NodeJS relies on. Or checks<br>
during runtime. I would try to start docker with the host network<br>
namespace (if that is possible, --net=host in Podman) and then do an<br>
external checkpoint. If you restore it, it would be restored in the host<br>
network namespace. But that is just a guess. You could probably try to<br>
turn of as many namespaces as possible to see if you can do an external<br>
checkpoint and restore.<br>
<br>
                Adrian<br>
</blockquote></div>