relaypro-open / dog

A firewall management system.
https://relaypro-open.github.io/dog/
GNU Affero General Public License v3.0
82 stars 5 forks source link

install_dog_in_a_box.sh not working #1

Closed alexandrubagu-bss closed 2 years ago

alexandrubagu-bss commented 3 years ago

Hello!

At the end of the setup file "install_dog_in_a_box.sh" I get the following logs:

...
/ansible/run_ansible.sh: line 42: cd: /ansible/repos/dog_trainer/test: No such file or directory
/ansible/run_ansible.sh: line 43: ./box_setup.sh: No such file or directory
/ansible/run_ansible.sh: line 45: ./box_verify.sh: No such file or directory
You should be able to access these resources on the physical host:
dog: http://localhost:3000
rabbitmq: http://localhost:15672
rethinkdb: http://localhost:8080

The web interface is not accessible (connection is closed without sending any information). I tested rethinkdb url and it is working. Is there a specific commit hash I can test that was marked as functional?

dgulinobw commented 3 years ago

I've uploaded a VM image of dog-in-a-box as a release. You can import this .ova directly into VirtualBox. It's a 3GB file, which is over Github's 2GB limit, so you'll have to download from a link on this page: https://github.com/relaypro-open/dog/releases/tag/1.2

Please try this out.

premkumar99 commented 3 years ago

I have done the installation on VMWARE - Ubuntu followed the steps given in the document for LXC Containers https://relaypro-open.github.io/dog/ Did a successful and clean ./install_dog_in_a_box.sh and vagrant up, Still getting connection error from browser side The ports are not able to map to the local host, Even logged in to the lxc container's as well, The three containers app-server, db-server and dog-server are running fine, But when tried to get the http://localhost:3000 8080 and 15672 does not work at all, Tried multiple times with Ubuntu 16, 18, 20 and 21 as well, Getting connection timed out or not able to connect error from browser and curl from the host as well as container Looking for detailed description of steps and official documentation for Dog Firewall, Also there are no reference data / forums / helpout / Youtube videos available for Dog firewall Also I see one of the user alexandrubagu-bss in this forum is facing the same problem

dgulinobw commented 3 years ago

dog-in-a-box is only tested on VirtualBox via Vagrant. Vagrant supports VMWare, but there are bugs, specifically with port forwarding: https://www.vagrantup.com/docs/providers/vmware/known-issues

premkumar99 commented 3 years ago

Another Problem in Virtual Box is VTX enabled issue via CPU and BIOS setup, The VTX enabled option is there but greyed out, Hence had to jump to VMWare Workstation

alexandrubagu-bss commented 3 years ago

@dgulinobw This issue I encountered using VirtualBox with Vagrant and it persists. As one can read plainly from the log there are a few files missing. Have they been removed a few commits back?

/ansible/run_ansible.sh: line 43: ./box_setup.sh: No such file or directory
/ansible/run_ansible.sh: line 45: ./box_verify.sh: No such file or directory
premkumar99 commented 3 years ago

Another Problem in Virtual Box is VTX enabled issue via CPU and BIOS setup, The VTX enabled option is there but greyed out, Hence had to jump to VMWare Workstation

dgulinobw commented 3 years ago

@alexandrubagu-bss Yes, there were files missing, and other errors, due to errors transitioning from closed-source repos. I've pushed the changes and successfully created dog-in-a-box on an Ubuntu host using VirtualBox.

premkumar99 commented 3 years ago

@dgulinobw Not able to access http://localhost:3000 8080 15672 From Base Machine, Vagrant host and the containers as well

Observed the below error while installation "dog-vm-host: line 1: cannot unmarshal !!str exit into api.InstancePut" Base Machine root@ubuntu:~/dog# elinks --dump http://localhost:3000 ELinks: Error reading from socket root@ubuntu:~/dog#

Vagrant vm root@ubuntu-focal:~# elinks --dump http://10.179.38.63:3000 ELinks: Connection refused root@ubuntu-focal:~#

root@app-server:~# curl https://localhost:3000 curl: (7) Failed to connect to localhost port 3000: Connection refused

root@db-server:~# curl http://localhost:15672 curl: (7) Failed to connect to localhost port 15672: Connection refused root@db-server:~#

Also tried to download the image https://github.com/relaypro-open/dog/releases/tag/1.2 as mentioned in the above reply that dint work either, Observed the below errors in the vm placed at https://github.com/relaypro-open/dog/releases/tag/1.2 Line 91: Unsupported element 'StorageItem' Line 100: Unsupported element 'StorageItem' Line 109: Insupported element "'EthernetPortIteam'

dgulinobw commented 3 years ago

@premkumar99 VT-X is not required to run dog-in-a-box on VirtualBox. I don't have it enabled. gnome-shell-screenshot-94XD50

dgulinobw commented 3 years ago

To gather further information about this issue, I've added a debug script. Please run "dog-in-a-box-diag.sh" and post the output if you are having issues.

If the problem lies only in the VM forwarding ports to your physical host, this can be done with ssh forwarding instead: ssh -L 3000:127.0.0.1:3000 -L 8080:localhost:8080 -L 15672:localhost:15672 dog-vm-host then leave that connection open and attempt to connect to the ports on your physical host.

premkumar99 commented 3 years ago

Hi @dgulinobw Please find the output of dog-in-a-box-diag.sh root@ubuntu20:~/dog# ./dog-in-a-box-diag.sh

premkumar99 commented 3 years ago

Hi @dgulinobw As mentioned by @alexandrubagu-bss I also observed the errors before the installation completes ansible/run_ansible.sh: line 42: cd: /ansible/repos/dog_trainer/test: No such file or directory /ansible/run_ansible.sh: line 43: ./box_setup.sh: No such file or directory /ansible/run_ansible.sh: line 45: ./box_verify.sh: No such file or directory You should be able to access these resources on the physical host: dog: http://localhost:3000 rabbitmq: http://localhost:15672 rethinkdb: http://localhost:8080

All the installation went successful, Except the above few lines which states some files / folders are missing

premkumar99 commented 3 years ago

Hi @dgulinobw Also tried ssh -L 3000:127.0.0.1:3000 -L 8080:localhost:8080 -L 15672:localhost:15672 dog-vm-host Did not work

dgulinobw commented 3 years ago

Hi @dgulinobw As mentioned by @alexandrubagu-bss I also observed the errors before the installation completes ansible/run_ansible.sh: line 42: cd: /ansible/repos/dog_trainer/test: No such file or directory /ansible/run_ansible.sh: line 43: ./box_setup.sh: No such file or directory /ansible/run_ansible.sh: line 45: ./box_verify.sh: No such file or directory You should be able to access these resources on the physical host: dog: http://localhost:3000 rabbitmq: http://localhost:15672 rethinkdb: http://localhost:8080

All the installation went successful, Except the above few lines which states some files / folders are missing

Make sure you've checked out the latest code and start over. The files you are missing were added since @alexandrubagu-bss's comment.
See: https://github.com/relaypro-open/dog_trainer/commit/f961c4da111a416c3ea1613411f3c7a0e14c487a

dgulinobw commented 3 years ago

Hi @dgulinobw Please find the output of dog-in-a-box-diag.sh root@ubuntu20:~/dog# ./dog-in-a-box-diag.sh

  • grep dog-vm-host
  • vagrant global-status 51b25fb dog-vm-host virtualbox running /root/dog
  • vagrant port dog-vm-host The forwarded ports for the machine are listed below. Please note that these values may differ from values configured in the Vagrantfile if the provider supports automatic port collision detection and resolution.

15672 (guest) => 15672 (host) 3000 (guest) => 3000 (host) 8080 (guest) => 8080 (host) 22 (guest) => 2222 (host)

  • sudo ss -plnt State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 10 127.0.0.1:2222 0.0.0.0: users:(("VBoxHeadless",pid=48155,fd=24)) LISTEN 0 4096 0.0.0.0:111 0.0.0.0: users:(("rpcbind",pid=22411,fd=4),("systemd",pid=1,fd=64)) LISTEN 0 10 127.0.0.1:8080 0.0.0.0: users:(("VBoxHeadless",pid=48155,fd=23)) LISTEN 0 4096 0.0.0.0:46897 0.0.0.0: users:(("rpc.mountd",pid=23177,fd=17)) LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0: users:(("systemd-resolve",pid=5471,fd=13)) LISTEN 0 128 0.0.0.0:22 0.0.0.0: users:(("sshd",pid=1717,fd=3)) LISTEN 0 10 127.0.0.1:3000 0.0.0.0: users:(("VBoxHeadless",pid=48155,fd=22)) LISTEN 0 10 127.0.0.1:15672 0.0.0.0: users:(("VBoxHeadless",pid=48155,fd=21)) LISTEN 0 4096 0.0.0.0:55033 0.0.0.0: users:(("rpc.mountd",pid=23177,fd=13)) LISTEN 0 64 0.0.0.0:39455 0.0.0.0: LISTEN 0 4096 0.0.0.0:36735 0.0.0.0: users:(("rpc.mountd",pid=23177,fd=9)) LISTEN 0 64 0.0.0.0:2049 0.0.0.0: LISTEN 0 64 [::]:42031 [::]: LISTEN 0 4096 [::]:111 [::]: users:(("rpcbind",pid=22411,fd=6),("systemd",pid=1,fd=66)) LISTEN 0 4096 [::]:48979 [::]: users:(("rpc.mountd",pid=23177,fd=15)) LISTEN 0 128 [::]:22 [::]: users:(("sshd",pid=1717,fd=4)) LISTEN 0 4096 [::]:36957 [::]: users:(("rpc.mountd",pid=23177,fd=19)) LISTEN 0 64 [::]:2049 [::]: LISTEN 0 4096 [::]:48261 [::]:* users:(("rpc.mountd",pid=23177,fd=11))
  • ssh dog-vm-host 'hostname;' dog-vm-host
  • ssh dog-vm-host 'lsb_release -a;' Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal No LSB modules are available.
  • ssh dog-vm-host 'lxc list;' +------------+---------+---------------------+-----------------------------------------------+-----------+-----------+ | NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | +------------+---------+---------------------+-----------------------------------------------+-----------+-----------+ | app-server | RUNNING | 10.25.75.234 (eth0) | fd42:65e6:dac2:bff1:216:3eff:fe0f:cdf6 (eth0) | CONTAINER | 0 | +------------+---------+---------------------+-----------------------------------------------+-----------+-----------+ | db-server | RUNNING | 10.25.75.18 (eth0) | fd42:65e6:dac2:bff1:216:3eff:fe55:e186 (eth0) | CONTAINER | 0 | +------------+---------+---------------------+-----------------------------------------------+-----------+-----------+ | dog-server | RUNNING | 10.25.75.106 (eth0) | fd42:65e6:dac2:bff1:216:3eff:fe7d:226e (eth0) | CONTAINER | 0 | +------------+---------+---------------------+-----------------------------------------------+-----------+-----------+
  • ssh dog-vm-host 'ps -ef | grep rabbit | grep -v grep;'
  • ssh dog-vm-host 'ps -ef | grep dog_trainer | grep -v grep;'
  • ssh dog-vm-host 'ps -ef | grep dog/ | grep -v grep;'
  • ssh dog-vm-host 'ps -ef | grep rethinkdb | grep -v grep;'
  • ssh dog-vm-host 'sudo ss -lnpt' State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 32 10.25.75.1:53 0.0.0.0: users:(("dnsmasq",pid=18829,fd=9)) LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0: users:(("systemd-resolve",pid=647,fd=13)) LISTEN 0 128 0.0.0.0:22 0.0.0.0: users:(("sshd",pid=962,fd=3)) LISTEN 0 4096 127.0.0.1:8443 0.0.0.0: users:(("lxd",pid=18613,fd=30)) LISTEN 0 4096 :8080 : users:(("lxd",pid=24211,fd=8),("lxd",pid=24211,fd=3)) LISTEN 0 32 [fd42:65e6:dac2:bff1::1]:53 [::]: users:(("dnsmasq",pid=18829,fd=11)) LISTEN 0 128 [::]:22 [::]: users:(("sshd",pid=962,fd=4)) LISTEN 0 4096 :15672 : users:(("lxd",pid=24170,fd=8),("lxd",pid=24170,fd=3)) LISTEN 0 4096 *:3000 : users:(("lxd",pid=24128,fd=8),("lxd",pid=24128,fd=3))

This output indicates that the LXC containers are running and port forwarding is configured, but none of the processes are running. As mentioned above, please checkout the latest and start again.

  • ssh dog-vm-host 'ps -ef | grep rabbit | grep -v grep;'
  • ssh dog-vm-host 'ps -ef | grep dog_trainer | grep -v grep;'
  • ssh dog-vm-host 'ps -ef | grep dog/ | grep -v grep;'
  • ssh dog-vm-host 'ps -ef | grep rethinkdb | grep -v grep;'
premkumar99 commented 3 years ago

Retried with fresh Git clone from the repo, Still not able to access http://localhost:3000 Please find installation script root@dogfw:~/dog# ./install_dog_in_a_box.sh Reading package lists... Done Building dependency tree Reading state information... Done virtualbox is already the newest version (6.1.16-dfsg-6~ubuntu1.20.04.2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. --2021-06-24 15:16:41-- https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.deb Resolving releases.hashicorp.com (releases.hashicorp.com)... 151.101.153.183, 2a04:4e42:24::439 Connecting to releases.hashicorp.com (releases.hashicorp.com)|151.101.153.183|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39724272 (38M) [application/x-debian-package] Saving to: ‘vagrant_2.2.14_x86_64.deb’

vagrant_2.2.14_x86_64.deb 100%[=====================================================================================>] 37.88M 3.29MB/s in 11s

2021-06-24 15:16:55 (3.35 MB/s) - ‘vagrant_2.2.14_x86_64.deb’ saved [39724272/39724272]

Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'vagrant' instead of './vagrant_2.2.14_x86_64.deb' The following packages were automatically installed and are no longer required: augeas-lenses cpu-checker db-util db5.3-util debootstrap exfat-fuse exfat-utils extlinux f2fs-tools fonts-droid-fallback fonts-lato fonts-noto-mono fonts-urw-base35 genisoimage ghostscript gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x hfsplus ibverbs-providers icoutils ipxe-qemu ipxe-qemu-256k-compat-efi-roms javascript-common ldmtool libaa1 libafflib0v5 libarchive-tools libaugeas0 libavc1394-0 libboost-iostreams1.71.0 libboost-thread1.71.0 libbrlapi0.7 libcacard0 libcdparanoia0 libconfig9 libdate-manip-perl libdv4 libewf2 libf2fs-format4 libf2fs5 libfdt1 libgs9 libgs9-common libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libguestfs-hfsplus libguestfs-perl libguestfs-reiserfs libguestfs-tools libguestfs-xfs libguestfs0 libhfsp0 libhivex0 libibverbs1 libiec61883-0 libijs-0.35 libintl-perl libintl-xs-perl libiscsi7 libjack-jackd2-0 libjansson4 libjbig2dec0 libjs-jquery libldm-1.0-0 libmp3lame0 libmpg123-0 libnetpbm10 libnl-route-3-200 libnspr4 libnss3 libopenjp2-7 liborc-0.4-0 libpaper-utils libpaper1 libpcsclite1 libpmem1 librados2 libraw1394-11 librbd1 librdmacm1 libruby2.7 libsamplerate0 libshout3 libslirp0 libspeex1 libspice-server1 libstring-shellquote-perl libsys-virt-perl libtag1v5 libtag1v5-vanilla libtheora0 libtsk13 libtwolame0 libusbredirparser1 libv4l-0 libv4lconvert0 libvirglrenderer1 libvirt0 libvisual-0.4-0 libvte-2.91-0 libvte-2.91-common libwavpack1 libwin-hivex-perl libxml-parser-perl libxml-xpath-perl libxv1 libyajl2 libyara3 lsscsi lzop msr-tools mtools netpbm nfs-kernel-server osinfo-db ovmf poppler-data qemu-block-extra qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 qemu-utils rake reiserfsprogs ruby ruby-bcrypt-pbkdf ruby-builder ruby-childprocess ruby-concurrent ruby-domain-name ruby-ed25519 ruby-erubis ruby-excon ruby-ffi ruby-fog-core ruby-fog-json ruby-fog-libvirt ruby-fog-xml ruby-formatador ruby-http-cookie ruby-i18n ruby-libvirt ruby-listen ruby-log4r ruby-mime-types ruby-mime-types-data ruby-minitest ruby-multi-json ruby-net-scp ruby-net-sftp ruby-net-ssh ruby-net-telnet ruby-netrc ruby-nokogiri ruby-oj ruby-pkg-config ruby-power-assert ruby-rb-inotify ruby-rest-client ruby-sqlite3 ruby-test-unit ruby-unf ruby-unf-ext ruby-vagrant-cloud ruby-xmlrpc ruby-zip ruby2.7 rubygems-integration scrub seabios sharutils sleuthkit sqlite3 supermin syslinux syslinux-common unzip vagrant-libvirt zip Use 'sudo apt autoremove' to remove them. The following packages will be upgraded: vagrant 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/39.7 MB of archives. After this operation, 113 MB of additional disk space will be used. Get:1 /root/dog/vagrant_2.2.14_x86_64.deb vagrant amd64 1:2.2.14 [39.7 MB] (Reading database ... 114997 files and directories currently installed.) Preparing to unpack .../dog/vagrant_2.2.14_x86_64.deb ... Unpacking vagrant (1:2.2.14) over (2.2.6+dfsg-2ubuntu3) ... Setting up vagrant (1:2.2.14) ... Processing triggers for man-db (2.9.1-1) ... N: Download is performed unsandboxed as root as file '/root/dog/vagrant_2.2.14_x86_64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) ==> vagrant: A new version of Vagrant is available: 2.2.16 (installed version: 2.2.14)! ==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

Installing the 'vagrant-proxyconf' plugin. This can take a few minutes... Fetching vagrant-proxyconf-2.0.10.gem Installed the plugin 'vagrant-proxyconf (2.0.10)'! Installing the 'vagrant-vbguest' plugin. This can take a few minutes... Fetching micromachine-3.0.0.gem Fetching vagrant-vbguest-0.30.0.gem Installed the plugin 'vagrant-vbguest (0.30.0)'! Bringing machine 'dog-vm-host' up with 'virtualbox' provider... ==> dog-vm-host: Box 'ubuntu/focal64' could not be found. Attempting to find and install... dog-vm-host: Box Provider: virtualbox dog-vm-host: Box Version: >= 0 ==> dog-vm-host: Loading metadata for box 'ubuntu/focal64' dog-vm-host: URL: https://vagrantcloud.com/ubuntu/focal64 ==> dog-vm-host: Adding box 'ubuntu/focal64' (v20210622.0.0) for provider: virtualbox dog-vm-host: Downloading: https://vagrantcloud.com/ubuntu/boxes/focal64/versions/20210622.0.0/providers/virtualbox.box Download redirected to host: cloud-images.ubuntu.com ==> dog-vm-host: Successfully added box 'ubuntu/focal64' (v20210622.0.0) for 'virtualbox'! ==> dog-vm-host: Importing base box 'ubuntu/focal64'... ==> dog-vm-host: Matching MAC address for NAT networking... ==> dog-vm-host: Checking if box 'ubuntu/focal64' version '20210622.0.0' is up to date... ==> dog-vm-host: Setting the name of the VM: dog-vm-host Vagrant is currently configured to create VirtualBox synced folders with the SharedFoldersEnableSymlinksCreate option enabled. If the Vagrant guest is not trusted, you may want to disable this option. For more information on this option, please refer to the VirtualBox manual:

https://www.virtualbox.org/manual/ch04.html#sharedfolders

This option can be disabled globally with an environment variable:

VAGRANT_DISABLE_VBOXSYMLINKCREATE=1

or on a per folder basis within the Vagrantfile:

config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false ==> dog-vm-host: Clearing any previously set network interfaces... ==> dog-vm-host: Preparing network interfaces based on configuration... dog-vm-host: Adapter 1: nat ==> dog-vm-host: Forwarding ports... dog-vm-host: 3000 (guest) => 3000 (host) (adapter 1) dog-vm-host: 8080 (guest) => 8080 (host) (adapter 1) dog-vm-host: 15672 (guest) => 15672 (host) (adapter 1) dog-vm-host: 22 (guest) => 2222 (host) (adapter 1) ==> dog-vm-host: Running 'pre-boot' VM customizations... ==> dog-vm-host: Booting VM... ==> dog-vm-host: Waiting for machine to boot. This may take a few minutes... dog-vm-host: SSH address: 127.0.0.1:2222 dog-vm-host: SSH username: vagrant dog-vm-host: SSH auth method: private key dog-vm-host: Warning: Connection reset. Retrying... dog-vm-host: Warning: Connection reset. Retrying... dog-vm-host: Warning: Connection reset. Retrying... dog-vm-host: dog-vm-host: Vagrant insecure key detected. Vagrant will automatically replace dog-vm-host: this with a newly generated keypair for better security. dog-vm-host: dog-vm-host: Inserting generated public key within guest... dog-vm-host: Removing insecure key from the guest if it's present... dog-vm-host: Key inserted! Disconnecting and reconnecting using new SSH key... ==> dog-vm-host: Machine booted and ready! ==> dog-vm-host: Configuring proxy for Apt... ==> dog-vm-host: Configuring proxy environment variables... ==> dog-vm-host: Configuring proxy for Git... [dog-vm-host] A Virtualbox Guest Additions installation was found but no tools to rebuild or start them. Reading package lists... Building dependency tree... Reading state information... Package 'virtualbox-guest-x11' is not installed, so not removed The following packages will be REMOVED: virtualbox-guest-utils* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 5936 kB disk space will be freed. (Reading database ... 63206 files and directories currently installed.) Removing virtualbox-guest-utils (6.1.16-dfsg-6~ubuntu1.20.04.2) ... Processing triggers for man-db (2.9.1-1) ... (Reading database ... 63193 files and directories currently installed.) Purging configuration files for virtualbox-guest-utils (6.1.16-dfsg-6~ubuntu1.20.04.2) ... Processing triggers for systemd (245.4-4ubuntu3.7) ... Reading package lists... Building dependency tree... Reading state information... linux-headers-5.4.0-77-generic is already the newest version (5.4.0-77.86). linux-headers-5.4.0-77-generic set to manually installed. The following additional packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-9 dctrl-tools dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gcc-9-base libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-9-dev libgomp1 libisl22 libitm1 liblsan0 libmpc3 libquadmath0 libstdc++-9-dev libtsan0 libubsan1 linux-libc-dev make manpages-dev Suggested packages: binutils-doc cpp-doc gcc-9-locales debtags menu debian-keyring g++-multilib g++-9-multilib gcc-9-doc gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib glibc-doc bzr libstdc++-9-doc make-doc The following NEW packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-9 dctrl-tools dkms dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gcc-9-base libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-9-dev libgomp1 libisl22 libitm1 liblsan0 libmpc3 libquadmath0 libstdc++-9-dev libtsan0 libubsan1 linux-libc-dev make manpages-dev 0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded. Need to get 43.1 MB of archives. After this operation, 189 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-77.86 [1130 kB] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB] Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dkms all 2.8.1-5ubuntu2 [66.8 kB] Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] Fetched 43.1 MB in 4min 6s (175 kB/s) Selecting previously unselected package gcc-9-base:amd64. (Reading database ... 63192 files and directories currently installed.) Preparing to unpack .../00-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package libisl22:amd64. Preparing to unpack .../01-libisl22_0.22.1-1_amd64.deb ... Unpacking libisl22:amd64 (0.22.1-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../02-libmpc3_1.1.0-1_amd64.deb ... Unpacking libmpc3:amd64 (1.1.0-1) ... Selecting previously unselected package cpp-9. Preparing to unpack .../03-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package cpp. Preparing to unpack .../04-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking cpp (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../05-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../06-binutils-common_2.34-6ubuntu1.1_amd64.deb ... Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../07-libbinutils_2.34-6ubuntu1.1_amd64.deb ... Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../08-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../09-libctf0_2.34-6ubuntu1.1_amd64.deb ... Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../10-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ... Selecting previously unselected package binutils. Preparing to unpack .../11-binutils_2.34-6ubuntu1.1_amd64.deb ... Unpacking binutils (2.34-6ubuntu1.1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../12-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../13-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../14-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libasan5:amd64. Preparing to unpack .../15-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../16-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../17-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../18-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../19-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libgcc-9-dev:amd64. Preparing to unpack .../20-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package gcc-9. Preparing to unpack .../21-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package gcc. Preparing to unpack .../22-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking gcc (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../23-libdpkg-perl_1.19.7ubuntu3_all.deb ... Unpacking libdpkg-perl (1.19.7ubuntu3) ... Selecting previously unselected package make. Preparing to unpack .../24-make_4.2.1-1.2_amd64.deb ... Unpacking make (4.2.1-1.2) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../25-dpkg-dev_1.19.7ubuntu3_all.deb ... Unpacking dpkg-dev (1.19.7ubuntu3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../26-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... Unpacking libc-dev-bin (2.31-0ubuntu9.2) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../27-linux-libc-dev_5.4.0-77.86_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.4.0-77.86) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../28-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../29-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ... Selecting previously unselected package libstdc++-9-dev:amd64. Preparing to unpack .../30-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package g++-9. Preparing to unpack .../31-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... Selecting previously unselected package g++. Preparing to unpack .../32-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking g++ (4:9.3.0-1ubuntu2) ... Selecting previously unselected package build-essential. Preparing to unpack .../33-build-essential_12.8ubuntu1.1_amd64.deb ... Unpacking build-essential (12.8ubuntu1.1) ... Selecting previously unselected package dctrl-tools. Preparing to unpack .../34-dctrl-tools_2.24-3_amd64.deb ... Unpacking dctrl-tools (2.24-3) ... Selecting previously unselected package dkms. Preparing to unpack .../35-dkms_2.8.1-5ubuntu2_all.deb ... Unpacking dkms (2.8.1-5ubuntu2) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../36-libfakeroot_1.24-1_amd64.deb ... Unpacking libfakeroot:amd64 (1.24-1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../37-fakeroot_1.24-1_amd64.deb ... Unpacking fakeroot (1.24-1) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../38-libalgorithm-diff-perl_1.19.03-2_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-2) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../39-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-6) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../40-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../41-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3build4) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../42-manpages-dev_5.05-1_all.deb ... Unpacking manpages-dev (5.05-1) ... Setting up manpages-dev (5.05-1) ... Setting up libfile-fcntllock-perl (0.22-3build4) ... Setting up libalgorithm-diff-perl (1.19.03-2) ... Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ... Setting up linux-libc-dev:amd64 (5.4.0-77.86) ... Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ... Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libfakeroot:amd64 (1.24-1) ... Setting up fakeroot (1.24-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up make (4.2.1-1.2) ... Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libmpc3:amd64 (1.1.0-1) ... Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libdpkg-perl (1.19.7ubuntu3) ... Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... Setting up libisl22:amd64 (0.22.1-1) ... Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ... Setting up libc-dev-bin (2.31-0ubuntu9.2) ... Setting up libalgorithm-diff-xs-perl (0.04-6) ... Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up dctrl-tools (2.24-3) ... Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libctf0:amd64 (2.34-6ubuntu1.1) ... Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ... Setting up binutils (2.34-6ubuntu1.1) ... Setting up dpkg-dev (1.19.7ubuntu3) ... Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... Setting up cpp (4:9.3.0-1ubuntu2) ... Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... Setting up gcc (4:9.3.0-1ubuntu2) ... Setting up dkms (2.8.1-5ubuntu2) ... Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... Setting up g++ (4:9.3.0-1ubuntu2) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up build-essential (12.8ubuntu1.1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for libc-bin (2.31-0ubuntu9.2) ... Downloading VirtualBox Guest Additions ISO from https://download.virtualbox.org/virtualbox/6.1.16/VBoxGuestAdditions_6.1.16.iso Copy iso file /root/.vagrant.d/tmp/VBoxGuestAdditions_6.1.16.iso into the box /tmp/VBoxGuestAdditions.iso Mounting Virtualbox Guest Additions ISO to: /mnt mount: /mnt: WARNING: device write-protected, mounted read-only. Installing Virtualbox Guest Additions 6.1.16 - guest version is 6.1.16 Verifying archive integrity... All good. Uncompressing VirtualBox 6.1.16 Guest Additions for Linux........ VirtualBox Guest Additions installer Copying additional installer modules ... Installing additional modules ... VirtualBox Guest Additions: Starting. VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. VirtualBox Guest Additions: To build modules for other installed kernels, run VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup VirtualBox Guest Additions: or VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup all VirtualBox Guest Additions: Building the modules for kernel 5.4.0-77-generic. update-initramfs: Generating /boot/initrd.img-5.4.0-77-generic Unmounting Virtualbox Guest Additions ISO from: /mnt Cleaning up downloaded VirtualBox Guest Additions ISO... ==> dog-vm-host: Checking for guest additions in VM... ==> dog-vm-host: Setting hostname... ==> dog-vm-host: Mounting shared folders... dog-vm-host: /ansible => /root/dog/ansible dog-vm-host: /vagrant => /root/dog ==> dog-vm-host: Running provisioner: shell... dog-vm-host: Running: inline script dog-vm-host: root dog-vm-host: .vagrant/machines/dog-vm-host/virtualbox/private_key: No such file or directory dog-vm-host: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin dog-vm-host: Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease dog-vm-host: Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] dog-vm-host: Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] dog-vm-host: Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] dog-vm-host: Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] dog-vm-host: Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [628 kB] dog-vm-host: Get:7 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [95.9 kB] dog-vm-host: Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [11.6 kB] dog-vm-host: Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [19.9 kB] dog-vm-host: Get:10 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [4316 B] dog-vm-host: Get:11 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [528 B] dog-vm-host: Get:12 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] dog-vm-host: Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB] dog-vm-host: Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] dog-vm-host: Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] dog-vm-host: Get:16 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9136 B] dog-vm-host: Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1075 kB] dog-vm-host: Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [237 kB] dog-vm-host: Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [13.6 kB] dog-vm-host: Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [314 kB] dog-vm-host: Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [45.7 kB] dog-vm-host: Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [825 kB] dog-vm-host: Get:23 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [172 kB] dog-vm-host: Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [17.8 kB] dog-vm-host: Get:25 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.6 kB] dog-vm-host: Get:26 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [6376 B] dog-vm-host: Get:27 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [648 B] dog-vm-host: Get:28 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [112 B] dog-vm-host: Get:29 http://archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B] dog-vm-host: Get:30 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4032 B] dog-vm-host: Get:31 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [1448 B] dog-vm-host: Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [224 B] dog-vm-host: Get:33 http://archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B] dog-vm-host: Fetched 18.1 MB in 60s (301 kB/s) dog-vm-host: Reading package lists... dog-vm-host: snap "lxd" is already installed, see 'snap help refresh' dog-vm-host: Adding user vagrant' to grouplxd' ... dog-vm-host: Adding user vagrant to group lxd dog-vm-host: Done. dog-vm-host: Error: yaml: unmarshal errors: dog-vm-host: line 1: cannot unmarshal !!str exit into api.InstancePut dog-vm-host: Creating app-server Retrieving image: metadata: 100% (2.48GB/s) Retrieving image: rootfs: 1% (312.61kB/s) Retrieving image: rootfs: 2% (316.41kB/s) Retrieving image: rootfs: 3% (313.29kB/s) Retrieving image: rootfs: 4% (307.53kB/s) Retrieving image: rootfs: 5% (309.70kB/s) Retrieving image: rootfs: 6% (310.55kB/s) Retrieving image: rootfs: 7% (307.87kB/s) Retrieving image: rootfs: 8% (309.34kB/s) Retrieving image: rootfs: 9% (308.60kB/s) Retrieving image: rootfs: 10% (306.79kB/s) Retrieving image: rootfs: 10% (305.88kB/s) Retrieving image: rootfs: 11% (305.97kB/s) Retrieving image: rootfs: 12% (305.15kB/s) Retrieving image: rootfs: 13% (303.14kB/s)

Retrieving image: rootfs: 14% (301.11kB/s) Retrieving image: rootfs: 15% (301.45kB/s) Retrieving image: rootfs: 16% (297.70kB/s) Retrieving image: rootfs: 17% (298.07kB/s) Retrieving image: rootfs: 18% (292.11kB/s) Retrieving image: rootfs: 19% (279.91kB/s) Retrieving image: rootfs: 19% (261.43kB/s) Retrieving image: rootfs: 20% (249.69kB/s) Retrieving image: rootfs: 21% (227.38kB/s) Retrieving image: rootfs: 22% (228.84kB/s) Retrieving image: rootfs: 23% (228.89kB/s) Retrieving image: rootfs: 24% (231.37kB/s) Retrieving image: rootfs: 25% (232.18kB/s) Retrieving image: rootfs: 26% (234.21kB/s) Retrieving image: rootfs: 27% (236.00kB/s) Retrieving image: rootfs: 28% (237.78kB/s) Retrieving image: rootfs: 28% (238.31kB/s) Retrieving image: rootfs: 29% (238.56kB/s) Retrieving image: rootfs: 30% (236.40kB/s) Retrieving image: rootfs: 31% (238.22kB/s) Retrieving image: rootfs: 32% (236.87kB/s) Retrieving image: rootfs: 33% (237.79kB/s) Retrieving image: rootfs: 34% (238.89kB/s) Retrieving image: rootfs: 35% (237.37kB/s) Retrieving image: rootfs: 36% (237.88kB/s) Retrieving image: rootfs: 37% (238.89kB/s) Retrieving image: rootfs: 37% (239.69kB/s) Retrieving image: rootfs: 38% (241.11kB/s) Retrieving image: rootfs: 39% (241.50kB/s) Retrieving image: rootfs: 40% (241.19kB/s) Retrieving image: rootfs: 41% (242.31kB/s) Retrieving image: rootfs: 42% (242.45kB/s) Retrieving image: rootfs: 43% (242.31kB/s) Retrieving image: rootfs: 44% (238.78kB/s) Retrieving image: rootfs: 45% (237.12kB/s) Retrieving image: rootfs: 46% (236.37kB/s)

Retrieving image: rootfs: 46% (237.41kB/s) Retrieving image: rootfs: 47% (237.91kB/s) Retrieving image: rootfs: 48% (237.52kB/s) Retrieving image: rootfs: 49% (237.55kB/s)

Retrieving image: rootfs: 50% (238.18kB/s) Retrieving image: rootfs: 51% (238.83kB/s) Retrieving image: rootfs: 52% (239.70kB/s) Retrieving image: rootfs: 53% (240.59kB/s) Retrieving image: rootfs: 54% (240.01kB/s) Retrieving image: rootfs: 55% (240.90kB/s) Retrieving image: rootfs: 55% (241.07kB/s) Retrieving image: rootfs: 56% (241.73kB/s) Retrieving image: rootfs: 57% (242.58kB/s) Retrieving image: rootfs: 58% (242.85kB/s) Retrieving image: rootfs: 59% (243.22kB/s) Retrieving image: rootfs: 60% (243.95kB/s) Retrieving image: rootfs: 61% (244.80kB/s)

Retrieving image: rootfs: 62% (245.39kB/s) Retrieving image: rootfs: 63% (246.02kB/s) Retrieving image: rootfs: 64% (246.73kB/s) Retrieving image: rootfs: 65% (247.45kB/s) Retrieving image: rootfs: 65% (248.01kB/s) Retrieving image: rootfs: 66% (248.58kB/s) Retrieving image: rootfs: 67% (249.21kB/s)

Retrieving image: rootfs: 68% (249.81kB/s)

Retrieving image: rootfs: 69% (250.39kB/s) Retrieving image: rootfs: 70% (251.07kB/s) Retrieving image: rootfs: 71% (251.77kB/s) Retrieving image: rootfs: 72% (252.42kB/s) Retrieving image: rootfs: 73% (252.91kB/s) Retrieving image: rootfs: 74% (253.38kB/s) Retrieving image: rootfs: 74% (253.99kB/s) Retrieving image: rootfs: 75% (254.49kB/s) Retrieving image: rootfs: 76% (253.58kB/s) Retrieving image: rootfs: 77% (251.89kB/s) Retrieving image: rootfs: 78% (252.36kB/s)

Retrieving image: rootfs: 79% (252.71kB/s) Retrieving image: rootfs: 80% (253.28kB/s)

Retrieving image: rootfs: 81% (253.64kB/s) Retrieving image: rootfs: 82% (254.08kB/s) Retrieving image: rootfs: 83% (254.53kB/s) Retrieving image: rootfs: 83% (255.08kB/s) Retrieving image: rootfs: 84% (255.24kB/s)

Retrieving image: rootfs: 85% (255.31kB/s) Retrieving image: rootfs: 86% (255.68kB/s) Retrieving image: rootfs: 87% (256.14kB/s) Retrieving image: rootfs: 88% (256.61kB/s)

Retrieving image: rootfs: 89% (256.90kB/s) Retrieving image: rootfs: 90% (257.25kB/s)

Retrieving image: rootfs: 91% (257.53kB/s) Retrieving image: rootfs: 92% (257.85kB/s) Retrieving image: rootfs: 92% (258.19kB/s) Retrieving image: rootfs: 93% (258.60kB/s) Retrieving image: rootfs: 94% (259.00kB/s) Retrieving image: rootfs: 95% (259.33kB/s) Retrieving image: rootfs: 96% (259.79kB/s)

Retrieving image: rootfs: 97% (260.18kB/s) Retrieving image: rootfs: 98% (260.61kB/s)

Retrieving image: rootfs: 99% (260.95kB/s) Retrieving image: rootfs: 100% (260.38kB/s) Retrieving image: Unpack: 100% (2.17GB/s)

dog-vm-host: Starting app-server

Remapping container filesystem

dog-vm-host: Device sitedir added to app-server
dog-vm-host: Creating db-server
dog-vm-host: Starting db-server
dog-vm-host: Device sitedir added to db-server
dog-vm-host: Creating dog-server
dog-vm-host: Starting dog-server
dog-vm-host: Device sitedir added to dog-server
dog-vm-host: Device dog-gui added to dog-server
dog-vm-host: Device rethinkdb-gui added to dog-server
dog-vm-host: Device rabbitmq-gui added to dog-server
dog-vm-host: Reading package lists...
dog-vm-host: Building dependency tree...
dog-vm-host:
dog-vm-host: Reading state information...
dog-vm-host: The following additional packages will be installed:
dog-vm-host:   ieee-data python3-argcomplete python3-crypto python3-dnspython
dog-vm-host:   python3-jmespath python3-kerberos python3-libcloud python3-lockfile
dog-vm-host:   python3-netaddr python3-ntlm-auth python3-requests-kerberos
dog-vm-host:   python3-requests-ntlm python3-selinux python3-winrm python3-xmltodict
dog-vm-host: Suggested packages:
dog-vm-host:   cowsay sshpass python-lockfile-doc ipython3 python-netaddr-docs
dog-vm-host: The following NEW packages will be installed:
dog-vm-host:   ansible ieee-data python3-argcomplete python3-crypto python3-dnspython
dog-vm-host:   python3-jmespath python3-kerberos python3-libcloud python3-lockfile
dog-vm-host:   python3-netaddr python3-ntlm-auth python3-requests-kerberos
dog-vm-host:   python3-requests-ntlm python3-selinux python3-winrm python3-xmltodict
dog-vm-host: 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
dog-vm-host: Need to get 9643 kB of archives.
dog-vm-host: After this operation, 90.2 MB of additional disk space will be used.
dog-vm-host: Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-crypto amd64 2.6.1-13ubuntu2 [237 kB]
dog-vm-host: Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dnspython all 1.16.0-1build1 [89.1 kB]
dog-vm-host: Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 ieee-data all 20180805.1 [1589 kB]
dog-vm-host: Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-netaddr all 0.7.19-3 [235 kB]
dog-vm-host: Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 ansible all 2.9.6+dfsg-1 [5794 kB]
dog-vm-host: Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-argcomplete all 1.8.1-1.3ubuntu1 [27.2 kB]
dog-vm-host: Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jmespath all 0.9.4-2 [21.3 kB]
dog-vm-host: Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kerberos amd64 1.1.14-3.1build1 [22.6 kB]
dog-vm-host: Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-lockfile all 1:0.12.2-2ubuntu2 [14.6 kB]
dog-vm-host: Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-libcloud all 2.8.0-1 [1403 kB]
dog-vm-host: Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-ntlm-auth all 1.1.0-1 [19.6 kB]
dog-vm-host: Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-kerberos all 0.12.0-2 [11.9 kB]
dog-vm-host: Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-ntlm all 1.1.0-1 [6004 B]
dog-vm-host: Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-selinux amd64 3.0-1build2 [139 kB]
dog-vm-host: Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-xmltodict all 0.12.0-1 [12.6 kB]
dog-vm-host: Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-winrm all 0.3.0-2 [21.7 kB]
dog-vm-host: dpkg-preconfigure: unable to re-open stdin: No such file or directory
dog-vm-host: Fetched 9643 kB in 32s (305 kB/s)
dog-vm-host: Selecting previously unselected package python3-crypto.
dog-vm-host: (Reading database ...

(Reading database ... 55% database ... 5% dog-vm-host: (Reading database ... 60% dog-vm-host: (Reading database ... 65% dog-vm-host: (Reading database ... 70% dog-vm-host: (Reading database ... 75% dog-vm-host: (Reading database ... 80% dog-vm-host: (Reading database ... 85% dog-vm-host: (Reading database ... 90% dog-vm-host: (Reading database ... 95% (Reading database ... 68896 files and directories currently installed.) dog-vm-host: Preparing to unpack .../00-python3-crypto_2.6.1-13ubuntu2_amd64.deb ... dog-vm-host: Unpacking python3-crypto (2.6.1-13ubuntu2) ... dog-vm-host: Selecting previously unselected package python3-dnspython. dog-vm-host: Preparing to unpack .../01-python3-dnspython_1.16.0-1build1_all.deb ... dog-vm-host: Unpacking python3-dnspython (1.16.0-1build1) ... dog-vm-host: Selecting previously unselected package ieee-data. dog-vm-host: Preparing to unpack .../02-ieee-data_20180805.1_all.deb ... dog-vm-host: Unpacking ieee-data (20180805.1) ... dog-vm-host: Selecting previously unselected package python3-netaddr. dog-vm-host: Preparing to unpack .../03-python3-netaddr_0.7.19-3_all.deb ... dog-vm-host: Unpacking python3-netaddr (0.7.19-3) ... dog-vm-host: Selecting previously unselected package ansible. dog-vm-host: Preparing to unpack .../04-ansible_2.9.6+dfsg-1_all.deb ... dog-vm-host: Unpacking ansible (2.9.6+dfsg-1) ... dog-vm-host: Selecting previously unselected package python3-argcomplete. dog-vm-host: Preparing to unpack .../05-python3-argcomplete_1.8.1-1.3ubuntu1_all.deb ... dog-vm-host: Unpacking python3-argcomplete (1.8.1-1.3ubuntu1) ... dog-vm-host: Selecting previously unselected package python3-jmespath. dog-vm-host: Preparing to unpack .../06-python3-jmespath_0.9.4-2_all.deb ... dog-vm-host: Unpacking python3-jmespath (0.9.4-2) ... dog-vm-host: Selecting previously unselected package python3-kerberos. dog-vm-host: Preparing to unpack .../07-python3-kerberos_1.1.14-3.1build1_amd64.deb ... dog-vm-host: Unpacking python3-kerberos (1.1.14-3.1build1) ... dog-vm-host: Selecting previously unselected package python3-lockfile. dog-vm-host: Preparing to unpack .../08-python3-lockfile_1%3a0.12.2-2ubuntu2_all.deb ... dog-vm-host: Unpacking python3-lockfile (1:0.12.2-2ubuntu2) ... dog-vm-host: Selecting previously unselected package python3-libcloud. dog-vm-host: Preparing to unpack .../09-python3-libcloud_2.8.0-1_all.deb ... dog-vm-host: Unpacking python3-libcloud (2.8.0-1) ... dog-vm-host: Selecting previously unselected package python3-ntlm-auth. dog-vm-host: Preparing to unpack .../10-python3-ntlm-auth_1.1.0-1_all.deb ... dog-vm-host: Unpacking python3-ntlm-auth (1.1.0-1) ... dog-vm-host: Selecting previously unselected package python3-requests-kerberos. dog-vm-host: Preparing to unpack .../11-python3-requests-kerberos_0.12.0-2_all.deb ... dog-vm-host: Unpacking python3-requests-kerberos (0.12.0-2) ... dog-vm-host: Selecting previously unselected package python3-requests-ntlm. dog-vm-host: Preparing to unpack .../12-python3-requests-ntlm_1.1.0-1_all.deb ... dog-vm-host: Unpacking python3-requests-ntlm (1.1.0-1) ... dog-vm-host: Selecting previously unselected package python3-selinux. dog-vm-host: Preparing to unpack .../13-python3-selinux_3.0-1build2_amd64.deb ... dog-vm-host: Unpacking python3-selinux (3.0-1build2) ... dog-vm-host: Selecting previously unselected package python3-xmltodict. dog-vm-host: Preparing to unpack .../14-python3-xmltodict_0.12.0-1_all.deb ... dog-vm-host: Unpacking python3-xmltodict (0.12.0-1) ... dog-vm-host: Selecting previously unselected package python3-winrm. dog-vm-host: Preparing to unpack .../15-python3-winrm_0.3.0-2_all.deb ... dog-vm-host: Unpacking python3-winrm (0.3.0-2) ... dog-vm-host: Setting up python3-lockfile (1:0.12.2-2ubuntu2) ... dog-vm-host: Setting up python3-ntlm-auth (1.1.0-1) ... dog-vm-host: Setting up python3-kerberos (1.1.14-3.1build1) ... dog-vm-host: Setting up python3-xmltodict (0.12.0-1) ... dog-vm-host: Setting up python3-jmespath (0.9.4-2) ... dog-vm-host: /usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="? dog-vm-host: if x is 0 or x is 1: dog-vm-host: /usr/lib/python3/dist-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="? dog-vm-host: if x is 0 or x is 1: dog-vm-host: /usr/lib/python3/dist-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with a literal. Did you mean "=="? dog-vm-host: elif y is 0 or y is 1: dog-vm-host: /usr/lib/python3/dist-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with a literal. Did you mean "=="? dog-vm-host: elif y is 0 or y is 1: dog-vm-host: /usr/lib/python3/dist-packages/jmespath/visitor.py:260: SyntaxWarning: "is" with a literal. Did you mean "=="? dog-vm-host: if original_result is 0: dog-vm-host: Setting up python3-requests-kerberos (0.12.0-2) ... dog-vm-host: Setting up ieee-data (20180805.1) ... dog-vm-host: Setting up python3-dnspython (1.16.0-1build1) ... dog-vm-host: Setting up python3-selinux (3.0-1build2) ... dog-vm-host: Setting up python3-crypto (2.6.1-13ubuntu2) ... dog-vm-host: Setting up python3-argcomplete (1.8.1-1.3ubuntu1) ... dog-vm-host: Setting up python3-requests-ntlm (1.1.0-1) ... dog-vm-host: Setting up python3-libcloud (2.8.0-1) ... dog-vm-host: Setting up python3-netaddr (0.7.19-3) ... dog-vm-host: /usr/lib/python3/dist-packages/netaddr/strategy/init.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="? dog-vm-host: if word_sep is not '': dog-vm-host: Setting up python3-winrm (0.3.0-2) ... dog-vm-host: Setting up ansible (2.9.6+dfsg-1) ... dog-vm-host: Processing triggers for man-db (2.9.1-1) ... Remapping container filesystem

Remapping container filesystem

Remapping container filesystem

==> dog-vm-host: Configuring proxy for Git... Host dog-vm-host HostName 127.0.0.1 User vagrant Port 2222 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /root/dog/.vagrant/machines/dog-vm-host/virtualbox/private_key IdentitiesOnly yes LogLevel FATAL ForwardAgent yes

Could not open a connection to your authentication agent. provisioning script completed. how to connect: vagrant ssh or ssh dog-vm-host whoami: vagrant groups: vagrant lxd PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin SSH_AUTH_SOCK: 10.197.80.39 dog-server 10.197.80.92 db-server 10.197.80.215 app-server To start your first instance, try: lxc launch ubuntu:18.04

Reading package lists... Building dependency tree... Reading state information... build-essential is already the newest version (12.8ubuntu1.1). build-essential set to manually installed. The following additional packages will be installed: automake autotools-dev libpng-tools libssl-dev zlib1g-dev Suggested packages: autoconf-archive gnu-standards autoconf-doc libtool gettext ncurses-doc libssh-doc libssl-doc m4-doc zip The following NEW packages will be installed: autoconf automake autotools-dev libncurses-dev libncurses5-dev libpng-dev libpng-tools libssh-dev libssl-dev libxml2-utils m4 unzip xsltproc zlib1g-dev 0 upgraded, 14 newly installed, 0 to remove and 1 not upgraded. Need to get 3801 kB of archives. After this operation, 17.9 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libncurses5-dev amd64 6.2-0ubuntu2 [976 B] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.2 [155 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng-dev amd64 1.6.37-2 [175 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng-tools amd64 1.6.37-2 [26.1 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.4 [1583 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-dev amd64 0.9.3-2ubuntu2.1 [219 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-utils amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [37.1 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 xsltproc amd64 1.1.34-4 [14.3 kB] debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 3801 kB in 16s (237 kB/s) Selecting previously unselected package m4. (Reading database ... 78339 files and directories currently installed.) Preparing to unpack .../00-m4_1.4.18-4_amd64.deb ... Unpacking m4 (1.4.18-4) ... Selecting previously unselected package autoconf. Preparing to unpack .../01-autoconf_2.69-11.1_all.deb ... Unpacking autoconf (2.69-11.1) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../02-autotools-dev_20180224.1_all.deb ... Unpacking autotools-dev (20180224.1) ... Selecting previously unselected package automake. Preparing to unpack .../03-automake_1%3a1.16.1-4ubuntu6_all.deb ... Unpacking automake (1:1.16.1-4ubuntu6) ... Selecting previously unselected package libncurses-dev:amd64. Preparing to unpack .../04-libncurses-dev_6.2-0ubuntu2_amd64.deb ... Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... Selecting previously unselected package libncurses5-dev:amd64. Preparing to unpack .../05-libncurses5-dev_6.2-0ubuntu2_amd64.deb ... Unpacking libncurses5-dev:amd64 (6.2-0ubuntu2) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../06-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... Selecting previously unselected package libpng-dev:amd64. Preparing to unpack .../07-libpng-dev_1.6.37-2_amd64.deb ... Unpacking libpng-dev:amd64 (1.6.37-2) ... Selecting previously unselected package libpng-tools. Preparing to unpack .../08-libpng-tools_1.6.37-2_amd64.deb ... Unpacking libpng-tools (1.6.37-2) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../09-libssl-dev_1.1.1f-1ubuntu2.4_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.4) ... Selecting previously unselected package libssh-dev:amd64. Preparing to unpack .../10-libssh-dev_0.9.3-2ubuntu2.1_amd64.deb ... Unpacking libssh-dev:amd64 (0.9.3-2ubuntu2.1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../11-libxml2-utils_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... Unpacking libxml2-utils (2.9.10+dfsg-5ubuntu0.20.04.1) ... Selecting previously unselected package unzip. Preparing to unpack .../12-unzip_6.0-25ubuntu1_amd64.deb ... Unpacking unzip (6.0-25ubuntu1) ... Selecting previously unselected package xsltproc. Preparing to unpack .../13-xsltproc_1.1.34-4_amd64.deb ... Unpacking xsltproc (1.1.34-4) ... Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... Setting up libpng-tools (1.6.37-2) ... Setting up unzip (6.0-25ubuntu1) ... Setting up xsltproc (1.1.34-4) ... Setting up m4 (1.4.18-4) ... Setting up autotools-dev (20180224.1) ... Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.4) ... Setting up autoconf (2.69-11.1) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... Setting up libncurses5-dev:amd64 (6.2-0ubuntu2) ... Setting up libxml2-utils (2.9.10+dfsg-5ubuntu0.20.04.1) ... Setting up automake (1:1.16.1-4ubuntu6) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Setting up libpng-dev:amd64 (1.6.37-2) ... Setting up libssh-dev:amd64 (0.9.3-2ubuntu2.1) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for install-info (6.7.0.dfsg.2-5) ... Cloning into '/home/vagrant/.asdf'... Note: switching to 'c6145d08d01691a6e16c990e7d1c8778733e8c76'.

You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:

git switch -c

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

initializing plugin repository... Cloning into '/home/vagrant/.asdf/repository'... Downloading kerl... asdf_22.3.2 is not a kerl-managed Erlang/OTP installation No build named asdf_22.3.2 Downloading OTP-22.3.2.tar.gz to /home/vagrant/.asdf/plugins/erlang/kerl-home/archives... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 122 0 122 0 0 50 0 --:--:-- 0:00:02 --:--:-- 50 100 53.2M 0 53.2M 0 0 2272k 0 --:--:-- 0:00:24 --:--:-- 4557k Extracting source code Building Erlang/OTP 22.3.2 (asdf_22.3.2), please wait... APPLICATIONS DISABLED (See: /home/vagrant/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.2/otp_build_22.3.2.log)

APPLICATIONS INFORMATION (See: /home/vagrant/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.2/otp_build_22.3.2.log)

DOCUMENTATION INFORMATION (See: /home/vagrant/.asdf/plugins/erlang/kerl-home/builds/asdf_22.3.2/otp_build_22.3.2.log)

Erlang/OTP 22.3.2 (asdf_22.3.2) has been successfully built Installing Erlang/OTP 22.3.2 (asdf_22.3.2) in /home/vagrant/.asdf/installs/erlang/22.3.2... You can activate this installation running the following command: . /home/vagrant/.asdf/installs/erlang/22.3.2/activate Later on, you can leave the installation typing: kerl_deactivate Cleaning up compilation products for Cleaned up compilation products for under /home/vagrant/.asdf/plugins/erlang/kerl-home/builds

Erlang 22.3.2 has been installed. Activate globally with:

asdf global erlang 22.3.2

Activate locally in the current folder with:

asdf local erlang 22.3.2

==> Checking whether specified Elixir release exists... ==> Downloading 1.9.4 to /home/vagrant/.asdf/downloads/elixir/1.9.4/elixir-precompiled-1.9.4.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5202k 100 5202k 0 0 2504k 0 0:00:02 0:00:02 --:--:-- 2505k ==> Copying release into place elixir 1.9.4 /ansible/.tool-versions erlang 22.3.2 /ansible/.tool-versions ls: cannot access '/home/vagrant/.ansible/tmp': No such file or directory /home/vagrant/.asdf/shims:/home/vagrant/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin +------------+---------+----------------------+-----------------------------------------------+-----------+-----------+ | NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS | +------------+---------+----------------------+-----------------------------------------------+-----------+-----------+ | app-server | RUNNING | 10.197.80.215 (eth0) | fd42:614a:abcb:5157:216:3eff:fe77:b77a (eth0) | CONTAINER | 0 | +------------+---------+----------------------+-----------------------------------------------+-----------+-----------+ | db-server | RUNNING | 10.197.80.92 (eth0) | fd42:614a:abcb:5157:216:3eff:fe0f:762b (eth0) | CONTAINER | 0 | +------------+---------+----------------------+-----------------------------------------------+-----------+-----------+ | dog-server | RUNNING | 10.197.80.39 (eth0) | fd42:614a:abcb:5157:216:3eff:feb8:7d1 (eth0) | CONTAINER | 0 | +------------+---------+----------------------+-----------------------------------------------+-----------+-----------+ Using /ansible/ansible.cfg as config file [WARNING]: file /ansible/roles/rabbitmq_repo/tasks/RedHat.yml is empty and had no tasks to include

PLAY [containers] **

TASK [Gathering Facts] ***** fatal: [db-server]: UNREACHABLE! => { "changed": false, "unreachable": true }

MSG:

Failed to connect to the host via ssh: Warning: Permanently added 'db-server,10.197.80.92' (ECDSA) to the list of known hosts. root@db-server: Permission denied (publickey). fatal: [app-server]: UNREACHABLE! => { "changed": false, "unreachable": true }

MSG:

Failed to connect to the host via ssh: Warning: Permanently added 'app-server,10.197.80.215' (ECDSA) to the list of known hosts. root@app-server: Permission denied (publickey). fatal: [dog-server]: UNREACHABLE! => { "changed": false, "unreachable": true }

MSG:

Failed to connect to the host via ssh: Warning: Permanently added 'dog-server,10.197.80.39' (ECDSA) to the list of known hosts. root@dog-server: Permission denied (publickey).

PLAY RECAP ***** app-server : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0 db-server : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0 dog-server : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0

Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libboost-filesystem1.71.0 libboost-locale1.71.0 libboost-log1.71.0 libboost-program-options1.71.0 libboost-regex1.71.0 libboost-thread1.71.0 libcpp-hocon0.1.7 libfacter3.11.0 libjq1 libleatherman1.4.2 libonig5 libyaml-cpp0.6 The following NEW packages will be installed: facter jq libboost-filesystem1.71.0 libboost-locale1.71.0 libboost-log1.71.0 libboost-program-options1.71.0 libboost-regex1.71.0 libboost-thread1.71.0 libcpp-hocon0.1.7 libfacter3.11.0 libjq1 libleatherman1.4.2 libonig5 libyaml-cpp0.6 0 upgraded, 14 newly installed, 0 to remove and 1 not upgraded. Need to get 4093 kB of archives. After this operation, 24.0 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-filesystem1.71.0 amd64 1.71.0-6ubuntu6 [242 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-locale1.71.0 amd64 1.71.0-6ubuntu6 [430 kB] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-program-options1.71.0 amd64 1.71.0-6ubuntu6 [342 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 libboost-regex1.71.0 amd64 1.71.0-6ubuntu6 [471 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 libboost-log1.71.0 amd64 1.71.0-6ubuntu6 [612 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libleatherman1.4.2 amd64 1.4.2+dfsg-2ubuntu3 [377 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcpp-hocon0.1.7 amd64 0.1.7-1build1 [366 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-cpp0.6 amd64 0.6.2-4ubuntu1 [124 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfacter3.11.0 amd64 3.11.0-4 [489 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 facter amd64 3.11.0-4 [79.3 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 4093 kB in 10s (408 kB/s) Selecting previously unselected package libboost-filesystem1.71.0:amd64. (Reading database ... 78943 files and directories currently installed.) Preparing to unpack .../00-libboost-filesystem1.71.0_1.71.0-6ubuntu6_amd64.deb ... Unpacking libboost-filesystem1.71.0:amd64 (1.71.0-6ubuntu6) ... Selecting previously unselected package libboost-thread1.71.0:amd64. Preparing to unpack .../01-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... Selecting previously unselected package libboost-locale1.71.0:amd64. Preparing to unpack .../02-libboost-locale1.71.0_1.71.0-6ubuntu6_amd64.deb ... Unpacking libboost-locale1.71.0:amd64 (1.71.0-6ubuntu6) ... Selecting previously unselected package libboost-program-options1.71.0:amd64. Preparing to unpack .../03-libboost-program-options1.71.0_1.71.0-6ubuntu6_amd64.deb ... Unpacking libboost-program-options1.71.0:amd64 (1.71.0-6ubuntu6) ... Selecting previously unselected package libboost-regex1.71.0:amd64. Preparing to unpack .../04-libboost-regex1.71.0_1.71.0-6ubuntu6_amd64.deb ... Unpacking libboost-regex1.71.0:amd64 (1.71.0-6ubuntu6) ... Selecting previously unselected package libboost-log1.71.0. Preparing to unpack .../05-libboost-log1.71.0_1.71.0-6ubuntu6_amd64.deb ... Unpacking libboost-log1.71.0 (1.71.0-6ubuntu6) ... Selecting previously unselected package libleatherman1.4.2:amd64. Preparing to unpack .../06-libleatherman1.4.2_1.4.2+dfsg-2ubuntu3_amd64.deb ... Unpacking libleatherman1.4.2:amd64 (1.4.2+dfsg-2ubuntu3) ... Selecting previously unselected package libcpp-hocon0.1.7:amd64. Preparing to unpack .../07-libcpp-hocon0.1.7_0.1.7-1build1_amd64.deb ... Unpacking libcpp-hocon0.1.7:amd64 (0.1.7-1build1) ... Selecting previously unselected package libyaml-cpp0.6:amd64. Preparing to unpack .../08-libyaml-cpp0.6_0.6.2-4ubuntu1_amd64.deb ... Unpacking libyaml-cpp0.6:amd64 (0.6.2-4ubuntu1) ... Selecting previously unselected package libfacter3.11.0:amd64. Preparing to unpack .../09-libfacter3.11.0_3.11.0-4_amd64.deb ... Unpacking libfacter3.11.0:amd64 (3.11.0-4) ... Selecting previously unselected package facter. Preparing to unpack .../10-facter_3.11.0-4_amd64.deb ... Unpacking facter (3.11.0-4) ... Selecting previously unselected package libonig5:amd64. Preparing to unpack .../11-libonig5_6.9.4-1_amd64.deb ... Unpacking libonig5:amd64 (6.9.4-1) ... Selecting previously unselected package libjq1:amd64. Preparing to unpack .../12-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package jq. Preparing to unpack .../13-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... Unpacking jq (1.6-1ubuntu0.20.04.1) ... Setting up libboost-filesystem1.71.0:amd64 (1.71.0-6ubuntu6) ... Setting up libyaml-cpp0.6:amd64 (0.6.2-4ubuntu1) ... Setting up libboost-regex1.71.0:amd64 (1.71.0-6ubuntu6) ... Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... Setting up libboost-locale1.71.0:amd64 (1.71.0-6ubuntu6) ... Setting up libonig5:amd64 (6.9.4-1) ... Setting up libboost-program-options1.71.0:amd64 (1.71.0-6ubuntu6) ... Setting up libboost-log1.71.0 (1.71.0-6ubuntu6) ... Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... Setting up libleatherman1.4.2:amd64 (1.4.2+dfsg-2ubuntu3) ... Setting up jq (1.6-1ubuntu0.20.04.1) ... Setting up libcpp-hocon0.1.7:amd64 (0.1.7-1build1) ... Setting up libfacter3.11.0:amd64 (3.11.0-4) ... Setting up facter (3.11.0-4) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for libc-bin (2.31-0ubuntu9.2) ... /ansible/run_ansible.sh: line 42: cd: /ansible/repos/dog_trainer/test: No such file or directory /ansible/run_ansible.sh: line 43: ./box_setup.sh: No such file or directory /ansible/run_ansible.sh: line 45: ./box_verify.sh: No such file or directory You should be able to access these resources on the physical host: dog: http://localhost:3000 rabbitmq: http://localhost:15672 rethinkdb: http://localhost:8080 root@dogfw:~/dog#

premkumar99 commented 3 years ago

./dog-in-a-box-diag.sh execution root@dogfw:~/dog# ./dog-in-a-box-diag.sh

dgulinobw commented 3 years ago

@premkumar99 Thanks for the build output. Looks like the problem is I didn't document the need to run an ssh-agent on your physical host. The ssh-agent stores the vagrant key, which is then forwarded to dog-vm-host, and then used to connect to the lxc containers. Because the script can't login to the containers, none of the provisioning steps happen on them.

This step in the Vagrant file is failing: ssh-add .vagrant/machines/dog-vm-host/virtualbox/private_key with this error: Could not open a connection to your authentication agent.

Here's more info on ssh-agent: https://www.ssh.com/academy/ssh/agent

alexandrubagu-bss commented 3 years ago

@dgulinobw It looks like the setup is still not working, even with ssh-agent working. I do notice that I am still not able to checkout the recently made public git repositories for dog_trainer because it's set up to use ssh+git and even though it's a public repository github will not allow an annonymous connection through ssh+git. After making the change to https:// for dog_trainer the log changed a bit but the result is still the same.

Last bits of logs:

PLAY RECAP *********************************************************************
app-server                 : ok=27   changed=23   unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
db-server                  : ok=27   changed=24   unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
dog-server                 : ok=60   changed=47   unreachable=0    failed=0    skipped=22   rescued=0    ignored=0   
localhost                  : ok=23   changed=10   unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libboost-filesystem1.71.0 libboost-locale1.71.0 libboost-log1.71.0
  libboost-program-options1.71.0 libboost-regex1.71.0 libboost-thread1.71.0
  libcpp-hocon0.1.7 libfacter3.11.0 libjq1 libleatherman1.4.2 libonig5
  libyaml-cpp0.6
The following NEW packages will be installed:
  facter jq libboost-filesystem1.71.0 libboost-locale1.71.0 libboost-log1.71.0
  libboost-program-options1.71.0 libboost-regex1.71.0 libboost-thread1.71.0
  libcpp-hocon0.1.7 libfacter3.11.0 libjq1 libleatherman1.4.2 libonig5
  libyaml-cpp0.6
0 upgraded, 14 newly installed, 0 to remove and 23 not upgraded.
Need to get 4093 kB of archives.
After this operation, 24.0 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-filesystem1.71.0 amd64 1.71.0-6ubuntu6 [242 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-locale1.71.0 amd64 1.71.0-6ubuntu6 [430 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-program-options1.71.0 amd64 1.71.0-6ubuntu6 [342 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 libboost-regex1.71.0 amd64 1.71.0-6ubuntu6 [471 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 libboost-log1.71.0 amd64 1.71.0-6ubuntu6 [612 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libleatherman1.4.2 amd64 1.4.2+dfsg-2ubuntu3 [377 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcpp-hocon0.1.7 amd64 0.1.7-1build1 [366 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-cpp0.6 amd64 0.6.2-4ubuntu1 [124 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfacter3.11.0 amd64 3.11.0-4 [489 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 facter amd64 3.11.0-4 [79.3 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB]
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 4093 kB in 1s (4309 kB/s)
Selecting previously unselected package libboost-filesystem1.71.0:amd64.
(Reading database ... 78944 files and directories currently installed.)
Preparing to unpack .../00-libboost-filesystem1.71.0_1.71.0-6ubuntu6_amd64.deb ...
Unpacking libboost-filesystem1.71.0:amd64 (1.71.0-6ubuntu6) ...
Selecting previously unselected package libboost-thread1.71.0:amd64.
Preparing to unpack .../01-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ...
Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...
Selecting previously unselected package libboost-locale1.71.0:amd64.
Preparing to unpack .../02-libboost-locale1.71.0_1.71.0-6ubuntu6_amd64.deb ...
Unpacking libboost-locale1.71.0:amd64 (1.71.0-6ubuntu6) ...
Selecting previously unselected package libboost-program-options1.71.0:amd64.
Preparing to unpack .../03-libboost-program-options1.71.0_1.71.0-6ubuntu6_amd64.deb ...
Unpacking libboost-program-options1.71.0:amd64 (1.71.0-6ubuntu6) ...
Selecting previously unselected package libboost-regex1.71.0:amd64.
Preparing to unpack .../04-libboost-regex1.71.0_1.71.0-6ubuntu6_amd64.deb ...
Unpacking libboost-regex1.71.0:amd64 (1.71.0-6ubuntu6) ...
Selecting previously unselected package libboost-log1.71.0.
Preparing to unpack .../05-libboost-log1.71.0_1.71.0-6ubuntu6_amd64.deb ...
Unpacking libboost-log1.71.0 (1.71.0-6ubuntu6) ...
Selecting previously unselected package libleatherman1.4.2:amd64.
Preparing to unpack .../06-libleatherman1.4.2_1.4.2+dfsg-2ubuntu3_amd64.deb ...
Unpacking libleatherman1.4.2:amd64 (1.4.2+dfsg-2ubuntu3) ...
Selecting previously unselected package libcpp-hocon0.1.7:amd64.
Preparing to unpack .../07-libcpp-hocon0.1.7_0.1.7-1build1_amd64.deb ...
Unpacking libcpp-hocon0.1.7:amd64 (0.1.7-1build1) ...
Selecting previously unselected package libyaml-cpp0.6:amd64.
Preparing to unpack .../08-libyaml-cpp0.6_0.6.2-4ubuntu1_amd64.deb ...
Unpacking libyaml-cpp0.6:amd64 (0.6.2-4ubuntu1) ...
Selecting previously unselected package libfacter3.11.0:amd64.
Preparing to unpack .../09-libfacter3.11.0_3.11.0-4_amd64.deb ...
Unpacking libfacter3.11.0:amd64 (3.11.0-4) ...
Selecting previously unselected package facter.
Preparing to unpack .../10-facter_3.11.0-4_amd64.deb ...
Unpacking facter (3.11.0-4) ...
Selecting previously unselected package libonig5:amd64.
Preparing to unpack .../11-libonig5_6.9.4-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.4-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../12-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ...
Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../13-jq_1.6-1ubuntu0.20.04.1_amd64.deb ...
Unpacking jq (1.6-1ubuntu0.20.04.1) ...
Setting up libboost-filesystem1.71.0:amd64 (1.71.0-6ubuntu6) ...
Setting up libyaml-cpp0.6:amd64 (0.6.2-4ubuntu1) ...
Setting up libboost-regex1.71.0:amd64 (1.71.0-6ubuntu6) ...
Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ...
Setting up libboost-locale1.71.0:amd64 (1.71.0-6ubuntu6) ...
Setting up libonig5:amd64 (6.9.4-1) ...
Setting up libboost-program-options1.71.0:amd64 (1.71.0-6ubuntu6) ...
Setting up libboost-log1.71.0 (1.71.0-6ubuntu6) ...
Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ...
Setting up libleatherman1.4.2:amd64 (1.4.2+dfsg-2ubuntu3) ...
Setting up jq (1.6-1ubuntu0.20.04.1) ...
Setting up libcpp-hocon0.1.7:amd64 (0.1.7-1build1) ...
Setting up libfacter3.11.0:amd64 (3.11.0-4) ...
Setting up facter (3.11.0-4) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
box env setup
LOCAL IP
2021-06-25 08:11:58.013754 WARN  puppetlabs.facter - could not locate a ruby library: facts requiring Ruby will not be resolved.
10.171.43.1
ZONES
curl: (7) Failed to connect to dog-server port 7070: Connection refused
17: pass: POST http://dog-server:7070/api/zone
curl: (7) Failed to connect to dog-server port 7070: Connection refused
20: pass: POST http://dog-server:7070/api/zone
SERVICES
curl: (7) Failed to connect to dog-server port 7070: Connection refused
23: pass: POST http://dog-server:7070/api/service
curl: (7) Failed to connect to dog-server port 7070: Connection refused
25: pass: POST http://dog-server:7070/api/service
curl: (7) Failed to connect to dog-server port 7070: Connection refused
27: pass: POST http://dog-server:7070/api/service
Create GROUPS
curl: (7) Failed to connect to dog-server port 7070: Connection refused
30: pass: POST http://dog-server:7070/api/group
curl: (7) Failed to connect to dog-server port 7070: Connection refused
32: pass: POST http://dog-server:7070/api/group
PROFILES
curl: (7) Failed to connect to dog-server port 7070: Connection refused
36: pass: POST http://dog-server:7070/api/profile
curl: (7) Failed to connect to dog-server port 7070: Connection refused
37: pass: POST http://dog-server:7070/api/profile
Assign PROFILES to GROUPS
curl: (7) Failed to connect to dog-server port 7070: Connection refused
Testing dog_in_a_box firewall rules:

FAIL: nc -vz -w 1 app-server http | "nc: connect to app-server port 80 (tcp) failed: Connection refused" != "Connection to app-server 80 port [tcp/http] succeeded!"
FAIL: nc -vz -w 1 db-server postgres | "nc: connect to db-server port 5432 (tcp) failed: Connection refused" != "nc: connect to db-server port 5432 (tcp) timed out: Operation now in progress"
FAIL: ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@app-server bash -c 'nc -vz -w 1 db-server postgres' | "nc: connect to db-server port 5432 (tcp) failed: Connection refused
nc: connect to db-server port 5432 (tcp) failed: Connection refused" != "Connection to db-server 5432 port [tcp/postgresql] succeeded!"
FAIL: ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@db-server bash -c 'nc -vz -w 1 app-server http' | "nc: connect to app-server port 80 (tcp) failed: Connection refused
nc: connect to app-server port 80 (tcp) failed: Connection refused" != "Connection to app-server 80 port [tcp/http] succeeded!"

PASS: 0 / FAIL: 4
You should be able to access these resources on the physical host:
dog: http://localhost:3000
rabbitmq: http://localhost:15672
rethinkdb: http://localhost:8080

diagnostics:

./dog-in-a-box-diag.sh 
+ vagrant global-status
+ grep dog-vm-host
f577a00  dog-vm-host virtualbox running /Users/alexandrub/Documents/git/dog 
+ vagrant port dog-vm-host
The forwarded ports for the machine are listed below. Please note that
these values may differ from values configured in the Vagrantfile if the
provider supports automatic port collision detection and resolution.

 15672 (guest) => 15672 (host)
  3000 (guest) => 3000 (host)
  8080 (guest) => 8080 (host)
    22 (guest) => 2222 (host)
+ sudo ss -plnt
Password:
+ ssh dog-vm-host 'hostname;'
dog-vm-host
+ ssh dog-vm-host 'lsb_release -a;'
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.2 LTS
Release:    20.04
Codename:   focal
No LSB modules are available.
+ ssh dog-vm-host 'lxc list;'
+------------+---------+----------------------+-----------------------------------------------+-----------+-----------+
|    NAME    |  STATE  |         IPV4         |                     IPV6                      |   TYPE    | SNAPSHOTS |
+------------+---------+----------------------+-----------------------------------------------+-----------+-----------+
| app-server | RUNNING | 10.171.43.238 (eth0) | fd42:f24d:5f22:4a52:216:3eff:fed7:584a (eth0) | CONTAINER | 0         |
+------------+---------+----------------------+-----------------------------------------------+-----------+-----------+
| db-server  | RUNNING | 10.171.43.230 (eth0) | fd42:f24d:5f22:4a52:216:3eff:fea9:d8a5 (eth0) | CONTAINER | 0         |
+------------+---------+----------------------+-----------------------------------------------+-----------+-----------+
| dog-server | RUNNING | 10.171.43.45 (eth0)  | fd42:f24d:5f22:4a52:216:3eff:fe12:3f20 (eth0) | CONTAINER | 0         |
+------------+---------+----------------------+-----------------------------------------------+-----------+-----------+
+ ssh dog-vm-host 'ps -ef | grep rabbit | grep -v grep;'
1001051   129780   22365  0 08:09 ?        00:00:08 /usr/lib/erlang/erts-12.0.2/bin/beam.smp -W w -MBas ageffcbf -MHas ageffcbf -MBlmbcs 512 -MHlmbcs 512 -MMmcs 30 -P 1048576 -t 5000000 -stbt db -zdbbl 128000 -sbwt none -sbwtdcpu none -sbwtdio none -- -root /usr/lib/erlang -progname erl -- -home /home/rabbitmq -- -pa  -noshell -noinput -s rabbit boot -boot start_sasl -lager crash_log false -lager handlers []
+ ssh dog-vm-host 'ps -ef | grep dog_trainer | grep -v grep;'
+ ssh dog-vm-host 'ps -ef | grep dog/ | grep -v grep;'
+ ssh dog-vm-host 'ps -ef | grep rethinkdb | grep -v grep;'
1000113   137531   22365  0 08:11 ?        00:00:00 /usr/bin/rethinkdb --daemon --config-file /etc/rethinkdb/instances.d/rethink.conf --pid-file /var/run/rethinkdb/rethinkdb.pid
1000113   137532  137531  0 08:11 ?        00:00:00 /usr/bin/rethinkdb --daemon --config-file /etc/rethinkdb/instances.d/rethink.conf --pid-file /var/run/rethinkdb/rethinkdb.pid
+ ssh dog-vm-host 'sudo ss -lnpt'
State   Recv-Q  Send-Q               Local Address:Port      Peer Address:Port  Process                                                                         
LISTEN  0       32                     10.171.43.1:53             0.0.0.0:*      users:(("dnsmasq",pid=18593,fd=9))                                             
LISTEN  0       4096                 127.0.0.53%lo:53             0.0.0.0:*      users:(("systemd-resolve",pid=586,fd=13))                                      
LISTEN  0       128                        0.0.0.0:22             0.0.0.0:*      users:(("sshd",pid=827,fd=3))                                                  
LISTEN  0       4096                     127.0.0.1:8443           0.0.0.0:*      users:(("lxd",pid=18473,fd=23))                                                
LISTEN  0       32        [fd42:f24d:5f22:4a52::1]:53                [::]:*      users:(("dnsmasq",pid=18593,fd=11))                                            
LISTEN  0       128                           [::]:22                [::]:*      users:(("sshd",pid=827,fd=4))                                                  
LISTEN  0       4096                             *:15672                *:*      users:(("lxd",pid=22526,fd=8),("lxd",pid=22526,fd=3))                          
LISTEN  0       4096                             *:3000                 *:*      users:(("lxd",pid=22398,fd=8),("lxd",pid=22398,fd=3))                          
LISTEN  0       4096                             *:8080                 *:*      users:(("lxd",pid=22574,fd=8),("lxd",pid=22574,fd=3))  
dgulinobw commented 3 years ago

I've pushed more changes to fix dog-in-a-box builds: 1) Added 'safe mode' to all bash scripts, so the build stops immediately on any error. 2) Fixed a few bugs made obvious by #1. 3) I've built and released v1.2.1 in an .ova ready to import: https://github.com/relaypro-open/dog/releases/tag/1.2.1

premkumar99 commented 3 years ago

Tried Downloading the latest code https://github.com/relaypro-open/dog.git The installation got halted at the below step

==> dog-vm-host: Configuring proxy for Git... Host dog-vm-host HostName 127.0.0.1 User vagrant Port 2222 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /root/dog/.vagrant/machines/dog-vm-host/virtualbox/private_key IdentitiesOnly yes LogLevel FATAL ForwardAgent yes

Could not open a connection to your authentication agent.

Tried to execute the command sh-agent and then run the installer script again, With no luck

dgulinobw commented 3 years ago

We need to determine if your ssh-agent is working.

On your physical host, cd to your dog dir, then execute:


ls -altr .vagrant/machines/dog-vm-host/virtualbox/private_key
ssh-add .vagrant/machines/dog-vm-host/virtualbox/private_key
ssh-add -l
ssh -v vagrant@dog-vm-host```

And post the output of all these commands.

On Fri, Jun 25, 2021 at 5:00 PM premkumar99 ***@***.***>
wrote:

> Tried Downloading the latest code https://github.com/relaypro-open/dog.git
> The installation got halted at the below step
>
> ==> dog-vm-host: Configuring proxy for Git...
> Host dog-vm-host
> HostName 127.0.0.1
> User vagrant
> Port 2222
> UserKnownHostsFile /dev/null
> StrictHostKeyChecking no
> PasswordAuthentication no
> IdentityFile /root/dog/.vagrant/machines/dog-vm-host/virtualbox/private_key
> IdentitiesOnly yes
> LogLevel FATAL
> ForwardAgent yes
>
> Could not open a connection to your authentication agent.
>
> Tried to execute the command sh-agent and then run the installer script
> again, With no luck
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/relaypro-open/dog/issues/1#issuecomment-868830514>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAKQYRYFX3LDEH3G2AS27PTTUTVAHANCNFSM46U7JRUQ>
> .
>
premkumar99 commented 3 years ago

Here is the output root@fwdog:~/dog# ps aux | grep ssh-agent root 5597 0.0 0.0 6032 460 ? Ss 20:52 0:00 ssh-agent root 5612 0.0 0.0 6032 460 ? Ss 20:53 0:00 ssh-agent root 6727 0.0 0.0 6432 672 pts/0 R+ 21:25 0:00 grep --color=auto ssh-agent root@fwdog:~/dog# ssh-agent SSH_AUTH_SOCK=/tmp/ssh-iBPqMZTINO2p/agent.6733; export SSH_AUTH_SOCK; SSH_AGENT_PID=6734; export SSH_AGENT_PID; echo Agent pid 6734; root@fwdog:~/dog# pwd /root/dog root@fwdog:~/dog# ls -altr .vagrant/machines/dog-vm-host/virtualbox/private_key -rw------- 1 root root 1679 Jun 25 19:56 .vagrant/machines/dog-vm-host/virtualbox/private_key root@fwdog:~/dog# ssh-add .vagrant/machines/dog-vm-host/virtualbox/private_key Could not open a connection to your authentication agent. root@fwdog:~/dog# ssh-add -l Could not open a connection to your authentication agent. root@fwdog:~/dog# ssh vagrant ssh: Could not resolve hostname vagrant: Temporary failure in name resolution root@fwdog:~/dog# vagrant ssh Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-77-generic x86_64)

1 update can be applied immediately. To see these additional updates run: apt list --upgradable

vagrant@dog-vm-host:~$ date Fri Jun 25 21:29:08 UTC 2021 vagrant@dog-vm-host:~$

premkumar99 commented 3 years ago

Tried to install the latest OVA from https://github.com/relaypro-open/dog/releases/tag/1.2.1 Not able to install the OVA getting the below error

image

alexandrubagu-bss commented 3 years ago

Yay. Successful installation after last commits.

ZONES
17: pass: POST http://dog-server:7070/api/zone
20: pass: POST http://dog-server:7070/api/zone
SERVICES
23: pass: POST http://dog-server:7070/api/service
25: pass: POST http://dog-server:7070/api/service
27: pass: POST http://dog-server:7070/api/service
Create GROUPS
30: pass: POST http://dog-server:7070/api/group
32: pass: POST http://dog-server:7070/api/group
PROFILES
36: pass: POST http://dog-server:7070/api/profile
37: pass: POST http://dog-server:7070/api/profile
Assign PROFILES to GROUPS
41: pass: PUT http://dog-server:7070/api/group/082dca32-9b02-4261-9408-b6e2cbf8b93c
43: pass: PUT http://dog-server:7070/api/group/cfcd9fab-b25e-4967-8839-53f603985a10

PASS: 11 / FAIL: 0
Testing dog_in_a_box firewall rules:

PASS: nc -vz -w 1 app-server http == "Connection to app-server 80 port [tcp/http] succeeded!"
PASS: nc -vz -w 1 db-server postgres == "nc: connect to db-server port 5432 (tcp) timed out: Operation now in progress"
PASS: ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@app-server bash -c 'nc -vz -w 1 db-server postgres' == "Connection to db-server 5432 port [tcp/postgresql] succeeded!"
PASS: ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@db-server bash -c 'nc -vz -w 1 app-server http' == "Connection to app-server 80 port [tcp/http] succeeded!"

PASS: 4 / FAIL: 0
You should be able to access these resources on the physical host:
dog: http://localhost:3000
rabbitmq: http://localhost:15672
rethinkdb: http://localhost:8080
dgulinobw commented 3 years ago

Here is the output root@fwdog:~/dog# ps aux | grep ssh-agent root 5597 0.0 0.0 6032 460 ? Ss 20:52 0:00 ssh-agent root 5612 0.0 0.0 6032 460 ? Ss 20:53 0:00 ssh-agent root 6727 0.0 0.0 6432 672 pts/0 R+ 21:25 0:00 grep --color=auto ssh-agent root@fwdog:~/dog# ssh-agent SSH_AUTH_SOCK=/tmp/ssh-iBPqMZTINO2p/agent.6733; export SSH_AUTH_SOCK; SSH_AGENT_PID=6734; export SSH_AGENT_PID; echo Agent pid 6734; root@fwdog:~/dog# pwd /root/dog root@fwdog:~/dog# ls -altr .vagrant/machines/dog-vm-host/virtualbox/private_key -rw------- 1 root root 1679 Jun 25 19:56 .vagrant/machines/dog-vm-host/virtualbox/private_key root@fwdog:~/dog# ssh-add .vagrant/machines/dog-vm-host/virtualbox/private_key Could not open a connection to your authentication agent. root@fwdog:~/dog# ssh-add -l Could not open a connection to your authentication agent. root@fwdog:~/dog# ssh vagrant ssh: Could not resolve hostname vagrant: Temporary failure in name resolution root@fwdog:~/dog# vagrant ssh Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-77-generic x86_64)

System information as of Fri Jun 25 21:28:53 UTC 2021

System load: 0.37 Usage of /: 9.9% of 38.71GB Memory usage: 28% Swap usage: 0% Processes: 220 Users logged in: 0 IPv4 address for enp0s3: 10.0.2.15 IPv4 address for lxdbr0: 10.38.174.1 IPv6 address for lxdbr0: fd42:a77e:8c36:23fd::1

1 update can be applied immediately. To see these additional updates run: apt list --upgradable

vagrant@dog-vm-host:~$ date Fri Jun 25 21:29:08 UTC 2021 vagrant@dog-vm-host:~$

Simply running 'ssh-agent' isn't sufficient to start ssh-agent. You need to run "eval ssh-agent" (you must include the back quotes, but don't include the double quotes). Check this for more info: https://www.ssh.com/academy/ssh/agent

I've added the ssh-agent requirement and links in dog-in-a-box documentation.

premkumar99 commented 3 years ago

Checkout the latest code 28th June 2021 08:15 PM IST No Luck this time as wellHost dog-vm-host HostName 127.0.0.1 User vagrant Port 2222 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile /var/dogfw/dog/.vagrant/machines/dog-vm-host/virtualbox/private_key IdentitiesOnly yes LogLevel FATAL ForwardAgent yes

Could not open a connection to your authentication agent. root@dogfw:/var/dogfw/dog#

jagluengo commented 2 years ago

Hi, i have problems installing dog_in_a_box, here is the last part of my log: ===> Compiling corman _build/default/lib/corman/src/superman.erl:20: Warning: record supervisor_state has field(s) without type information

===> Compiling base16 ===> Compiling dog_trainer ===> Unable to run pre hooks for 'compile', command 'find_elixir_libs' in namespace 'mix' not found.

MSG:

non-zero return code

2021-10-27 23:59:52,329 p=77159 u=vagrant n=ansible | PLAY RECAP ***** 2021-10-27 23:59:52,329 p=77159 u=vagrant n=ansible | app-server : ok=27 changed=24 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2021-10-27 23:59:52,330 p=77159 u=vagrant n=ansible | db-server : ok=27 changed=23 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2021-10-27 23:59:52,331 p=77159 u=vagrant n=ansible | dog-server : ok=61 changed=48 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 2021-10-27 23:59:52,331 p=77159 u=vagrant n=ansible | localhost : ok=29 changed=16 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

How can i fix it?

premkumar99 commented 2 years ago

try FWCloud it is a nice product

On Thu, 28 Oct 2021, 05:43 jagluengo, @.***> wrote:

Hi, i have problems installing dog_in_a_box, here is the last part of my log: ===> Compiling corman _build/default/lib/corman/src/superman.erl:20: Warning: record supervisor_state has field(s) without type information

===> Compiling base16 ===> Compiling dog_trainer ===> Unable to run pre hooks for 'compile', command 'find_elixir_libs' in namespace 'mix' not found.

MSG:

non-zero return code

2021-10-27 23:59:52,329 p=77159 u=vagrant n=ansible | PLAY RECAP


2021-10-27 23:59:52,329 p=77159 u=vagrant n=ansible | app-server : ok=27 changed=24 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2021-10-27 23:59:52,330 p=77159 u=vagrant n=ansible | db-server : ok=27 changed=23 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2021-10-27 23:59:52,331 p=77159 u=vagrant n=ansible | dog-server : ok=61 changed=48 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 2021-10-27 23:59:52,331 p=77159 u=vagrant n=ansible | localhost : ok=29 changed=16 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

How can i fix it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/relaypro-open/dog/issues/1#issuecomment-953399798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4LRLRNVM5WZXIGTBGRN4TUJCPSRANCNFSM46U7JRUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

premkumar99 commented 2 years ago

dog has lot of problems while installations, I wasted 1 week in dog, Later used the free fwcloud, Which is good than dog

On Thu, 28 Oct 2021, 08:14 Premkumar Waghmare, @.***> wrote:

try FWCloud it is a nice product

On Thu, 28 Oct 2021, 05:43 jagluengo, @.***> wrote:

Hi, i have problems installing dog_in_a_box, here is the last part of my log: ===> Compiling corman _build/default/lib/corman/src/superman.erl:20: Warning: record supervisor_state has field(s) without type information

===> Compiling base16 ===> Compiling dog_trainer ===> Unable to run pre hooks for 'compile', command 'find_elixir_libs' in namespace 'mix' not found.

MSG:

non-zero return code

2021-10-27 23:59:52,329 p=77159 u=vagrant n=ansible | PLAY RECAP


2021-10-27 23:59:52,329 p=77159 u=vagrant n=ansible | app-server : ok=27 changed=24 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2021-10-27 23:59:52,330 p=77159 u=vagrant n=ansible | db-server : ok=27 changed=23 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 2021-10-27 23:59:52,331 p=77159 u=vagrant n=ansible | dog-server : ok=61 changed=48 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 2021-10-27 23:59:52,331 p=77159 u=vagrant n=ansible | localhost : ok=29 changed=16 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

How can i fix it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/relaypro-open/dog/issues/1#issuecomment-953399798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4LRLRNVM5WZXIGTBGRN4TUJCPSRANCNFSM46U7JRUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

dgulinobw commented 2 years ago

Wasn't able to reproduce this, and dog has changed a lot since this was opened, so closing.