On Sat, Aug 18, 2018 at 12:02:02PM +0200, Pierre Couderc wrote: > I have this error. All is here : > > nous@couderc:~$ lxc version > Client version: 3.3 > Server version: 3.3 > nous@couderc:~$ lxc version 192.168.163.1: > Client version: 3.3 > Server version: 2.21 > nous@couderc:~$ lxc list 192.168.163.1: > +-----------+---------+-----------------------+----------------------------------------------+------------+-----------+ > | NAME | STATE | IPV4 | IPV6 > | TYPE | SNAPSHOTS | > +-----------+---------+-----------------------+----------------------------------------------+------------+-----------+ > | bbbb | RUNNING | 192.168.163.30 (eth0) | > 2a01:e34:eeaf:c5f0:216:3eff:fe92:44 (eth0) | PERSISTENT | 0 | > +-----------+---------+-----------------------+----------------------------------------------+------------+-----------+ > | debian | STOPPED | | > | PERSISTENT | 0 | > +-----------+---------+-----------------------+----------------------------------------------+------------+-----------+ > | gggg | STOPPED | | > | PERSISTENT | 0 | > +-----------+---------+-----------------------+----------------------------------------------+------------+-----------+ > nous@couderc:~$ lxc list > +------+-------+------+------+------+-----------+ > | NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | > +------+-------+------+------+------+-----------+ > nous@couderc:~$ lxc copy 192.168.163.1:debian debian > Error: Failed container creation: > - https://192.168.163.1:8443: Error transferring container data: exit status > 12 > - https://[2a01:a34:eaaf:c5f0:ca60:ff:fa5a:fd23]:8443: Error transferring > container data: websocket: bad handshake > nous@couderc:~$ > > Thanks for any help > PC
exit status 12 usually indicates rsync having been a bit unhappy, it's "Error in rsync protocol data stream". Try running: - lxc monitor - lxc monitor 192.168.163.1: In two terminals while running the copy again, this may catch a longer version of that rsync error. -- Stéphane Graber Ubuntu developer http://www.ubuntu.com
signature.asc
Description: PGP signature
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
