Displaying 4 results from an estimated 4 matches for "savelev".
Did you mean:
saveliev
2017 Apr 14
4
rsync buffer overflow detected
Hello!
I use rsync from python on my Debian Jessie amd64 and get this error:
*** buffer overflow detected ***: <snip>/rsync terminated
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x731af)[0x7ffff78971af]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7ffff791caa7]
/lib/x86_64-linux-gnu/libc.so.6(+0xf6cc0)[0x7ffff791acc0]
2015 Nov 20
2
signal for shutdown in lxc driver
Hello!
Try to use libvirt with lxc.
I use latest centos6 amd64 as a libvirt host (libvirt from xen4 repo)
libvirt-daemon-1.2.15-3.el6.x86_64
In container I also use latest centos6 amd64. Container starts with
/sbin/init. CentOS 6 came with upstart as default init.
My problem is that I could not shutdown container correctly with libvirt.
virsh -c lxc:/// shutdown test
Domain test is being
2015 Nov 20
0
Re: signal for shutdown in lxc driver
On Fri, Nov 20, 2015 at 04:19:59PM +0300, Boris Savelev wrote:
> Hello!
>
> Try to use libvirt with lxc.
> I use latest centos6 amd64 as a libvirt host (libvirt from xen4 repo)
> libvirt-daemon-1.2.15-3.el6.x86_64
> In container I also use latest centos6 amd64. Container starts with
> /sbin/init. CentOS 6 came with upstart as defau...
2017 Apr 16
0
Aw: rsync buffer overflow detected
What's the value of "i" when this happens and what are the system ulimit values for the user running that?
Roland
> Gesendet: Freitag, 14. April 2017 um 19:22 Uhr
> Von: "Boris Savelev via rsync" <rsync at lists.samba.org>
> An: rsync at lists.samba.org
> Betreff: rsync buffer overflow detected
>
> Hello!
>
> I use rsync from python on my Debian Jessie amd64 and get this error:
> *** buffer overflow detected ***: <snip>/rsync terminated
>...