<div dir="ltr"><div><div>Hellow Andrew ,<br></div>i removed <b>this line --CONFIG_DEVPTS_MULTIPLE_INSTANCES=y  </b>from file /etc/boot/config-3.11.0-12-generic.when i run criudump at first thiserror is showed.root@ktmnp:/home/nplink/criu-1.1# cat /dumps/dumps.log <br>
Error (sk-netlink.c:77): The socket has data to read<br>Error (cr-dump.c:1493): Dump files (pid: 1877) failed with -1<br>Error (cr-dump.c:1828): Dumping FAILED.<br><i>On second run :-</i><br>root@ktmnp:/home/nplink/criu-1.1# ./criu dump -t 1654 -D /dumps/ -o dumps.log <br>
root@ktmnp:/home/nplink/criu-1.1# cat /dumps/dumps.log <br>Error (parasite-syscall.c:387): si_code=4 si_pid=1930 si_status=5<br>Error (parasite-syscall.c:387): si_code=4 si_pid=1931 si_status=5<br>Error (parasite-syscall.c:387): si_code=4 si_pid=1932 si_status=5<br>
Error (tty.c:203): tty: Can&#39;t obtain ptmx index: Inappropriate ioctl for device<br>Error (cr-dump.c:1493): Dump files (pid: 2074) failed with -1<br>Error (cr-dump.c:1828): Dumping FAILED.<br><br></div><div>Do i have to compile the kernel and set the <b>CONFIG_DEVPTS_MULTIPLE_INSTANCES=n </b>or is there any other way<b>?<br>
</b></div><div>thank you<b><br></b></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 12, 2014 at 1:34 PM, Andrew Vagin <span dir="ltr">&lt;<a href="mailto:avagin@parallels.com" target="_blank">avagin@parallels.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Feb 12, 2014 at 11:26:25AM +0545, Urgen Sherpa wrote:<br>
&gt; hi,<br>
&gt; the output of reading mountinfo is as follows<br>
&gt; root@ktmnp:/home/nplink# lxc-info -n test-container<br>
&gt; state:   RUNNING<br>
&gt; pid:      4953<br>
&gt; root@ktmnp:/home/nplink# cat /proc/4953/mountinfo<br>
&gt; 131 72 252:0 /var/lib/lxc/test-container/rootfs / rw,relatime - ext4 /dev/<br>
&gt; mapper/ktmnp--vg-root rw,errors=remount-ro,data=ordered<br>
&gt; 132 131 0:65 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw<br>
&gt; 133 131 0:66 / /sys rw,relatime - sysfs sysfs rw<br>
&gt; 134 133 0:17 / /sys/fs/fuse/connections rw,relatime - fusectl none rw<br>
&gt; 135 133 0:6 / /sys/kernel/debug rw,relatime - debugfs none rw<br>
&gt; 136 133 0:10 / /sys/kernel/security rw,relatime - securityfs none rw<br>
&gt; 137 133 0:22 / /sys/fs/pstore rw,relatime - pstore none rw<br>
&gt; 73 131 0:67 / /dev/pts rw,relatime - devpts devpts rw,gid=5,mode=620,ptmxmode=<br>
&gt; 666<br>
&gt; 74 131 0:67 /ptmx /dev/ptmx rw,relatime - devpts devpts rw,gid=5,mode=<br>
&gt; 620,ptmxmode=666<br>
&gt; 75 133 0:68 / /sys/fs/cgroup rw,relatime - tmpfs none rw,size=4k,mode=755<br>
&gt; 76 131 0:69 / /run rw,nosuid,noexec,relatime - tmpfs none rw,size=49484k,mode=<br>
&gt; 755<br>
&gt; 77 76 0:70 / /run/lock rw,nosuid,nodev,noexec,relatime - tmpfs none rw,size=<br>
&gt; 5120k<br>
&gt; 78 76 0:71 / /run/shm rw,nosuid,nodev,relatime - tmpfs none rw<br>
&gt; 79 76 0:72 / /run/user rw,nosuid,nodev,noexec,relatime - tmpfs none rw,size=<br>
&gt; 102400k,mode=755<br>
&gt;<br>
&gt; with reference to <a href="https://help.ubuntu.com/lts/serverguide/lxc.html#" target="_blank">https://help.ubuntu.com/lts/serverguide/lxc.html#</a><br>
&gt; lxc-installation I stopped and started container with with this..<br>
&gt;<br>
&gt; #lxc-start -n test-container -f /var/lib/lxc/test-container/config<br>
&gt; heres what /var/lib/lxc/test-container/config looks like.<br>
&gt; #cat config<br>
&gt;<br>
&gt; lxc.console = none<br>
&gt; lxc.network.type = veth<br>
&gt; lxc.network.hwaddr = 00:16:3e:b3:f5:95<br>
&gt; lxc.network.flags = up<br>
&gt; lxc.network.link = lxcbr0<br>
&gt; lxc.rootfs = /var/lib/lxc/test-container/rootfs<br>
&gt; lxc.mount = /var/lib/lxc/test-container/fstab<br>
&gt; lxc.pivotdir = lxc_putold<br>
&gt; lxc.devttydir = lxc<br>
&gt; lxc.tty = 0<br>
&gt; lxc.pts = 1024<br>
&gt; lxc.utsname = test-containerq<br>
&gt; lxc.arch = amd64<br>
&gt; lxc.cap.drop = sys_module mac_admin mac_override sys_time<br>
&gt; lxc.cgroup.memory.limit_in_bytes = 1994M<br>
&gt;<br>
&gt; lxc.cgroup.devices.deny = a<br>
&gt; lxc.cgroup.devices.allow = c *:* m<br>
&gt; lxc.cgroup.devices.allow = b *:* m<br>
&gt; lxc.cgroup.devices.allow = c 1:3 rwm<br>
&gt; lxc.cgroup.devices.allow = c 1:5 rwm<br>
&gt; lxc.cgroup.devices.allow = c 5:1 rwm<br>
<br>
</div></div>This line allows to use /dev/console. Could you try to remove it and dump CT?<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; lxc.cgroup.devices.allow = c 5:0 rwm<br>
&gt; lxc.cgroup.devices.allow = c 1:9 rwm<br>
&gt; lxc.cgroup.devices.allow = c 1:8 rwm<br>
&gt; lxc.cgroup.devices.allow = c 136:* rwm<br>
&gt; lxc.cgroup.devices.allow = c 5:2 rwm<br>
&gt; lxc.cgroup.devices.allow = c 254:0 rm<br>
&gt; lxc.cgroup.devices.allow = c 10:229 rwm<br>
&gt; lxc.cgroup.devices.allow = c 10:200 rwm<br>
&gt; lxc.cgroup.devices.allow = c 1:7 rwm<br>
&gt; lxc.cgroup.devices.allow = c 10:228 rwm<br>
&gt; lxc.cgroup.devices.allow = c 10:232 rwm<br>
&gt;<br>
&gt;<br>
&gt; Below is my kernel config<br>
&gt;<br>
&gt; #vim /boot/config-3.11.0-12-generic<br>
&gt; ...<br>
&gt; ,,,,<br>
&gt; ...<br>
&gt; # Character devices<br>
&gt; #<br>
&gt; CONFIG_TTY=y<br>
&gt; CONFIG_VT=y<br>
&gt; CONFIG_CONSOLE_TRANSLATIONS=y<br>
&gt; CONFIG_VT_CONSOLE=y<br>
&gt; CONFIG_VT_CONSOLE_SLEEP=y<br>
&gt; CONFIG_HW_CONSOLE=y<br>
&gt; CONFIG_VT_HW_CONSOLE_BINDING=y<br>
&gt; CONFIG_UNIX98_PTYS=y<br>
&gt; CONFIG_DEVPTS_MULTIPLE_INSTANCES=y<br>
&gt; CONFIG_LEGACY_PTYS=y<br>
&gt; CONFIG_LEGACY_PTY_COUNT=0<br>
&gt; CONFIG_SERIAL_NONSTANDARD=y<br>
&gt; CONFIG_ROCKETPORT=m<br>
&gt; CONFIG_CYCLADES=m<br>
&gt; ....<br>
&gt; ...<br>
&gt;<br>
&gt; Thankyou gentlemen<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Feb 11, 2014 at 7:02 PM, Andrew Vagin &lt;<a href="mailto:avagin@parallels.com">avagin@parallels.com</a>&gt; wrote:<br>
&gt;<br>
&gt;     On Tue, Feb 11, 2014 at 04:47:34PM +0400, Cyrill Gorcunov wrote:<br>
&gt;     &gt; On Tue, Feb 11, 2014 at 04:26:09PM +0400, Cyrill Gorcunov wrote:<br>
&gt;     &gt; &gt; On Tue, Feb 11, 2014 at 05:32:46PM +0545, Urgen Sherpa wrote:<br>
&gt;     &gt; &gt; &gt;    /usr/lib/locale/C.UTF-8/LC_CTYPE (path inode=2883985)<br>
&gt;     &gt; &gt; &gt;    getty   2700 root    0u   CHR    5,1      0t0  937203 /dev/console<br>
&gt;     &gt; &gt; &gt;    getty   2700 root    1u   CHR    5,1      0t0  937203 /dev/console<br>
&gt;     &gt; &gt; &gt;    getty   2700 root    2u   CHR    5,1      0t0  937203 /dev/console<br>
&gt;     &gt; &gt;<br>
&gt;     &gt; &gt; Aha! So we&#39;re trying to dump /dev/console. I guess it&#39;s VT terminal,<br>
&gt;     &gt; &gt; which has no &quot;fetch index&quot; operation. Need to think how to resolve it,<br>
&gt;     &gt; &gt; thanks for report!<br>
&gt;     &gt;<br>
&gt;     &gt; Urgen, are you sure that you&#39;ve set lxc.console = none and lxc.tty = 0 ?<br>
&gt;     &gt; The presense of /dev/console here with getty over it makes me thing<br>
&gt;     &gt; that lcx either not read your config, or you need to restart lcx<br>
&gt;     container<br>
&gt;     &gt; probably.<br>
&gt;<br>
&gt;     Probaly this CT uses devtmpfs, which isn&#39;t virtualized.<br>
&gt;<br>
&gt;     # cat /proc/pid/mountinfo<br>
&gt;<br>
&gt;     Which processes in CT have opened /dev/console?<br>
&gt;<br>
&gt;     &gt;<br>
&gt;     &gt; Also, do you have<br>
&gt;     &gt;<br>
&gt;     &gt; CONFIG_DEVPTS_MULTIPLE_INSTANCES=y<br>
&gt;     &gt;<br>
&gt;     &gt; in your kernel config?<br>
&gt;     &gt;<br>
&gt;     &gt;       Cyrill<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>