Last active
October 16, 2017 02:27
-
-
Save jabelk/4bb2e68281ec205ffffb1b363af8c08f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ sudo make docker-image | |
Makefile:15: warning: overriding recipe for target 'docker-pre-build' | |
../makefile.include:18: warning: ignoring old recipe for target 'docker-pre-build' | |
for IMAGE in csr1000v-universalk9.16.04.01-serial.qcow2; do \ | |
echo "Making $IMAGE"; \ | |
make IMAGE=$IMAGE docker-build; \ | |
done | |
Making csr1000v-universalk9.16.04.01-serial.qcow2 | |
make[1]: Entering directory '/home/jabelk/mytestingspace/vrnetlab/csr' | |
Makefile:15: warning: overriding recipe for target 'docker-pre-build' | |
../makefile.include:18: warning: ignoring old recipe for target 'docker-pre-build' | |
rm -f docker/*.qcow2* docker/*.tgz* docker/*.vmdk* docker/*.iso | |
cat cidfile | xargs --no-run-if-empty docker rm -f | |
Error response from daemon: No such container: 498cccf7f3b65578f623485268b2ad766b2bc7128b53ed64e2c95b69cc67a75a | |
Makefile:15: recipe for target 'docker-pre-build' failed | |
make[1]: [docker-pre-build] Error 123 (ignored) | |
rm cidfile | |
Building docker image using csr1000v-universalk9.16.04.01-serial.qcow2 as vr-csr:16.04.01 | |
cp ../common/* docker/ | |
make IMAGE=$IMAGE docker-build-image-copy | |
make[2]: Entering directory '/home/jabelk/mytestingspace/vrnetlab/csr' | |
Makefile:15: warning: overriding recipe for target 'docker-pre-build' | |
../makefile.include:18: warning: ignoring old recipe for target 'docker-pre-build' | |
cp csr1000v-universalk9.16.04.01-serial.qcow2* docker/ | |
make[2]: Leaving directory '/home/jabelk/mytestingspace/vrnetlab/csr' | |
(cd docker; docker build --build-arg http_proxy= --build-arg https_proxy= --build-arg IMAGE=csr1000v-universalk9.16.04.01-serial.qcow2 -t vr-csr:16.04.01 .) | |
Sending build context to Docker daemon 1.458 GB | |
Step 1 : FROM debian:stable | |
---> 175074065266 | |
Step 2 : MAINTAINER Kristian Larsson <[email protected]> | |
---> Using cache | |
---> f3ba982d4ec9 | |
Step 3 : ENV DEBIAN_FRONTEND noninteractive | |
---> Using cache | |
---> 0ab7a7c6ac08 | |
Step 4 : RUN apt-get update -qy && apt-get upgrade -qy && apt-get install -y bridge-utils iproute2 python3-ipy socat qemu-kvm genisoimage && rm -rf /var/lib/apt/lists/* | |
---> Running in 2d0db8e2037b | |
Ign:1 http://deb.debian.org/debian stable InRelease | |
Get:2 http://deb.debian.org/debian stable-updates InRelease [91.0 kB] | |
Get:3 http://security.debian.org stable/updates InRelease [62.9 kB] | |
Get:4 http://deb.debian.org/debian stable Release [118 kB] | |
Get:5 http://deb.debian.org/debian stable Release.gpg [2479 B] | |
Get:6 http://security.debian.org stable/updates/main amd64 Packages [222 kB] | |
Get:7 http://deb.debian.org/debian stable-updates/main amd64 Packages [5841 B] | |
Get:8 http://deb.debian.org/debian stable/main amd64 Packages [9500 kB] | |
Fetched 10.0 MB in 4s (2360 kB/s) | |
Reading package lists... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
Calculating upgrade... | |
The following packages will be upgraded: | |
apt base-files gpgv libapt-pkg5.0 libdb5.3 libncursesw5 libselinux1 | |
libtinfo5 ncurses-base ncurses-bin perl-base | |
11 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 5839 kB of archives. | |
After this operation, 5120 B of additional disk space will be used. | |
Get:1 http://deb.debian.org/debian stable-updates/main amd64 base-files amd64 9.9+deb9u2 [67.2 kB] | |
Get:2 http://deb.debian.org/debian stable/main amd64 ncurses-bin amd64 6.0+20161126-1+deb9u1 [366 kB] | |
Get:3 http://deb.debian.org/debian stable/main amd64 perl-base amd64 5.24.1-3+deb9u2 [1344 kB] | |
Get:4 http://deb.debian.org/debian stable/main amd64 ncurses-base all 6.0+20161126-1+deb9u1 [238 kB] | |
Get:5 http://deb.debian.org/debian stable/main amd64 libapt-pkg5.0 amd64 1.4.8 [917 kB] | |
Get:6 http://deb.debian.org/debian stable/main amd64 gpgv amd64 2.1.18-8~deb9u1 [480 kB] | |
Get:7 http://deb.debian.org/debian stable/main amd64 apt amd64 1.4.8 [1232 kB] | |
Get:8 http://deb.debian.org/debian stable/main amd64 libselinux1 amd64 2.6-3+b3 [101 kB] | |
Get:9 http://deb.debian.org/debian stable/main amd64 libtinfo5 amd64 6.0+20161126-1+deb9u1 [299 kB] | |
Get:10 http://deb.debian.org/debian stable/main amd64 libncursesw5 amd64 6.0+20161126-1+deb9u1 [115 kB] | |
Get:11 http://deb.debian.org/debian stable/main amd64 libdb5.3 amd64 5.3.28-12+deb9u1 [679 kB] | |
debconf: delaying package configuration, since apt-utils is not installed | |
Fetched 5839 kB in 0s (6185 kB/s) | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../base-files_9.9+deb9u2_amd64.deb ... | |
Unpacking base-files (9.9+deb9u2) over (9.9+deb9u1) ... | |
Setting up base-files (9.9+deb9u2) ... | |
Installing new version of config file /etc/debian_version ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../ncurses-bin_6.0+20161126-1+deb9u1_amd64.deb ... | |
Unpacking ncurses-bin (6.0+20161126-1+deb9u1) over (6.0+20161126-1) ... | |
Setting up ncurses-bin (6.0+20161126-1+deb9u1) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../perl-base_5.24.1-3+deb9u2_amd64.deb ... | |
Unpacking perl-base (5.24.1-3+deb9u2) over (5.24.1-3+deb9u1) ... | |
Setting up perl-base (5.24.1-3+deb9u2) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../ncurses-base_6.0+20161126-1+deb9u1_all.deb ... | |
Unpacking ncurses-base (6.0+20161126-1+deb9u1) over (6.0+20161126-1) ... | |
Setting up ncurses-base (6.0+20161126-1+deb9u1) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../libapt-pkg5.0_1.4.8_amd64.deb ... | |
Unpacking libapt-pkg5.0:amd64 (1.4.8) over (1.4.7) ... | |
Setting up libapt-pkg5.0:amd64 (1.4.8) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../gpgv_2.1.18-8~deb9u1_amd64.deb ... | |
Unpacking gpgv (2.1.18-8~deb9u1) over (2.1.18-6) ... | |
Setting up gpgv (2.1.18-8~deb9u1) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../archives/apt_1.4.8_amd64.deb ... | |
Unpacking apt (1.4.8) over (1.4.7) ... | |
Setting up apt (1.4.8) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../libselinux1_2.6-3+b3_amd64.deb ... | |
Unpacking libselinux1:amd64 (2.6-3+b3) over (2.6-3+b1) ... | |
Setting up libselinux1:amd64 (2.6-3+b3) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../libtinfo5_6.0+20161126-1+deb9u1_amd64.deb ... | |
Unpacking libtinfo5:amd64 (6.0+20161126-1+deb9u1) over (6.0+20161126-1) ... | |
Setting up libtinfo5:amd64 (6.0+20161126-1+deb9u1) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../libncursesw5_6.0+20161126-1+deb9u1_amd64.deb ... | |
Unpacking libncursesw5:amd64 (6.0+20161126-1+deb9u1) over (6.0+20161126-1) ... | |
Setting up libncursesw5:amd64 (6.0+20161126-1+deb9u1) ... | |
(Reading database ... 6491 files and directories currently installed.) | |
Preparing to unpack .../libdb5.3_5.3.28-12+deb9u1_amd64.deb ... | |
Unpacking libdb5.3:amd64 (5.3.28-12+deb9u1) over (5.3.28-12+b1) ... | |
Setting up libdb5.3:amd64 (5.3.28-12+deb9u1) ... | |
Processing triggers for libc-bin (2.24-11+deb9u1) ... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
iproute2 is already the newest version (4.9.0-1). | |
The following additional packages will be installed: | |
bzip2 dbus dh-python file ipxe-qemu libaio1 libapparmor1 libasound2 | |
libasound2-data libasyncns0 libbluetooth3 libbrlapi0.6 libbsd0 libcaca0 | |
libcacard0 libcap2 libdbus-1-3 libexpat1 libfdt1 libffi6 libflac8 | |
libglib2.0-0 libglib2.0-data libgmp10 libgnutls30 libhogweed4 libice6 | |
libicu57 libidn11 libjpeg62-turbo libmagic-mgc libmagic1 libmpdec2 | |
libnettle6 libnspr4 libnss3 libnuma1 libogg0 libopus0 libp11-kit0 | |
libpixman-1-0 libpng16-16 libpulse0 libpython3-stdlib libpython3.5-minimal | |
libpython3.5-stdlib libreadline7 libsasl2-2 libsasl2-modules | |
libsasl2-modules-db libsdl1.2debian libseccomp2 libslang2 libsm6 libsndfile1 | |
libspice-server1 libsqlite3-0 libssl1.1 libtasn1-6 libusb-1.0-0 | |
libusbredirparser1 libvdeplug2 libvorbis0a libvorbisenc2 libwrap0 libx11-6 | |
libx11-data libx11-xcb1 libxau6 libxcb1 libxdmcp6 libxen-4.8 libxenstore3.0 | |
libxext6 libxi6 libxml2 libxtst6 libyajl2 mime-support python3 | |
python3-minimal python3.5 python3.5-minimal qemu-system-common | |
qemu-system-x86 qemu-utils readline-common seabios sgml-base | |
shared-mime-info tcpd x11-common xdg-user-dirs xml-core xz-utils | |
Suggested packages: | |
ifupdown bzip2-doc default-dbus-session-bus | dbus-session-bus libdpkg-perl | |
wodim cdrkit-doc libasound2-plugins alsa-utils gnutls-bin opus-tools | |
pulseaudio libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal | |
libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql python3-doc | |
python3-tk python3-venv python3.5-venv python3.5-doc binutils binfmt-support | |
samba vde2 qemu-block-extra kmod sgabios ovmf debootstrap readline-doc | |
sgml-base-doc debhelper | |
The following NEW packages will be installed: | |
bridge-utils bzip2 dbus dh-python file genisoimage ipxe-qemu libaio1 | |
libapparmor1 libasound2 libasound2-data libasyncns0 libbluetooth3 | |
libbrlapi0.6 libbsd0 libcaca0 libcacard0 libcap2 libdbus-1-3 libexpat1 | |
libfdt1 libffi6 libflac8 libglib2.0-0 libglib2.0-data libgmp10 libgnutls30 | |
libhogweed4 libice6 libicu57 libidn11 libjpeg62-turbo libmagic-mgc libmagic1 | |
libmpdec2 libnettle6 libnspr4 libnss3 libnuma1 libogg0 libopus0 libp11-kit0 | |
libpixman-1-0 libpng16-16 libpulse0 libpython3-stdlib libpython3.5-minimal | |
libpython3.5-stdlib libreadline7 libsasl2-2 libsasl2-modules | |
libsasl2-modules-db libsdl1.2debian libseccomp2 libslang2 libsm6 libsndfile1 | |
libspice-server1 libsqlite3-0 libssl1.1 libtasn1-6 libusb-1.0-0 | |
libusbredirparser1 libvdeplug2 libvorbis0a libvorbisenc2 libwrap0 libx11-6 | |
libx11-data libx11-xcb1 libxau6 libxcb1 libxdmcp6 libxen-4.8 libxenstore3.0 | |
libxext6 libxi6 libxml2 libxtst6 libyajl2 mime-support python3 python3-ipy | |
python3-minimal python3.5 python3.5-minimal qemu-kvm qemu-system-common | |
qemu-system-x86 qemu-utils readline-common seabios sgml-base | |
shared-mime-info socat tcpd x11-common xdg-user-dirs xml-core xz-utils | |
0 upgraded, 100 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 41.5 MB of archives. | |
After this operation, 156 MB of additional disk space will be used. | |
Get:1 http://deb.debian.org/debian stable/main amd64 libogg0 amd64 1.3.2-1 [19.9 kB] | |
Get:2 http://deb.debian.org/debian stable/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB] | |
Get:3 http://deb.debian.org/debian stable/main amd64 libssl1.1 amd64 1.1.0f-3 [1342 kB] | |
Get:4 http://security.debian.org stable/updates/main amd64 qemu-system-common amd64 1:2.8+dfsg-6+deb9u3 [500 kB] | |
Get:5 http://deb.debian.org/debian stable/main amd64 libpython3.5-minimal amd64 3.5.3-1 [573 kB] | |
Get:6 http://deb.debian.org/debian stable/main amd64 libexpat1 amd64 2.2.0-2+deb9u1 [83.4 kB] | |
Get:7 http://deb.debian.org/debian stable/main amd64 python3.5-minimal amd64 3.5.3-1 [1688 kB] | |
Get:8 http://deb.debian.org/debian stable/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] | |
Get:9 http://deb.debian.org/debian stable/main amd64 mime-support all 3.60 [36.7 kB] | |
Get:10 http://deb.debian.org/debian stable/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] | |
Get:11 http://deb.debian.org/debian stable/main amd64 readline-common all 7.0-3 [70.4 kB] | |
Get:12 http://deb.debian.org/debian stable/main amd64 libreadline7 amd64 7.0-3 [151 kB] | |
Get:13 http://deb.debian.org/debian stable/main amd64 libsqlite3-0 amd64 3.16.2-5 [572 kB] | |
Get:14 http://deb.debian.org/debian stable/main amd64 libpython3.5-stdlib amd64 3.5.3-1 [2166 kB] | |
Get:15 http://security.debian.org stable/updates/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u1 [1161 kB] | |
Get:16 http://deb.debian.org/debian stable/main amd64 python3.5 amd64 3.5.3-1 [229 kB] | |
Get:17 http://security.debian.org stable/updates/main amd64 qemu-system-x86 amd64 1:2.8+dfsg-6+deb9u3 [4808 kB] | |
Get:18 http://deb.debian.org/debian stable/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] | |
Get:19 http://deb.debian.org/debian stable/main amd64 dh-python all 2.20170125 [86.8 kB] | |
Get:20 http://deb.debian.org/debian stable/main amd64 python3 amd64 3.5.3-1 [21.6 kB] | |
Get:21 http://deb.debian.org/debian stable/main amd64 libcap2 amd64 1:2.25-1 [16.8 kB] | |
Get:22 http://deb.debian.org/debian stable/main amd64 libffi6 amd64 3.2.1-6 [20.4 kB] | |
Get:23 http://deb.debian.org/debian stable/main amd64 libglib2.0-0 amd64 2.50.3-2 [2691 kB] | |
Get:24 http://deb.debian.org/debian stable/main amd64 sgml-base all 1.29 [14.8 kB] | |
Get:25 http://deb.debian.org/debian stable/main amd64 libslang2 amd64 2.3.1-5 [503 kB] | |
Get:26 http://deb.debian.org/debian stable/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] | |
Get:27 http://deb.debian.org/debian stable/main amd64 libapparmor1 amd64 2.11.0-3 [78.7 kB] | |
Get:28 http://deb.debian.org/debian stable/main amd64 libdbus-1-3 amd64 1.10.22-0+deb9u1 [193 kB] | |
Get:29 http://deb.debian.org/debian stable/main amd64 dbus amd64 1.10.22-0+deb9u1 [209 kB] | |
Get:30 http://deb.debian.org/debian stable/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u1 [222 kB] | |
Get:31 http://deb.debian.org/debian stable/main amd64 libmagic1 amd64 1:5.30-1+deb9u1 [111 kB] | |
Get:32 http://deb.debian.org/debian stable/main amd64 file amd64 1:5.30-1+deb9u1 [64.1 kB] | |
Get:33 http://deb.debian.org/debian stable/main amd64 libgmp10 amd64 2:6.1.2+dfsg-1 [253 kB] | |
Get:34 http://deb.debian.org/debian stable/main amd64 libnettle6 amd64 3.3-1+b2 [192 kB] | |
Get:35 http://deb.debian.org/debian stable/main amd64 libhogweed4 amd64 3.3-1+b2 [136 kB] | |
Get:36 http://deb.debian.org/debian stable/main amd64 libidn11 amd64 1.33-1 [115 kB] | |
Get:37 http://security.debian.org stable/updates/main amd64 qemu-utils amd64 1:2.8+dfsg-6+deb9u3 [985 kB] | |
Get:38 http://deb.debian.org/debian stable/main amd64 libp11-kit0 amd64 0.23.3-2 [111 kB] | |
Get:39 http://deb.debian.org/debian stable/main amd64 libtasn1-6 amd64 4.10-1.1 [50.4 kB] | |
Get:40 http://deb.debian.org/debian stable/main amd64 libgnutls30 amd64 3.5.8-5+deb9u3 [895 kB] | |
Get:41 http://security.debian.org stable/updates/main amd64 qemu-kvm amd64 1:2.8+dfsg-6+deb9u3 [65.8 kB] | |
Get:42 http://deb.debian.org/debian stable/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3 [68.2 kB] | |
Get:43 http://deb.debian.org/debian stable/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3 [105 kB] | |
Get:44 http://deb.debian.org/debian stable/main amd64 libwrap0 amd64 7.6.q-26 [58.2 kB] | |
Get:45 http://deb.debian.org/debian stable/main amd64 libicu57 amd64 57.1-6 [7701 kB] | |
Get:46 http://deb.debian.org/debian stable/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u1 [920 kB] | |
Get:47 http://deb.debian.org/debian stable/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] | |
Get:48 http://deb.debian.org/debian stable/main amd64 bridge-utils amd64 1.5-13+deb9u1 [34.2 kB] | |
Get:49 http://deb.debian.org/debian stable/main amd64 genisoimage amd64 9:1.1.11-3+b2 [376 kB] | |
Get:50 http://deb.debian.org/debian stable/main amd64 ipxe-qemu all 1.0.0+git-20161027.b991c67-1 [605 kB] | |
Get:51 http://deb.debian.org/debian stable/main amd64 libaio1 amd64 0.3.110-3 [9412 B] | |
Get:52 http://deb.debian.org/debian stable/main amd64 libasound2-data all 1.1.3-5 [173 kB] | |
Get:53 http://deb.debian.org/debian stable/main amd64 libasound2 amd64 1.1.3-5 [497 kB] | |
Get:54 http://deb.debian.org/debian stable/main amd64 libasyncns0 amd64 0.8-6 [12.5 kB] | |
Get:55 http://deb.debian.org/debian stable/main amd64 libbluetooth3 amd64 5.43-2+deb9u1 [97.8 kB] | |
Get:56 http://deb.debian.org/debian stable/main amd64 libbsd0 amd64 0.8.3-1 [83.0 kB] | |
Get:57 http://deb.debian.org/debian stable/main amd64 libcaca0 amd64 0.99.beta19-2+b2 [347 kB] | |
Get:58 http://deb.debian.org/debian stable/main amd64 libnspr4 amd64 2:4.12-6 [117 kB] | |
Get:59 http://deb.debian.org/debian stable/main amd64 libcacard0 amd64 1:2.5.0-3 [47.2 kB] | |
Get:60 http://deb.debian.org/debian stable/main amd64 libflac8 amd64 1.3.2-1 [221 kB] | |
Get:61 http://deb.debian.org/debian stable/main amd64 libglib2.0-data all 2.50.3-2 [2517 kB] | |
Get:62 http://deb.debian.org/debian stable/main amd64 x11-common all 1:7.7+19 [251 kB] | |
Get:63 http://deb.debian.org/debian stable/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB] | |
Get:64 http://deb.debian.org/debian stable/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB] | |
Get:65 http://deb.debian.org/debian stable/main amd64 libnuma1 amd64 2.0.11-2.1 [33.3 kB] | |
Get:66 http://deb.debian.org/debian stable/main amd64 libopus0 amd64 1.2~alpha2-1 [171 kB] | |
Get:67 http://deb.debian.org/debian stable/main amd64 libpixman-1-0 amd64 0.34.0-1 [530 kB] | |
Get:68 http://deb.debian.org/debian stable/main amd64 libpng16-16 amd64 1.6.28-1 [280 kB] | |
Get:69 http://deb.debian.org/debian stable/main amd64 libsm6 amd64 2:1.2.2-1+b3 [33.3 kB] | |
Get:70 http://deb.debian.org/debian stable/main amd64 libvorbis0a amd64 1.3.5-4 [91.6 kB] | |
Get:71 http://deb.debian.org/debian stable/main amd64 libvorbisenc2 amd64 1.3.5-4 [79.0 kB] | |
Get:72 http://deb.debian.org/debian stable/main amd64 libsndfile1 amd64 1.0.27-3 [248 kB] | |
Get:73 http://deb.debian.org/debian stable/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] | |
Get:74 http://deb.debian.org/debian stable/main amd64 libxcb1 amd64 1.12-1 [133 kB] | |
Get:75 http://deb.debian.org/debian stable/main amd64 libx11-data all 2:1.6.4-3 [290 kB] | |
Get:76 http://deb.debian.org/debian stable/main amd64 libx11-6 amd64 2:1.6.4-3 [747 kB] | |
Get:77 http://deb.debian.org/debian stable/main amd64 libx11-xcb1 amd64 2:1.6.4-3 [183 kB] | |
Get:78 http://deb.debian.org/debian stable/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB] | |
Get:79 http://deb.debian.org/debian stable/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB] | |
Get:80 http://deb.debian.org/debian stable/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB] | |
Get:81 http://deb.debian.org/debian stable/main amd64 libpulse0 amd64 10.0-1+deb9u1 [283 kB] | |
Get:82 http://deb.debian.org/debian stable/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3 [102 kB] | |
Get:83 http://deb.debian.org/debian stable/main amd64 libsdl1.2debian amd64 1.2.15+dfsg1-4 [185 kB] | |
Get:84 http://deb.debian.org/debian stable/main amd64 libseccomp2 amd64 2.3.1-2.1 [39.5 kB] | |
Get:85 http://deb.debian.org/debian stable/main amd64 libspice-server1 amd64 0.12.8-2.1+deb9u1 [505 kB] | |
Get:86 http://deb.debian.org/debian stable/main amd64 libusb-1.0-0 amd64 2:1.0.21-1 [53.9 kB] | |
Get:87 http://deb.debian.org/debian stable/main amd64 libusbredirparser1 amd64 0.7.1-1 [16.4 kB] | |
Get:88 http://deb.debian.org/debian stable/main amd64 libvdeplug2 amd64 2.3.2+r586-2.1 [23.5 kB] | |
Get:89 http://deb.debian.org/debian stable/main amd64 libxenstore3.0 amd64 4.8.1-1+deb9u3 [32.8 kB] | |
Get:90 http://deb.debian.org/debian stable/main amd64 libyajl2 amd64 2.1.0-2+b3 [23.2 kB] | |
Get:91 http://deb.debian.org/debian stable/main amd64 libxen-4.8 amd64 4.8.1-1+deb9u3 [410 kB] | |
Get:92 http://deb.debian.org/debian stable/main amd64 python3-ipy all 1:0.83-1 [29.3 kB] | |
Get:93 http://deb.debian.org/debian stable/main amd64 libbrlapi0.6 amd64 5.4-7 [88.3 kB] | |
Get:94 http://deb.debian.org/debian stable/main amd64 libfdt1 amd64 1.4.2-1 [14.8 kB] | |
Get:95 http://deb.debian.org/debian stable/main amd64 seabios all 1.10.2-1 [131 kB] | |
Get:96 http://deb.debian.org/debian stable/main amd64 shared-mime-info amd64 1.8-1 [731 kB] | |
Get:97 http://deb.debian.org/debian stable/main amd64 tcpd amd64 7.6.q-26 [23.3 kB] | |
Get:98 http://deb.debian.org/debian stable/main amd64 xdg-user-dirs amd64 0.15-2+b1 [52.2 kB] | |
Get:99 http://deb.debian.org/debian stable/main amd64 xml-core all 0.17 [23.2 kB] | |
Get:100 http://deb.debian.org/debian stable/main amd64 socat amd64 1.7.3.1-2+deb9u1 [353 kB] | |
debconf: delaying package configuration, since apt-utils is not installed | |
Fetched 41.5 MB in 9s (4322 kB/s) | |
Selecting previously unselected package libogg0:amd64. | |
(Reading database ... 6490 files and directories currently installed.) | |
Preparing to unpack .../00-libogg0_1.3.2-1_amd64.deb ... | |
Unpacking libogg0:amd64 (1.3.2-1) ... | |
Selecting previously unselected package libxau6:amd64. | |
Preparing to unpack .../01-libxau6_1%3a1.0.8-1_amd64.deb ... | |
Unpacking libxau6:amd64 (1:1.0.8-1) ... | |
Selecting previously unselected package libssl1.1:amd64. | |
Preparing to unpack .../02-libssl1.1_1.1.0f-3_amd64.deb ... | |
Unpacking libssl1.1:amd64 (1.1.0f-3) ... | |
Selecting previously unselected package libpython3.5-minimal:amd64. | |
Preparing to unpack .../03-libpython3.5-minimal_3.5.3-1_amd64.deb ... | |
Unpacking libpython3.5-minimal:amd64 (3.5.3-1) ... | |
Selecting previously unselected package libexpat1:amd64. | |
Preparing to unpack .../04-libexpat1_2.2.0-2+deb9u1_amd64.deb ... | |
Unpacking libexpat1:amd64 (2.2.0-2+deb9u1) ... | |
Selecting previously unselected package python3.5-minimal. | |
Preparing to unpack .../05-python3.5-minimal_3.5.3-1_amd64.deb ... | |
Unpacking python3.5-minimal (3.5.3-1) ... | |
Selecting previously unselected package python3-minimal. | |
Preparing to unpack .../06-python3-minimal_3.5.3-1_amd64.deb ... | |
Unpacking python3-minimal (3.5.3-1) ... | |
Selecting previously unselected package mime-support. | |
Preparing to unpack .../07-mime-support_3.60_all.deb ... | |
Unpacking mime-support (3.60) ... | |
Selecting previously unselected package libmpdec2:amd64. | |
Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... | |
Unpacking libmpdec2:amd64 (2.4.2-1) ... | |
Selecting previously unselected package readline-common. | |
Preparing to unpack .../09-readline-common_7.0-3_all.deb ... | |
Unpacking readline-common (7.0-3) ... | |
Selecting previously unselected package libreadline7:amd64. | |
Preparing to unpack .../10-libreadline7_7.0-3_amd64.deb ... | |
Unpacking libreadline7:amd64 (7.0-3) ... | |
Selecting previously unselected package libsqlite3-0:amd64. | |
Preparing to unpack .../11-libsqlite3-0_3.16.2-5_amd64.deb ... | |
Unpacking libsqlite3-0:amd64 (3.16.2-5) ... | |
Selecting previously unselected package libpython3.5-stdlib:amd64. | |
Preparing to unpack .../12-libpython3.5-stdlib_3.5.3-1_amd64.deb ... | |
Unpacking libpython3.5-stdlib:amd64 (3.5.3-1) ... | |
Selecting previously unselected package python3.5. | |
Preparing to unpack .../13-python3.5_3.5.3-1_amd64.deb ... | |
Unpacking python3.5 (3.5.3-1) ... | |
Selecting previously unselected package libpython3-stdlib:amd64. | |
Preparing to unpack .../14-libpython3-stdlib_3.5.3-1_amd64.deb ... | |
Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... | |
Selecting previously unselected package dh-python. | |
Preparing to unpack .../15-dh-python_2.20170125_all.deb ... | |
Unpacking dh-python (2.20170125) ... | |
Setting up libssl1.1:amd64 (1.1.0f-3) ... | |
Setting up libpython3.5-minimal:amd64 (3.5.3-1) ... | |
Setting up libexpat1:amd64 (2.2.0-2+deb9u1) ... | |
Setting up python3.5-minimal (3.5.3-1) ... | |
Setting up python3-minimal (3.5.3-1) ... | |
Selecting previously unselected package python3. | |
(Reading database ... 7495 files and directories currently installed.) | |
Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... | |
Unpacking python3 (3.5.3-1) ... | |
Selecting previously unselected package libcap2:amd64. | |
Preparing to unpack .../01-libcap2_1%3a2.25-1_amd64.deb ... | |
Unpacking libcap2:amd64 (1:2.25-1) ... | |
Selecting previously unselected package libffi6:amd64. | |
Preparing to unpack .../02-libffi6_3.2.1-6_amd64.deb ... | |
Unpacking libffi6:amd64 (3.2.1-6) ... | |
Selecting previously unselected package libglib2.0-0:amd64. | |
Preparing to unpack .../03-libglib2.0-0_2.50.3-2_amd64.deb ... | |
Unpacking libglib2.0-0:amd64 (2.50.3-2) ... | |
Selecting previously unselected package qemu-system-common. | |
Preparing to unpack .../04-qemu-system-common_1%3a2.8+dfsg-6+deb9u3_amd64.deb ... | |
Unpacking qemu-system-common (1:2.8+dfsg-6+deb9u3) ... | |
Selecting previously unselected package sgml-base. | |
Preparing to unpack .../05-sgml-base_1.29_all.deb ... | |
Unpacking sgml-base (1.29) ... | |
Selecting previously unselected package libslang2:amd64. | |
Preparing to unpack .../06-libslang2_2.3.1-5_amd64.deb ... | |
Unpacking libslang2:amd64 (2.3.1-5) ... | |
Selecting previously unselected package bzip2. | |
Preparing to unpack .../07-bzip2_1.0.6-8.1_amd64.deb ... | |
Unpacking bzip2 (1.0.6-8.1) ... | |
Selecting previously unselected package libapparmor1:amd64. | |
Preparing to unpack .../08-libapparmor1_2.11.0-3_amd64.deb ... | |
Unpacking libapparmor1:amd64 (2.11.0-3) ... | |
Selecting previously unselected package libdbus-1-3:amd64. | |
Preparing to unpack .../09-libdbus-1-3_1.10.22-0+deb9u1_amd64.deb ... | |
Unpacking libdbus-1-3:amd64 (1.10.22-0+deb9u1) ... | |
Selecting previously unselected package dbus. | |
Preparing to unpack .../10-dbus_1.10.22-0+deb9u1_amd64.deb ... | |
Unpacking dbus (1.10.22-0+deb9u1) ... | |
Selecting previously unselected package libmagic-mgc. | |
Preparing to unpack .../11-libmagic-mgc_1%3a5.30-1+deb9u1_amd64.deb ... | |
Unpacking libmagic-mgc (1:5.30-1+deb9u1) ... | |
Selecting previously unselected package libmagic1:amd64. | |
Preparing to unpack .../12-libmagic1_1%3a5.30-1+deb9u1_amd64.deb ... | |
Unpacking libmagic1:amd64 (1:5.30-1+deb9u1) ... | |
Selecting previously unselected package file. | |
Preparing to unpack .../13-file_1%3a5.30-1+deb9u1_amd64.deb ... | |
Unpacking file (1:5.30-1+deb9u1) ... | |
Selecting previously unselected package libgmp10:amd64. | |
Preparing to unpack .../14-libgmp10_2%3a6.1.2+dfsg-1_amd64.deb ... | |
Unpacking libgmp10:amd64 (2:6.1.2+dfsg-1) ... | |
Selecting previously unselected package libnettle6:amd64. | |
Preparing to unpack .../15-libnettle6_3.3-1+b2_amd64.deb ... | |
Unpacking libnettle6:amd64 (3.3-1+b2) ... | |
Selecting previously unselected package libhogweed4:amd64. | |
Preparing to unpack .../16-libhogweed4_3.3-1+b2_amd64.deb ... | |
Unpacking libhogweed4:amd64 (3.3-1+b2) ... | |
Selecting previously unselected package libidn11:amd64. | |
Preparing to unpack .../17-libidn11_1.33-1_amd64.deb ... | |
Unpacking libidn11:amd64 (1.33-1) ... | |
Selecting previously unselected package libp11-kit0:amd64. | |
Preparing to unpack .../18-libp11-kit0_0.23.3-2_amd64.deb ... | |
Unpacking libp11-kit0:amd64 (0.23.3-2) ... | |
Selecting previously unselected package libtasn1-6:amd64. | |
Preparing to unpack .../19-libtasn1-6_4.10-1.1_amd64.deb ... | |
Unpacking libtasn1-6:amd64 (4.10-1.1) ... | |
Selecting previously unselected package libgnutls30:amd64. | |
Preparing to unpack .../20-libgnutls30_3.5.8-5+deb9u3_amd64.deb ... | |
Unpacking libgnutls30:amd64 (3.5.8-5+deb9u3) ... | |
Selecting previously unselected package libsasl2-modules-db:amd64. | |
Preparing to unpack .../21-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3_amd64.deb ... | |
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ... | |
Selecting previously unselected package libsasl2-2:amd64. | |
Preparing to unpack .../22-libsasl2-2_2.1.27~101-g0780600+dfsg-3_amd64.deb ... | |
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ... | |
Selecting previously unselected package libwrap0:amd64. | |
Preparing to unpack .../23-libwrap0_7.6.q-26_amd64.deb ... | |
Unpacking libwrap0:amd64 (7.6.q-26) ... | |
Selecting previously unselected package libicu57:amd64. | |
Preparing to unpack .../24-libicu57_57.1-6_amd64.deb ... | |
Unpacking libicu57:amd64 (57.1-6) ... | |
Selecting previously unselected package libxml2:amd64. | |
Preparing to unpack .../25-libxml2_2.9.4+dfsg1-2.2+deb9u1_amd64.deb ... | |
Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u1) ... | |
Selecting previously unselected package xz-utils. | |
Preparing to unpack .../26-xz-utils_5.2.2-1.2+b1_amd64.deb ... | |
Unpacking xz-utils (5.2.2-1.2+b1) ... | |
Selecting previously unselected package bridge-utils. | |
Preparing to unpack .../27-bridge-utils_1.5-13+deb9u1_amd64.deb ... | |
Unpacking bridge-utils (1.5-13+deb9u1) ... | |
Selecting previously unselected package genisoimage. | |
Preparing to unpack .../28-genisoimage_9%3a1.1.11-3+b2_amd64.deb ... | |
Unpacking genisoimage (9:1.1.11-3+b2) ... | |
Selecting previously unselected package ipxe-qemu. | |
Preparing to unpack .../29-ipxe-qemu_1.0.0+git-20161027.b991c67-1_all.deb ... | |
Unpacking ipxe-qemu (1.0.0+git-20161027.b991c67-1) ... | |
Selecting previously unselected package libaio1:amd64. | |
Preparing to unpack .../30-libaio1_0.3.110-3_amd64.deb ... | |
Unpacking libaio1:amd64 (0.3.110-3) ... | |
Selecting previously unselected package libasound2-data. | |
Preparing to unpack .../31-libasound2-data_1.1.3-5_all.deb ... | |
Unpacking libasound2-data (1.1.3-5) ... | |
Selecting previously unselected package libasound2:amd64. | |
Preparing to unpack .../32-libasound2_1.1.3-5_amd64.deb ... | |
Unpacking libasound2:amd64 (1.1.3-5) ... | |
Selecting previously unselected package libasyncns0:amd64. | |
Preparing to unpack .../33-libasyncns0_0.8-6_amd64.deb ... | |
Unpacking libasyncns0:amd64 (0.8-6) ... | |
Selecting previously unselected package libbluetooth3:amd64. | |
Preparing to unpack .../34-libbluetooth3_5.43-2+deb9u1_amd64.deb ... | |
Unpacking libbluetooth3:amd64 (5.43-2+deb9u1) ... | |
Selecting previously unselected package libbsd0:amd64. | |
Preparing to unpack .../35-libbsd0_0.8.3-1_amd64.deb ... | |
Unpacking libbsd0:amd64 (0.8.3-1) ... | |
Selecting previously unselected package libcaca0:amd64. | |
Preparing to unpack .../36-libcaca0_0.99.beta19-2+b2_amd64.deb ... | |
Unpacking libcaca0:amd64 (0.99.beta19-2+b2) ... | |
Selecting previously unselected package libnspr4:amd64. | |
Preparing to unpack .../37-libnspr4_2%3a4.12-6_amd64.deb ... | |
Unpacking libnspr4:amd64 (2:4.12-6) ... | |
Selecting previously unselected package libnss3:amd64. | |
Preparing to unpack .../38-libnss3_2%3a3.26.2-1.1+deb9u1_amd64.deb ... | |
Unpacking libnss3:amd64 (2:3.26.2-1.1+deb9u1) ... | |
Selecting previously unselected package libcacard0:amd64. | |
Preparing to unpack .../39-libcacard0_1%3a2.5.0-3_amd64.deb ... | |
Unpacking libcacard0:amd64 (1:2.5.0-3) ... | |
Selecting previously unselected package libflac8:amd64. | |
Preparing to unpack .../40-libflac8_1.3.2-1_amd64.deb ... | |
Unpacking libflac8:amd64 (1.3.2-1) ... | |
Selecting previously unselected package libglib2.0-data. | |
Preparing to unpack .../41-libglib2.0-data_2.50.3-2_all.deb ... | |
Unpacking libglib2.0-data (2.50.3-2) ... | |
Selecting previously unselected package x11-common. | |
Preparing to unpack .../42-x11-common_1%3a7.7+19_all.deb ... | |
Unpacking x11-common (1:7.7+19) ... | |
Selecting previously unselected package libice6:amd64. | |
Preparing to unpack .../43-libice6_2%3a1.0.9-2_amd64.deb ... | |
Unpacking libice6:amd64 (2:1.0.9-2) ... | |
Selecting previously unselected package libjpeg62-turbo:amd64. | |
Preparing to unpack .../44-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ... | |
Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ... | |
Selecting previously unselected package libnuma1:amd64. | |
Preparing to unpack .../45-libnuma1_2.0.11-2.1_amd64.deb ... | |
Unpacking libnuma1:amd64 (2.0.11-2.1) ... | |
Selecting previously unselected package libopus0:amd64. | |
Preparing to unpack .../46-libopus0_1.2~alpha2-1_amd64.deb ... | |
Unpacking libopus0:amd64 (1.2~alpha2-1) ... | |
Selecting previously unselected package libpixman-1-0:amd64. | |
Preparing to unpack .../47-libpixman-1-0_0.34.0-1_amd64.deb ... | |
Unpacking libpixman-1-0:amd64 (0.34.0-1) ... | |
Selecting previously unselected package libpng16-16:amd64. | |
Preparing to unpack .../48-libpng16-16_1.6.28-1_amd64.deb ... | |
Unpacking libpng16-16:amd64 (1.6.28-1) ... | |
Selecting previously unselected package libsm6:amd64. | |
Preparing to unpack .../49-libsm6_2%3a1.2.2-1+b3_amd64.deb ... | |
Unpacking libsm6:amd64 (2:1.2.2-1+b3) ... | |
Selecting previously unselected package libvorbis0a:amd64. | |
Preparing to unpack .../50-libvorbis0a_1.3.5-4_amd64.deb ... | |
Unpacking libvorbis0a:amd64 (1.3.5-4) ... | |
Selecting previously unselected package libvorbisenc2:amd64. | |
Preparing to unpack .../51-libvorbisenc2_1.3.5-4_amd64.deb ... | |
Unpacking libvorbisenc2:amd64 (1.3.5-4) ... | |
Selecting previously unselected package libsndfile1:amd64. | |
Preparing to unpack .../52-libsndfile1_1.0.27-3_amd64.deb ... | |
Unpacking libsndfile1:amd64 (1.0.27-3) ... | |
Selecting previously unselected package libxdmcp6:amd64. | |
Preparing to unpack .../53-libxdmcp6_1%3a1.1.2-3_amd64.deb ... | |
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... | |
Selecting previously unselected package libxcb1:amd64. | |
Preparing to unpack .../54-libxcb1_1.12-1_amd64.deb ... | |
Unpacking libxcb1:amd64 (1.12-1) ... | |
Selecting previously unselected package libx11-data. | |
Preparing to unpack .../55-libx11-data_2%3a1.6.4-3_all.deb ... | |
Unpacking libx11-data (2:1.6.4-3) ... | |
Selecting previously unselected package libx11-6:amd64. | |
Preparing to unpack .../56-libx11-6_2%3a1.6.4-3_amd64.deb ... | |
Unpacking libx11-6:amd64 (2:1.6.4-3) ... | |
Selecting previously unselected package libx11-xcb1:amd64. | |
Preparing to unpack .../57-libx11-xcb1_2%3a1.6.4-3_amd64.deb ... | |
Unpacking libx11-xcb1:amd64 (2:1.6.4-3) ... | |
Selecting previously unselected package libxext6:amd64. | |
Preparing to unpack .../58-libxext6_2%3a1.3.3-1+b2_amd64.deb ... | |
Unpacking libxext6:amd64 (2:1.3.3-1+b2) ... | |
Selecting previously unselected package libxi6:amd64. | |
Preparing to unpack .../59-libxi6_2%3a1.7.9-1_amd64.deb ... | |
Unpacking libxi6:amd64 (2:1.7.9-1) ... | |
Selecting previously unselected package libxtst6:amd64. | |
Preparing to unpack .../60-libxtst6_2%3a1.2.3-1_amd64.deb ... | |
Unpacking libxtst6:amd64 (2:1.2.3-1) ... | |
Selecting previously unselected package libpulse0:amd64. | |
Preparing to unpack .../61-libpulse0_10.0-1+deb9u1_amd64.deb ... | |
Unpacking libpulse0:amd64 (10.0-1+deb9u1) ... | |
Selecting previously unselected package libsasl2-modules:amd64. | |
Preparing to unpack .../62-libsasl2-modules_2.1.27~101-g0780600+dfsg-3_amd64.deb ... | |
Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3) ... | |
Selecting previously unselected package libsdl1.2debian:amd64. | |
Preparing to unpack .../63-libsdl1.2debian_1.2.15+dfsg1-4_amd64.deb ... | |
Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg1-4) ... | |
Selecting previously unselected package libseccomp2:amd64. | |
Preparing to unpack .../64-libseccomp2_2.3.1-2.1_amd64.deb ... | |
Unpacking libseccomp2:amd64 (2.3.1-2.1) ... | |
Selecting previously unselected package libspice-server1:amd64. | |
Preparing to unpack .../65-libspice-server1_0.12.8-2.1+deb9u1_amd64.deb ... | |
Unpacking libspice-server1:amd64 (0.12.8-2.1+deb9u1) ... | |
Selecting previously unselected package libusb-1.0-0:amd64. | |
Preparing to unpack .../66-libusb-1.0-0_2%3a1.0.21-1_amd64.deb ... | |
Unpacking libusb-1.0-0:amd64 (2:1.0.21-1) ... | |
Selecting previously unselected package libusbredirparser1:amd64. | |
Preparing to unpack .../67-libusbredirparser1_0.7.1-1_amd64.deb ... | |
Unpacking libusbredirparser1:amd64 (0.7.1-1) ... | |
Selecting previously unselected package libvdeplug2. | |
Preparing to unpack .../68-libvdeplug2_2.3.2+r586-2.1_amd64.deb ... | |
Unpacking libvdeplug2 (2.3.2+r586-2.1) ... | |
Selecting previously unselected package libxenstore3.0:amd64. | |
Preparing to unpack .../69-libxenstore3.0_4.8.1-1+deb9u3_amd64.deb ... | |
Unpacking libxenstore3.0:amd64 (4.8.1-1+deb9u3) ... | |
Selecting previously unselected package libyajl2:amd64. | |
Preparing to unpack .../70-libyajl2_2.1.0-2+b3_amd64.deb ... | |
Unpacking libyajl2:amd64 (2.1.0-2+b3) ... | |
Selecting previously unselected package libxen-4.8:amd64. | |
Preparing to unpack .../71-libxen-4.8_4.8.1-1+deb9u3_amd64.deb ... | |
Unpacking libxen-4.8:amd64 (4.8.1-1+deb9u3) ... | |
Selecting previously unselected package python3-ipy. | |
Preparing to unpack .../72-python3-ipy_1%3a0.83-1_all.deb ... | |
Unpacking python3-ipy (1:0.83-1) ... | |
Selecting previously unselected package libbrlapi0.6:amd64. | |
Preparing to unpack .../73-libbrlapi0.6_5.4-7_amd64.deb ... | |
Unpacking libbrlapi0.6:amd64 (5.4-7) ... | |
Selecting previously unselected package libfdt1:amd64. | |
Preparing to unpack .../74-libfdt1_1.4.2-1_amd64.deb ... | |
Unpacking libfdt1:amd64 (1.4.2-1) ... | |
Selecting previously unselected package seabios. | |
Preparing to unpack .../75-seabios_1.10.2-1_all.deb ... | |
Unpacking seabios (1.10.2-1) ... | |
Selecting previously unselected package qemu-system-x86. | |
Preparing to unpack .../76-qemu-system-x86_1%3a2.8+dfsg-6+deb9u3_amd64.deb ... | |
Unpacking qemu-system-x86 (1:2.8+dfsg-6+deb9u3) ... | |
Selecting previously unselected package qemu-utils. | |
Preparing to unpack .../77-qemu-utils_1%3a2.8+dfsg-6+deb9u3_amd64.deb ... | |
Unpacking qemu-utils (1:2.8+dfsg-6+deb9u3) ... | |
Selecting previously unselected package shared-mime-info. | |
Preparing to unpack .../78-shared-mime-info_1.8-1_amd64.deb ... | |
Unpacking shared-mime-info (1.8-1) ... | |
Selecting previously unselected package tcpd. | |
Preparing to unpack .../79-tcpd_7.6.q-26_amd64.deb ... | |
Unpacking tcpd (7.6.q-26) ... | |
Selecting previously unselected package xdg-user-dirs. | |
Preparing to unpack .../80-xdg-user-dirs_0.15-2+b1_amd64.deb ... | |
Unpacking xdg-user-dirs (0.15-2+b1) ... | |
Selecting previously unselected package xml-core. | |
Preparing to unpack .../81-xml-core_0.17_all.deb ... | |
Unpacking xml-core (0.17) ... | |
Selecting previously unselected package qemu-kvm. | |
Preparing to unpack .../82-qemu-kvm_1%3a2.8+dfsg-6+deb9u3_amd64.deb ... | |
Unpacking qemu-kvm (1:2.8+dfsg-6+deb9u3) ... | |
Selecting previously unselected package socat. | |
Preparing to unpack .../83-socat_1.7.3.1-2+deb9u1_amd64.deb ... | |
Unpacking socat (1.7.3.1-2+deb9u1) ... | |
Setting up seabios (1.10.2-1) ... | |
Setting up readline-common (7.0-3) ... | |
Setting up libnettle6:amd64 (3.3-1+b2) ... | |
Setting up libasyncns0:amd64 (0.8-6) ... | |
Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ... | |
Setting up mime-support (3.60) ... | |
Setting up libpng16-16:amd64 (1.6.28-1) ... | |
Setting up libreadline7:amd64 (7.0-3) ... | |
Setting up libnuma1:amd64 (2.0.11-2.1) ... | |
Setting up libasound2-data (1.1.3-5) ... | |
Setting up libcap2:amd64 (1:2.25-1) ... | |
Setting up libusbredirparser1:amd64 (0.7.1-1) ... | |
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3) ... | |
Setting up libbluetooth3:amd64 (5.43-2+deb9u1) ... | |
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3) ... | |
Setting up libxenstore3.0:amd64 (4.8.1-1+deb9u3) ... | |
Setting up sgml-base (1.29) ... | |
Setting up libicu57:amd64 (57.1-6) ... | |
Setting up libbsd0:amd64 (0.8.3-1) ... | |
Setting up libnspr4:amd64 (2:4.12-6) ... | |
Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u1) ... | |
Setting up bridge-utils (1.5-13+deb9u1) ... | |
Setting up libopus0:amd64 (1.2~alpha2-1) ... | |
Setting up libtasn1-6:amd64 (4.10-1.1) ... | |
Setting up libmagic-mgc (1:5.30-1+deb9u1) ... | |
Setting up libasound2:amd64 (1.1.3-5) ... | |
Setting up bzip2 (1.0.6-8.1) ... | |
Setting up libmagic1:amd64 (1:5.30-1+deb9u1) ... | |
Setting up libogg0:amd64 (1.3.2-1) ... | |
Setting up libvdeplug2 (2.3.2+r586-2.1) ... | |
Setting up libyajl2:amd64 (2.1.0-2+b3) ... | |
Setting up libx11-xcb1:amd64 (2:1.6.4-3) ... | |
Setting up libgmp10:amd64 (2:6.1.2+dfsg-1) ... | |
Setting up libpixman-1-0:amd64 (0.34.0-1) ... | |
Setting up libglib2.0-data (2.50.3-2) ... | |
Setting up libusb-1.0-0:amd64 (2:1.0.21-1) ... | |
Processing triggers for libc-bin (2.24-11+deb9u1) ... | |
Setting up libaio1:amd64 (0.3.110-3) ... | |
Setting up libseccomp2:amd64 (2.3.1-2.1) ... | |
Setting up libapparmor1:amd64 (2.11.0-3) ... | |
Setting up xz-utils (5.2.2-1.2+b1) ... | |
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode | |
Setting up libsqlite3-0:amd64 (3.16.2-5) ... | |
Setting up libffi6:amd64 (3.2.1-6) ... | |
Setting up libxdmcp6:amd64 (1:1.1.2-3) ... | |
Setting up xml-core (0.17) ... | |
Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3) ... | |
Setting up libvorbis0a:amd64 (1.3.5-4) ... | |
Setting up x11-common (1:7.7+19) ... | |
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
invoke-rc.d: could not determine current runlevel | |
invoke-rc.d: policy-rc.d denied execution of start. | |
Setting up libslang2:amd64 (2.3.1-5) ... | |
Setting up ipxe-qemu (1.0.0+git-20161027.b991c67-1) ... | |
Setting up xdg-user-dirs (0.15-2+b1) ... | |
Setting up libx11-data (2:1.6.4-3) ... | |
Setting up libxau6:amd64 (1:1.0.8-1) ... | |
Setting up libidn11:amd64 (1.33-1) ... | |
Setting up libmpdec2:amd64 (2.4.2-1) ... | |
Setting up libdbus-1-3:amd64 (1.10.22-0+deb9u1) ... | |
Setting up libbrlapi0.6:amd64 (5.4-7) ... | |
Setting up libwrap0:amd64 (7.6.q-26) ... | |
Setting up libfdt1:amd64 (1.4.2-1) ... | |
Setting up socat (1.7.3.1-2+deb9u1) ... | |
Setting up libglib2.0-0:amd64 (2.50.3-2) ... | |
No schema files found: doing nothing. | |
Setting up libpython3.5-stdlib:amd64 (3.5.3-1) ... | |
Setting up libflac8:amd64 (1.3.2-1) ... | |
Setting up genisoimage (9:1.1.11-3+b2) ... | |
Setting up libnss3:amd64 (2:3.26.2-1.1+deb9u1) ... | |
Setting up file (1:5.30-1+deb9u1) ... | |
Setting up tcpd (7.6.q-26) ... | |
Setting up libxen-4.8:amd64 (4.8.1-1+deb9u3) ... | |
Setting up libhogweed4:amd64 (3.3-1+b2) ... | |
Setting up libp11-kit0:amd64 (0.23.3-2) ... | |
Setting up libcacard0:amd64 (1:2.5.0-3) ... | |
Setting up libice6:amd64 (2:1.0.9-2) ... | |
Setting up shared-mime-info (1.8-1) ... | |
Setting up dbus (1.10.22-0+deb9u1) ... | |
invoke-rc.d: could not determine current runlevel | |
invoke-rc.d: policy-rc.d denied execution of start. | |
Setting up libvorbisenc2:amd64 (1.3.5-4) ... | |
Setting up libcaca0:amd64 (0.99.beta19-2+b2) ... | |
Setting up libxcb1:amd64 (1.12-1) ... | |
Setting up qemu-system-common (1:2.8+dfsg-6+deb9u3) ... | |
Setting up python3.5 (3.5.3-1) ... | |
Setting up libpython3-stdlib:amd64 (3.5.3-1) ... | |
Setting up libsm6:amd64 (2:1.2.2-1+b3) ... | |
Setting up libspice-server1:amd64 (0.12.8-2.1+deb9u1) ... | |
Setting up libgnutls30:amd64 (3.5.8-5+deb9u3) ... | |
Setting up libx11-6:amd64 (2:1.6.4-3) ... | |
Setting up qemu-utils (1:2.8+dfsg-6+deb9u3) ... | |
Setting up libsndfile1:amd64 (1.0.27-3) ... | |
Setting up libxext6:amd64 (2:1.3.3-1+b2) ... | |
Setting up libxi6:amd64 (2:1.7.9-1) ... | |
Setting up libxtst6:amd64 (2:1.2.3-1) ... | |
Setting up libpulse0:amd64 (10.0-1+deb9u1) ... | |
Setting up libsdl1.2debian:amd64 (1.2.15+dfsg1-4) ... | |
Setting up qemu-system-x86 (1:2.8+dfsg-6+deb9u3) ... | |
Setting up qemu-kvm (1:2.8+dfsg-6+deb9u3) ... | |
Setting up python3 (3.5.3-1) ... | |
Setting up dh-python (2.20170125) ... | |
Setting up python3-ipy (1:0.83-1) ... | |
Processing triggers for libc-bin (2.24-11+deb9u1) ... | |
Processing triggers for sgml-base (1.29) ... | |
---> 013a13f42659 | |
Removing intermediate container 2d0db8e2037b | |
Step 5 : ARG IMAGE | |
---> Running in 943ac6cf93c2 | |
---> 80cd8f480103 | |
Removing intermediate container 943ac6cf93c2 | |
Step 6 : COPY $IMAGE* / | |
---> 90d9a2c89e90 | |
Removing intermediate container ef4066090b20 | |
Step 7 : COPY *.py / | |
---> b19ea7f9af7d | |
Removing intermediate container 3c1e78595124 | |
Step 8 : EXPOSE 22 161/udp 830 5000 10000-10099 | |
---> Running in 84fa7f38ae54 | |
---> cad424492173 | |
Removing intermediate container 84fa7f38ae54 | |
Step 9 : HEALTHCHECK CMD /healthcheck.py | |
---> Running in 57de5de97616 | |
---> 5586eea25875 | |
Removing intermediate container 57de5de97616 | |
Step 10 : ENTRYPOINT /launch.py | |
---> Running in 19c361f9d9c7 | |
---> 6880f40ef1f0 | |
Removing intermediate container 19c361f9d9c7 | |
Successfully built 6880f40ef1f0 | |
docker run --cidfile cidfile --privileged vr-csr:16.04.01 --trace --install | |
2017-10-16 01:33:41,850: launch TRACE install mode | |
2017-10-16 01:33:41,851: launch INFO Installing CSR | |
2017-10-16 01:33:41,851: vrnetlab DEBUG VM not started; starting! | |
2017-10-16 01:33:41,852: vrnetlab INFO Starting CSR_vm | |
2017-10-16 01:33:41,852: vrnetlab DEBUG ['qemu-system-x86_64', '-enable-kvm', '-display', 'none', '-machine', 'pc', '-monitor', 'tcp:0.0.0.0:4000,server,nowait', '-m', '4096', '-serial', 'telnet:0.0.0.0:5000,server,nowait', '-drive', 'if=ide,file=/csr1000v-universalk9.16.04.01-serial-overlay.qcow2', '-cdrom', '/config.iso', '-device', 'pci-bridge,chassis_nr=1,id=pci.1', '-device', 'e1000,netdev=p00,mac=52:54:00:56:ac:00', '-netdev', 'user,id=p00,net=10.0.0.0/24,tftp=/tftpboot,hostfwd=tcp::2022-10.0.0.15:22,hostfwd=udp::2161-10.0.0.15:161,hostfwd=tcp::2830-10.0.0.15:830', '-device', 'e1000,netdev=p01,mac=52:54:00:fc:28:01,bus=pci.1,addr=0x2', '-netdev', 'socket,id=p01,listen=:10001', '-device', 'e1000,netdev=p02,mac=52:54:00:e0:69:02,bus=pci.1,addr=0x3', '-netdev', 'socket,id=p02,listen=:10002', '-device', 'e1000,netdev=p03,mac=52:54:00:94:f6:03,bus=pci.1,addr=0x4', '-netdev', 'socket,id=p03,listen=:10003', '-device', 'e1000,netdev=p04,mac=52:54:00:c9:89:04,bus=pci.1,addr Booting 'CSR1000v - packages.conf' | |
root (hd0,0) | |
Filesystem type is ext2fs, partition type 0x83 | |
kernel /packages.conf rw quiet root=/dev/ram console= max_loop=64 HARDWARE=virt | |
ual SR_BOOT=bootflash:packages.conf | |
Calculating SHA-1 hash...done | |
SHA-1 hash: | |
calculated 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
expected 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
package header rev 3 structure detected | |
Calculating SHA-1 hash... | |
2017-10-16 01:33:59,879: launch TRACE OUTPUT: done | |
SHA-1 hash: | |
calculated b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
expected b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
Package type:0x7531, flags:0x0 | |
[Linux-bzImage, setup=0x3c00, size=0x2142994] | |
2017-10-16 01:34:03,884: launch TRACE OUTPUT: [isord @ 0x7e330000, 0x1cbf444 bytes] | |
2017-10-16 01:34:13,895: launch TRACE OUTPUT: %IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 1 contained errors which were auto-corrected. | |
2017-10-16 01:34:15,898: launch TRACE OUTPUT: %IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 6 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 7 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 8 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 9 contained errors which were auto-corrected. | |
2017-10-16 01:34:17,901: launch TRACE OUTPUT: %IOSXEBOOT-4-BOOT_SRC: (local/local): TarFilePath: | |
2017-10-16 01:35:25,977: launch TRACE OUTPUT: | |
Restricted Rights Legend | |
Use, duplication, or disclosure by the Government is | |
subject to restrictions as set forth in subparagraph | |
(c) of the Commercial Computer Software - Restricted | |
Rights clause at FAR sec. 52.227-19 and subparagraph | |
(c) (1) (ii) of the Rights in Technical Data and Computer | |
Software clause at DFARS sec. 252.227-7013. | |
cisco Systems, Inc. | |
170 West Tasman Drive | |
San Jose, California 95134-1706 | |
Cisco IOS Software [Everest], CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.4.1, RELEASE SOFTWARE (fc2) | |
Technical Support: http://www.cisco.com/techsupport | |
Copyright (c) 1986-2016 by Cisco Systems, Inc. | |
Compiled Sun 27-Nov-16 13:02 by mcpre | |
Cisco IOS-XE software, Copyright (c) 2005-2016 by cisco Systems, Inc. | |
All rights reserved. Certain components of Cisco IOS-XE software are | |
licensed under the GNU General Public License ("GPL") Version 2.0. The | |
software code licensed under GPL Version 2.0 is free software that comes | |
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such | |
GPL code under the terms of GPL Version 2.0. For more details, see the | |
documentation or "License Notice" file accompanying the IOS-XE software, | |
or the applicable URL provided on the flyer accompanying the IOS-XE | |
software. | |
2017-10-16 01:35:29,981: launch TRACE OUTPUT: % failed to initialize nvram | |
2017-10-16 01:35:33,985: launch TRACE OUTPUT: | |
This product contains cryptographic features and is subject to United | |
States and local country laws governing import, export, transfer and | |
use. Delivery of Cisco cryptographic products does not imply | |
third-party authority to import, export, distribute or use encryption. | |
Importers, exporters, distributors and users are responsible for | |
compliance with U.S. and local country laws. By using this product you | |
agree to comply with applicable laws and regulations. If you are unable | |
to comply with U.S. and local laws, return this product immediately. | |
A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
If you require further assistance please contact us by sending email to | |
[email protected]. | |
cisco CSR1000V (VXE) processor (revision VXE) with 2052375K/3075K bytes of memory. | |
Processor board ID 9CGD7B79C77 | |
10 Gigabit Ethernet interfaces | |
32768K bytes of non-volatile configuration memory. | |
3985132K bytes of physical memory. | |
7774207K bytes of virtual hard disk at bootflash:. | |
0K bytes of at webui:. | |
.Done! | |
SETUP: new interface GigabitEthernet1 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet2 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet3 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet4 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet5 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet6 placed in "shutdown" state | |
2017-10-16 01:35:35,988: launch TRACE OUTPUT: | |
SETUP: new interface GigabitEthernet7 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet8 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet9 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet10 placed in "shutdown" state | |
2017-10-16 01:36:09,496: launch INFO Installation complete | |
docker commit --change='ENTRYPOINT ["/launch.py"]' $(cat cidfile) vr-csr:16.04.01 | |
sha256:7c644be0d5ec8934e46268c9c0525b2ed7fcaaad914a92125d21f28b027cdeaf | |
docker rm -f $(cat cidfile) | |
e39b623532aa926065a27eec3fcc1b295261ae40793d0c165fd05a4624042f65 | |
make[1]: Leaving directory '/home/jabelk/mytestingspace/vrnetlab/csr' | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ docker images | |
REPOSITORY TAG IMAGE ID CREATED SIZE | |
vr-csr 16.04.01 7c644be0d5ec About a minute ago 1.773 GB | |
vr-bgp latest 46d117de4d36 About an hour ago 657.2 MB | |
vr-xcon latest e049cbacc607 About an hour ago 163.3 MB | |
vrnetlab/vr-xcon latest 9cf2e9630c8d 11 days ago 152.2 MB | |
debian stable 175074065266 4 weeks ago 100.1 MB | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ docker run -d --privileged --name my-csr-router vr-csr | |
Unable to find image 'vr-csr:latest' locally | |
Pulling repository docker.io/library/vr-csr | |
docker: Error: image library/vr-csr:latest not found. | |
See 'docker run --help'. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ docker run -d --privileged --name my-csr-router vr-csr:16.04.01 | |
bfc7be7ef5b3f44e97b2ee36fa119978c54a4ccad81f1e7091286cc0ba57df36 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
bfc7be7ef5b3 vr-csr:16.04.01 "/launch.py" 9 seconds ago Up 8 seconds (health: starting) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
bfc7be7ef5b3 vr-csr:16.04.01 "/launch.py" 42 seconds ago Up 41 seconds (health: starting) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
bfc7be7ef5b3 vr-csr:16.04.01 "/launch.py" 55 seconds ago Up 54 seconds (health: starting) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab/csr$ cd .. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ . vrnetlab.sh | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vr_mgmt_ip | |
docker: "inspect" requires a minimum of 1 argument. | |
See 'docker inspect --help'. | |
Usage: docker inspect [OPTIONS] CONTAINER|IMAGE|TASK [CONTAINER|IMAGE|TASK...] | |
Return low-level information on a container, image or task | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vr_mgmt_ip my-csr-router | |
172.17.0.2 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vrcons my-csr-router | |
Trying 172.17.0.2... | |
Connected to 172.17.0.2. | |
Escape character is '^]'. | |
^] | |
telnet> exit | |
?Invalid command | |
telnet> ? | |
Commands may be abbreviated. Commands are: | |
close close current connection | |
logout forcibly logout remote user and close the connection | |
display display operating parameters | |
mode try to enter line or character mode ('mode ?' for more) | |
open connect to a site | |
quit exit telnet | |
send transmit special characters ('send ?' for more) | |
set set operating parameters ('set ?' for more) | |
unset unset operating parameters ('unset ?' for more) | |
status print status information | |
toggle toggle operating parameters ('toggle ?' for more) | |
slc set treatment of special characters | |
z suspend telnet | |
environ change environment variables ('environ ?' for more) | |
telnet> close | |
Connection closed. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vr_mgmt_ip my-csr-router | |
172.17.0.2 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vr_mgmt_ip | |
docker: "inspect" requires a minimum of 1 argument. | |
See 'docker inspect --help'. | |
Usage: docker inspect [OPTIONS] CONTAINER|IMAGE|TASK [CONTAINER|IMAGE|TASK...] | |
Return low-level information on a container, image or task | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
bfc7be7ef5b3 vr-csr:16.04.01 "/launch.py" 2 minutes ago Up 2 minutes (unhealthy) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
bfc7be7ef5b3 vr-csr:16.04.01 "/launch.py" 2 minutes ago Up 2 minutes (healthy) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker kill my-csr-router | |
my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker rm my-csr-router | |
my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ sudo docker run -d --privileged --name my-csr-router vr-csr | |
Unable to find image 'vr-csr:latest' locally | |
Pulling repository docker.io/library/vr-csr | |
docker: Error: image library/vr-csr:latest not found. | |
See 'docker run --help'. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker run -d --privileged --name my-csr-router vr-csr:16.04.01 | |
574a8fcf6839ae663a283f363224060b6608c4dfd5520818aad2171f9e213a42 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
574a8fcf6839 vr-csr:16.04.01 "/launch.py" 6 seconds ago Up 5 seconds (health: starting) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
574a8fcf6839 vr-csr:16.04.01 "/launch.py" 3 minutes ago Up 3 minutes (unhealthy) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
574a8fcf6839 vr-csr:16.04.01 "/launch.py" 4 minutes ago Up 4 minutes (unhealthy) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vrssh my-csr-router | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
It is also possible that a host key has just been changed. | |
The fingerprint for the RSA key sent by the remote host is | |
SHA256:Ki/dpbH/XmCEFq3yj6Aaz+zw1QNUPIPQkf2a1X+9ZDw. | |
Please contact your system administrator. | |
Add correct host key in /home/jabelk/.ssh/known_hosts to get rid of this message. | |
Offending RSA key in /home/jabelk/.ssh/known_hosts:1 | |
remove with: | |
ssh-keygen -f "/home/jabelk/.ssh/known_hosts" -R 172.17.0.2 | |
Password authentication is disabled to avoid man-in-the-middle attacks. | |
Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
Permission denied (publickey,keyboard-interactive,password). | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ ssh -oStrictHostKeyChecking=no 172.17.0.2 -l vrnetlab | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! | |
Someone could be eavesdropping on you right now (man-in-the-middle attack)! | |
It is also possible that a host key has just been changed. | |
The fingerprint for the RSA key sent by the remote host is | |
SHA256:Ki/dpbH/XmCEFq3yj6Aaz+zw1QNUPIPQkf2a1X+9ZDw. | |
Please contact your system administrator. | |
Add correct host key in /home/jabelk/.ssh/known_hosts to get rid of this message. | |
Offending RSA key in /home/jabelk/.ssh/known_hosts:1 | |
remove with: | |
ssh-keygen -f "/home/jabelk/.ssh/known_hosts" -R 172.17.0.2 | |
Password authentication is disabled to avoid man-in-the-middle attacks. | |
Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. | |
Permission denied (publickey,keyboard-interactive,password). | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vrssh my-csr-router | |
Warning: Permanently added '172.17.0.2' (RSA) to the list of known hosts. | |
Permission denied, please try again. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ ssh-keygen -f "/home/jabelk/.ssh/known_hosts" -R 172.17.0.2 | |
Host 172.17.0.2 not found in /home/jabelk/.ssh/known_hosts | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ sh -oStrictHostKeyChecking=no 172.17.0.2 -l vrnetlab | |
sh: 0: Illegal option -o 172.17.0.2 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ ssh -oStrictHostKeyChecking=no 172.17.0.2 -l vrnetlab | |
Warning: Permanently added '172.17.0.2' (RSA) to the list of known hosts. | |
[email protected]'s password: | |
Permission denied, please try again. | |
[email protected]'s password: | |
Connection to 172.17.0.2 closed by remote host. | |
Connection to 172.17.0.2 closed. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vrssh my-csr-router | |
Permission denied, please try again. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ vrcons my-csr-router | |
Trying 172.17.0.2... | |
Connected to 172.17.0.2. | |
Escape character is '^]'. | |
^] | |
telnet> ? | |
Commands may be abbreviated. Commands are: | |
close close current connection | |
logout forcibly logout remote user and close the connection | |
display display operating parameters | |
mode try to enter line or character mode ('mode ?' for more) | |
open connect to a site | |
quit exit telnet | |
send transmit special characters ('send ?' for more) | |
set set operating parameters ('set ?' for more) | |
unset unset operating parameters ('unset ?' for more) | |
status print status information | |
toggle toggle operating parameters ('toggle ?' for more) | |
slc set treatment of special characters | |
z suspend telnet | |
environ change environment variables ('environ ?' for more) | |
telnet> close | |
Connection closed. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
574a8fcf6839 vr-csr:16.04.01 "/launch.py" 11 minutes ago Up 11 minutes (unhealthy) 22/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp my-csr-router | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker run -d --privileged --name newcsr vr-csr:16.04.01 --username devops --password devops --trace --install | |
25bcb86ae045092989164dbb2609e40879612816feaee471e64770d307c93654 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker run -df --details --privileged --name newcsr2 vr-csr:16.04.01 --username devops --password devops --trace --install | |
unknown shorthand flag: 'f' in -f | |
See 'docker run --help'. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker run -d --details --privileged --name newcsr2 vr-csr:16.04.01 --username devops --password devops --trace --install | |
unknown flag: --details | |
See 'docker run --help'. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker logs mycsr | |
Error: No such container: mycsr | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker logs newcsr | |
2017-10-16 01:56:07,517: launch TRACE install mode | |
2017-10-16 01:56:07,518: launch INFO Installing CSR | |
2017-10-16 01:56:07,519: vrnetlab DEBUG VM not started; starting! | |
2017-10-16 01:56:07,519: vrnetlab INFO Starting CSR_vm | |
2017-10-16 01:56:07,519: vrnetlab DEBUG ['qemu-system-x86_64', '-enable-kvm', '-display', 'none', '-machine', 'pc', '-monitor', 'tcp:0.0.0.0:4000,server,nowait', '-m', '4096', '-serial', 'telnet:0.0.0.0:5000,server,nowait', '-drive', 'if=ide,file=/csr1000v-universalk9.16.04.01-serial-overlay.qcow2', '-cdrom', '/config.iso', '-device', 'pci-bridge,chassis_nr=1,i Booting 'CSR1000v - packages.conf' | |
root (hd0,0) | |
Filesystem type is ext2fs, partition type 0x83 | |
kernel /packages.conf rw quiet root=/dev/ram console= max_loop=64 HARDWARE=virt | |
ual SR_BOOT=bootflash:packages.conf | |
Calculating SHA-1 hash...done | |
SHA-1 hash: | |
calculated 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
expected 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
package header rev 3 structure detected | |
Calculating SHA-1 hash... | |
2017-10-16 01:56:27,552: launch TRACE OUTPUT: done | |
SHA-1 hash: | |
calculated b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
expected b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
Package type:0x7531, flags:0x0 | |
[Linux-bzImage, setup=0x3c00, size=0x2142994] | |
2017-10-16 01:56:31,556: launch TRACE OUTPUT: [isord @ 0x7e330000, 0x1cbf444 bytes] | |
2017-10-16 01:56:43,569: launch TRACE OUTPUT: %IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 1 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 6 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 7 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 8 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 9 contained errors which were auto-corrected. | |
2017-10-16 01:56:45,572: launch TRACE OUTPUT: %IOSXEBOOT-4-BOOT_SRC: (local/local): TarFilePath: | |
2017-10-16 01:57:43,634: launch TRACE OUTPUT: | |
Restricted Rights Legend | |
Use, duplication, or disclosure by the Government is | |
subject to restrictions as set forth in subparagraph | |
(c) of the Commercial Computer Software - Restricted | |
Rights clause at FAR sec. 52.227-19 and subparagraph | |
(c) (1) (ii) of the Rights in Technical Data and Computer | |
Software clause at DFARS sec. 252.227-7013. | |
cisco Systems, Inc. | |
170 West Tasman Drive | |
San Jose, California 95134-1706 | |
Cisco IOS Software [Everest], CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.4.1, RELEASE SOFTWARE (fc2) | |
Technical Support: http://www.cisco.com/techsupport | |
Copyright (c) 1986-2016 by Cisco Systems, Inc. | |
Compiled Sun 27-Nov-16 13:02 by mcpre | |
Cisco IOS-XE software, Copyright (c) 2005-2016 by cisco Systems, Inc. | |
All rights reserved. Certain components of Cisco IOS-XE software are | |
licensed under the GNU General Public License ("GPL") Version 2.0. The | |
software code licensed under GPL Version 2.0 is free software that comes | |
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such | |
GPL code under the terms of GPL Version 2.0. For more details, see the | |
documentation or "License Notice" file accompanying the IOS-XE software, | |
or the applicable URL provided on the flyer accompanying the IOS-XE | |
software. | |
2017-10-16 01:57:45,636: launch TRACE OUTPUT: % failed to initialize nvram | |
2017-10-16 01:57:49,638: launch TRACE OUTPUT: | |
This product contains cryptographic features and is subject to United | |
States and local country laws governing import, export, transfer and | |
use. Delivery of Cisco cryptographic products does not imply | |
third-party authority to import, export, distribute or use encryption. | |
Importers, exporters, distributors and users are responsible for | |
compliance with U.S. and local country laws. By using this product you | |
agree to comply with applicable laws and regulations. If you are unable | |
to comply with U.S. and local laws, return this product immediately. | |
A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
If you require further assistance please contact us by sending email to | |
[email protected]. | |
cisco CSR1000V (VXE) proc | |
2017-10-16 01:57:51,641: launch TRACE OUTPUT: essor (revision VXE) with 2052375K/3075K bytes of memory. | |
Processor board ID 9CGD7B79C77 | |
10 Gigabit Ethernet interfaces | |
32768K bytes of non-volatile configuration memory. | |
3985132K bytes of physical memory. | |
7774207K bytes of virtual hard disk at bootflash:. | |
0K bytes of at webui:. | |
.Done! | |
SETUP: new interface GigabitEthernet1 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet2 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet3 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet4 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet5 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet6 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet7 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet8 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet9 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet10 placed in "shutdown" state | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker logs my-csr-router | |
2017-10-16 01:43:02,432: vrnetlab DEBUG Starting vrnetlab CSR | |
2017-10-16 01:43:02,433: vrnetlab DEBUG VMs: [<__main__.CSR_vm object at 0x7f067eccc5c0>] | |
2017-10-16 01:43:02,434: vrnetlab DEBUG VM not started; starting! | |
2017-10-16 01:43:02,434: vrnetlab INFO Starting CSR_vm | |
2017-10-16 01:43:02,435: vrnetlab DEBUG ['qemu-system-x86_64', '-enable-kvm', '-display', 'none', '-machine', 'pc', '-monitor', 'tcp:0.0.0.0:4000,server,nowait', '-m', '4096', '-serial', 'telnet:0.0.0.0:5000,server,nowait', '-drive', 'if=ide,file=/csr1000v-universalk9.16.04.01-serial-overlay.qcow2', '-device', 'pci-bridge,chassis_nr=1,id=pci.1', '-device', 'e1000,netdev=p00,mac=52:54:00:55:2d:00', '-netdev', 'user,id=p00,net=10.0.0.0/24,tftp=/tftpboot,hostfwd=tcp::2022-10.0.0.15:22,hostfwd=udp::2161-10.0.0.15:161,hostfwd=tcp::2830-10.0.0.15:830', '-device', 'e1000,netdev=p01,mac=52:54:00:0a:9f:01,bus=pci.1,addr=0x2', '-netdev', 'socket,id=p01,listen=:10001', '-device', 'e1000,netdev=p02,mac=52:54:00:8c:a6:02,bus=pci.1,addr=0x3', '-netdev', 'socket,id=p02,listen=:10002', '-device', 'e1000,netdev=p03,mac=52:54:00:f8:0d:03,bus=pci.1,addr=0x4', '-netdev', 'socket,id=p03,listen=:10003', '-device', 'e1000,netdev=p04,mac=52:54:00:e1:f0:04,bus=pci.1,addr=0x5', '-netdev', 'socket,id=p04,listen=:10004', '-device', 'e1000,netdev=p05,mac=52:54:00:16:53:05,bus=pci.1,addr=0x6', '-netdev', 'socket,id=p05,listen=:10005', '-device', 'e1000,netdev=p06,mac=52:54:00:c5:7b:06,bus=pci.1,addr=0x7', '-netdev', 'socket,id=p06,listen=:10006', '-device', 'e1000,netdev=p07,mac=52:54:00:20:e8:07,bus=pci.1,addr=0x8', '-netdev', 'socket,id=p07,listen=:10007', '-device', 'e1000,netdev=p08,mac=52:54:00:cf:46:08,bus=pci.1,addr=0x9', '-netdev', 'socket,id=p08,listen=:10008', '-device', 'e1000,netdev=p09,mac=52:54:00:e4:aa:09,bus=pci.1,addr=0xa', '-netdev', 'socket,id=p09,listen=:10009'] | |
2017-10-16 01:45:19,879: launch DEBUG matched, Press RETURN to get started. | |
2017-10-16 01:45:19,879: vrnetlab DEBUG writing to serial console: | |
2017-10-16 01:45:19,879: launch INFO applying bootstrap configuration | |
2017-10-16 01:45:19,879: vrnetlab DEBUG writing to serial console: | |
2017-10-16 01:45:19,924: vrnetlab DEBUG writing to serial console: enable | |
2017-10-16 01:45:19,924: vrnetlab DEBUG writing to serial console: configure terminal | |
2017-10-16 01:45:19,971: vrnetlab DEBUG writing to serial console: hostname csr1000v | |
2017-10-16 01:45:19,972: vrnetlab DEBUG writing to serial console: username vrnetlab privilege 15 password VR-netlab9 | |
2017-10-16 01:45:20,053: vrnetlab DEBUG writing to serial console: ip domain-name example.com | |
2017-10-16 01:45:20,105: vrnetlab DEBUG writing to serial console: crypto key generate rsa modulus 2048 | |
2017-10-16 01:45:20,147: vrnetlab DEBUG writing to serial console: interface GigabitEthernet1 | |
2017-10-16 01:45:21,873: vrnetlab DEBUG writing to serial console: ip address 10.0.0.15 255.255.255.0 | |
2017-10-16 01:45:21,915: vrnetlab DEBUG writing to serial console: no shut | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ date | |
Sun Oct 15 18:58:42 PDT 2017 | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker logs newcsr | |
2017-10-16 01:56:07,517: launch TRACE install mode | |
2017-10-16 01:56:07,518: launch INFO Installing CSR | |
2017-10-16 01:56:07,519: vrnetlab DEBUG VM not started; starting! | |
2017-10-16 01:56:07,519: vrnetlab INFO Starting CSR_vm | |
2017-10-16 01:56:07,519: vrnetlab DEBUG ['qemu-system-x86_64', '-enable-kvm', '-display', 'none', '-machine', 'pc', '-monitor', 'tcp:0.0.0.0:4000,server,nowait', '-m', '4096', '-serial', 'telnet:0.0.0.0:5000,server,nowait', '-drive', 'if=ide,file=/csr1000v-universalk9.16.04.01-serial-overlay.qcow2', '-cdrom', '/config.iso', '-device', 'pci-bridge,chassis_nr=1,i Booting 'CSR1000v - packages.conf' | |
root (hd0,0) | |
Filesystem type is ext2fs, partition type 0x83 | |
kernel /packages.conf rw quiet root=/dev/ram console= max_loop=64 HARDWARE=virt | |
ual SR_BOOT=bootflash:packages.conf | |
Calculating SHA-1 hash...done | |
SHA-1 hash: | |
calculated 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
expected 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
package header rev 3 structure detected | |
Calculating SHA-1 hash... | |
2017-10-16 01:56:27,552: launch TRACE OUTPUT: done | |
SHA-1 hash: | |
calculated b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
expected b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
Package type:0x7531, flags:0x0 | |
[Linux-bzImage, setup=0x3c00, size=0x2142994] | |
2017-10-16 01:56:31,556: launch TRACE OUTPUT: [isord @ 0x7e330000, 0x1cbf444 bytes] | |
2017-10-16 01:56:43,569: launch TRACE OUTPUT: %IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 1 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 6 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 7 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 8 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 9 contained errors which were auto-corrected. | |
2017-10-16 01:56:45,572: launch TRACE OUTPUT: %IOSXEBOOT-4-BOOT_SRC: (local/local): TarFilePath: | |
2017-10-16 01:57:43,634: launch TRACE OUTPUT: | |
Restricted Rights Legend | |
Use, duplication, or disclosure by the Government is | |
subject to restrictions as set forth in subparagraph | |
(c) of the Commercial Computer Software - Restricted | |
Rights clause at FAR sec. 52.227-19 and subparagraph | |
(c) (1) (ii) of the Rights in Technical Data and Computer | |
Software clause at DFARS sec. 252.227-7013. | |
cisco Systems, Inc. | |
170 West Tasman Drive | |
San Jose, California 95134-1706 | |
Cisco IOS Software [Everest], CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.4.1, RELEASE SOFTWARE (fc2) | |
Technical Support: http://www.cisco.com/techsupport | |
Copyright (c) 1986-2016 by Cisco Systems, Inc. | |
Compiled Sun 27-Nov-16 13:02 by mcpre | |
Cisco IOS-XE software, Copyright (c) 2005-2016 by cisco Systems, Inc. | |
All rights reserved. Certain components of Cisco IOS-XE software are | |
licensed under the GNU General Public License ("GPL") Version 2.0. The | |
software code licensed under GPL Version 2.0 is free software that comes | |
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such | |
GPL code under the terms of GPL Version 2.0. For more details, see the | |
documentation or "License Notice" file accompanying the IOS-XE software, | |
or the applicable URL provided on the flyer accompanying the IOS-XE | |
software. | |
2017-10-16 01:57:45,636: launch TRACE OUTPUT: % failed to initialize nvram | |
2017-10-16 01:57:49,638: launch TRACE OUTPUT: | |
This product contains cryptographic features and is subject to United | |
States and local country laws governing import, export, transfer and | |
use. Delivery of Cisco cryptographic products does not imply | |
third-party authority to import, export, distribute or use encryption. | |
Importers, exporters, distributors and users are responsible for | |
compliance with U.S. and local country laws. By using this product you | |
agree to comply with applicable laws and regulations. If you are unable | |
to comply with U.S. and local laws, return this product immediately. | |
A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
If you require further assistance please contact us by sending email to | |
[email protected]. | |
cisco CSR1000V (VXE) proc | |
2017-10-16 01:57:51,641: launch TRACE OUTPUT: essor (revision VXE) with 2052375K/3075K bytes of memory. | |
Processor board ID 9CGD7B79C77 | |
10 Gigabit Ethernet interfaces | |
32768K bytes of non-volatile configuration memory. | |
3985132K bytes of physical memory. | |
7774207K bytes of virtual hard disk at bootflash:. | |
0K bytes of at webui:. | |
.Done! | |
SETUP: new interface GigabitEthernet1 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet2 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet3 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet4 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet5 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet6 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet7 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet8 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet9 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet10 placed in "shutdown" state | |
2017-10-16 01:58:26,688: launch INFO Installation complete | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker logs my-csr-router | |
2017-10-16 01:43:02,432: vrnetlab DEBUG Starting vrnetlab CSR | |
2017-10-16 01:43:02,433: vrnetlab DEBUG VMs: [<__main__.CSR_vm object at 0x7f067eccc5c0>] | |
2017-10-16 01:43:02,434: vrnetlab DEBUG VM not started; starting! | |
2017-10-16 01:43:02,434: vrnetlab INFO Starting CSR_vm | |
2017-10-16 01:43:02,435: vrnetlab DEBUG ['qemu-system-x86_64', '-enable-kvm', '-display', 'none', '-machine', 'pc', '-monitor', 'tcp:0.0.0.0:4000,server,nowait', '-m', '4096', '-serial', 'telnet:0.0.0.0:5000,server,nowait', '-drive', 'if=ide,file=/csr1000v-universalk9.16.04.01-serial-overlay.qcow2', '-device', 'pci-bridge,chassis_nr=1,id=pci.1', '-device', 'e1000,netdev=p00,mac=52:54:00:55:2d:00', '-netdev', 'user,id=p00,net=10.0.0.0/24,tftp=/tftpboot,hostfwd=tcp::2022-10.0.0.15:22,hostfwd=udp::2161-10.0.0.15:161,hostfwd=tcp::2830-10.0.0.15:830', '-device', 'e1000,netdev=p01,mac=52:54:00:0a:9f:01,bus=pci.1,addr=0x2', '-netdev', 'socket,id=p01,listen=:10001', '-device', 'e1000,netdev=p02,mac=52:54:00:8c:a6:02,bus=pci.1,addr=0x3', '-netdev', 'socket,id=p02,listen=:10002', '-device', 'e1000,netdev=p03,mac=52:54:00:f8:0d:03,bus=pci.1,addr=0x4', '-netdev', 'socket,id=p03,listen=:10003', '-device', 'e1000,netdev=p04,mac=52:54:00:e1:f0:04,bus=pci.1,addr=0x5', '-netdev', 'socket,id=p04,listen=:10004', '-device', 'e1000,netdev=p05,mac=52:54:00:16:53:05,bus=pci.1,addr=0x6', '-netdev', 'socket,id=p05,listen=:10005', '-device', 'e1000,netdev=p06,mac=52:54:00:c5:7b:06,bus=pci.1,addr=0x7', '-netdev', 'socket,id=p06,listen=:10006', '-device', 'e1000,netdev=p07,mac=52:54:00:20:e8:07,bus=pci.1,addr=0x8', '-netdev', 'socket,id=p07,listen=:10007', '-device', 'e1000,netdev=p08,mac=52:54:00:cf:46:08,bus=pci.1,addr=0x9', '-netdev', 'socket,id=p08,listen=:10008', '-device', 'e1000,netdev=p09,mac=52:54:00:e4:aa:09,bus=pci.1,addr=0xa', '-netdev', 'socket,id=p09,listen=:10009'] | |
2017-10-16 01:45:19,879: launch DEBUG matched, Press RETURN to get started. | |
2017-10-16 01:45:19,879: vrnetlab DEBUG writing to serial console: | |
2017-10-16 01:45:19,879: launch INFO applying bootstrap configuration | |
2017-10-16 01:45:19,879: vrnetlab DEBUG writing to serial console: | |
2017-10-16 01:45:19,924: vrnetlab DEBUG writing to serial console: enable | |
2017-10-16 01:45:19,924: vrnetlab DEBUG writing to serial console: configure terminal | |
2017-10-16 01:45:19,971: vrnetlab DEBUG writing to serial console: hostname csr1000v | |
2017-10-16 01:45:19,972: vrnetlab DEBUG writing to serial console: username vrnetlab privilege 15 password VR-netlab9 | |
2017-10-16 01:45:20,053: vrnetlab DEBUG writing to serial console: ip domain-name example.com | |
2017-10-16 01:45:20,105: vrnetlab DEBUG writing to serial console: crypto key generate rsa modulus 2048 | |
2017-10-16 01:45:20,147: vrnetlab DEBUG writing to serial console: interface GigabitEthernet1 | |
2017-10-16 01:45:21,873: vrnetlab DEBUG writing to serial console: ip address 10.0.0.15 255.255.255.0 | |
2017-10-16 01:45:21,915: vrnetlab DEBUG writing to serial console: no shut | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ docker logs newcsr | |
2017-10-16 01:56:07,517: launch TRACE install mode | |
2017-10-16 01:56:07,518: launch INFO Installing CSR | |
2017-10-16 01:56:07,519: vrnetlab DEBUG VM not started; starting! | |
2017-10-16 01:56:07,519: vrnetlab INFO Starting CSR_vm | |
2017-10-16 01:56:07,519: vrnetlab DEBUG ['qemu-system-x86_64', '-enable-kvm', '-display', 'none', '-machine', 'pc', '-monitor', 'tcp:0.0.0.0:4000,server,nowait', '-m', '4096', '-serial', 'telnet:0.0.0.0:5000,server,nowait', '-drive', 'if=ide,file=/csr1000v-universalk9.16.04.01-serial-overlay.qcow2', '-cdrom', '/config.iso', '-device', 'pci-bridge,chassis_nr=1,i Booting 'CSR1000v - packages.conf' | |
root (hd0,0) | |
Filesystem type is ext2fs, partition type 0x83 | |
kernel /packages.conf rw quiet root=/dev/ram console= max_loop=64 HARDWARE=virt | |
ual SR_BOOT=bootflash:packages.conf | |
Calculating SHA-1 hash...done | |
SHA-1 hash: | |
calculated 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
expected 7629cd4d:f0c07a83:7c09e88f:7d9c831f:9b62a4f0 | |
package header rev 3 structure detected | |
Calculating SHA-1 hash... | |
2017-10-16 01:56:27,552: launch TRACE OUTPUT: done | |
SHA-1 hash: | |
calculated b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
expected b23c2262:69c0ab9a:390aae78:2bf559b7:6dd804a2 | |
Package type:0x7531, flags:0x0 | |
[Linux-bzImage, setup=0x3c00, size=0x2142994] | |
2017-10-16 01:56:31,556: launch TRACE OUTPUT: [isord @ 0x7e330000, 0x1cbf444 bytes] | |
2017-10-16 01:56:43,569: launch TRACE OUTPUT: %IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 1 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 6 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 7 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 8 contained errors which were auto-corrected. | |
%IOSXEBOOT-4-FILESYS_ERRORS_CORRECTED: (local/local): bootflash 9 contained errors which were auto-corrected. | |
2017-10-16 01:56:45,572: launch TRACE OUTPUT: %IOSXEBOOT-4-BOOT_SRC: (local/local): TarFilePath: | |
2017-10-16 01:57:43,634: launch TRACE OUTPUT: | |
Restricted Rights Legend | |
Use, duplication, or disclosure by the Government is | |
subject to restrictions as set forth in subparagraph | |
(c) of the Commercial Computer Software - Restricted | |
Rights clause at FAR sec. 52.227-19 and subparagraph | |
(c) (1) (ii) of the Rights in Technical Data and Computer | |
Software clause at DFARS sec. 252.227-7013. | |
cisco Systems, Inc. | |
170 West Tasman Drive | |
San Jose, California 95134-1706 | |
Cisco IOS Software [Everest], CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.4.1, RELEASE SOFTWARE (fc2) | |
Technical Support: http://www.cisco.com/techsupport | |
Copyright (c) 1986-2016 by Cisco Systems, Inc. | |
Compiled Sun 27-Nov-16 13:02 by mcpre | |
Cisco IOS-XE software, Copyright (c) 2005-2016 by cisco Systems, Inc. | |
All rights reserved. Certain components of Cisco IOS-XE software are | |
licensed under the GNU General Public License ("GPL") Version 2.0. The | |
software code licensed under GPL Version 2.0 is free software that comes | |
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such | |
GPL code under the terms of GPL Version 2.0. For more details, see the | |
documentation or "License Notice" file accompanying the IOS-XE software, | |
or the applicable URL provided on the flyer accompanying the IOS-XE | |
software. | |
2017-10-16 01:57:45,636: launch TRACE OUTPUT: % failed to initialize nvram | |
2017-10-16 01:57:49,638: launch TRACE OUTPUT: | |
This product contains cryptographic features and is subject to United | |
States and local country laws governing import, export, transfer and | |
use. Delivery of Cisco cryptographic products does not imply | |
third-party authority to import, export, distribute or use encryption. | |
Importers, exporters, distributors and users are responsible for | |
compliance with U.S. and local country laws. By using this product you | |
agree to comply with applicable laws and regulations. If you are unable | |
to comply with U.S. and local laws, return this product immediately. | |
A summary of U.S. laws governing Cisco cryptographic products may be found at: | |
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html | |
If you require further assistance please contact us by sending email to | |
[email protected]. | |
cisco CSR1000V (VXE) proc | |
2017-10-16 01:57:51,641: launch TRACE OUTPUT: essor (revision VXE) with 2052375K/3075K bytes of memory. | |
Processor board ID 9CGD7B79C77 | |
10 Gigabit Ethernet interfaces | |
32768K bytes of non-volatile configuration memory. | |
3985132K bytes of physical memory. | |
7774207K bytes of virtual hard disk at bootflash:. | |
0K bytes of at webui:. | |
.Done! | |
SETUP: new interface GigabitEthernet1 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet2 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet3 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet4 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet5 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet6 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet7 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet8 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet9 placed in "shutdown" state | |
SETUP: new interface GigabitEthernet10 placed in "shutdown" state | |
2017-10-16 01:58:26,688: launch INFO Installation complete | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ sshpass -p VR-netlab9 ssh -oStrictHostKeyChecking=no 172.17.0.2 -l vrnetlab -vvvv | |
OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016 | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 19: Applying options for * | |
debug2: resolving "172.17.0.2" port 22 | |
debug2: ssh_connect_direct: needpriv 0 | |
debug1: Connecting to 172.17.0.2 [172.17.0.2] port 22. | |
debug1: Connection established. | |
debug1: identity file /home/jabelk/.ssh/id_rsa type 1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_rsa-cert type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_dsa type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_dsa-cert type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_ecdsa type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_ecdsa-cert type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_ed25519 type -1 | |
debug1: key_load_public: No such file or directory | |
debug1: identity file /home/jabelk/.ssh/id_ed25519-cert type -1 | |
debug1: Enabling compatibility mode for protocol 2.0 | |
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 | |
debug1: Remote protocol version 1.99, remote software version Cisco-1.25 | |
debug1: match: Cisco-1.25 pat Cisco-1.* compat 0x60000000 | |
debug2: fd 3 setting O_NONBLOCK | |
debug1: Authenticating to 172.17.0.2:22 as 'vrnetlab' | |
debug3: hostkeys_foreach: reading file "/home/jabelk/.ssh/known_hosts" | |
debug3: record_hostkey: found key type RSA in file /home/jabelk/.ssh/known_hosts:1 | |
debug3: load_hostkeys: loaded 1 keys from 172.17.0.2 | |
debug3: order_hostkeyalgs: prefer hostkeyalgs: [email protected],rsa-sha2-512,rsa-sha2-256,ssh-rsa | |
debug3: send packet: type 20 | |
debug1: SSH2_MSG_KEXINIT sent | |
debug3: receive packet: type 20 | |
debug1: SSH2_MSG_KEXINIT received | |
debug2: local client KEXINIT proposal | |
debug2: KEX algorithms: [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c | |
debug2: host key algorithms: [email protected],rsa-sha2-512,rsa-sha2-256,ssh-rsa,[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519 | |
debug2: ciphers ctos: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc | |
debug2: ciphers stoc: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc | |
debug2: MACs ctos: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 | |
debug2: MACs stoc: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1 | |
debug2: compression ctos: none,[email protected],zlib | |
debug2: compression stoc: none,[email protected],zlib | |
debug2: languages ctos: | |
debug2: languages stoc: | |
debug2: first_kex_follows 0 | |
debug2: reserved 0 | |
debug2: peer server KEXINIT proposal | |
debug2: KEX algorithms: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1 | |
debug2: host key algorithms: ssh-rsa | |
debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc | |
debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc | |
debug2: MACs ctos: hmac-sha1,hmac-sha1-96 | |
debug2: MACs stoc: hmac-sha1,hmac-sha1-96 | |
debug2: compression ctos: none | |
debug2: compression stoc: none | |
debug2: languages ctos: | |
debug2: languages stoc: | |
debug2: first_kex_follows 0 | |
debug2: reserved 0 | |
debug1: kex: algorithm: diffie-hellman-group-exchange-sha1 | |
debug1: kex: host key algorithm: ssh-rsa | |
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha1 compression: none | |
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha1 compression: none | |
debug3: send packet: type 34 | |
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<4096<8192) sent | |
debug3: receive packet: type 31 | |
debug1: got SSH2_MSG_KEX_DH_GEX_GROUP | |
debug2: bits set: 1999/4096 | |
debug3: send packet: type 32 | |
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent | |
debug3: receive packet: type 33 | |
debug1: got SSH2_MSG_KEX_DH_GEX_REPLY | |
debug1: Server host key: ssh-rsa SHA256:Ki/dpbH/XmCEFq3yj6Aaz+zw1QNUPIPQkf2a1X+9ZDw | |
debug3: hostkeys_foreach: reading file "/home/jabelk/.ssh/known_hosts" | |
debug3: record_hostkey: found key type RSA in file /home/jabelk/.ssh/known_hosts:1 | |
debug3: load_hostkeys: loaded 1 keys from 172.17.0.2 | |
debug1: Host '172.17.0.2' is known and matches the RSA host key. | |
debug1: Found key in /home/jabelk/.ssh/known_hosts:1 | |
debug2: bits set: 2063/4096 | |
debug3: send packet: type 21 | |
debug2: set_newkeys: mode 1 | |
debug1: rekey after 4294967296 blocks | |
debug1: SSH2_MSG_NEWKEYS sent | |
debug1: expecting SSH2_MSG_NEWKEYS | |
debug3: receive packet: type 21 | |
debug2: set_newkeys: mode 0 | |
debug1: rekey after 4294967296 blocks | |
debug1: SSH2_MSG_NEWKEYS received | |
debug2: key: /home/jabelk/.ssh/id_rsa (0x56123a306640), agent | |
debug2: key: /home/jabelk/.ssh/id_dsa ((nil)) | |
debug2: key: /home/jabelk/.ssh/id_ecdsa ((nil)) | |
debug2: key: /home/jabelk/.ssh/id_ed25519 ((nil)) | |
debug3: send packet: type 5 | |
debug3: receive packet: type 6 | |
debug2: service_accept: ssh-userauth | |
debug1: SSH2_MSG_SERVICE_ACCEPT received | |
debug3: send packet: type 50 | |
debug3: receive packet: type 51 | |
debug1: Authentications that can continue: publickey,keyboard-interactive,password | |
debug3: start over, passed a different list publickey,keyboard-interactive,password | |
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password | |
debug3: authmethod_lookup publickey | |
debug3: remaining preferred: keyboard-interactive,password | |
debug3: authmethod_is_enabled publickey | |
debug1: Next authentication method: publickey | |
debug1: Offering RSA public key: /home/jabelk/.ssh/id_rsa | |
debug3: send_pubkey_test | |
debug3: send packet: type 50 | |
debug2: we sent a publickey packet, wait for reply | |
debug3: receive packet: type 51 | |
debug1: Authentications that can continue: publickey,keyboard-interactive,password | |
debug1: Trying private key: /home/jabelk/.ssh/id_dsa | |
debug3: no such identity: /home/jabelk/.ssh/id_dsa: No such file or directory | |
debug1: Trying private key: /home/jabelk/.ssh/id_ecdsa | |
debug3: no such identity: /home/jabelk/.ssh/id_ecdsa: No such file or directory | |
debug1: Trying private key: /home/jabelk/.ssh/id_ed25519 | |
debug3: no such identity: /home/jabelk/.ssh/id_ed25519: No such file or directory | |
debug2: we did not send a packet, disable method | |
debug3: authmethod_lookup keyboard-interactive | |
debug3: remaining preferred: password | |
debug3: authmethod_is_enabled keyboard-interactive | |
debug1: Next authentication method: keyboard-interactive | |
debug2: userauth_kbdint | |
debug3: send packet: type 50 | |
debug2: we sent a keyboard-interactive packet, wait for reply | |
debug3: receive packet: type 51 | |
debug1: Authentications that can continue: publickey,keyboard-interactive,password | |
debug3: userauth_kbdint: disable: no info_req_seen | |
debug2: we did not send a packet, disable method | |
debug3: authmethod_lookup password | |
debug3: remaining preferred: | |
debug3: authmethod_is_enabled password | |
debug1: Next authentication method: password | |
debug3: send packet: type 50 | |
debug2: we sent a password packet, wait for reply | |
debug3: receive packet: type 51 | |
debug1: Authentications that can continue: publickey,keyboard-interactive,password | |
Permission denied, please try again. | |
jabelk@jabelk-Meerkat:~/mytestingspace/vrnetlab$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment