Skip to content

Instantly share code, notes, and snippets.

@melezhik
Created March 28, 2016 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melezhik/6761606a9960010a942a to your computer and use it in GitHub Desktop.
Save melezhik/6761606a9960010a942a to your computer and use it in GitHub Desktop.
Misc:Sparrow:setup log
[2016-03-28 15:59:09] DEBUG - This is Rex version: 1.4.0
[2016-03-28 15:59:09] DEBUG - Command Line Parameters
[2016-03-28 15:59:09] DEBUG - H = 127.0.0.1:2222
[2016-03-28 15:59:09] DEBUG - f = /home/melezhik/projects/rex-recipes-sparrow//Rex/Misc/Sparrow/__module__.pm
[2016-03-28 15:59:09] DEBUG - u = vagrant
[2016-03-28 15:59:09] DEBUG - p = vagrant
[2016-03-28 15:59:09] DEBUG - s = 1
[2016-03-28 15:59:09] DEBUG - d = 1
[2016-03-28 15:59:09] DEBUG - Using Rexfile: /home/melezhik/projects/rex-recipes-sparrow//Rex/Misc/Sparrow/__module__.pm
[2016-03-28 15:59:09] DEBUG - Creating lock-file (/home/melezhik/projects/rex-recipes-sparrow//Rex/Misc/Sparrow/__module__.pm.lock)
[2016-03-28 15:59:09] DEBUG - Loading /home/melezhik/projects/rex-recipes-sparrow//Rex/Misc/Sparrow/__module__.pm
[2016-03-28 15:59:10] DEBUG - Creating new distribution class of type: Base
[2016-03-28 15:59:10] DEBUG - new distribution class of type Rex::TaskList::Base created.
[2016-03-28 15:59:10] DEBUG - Creating task: Misc:Sparrow:setup
[2016-03-28 15:59:10] DEBUG - server: 127.0.0.1:2222
[2016-03-28 15:59:10] DEBUG - Found Net::OpenSSH and Net::SFTP::Foreign - using it as default
[2016-03-28 15:59:10] DEBUG - Registering task: Misc:Sparrow:setup
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Creating task: Misc:Sparrow:configure
[2016-03-28 15:59:10] DEBUG - server: 127.0.0.1:2222
[2016-03-28 15:59:10] DEBUG - Registering task: Misc:Sparrow:configure
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Creating task: Misc:Sparrow:check
[2016-03-28 15:59:10] DEBUG - server: 127.0.0.1:2222
[2016-03-28 15:59:10] DEBUG - Registering task: Misc:Sparrow:check
[2016-03-28 15:59:10] WARN - You have some code warnings:
[2016-03-28 15:59:10] WARN - Ambiguous use of -install resolved as -&install() at /loader/0x25f0620/__Rexfile__.pm line 48.
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Initializing Logger from parameters found in /home/melezhik/projects/rex-recipes-sparrow//Rex/Misc/Sparrow/__module__.pm
[2016-03-28 15:59:10] DEBUG - Turning sudo globally on
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:10] INFO - Running task Misc:Sparrow:setup on 127.0.0.1:2222
[2016-03-28 15:59:10] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:10] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:10] DEBUG - $VAR1 = '';
[2016-03-28 15:59:10] DEBUG - Auth-Information inside Task:
[2016-03-28 15:59:10] DEBUG - auth_type => [[pass]]
[2016-03-28 15:59:10] DEBUG - password => [[**********]]
[2016-03-28 15:59:10] DEBUG - user => [[vagrant]]
[2016-03-28 15:59:10] DEBUG - sudo => [[]]
[2016-03-28 15:59:10] DEBUG - private_key => [[]]
[2016-03-28 15:59:10] DEBUG - port => [[]]
[2016-03-28 15:59:10] DEBUG - public_key => [[]]
[2016-03-28 15:59:10] DEBUG - sudo_password => [[]]
[2016-03-28 15:59:10] DEBUG - Using Net::OpenSSH for connection
[2016-03-28 15:59:10] DEBUG - Using user: vagrant
[2016-03-28 15:59:10] DEBUG - Using password: **********
[2016-03-28 15:59:10] DEBUG - Connecting to 127.0.0.1:2222 (vagrant)
[2016-03-28 15:59:10] DEBUG - get_openssh_opt()
[2016-03-28 15:59:10] DEBUG - $VAR1 = {};
[2016-03-28 15:59:10] DEBUG - OpenSSH: pass_auth: 127.0.0.1:2222 - vagrant - **********
[2016-03-28 15:59:10] DEBUG - OpenSSH options:
[2016-03-28 15:59:10] DEBUG - $VAR1 = [
'127.0.0.1',
'user',
'vagrant',
'port',
'2222',
'master_opts',
[
'-o',
'LogLevel=QUIET',
'-o',
'ConnectTimeout=2'
],
'default_ssh_opts',
$VAR1->[6]
];
[2016-03-28 15:59:10] DEBUG - OpenSSH constructor options:
[2016-03-28 15:59:10] DEBUG - $VAR1 = {};
[2016-03-28 15:59:10] DEBUG - Trying following auth types:
[2016-03-28 15:59:10] DEBUG - $VAR1 = [
'pass'
];
[2016-03-28 15:59:10] DEBUG - Current Error-Code: 0
[2016-03-28 15:59:10] DEBUG - Connected and authenticated to 127.0.0.1.
[2016-03-28 15:59:10] DEBUG - Successfully authenticated on 127.0.0.1:2222.
[2016-03-28 15:59:10] DEBUG - Executing: perl -MFile::Spec -le 'print File::Spec->tmpdir'
[2016-03-28 15:59:10] DEBUG - Detecting shell...
[2016-03-28 15:59:10] DEBUG - Searching for shell: csh
[2016-03-28 15:59:10] DEBUG - Searching for shell: zsh
[2016-03-28 15:59:10] DEBUG - Searching for shell: sh
[2016-03-28 15:59:10] DEBUG - Searching for shell: idrac
[2016-03-28 15:59:10] DEBUG - Rex::Interface::Exec::OpenSSH/executing: version
[2016-03-28 15:59:10] DEBUG - bash: version: command not found
[2016-03-28 15:59:10] DEBUG - Searching for shell: bash
[2016-03-28 15:59:10] DEBUG - Found shell and using: bash
[2016-03-28 15:59:10] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:10] DEBUG - $VAR1 = {};
[2016-03-28 15:59:10] DEBUG - SSH/executing: LC_ALL=C ; export LC_ALL; perl -MFile::Spec -le 'print File::Spec->tmpdir'
[2016-03-28 15:59:10] DEBUG - /tmp
[2016-03-28 15:59:10] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:10] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:10] DEBUG - Sudo: Executing: which perl
[2016-03-28 15:59:10] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:10] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:10] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which perl "
[2016-03-28 15:59:10] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which perl "
[2016-03-28 15:59:10] DEBUG - /bin/perl
[2016-03-28 15:59:10] DEBUG - Executing Misc:Sparrow:setup
[2016-03-28 15:59:10] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:10] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:10] DEBUG - Sudo: Executing: curl -L http://cpanmin.us | perl - --self-upgrade
[2016-03-28 15:59:10] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:10] DEBUG - $VAR1 = {
'auto_die' => undef,
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:10] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; curl -L http://cpanmin.us | perl - --self-upgrade "
[2016-03-28 15:59:10] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; curl -L http://cpanmin.us | perl - --self-upgrade "
[2016-03-28 15:59:12] DEBUG - % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 314 0 314 0 0 425 0 --:--:-- --:--:-- --:--:-- 424
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 296k 100 296k 0 0 190k 0 0:00:01 0:00:01 --:--:-- 1009k
App::cpanminus is up to date. (1.7040)
[2016-03-28 15:59:12] INFO - cpanminus installed.
[2016-03-28 15:59:12] INFO - Installing Digest::MD5
[2016-03-28 15:59:12] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:12] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:12] DEBUG - Sudo: Executing: cpanm Digest::MD5
[2016-03-28 15:59:12] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:12] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S',
'auto_die' => undef
};
[2016-03-28 15:59:12] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; cpanm Digest::MD5 "
[2016-03-28 15:59:12] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; cpanm Digest::MD5 "
[2016-03-28 15:59:12] DEBUG - Digest::MD5 is up to date. (2.55)
[2016-03-28 15:59:12] INFO - Installing Test::More
[2016-03-28 15:59:12] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:12] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:12] DEBUG - Sudo: Executing: cpanm Test::More
[2016-03-28 15:59:12] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:12] DEBUG - $VAR1 = {
'auto_die' => undef,
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:12] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; cpanm Test::More "
[2016-03-28 15:59:12] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; cpanm Test::More "
[2016-03-28 15:59:13] DEBUG - Test::More is up to date. (1.001014)
[2016-03-28 15:59:13] INFO - Installing Sparrow~0.0.21
[2016-03-28 15:59:13] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:13] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:13] DEBUG - Sudo: Executing: cpanm Sparrow~0.0.21
[2016-03-28 15:59:13] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:13] DEBUG - $VAR1 = {
'auto_die' => undef,
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:13] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; cpanm Sparrow~0.0.21 "
[2016-03-28 15:59:13] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; cpanm Sparrow~0.0.21 "
[2016-03-28 15:59:13] DEBUG - Sparrow is up to date. (0.0.21)
[2016-03-28 15:59:13] DEBUG - need to call tasks from Rex::Misc::Sparrow
[2016-03-28 15:59:13] DEBUG - Calling configure
[2016-03-28 15:59:13] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:13] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:13] DEBUG - Sudo: Executing: sparrow index update
[2016-03-28 15:59:13] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:13] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S',
'auto_die' => undef
};
[2016-03-28 15:59:13] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow index update "
[2016-03-28 15:59:13] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow index update "
[2016-03-28 15:59:14] DEBUG - get index updates from SparrowHub ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 328 100 328 0 0 317 0 0:00:01 0:00:01 --:--:-- 317
[2016-03-28 15:59:14] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:14] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:14] DEBUG - Sudo: Executing: sparrow project create system
[2016-03-28 15:59:14] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:14] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S',
'auto_die' => undef
};
[2016-03-28 15:59:14] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow project create system "
[2016-03-28 15:59:14] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow project create system "
[2016-03-28 15:59:14] DEBUG - project system already exists - nothing to do here ...
[2016-03-28 15:59:14] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:14] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:14] DEBUG - Sudo: Executing: sparrow plg install df-check
[2016-03-28 15:59:14] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:14] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S',
'auto_die' => undef
};
[2016-03-28 15:59:14] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow plg install df-check "
[2016-03-28 15:59:14] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow plg install df-check "
[2016-03-28 15:59:15] DEBUG - Installing modules using /root/sparrow/plugins/public/df-check/cpanfile
Complete! Modules were installed into /root/sparrow/plugins/public/df-check/local
Outthentic is up to date. (0.0.17)
public@df-check is uptodate (0.0.6)
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: sparrow check add system disk
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'auto_die' => undef,
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check add system disk "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check add system disk "
[2016-03-28 15:59:15] DEBUG - checkpoint system/disk already exists - nothing to do here
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: sparrow check set system disk df-check
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S',
'auto_die' => undef
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check set system disk df-check "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check set system disk df-check "
[2016-03-28 15:59:15] DEBUG - checkpoint - set plugin to public@df-check
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:15] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Opening /tmp/nhmjegkhixxx.tmp with mode: >
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: perl /tmp/nhmjegkhixxx.tmp /etc/system-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/nhmjegkhixxx.tmp /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/nhmjegkhixxx.tmp /etc/system-release "
[2016-03-28 15:59:15] DEBUG - centos-release
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: rm /tmp/nhmjegkhixxx.tmp
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/nhmjegkhixxx.tmp "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/nhmjegkhixxx.tmp "
[2016-03-28 15:59:15] DEBUG - rm: cannot remove '/tmp/nhmjegkhixxx.tmp': No such file or directory
[2016-03-28 15:59:15] DEBUG - Opening /tmp/lssdqcbkrxhl.tmp with mode: >
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: perl /tmp/lssdqcbkrxhl.tmp centos-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/lssdqcbkrxhl.tmp centos-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/lssdqcbkrxhl.tmp centos-release "
[2016-03-28 15:59:15] DEBUG -
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: rm /tmp/lssdqcbkrxhl.tmp
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/lssdqcbkrxhl.tmp "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/lssdqcbkrxhl.tmp "
[2016-03-28 15:59:15] DEBUG - rm: cannot remove '/tmp/lssdqcbkrxhl.tmp': No such file or directory
[2016-03-28 15:59:15] DEBUG - Opening /tmp/clbfuxprxcpq.tmp with mode: >
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: perl /tmp/clbfuxprxcpq.tmp /etc/centos-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/clbfuxprxcpq.tmp /etc/centos-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/clbfuxprxcpq.tmp /etc/centos-release "
[2016-03-28 15:59:15] DEBUG -
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: rm /tmp/clbfuxprxcpq.tmp
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/clbfuxprxcpq.tmp "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/clbfuxprxcpq.tmp "
[2016-03-28 15:59:15] DEBUG - rm: cannot remove '/tmp/clbfuxprxcpq.tmp': No such file or directory
[2016-03-28 15:59:15] DEBUG - Opening /tmp/kumonwpjjepe.tmp with mode: >
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:15] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:15] DEBUG - Sudo: Executing: perl /tmp/kumonwpjjepe.tmp /etc/system-release
[2016-03-28 15:59:15] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:15] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:15] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kumonwpjjepe.tmp /etc/system-release "
[2016-03-28 15:59:15] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kumonwpjjepe.tmp /etc/system-release "
[2016-03-28 15:59:16] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: rm /tmp/kumonwpjjepe.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kumonwpjjepe.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kumonwpjjepe.tmp "
[2016-03-28 15:59:16] DEBUG - rm: cannot remove '/tmp/kumonwpjjepe.tmp': No such file or directory
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/yguucwajfapc.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:16] DEBUG - /bin/chmod
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: chmod 600 /tmp/yguucwajfapc.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:16] DEBUG - /bin/chown
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: chown vagrant /tmp/yguucwajfapc.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Opening /tmp/yguucwajfapc.tmp with mode: <
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: rm /tmp/yguucwajfapc.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/yguucwajfapc.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Opening /tmp/xaeaxuhfqams.tmp with mode: >
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: perl /tmp/xaeaxuhfqams.tmp /etc/redhat-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xaeaxuhfqams.tmp /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xaeaxuhfqams.tmp /etc/redhat-release "
[2016-03-28 15:59:16] DEBUG - centos-release
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: rm /tmp/xaeaxuhfqams.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xaeaxuhfqams.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xaeaxuhfqams.tmp "
[2016-03-28 15:59:16] DEBUG - rm: cannot remove '/tmp/xaeaxuhfqams.tmp': No such file or directory
[2016-03-28 15:59:16] DEBUG - Opening /tmp/kignkvfcswgw.tmp with mode: >
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: perl /tmp/kignkvfcswgw.tmp centos-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kignkvfcswgw.tmp centos-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kignkvfcswgw.tmp centos-release "
[2016-03-28 15:59:16] DEBUG -
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: rm /tmp/kignkvfcswgw.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kignkvfcswgw.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kignkvfcswgw.tmp "
[2016-03-28 15:59:16] DEBUG - rm: cannot remove '/tmp/kignkvfcswgw.tmp': No such file or directory
[2016-03-28 15:59:16] DEBUG - Opening /tmp/dkmkhxbpovrd.tmp with mode: >
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: perl /tmp/dkmkhxbpovrd.tmp /etc/centos-release
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dkmkhxbpovrd.tmp /etc/centos-release "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dkmkhxbpovrd.tmp /etc/centos-release "
[2016-03-28 15:59:16] DEBUG -
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:16] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:16] DEBUG - Sudo: Executing: rm /tmp/dkmkhxbpovrd.tmp
[2016-03-28 15:59:16] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:16] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:16] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dkmkhxbpovrd.tmp "
[2016-03-28 15:59:16] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dkmkhxbpovrd.tmp "
[2016-03-28 15:59:17] DEBUG - rm: cannot remove '/tmp/dkmkhxbpovrd.tmp': No such file or directory
[2016-03-28 15:59:17] DEBUG - Opening /tmp/tiqnlgdginfk.tmp with mode: >
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: perl /tmp/tiqnlgdginfk.tmp /etc/redhat-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tiqnlgdginfk.tmp /etc/redhat-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tiqnlgdginfk.tmp /etc/redhat-release "
[2016-03-28 15:59:17] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: rm /tmp/tiqnlgdginfk.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tiqnlgdginfk.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tiqnlgdginfk.tmp "
[2016-03-28 15:59:17] DEBUG - rm: cannot remove '/tmp/tiqnlgdginfk.tmp': No such file or directory
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/viynlumhykqf.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:17] DEBUG - /bin/chmod
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: chmod 600 /tmp/viynlumhykqf.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:17] DEBUG - /bin/chown
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: chown vagrant /tmp/viynlumhykqf.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Opening /tmp/viynlumhykqf.tmp with mode: <
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: rm /tmp/viynlumhykqf.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/viynlumhykqf.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:17] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Opening /tmp/hjkxyngwlypy.tmp with mode: >
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: perl /tmp/hjkxyngwlypy.tmp /etc/system-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/hjkxyngwlypy.tmp /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/hjkxyngwlypy.tmp /etc/system-release "
[2016-03-28 15:59:17] DEBUG - centos-release
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: rm /tmp/hjkxyngwlypy.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/hjkxyngwlypy.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/hjkxyngwlypy.tmp "
[2016-03-28 15:59:17] DEBUG - rm: cannot remove '/tmp/hjkxyngwlypy.tmp': No such file or directory
[2016-03-28 15:59:17] DEBUG - Opening /tmp/jywgephklrqu.tmp with mode: >
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: perl /tmp/jywgephklrqu.tmp centos-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jywgephklrqu.tmp centos-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jywgephklrqu.tmp centos-release "
[2016-03-28 15:59:17] DEBUG -
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: rm /tmp/jywgephklrqu.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jywgephklrqu.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jywgephklrqu.tmp "
[2016-03-28 15:59:17] DEBUG - rm: cannot remove '/tmp/jywgephklrqu.tmp': No such file or directory
[2016-03-28 15:59:17] DEBUG - Opening /tmp/dmiemhfbulxp.tmp with mode: >
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: perl /tmp/dmiemhfbulxp.tmp /etc/centos-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dmiemhfbulxp.tmp /etc/centos-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dmiemhfbulxp.tmp /etc/centos-release "
[2016-03-28 15:59:17] DEBUG -
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: rm /tmp/dmiemhfbulxp.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dmiemhfbulxp.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dmiemhfbulxp.tmp "
[2016-03-28 15:59:17] DEBUG - rm: cannot remove '/tmp/dmiemhfbulxp.tmp': No such file or directory
[2016-03-28 15:59:17] DEBUG - Opening /tmp/ousqechhlreg.tmp with mode: >
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: perl /tmp/ousqechhlreg.tmp /etc/system-release
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ousqechhlreg.tmp /etc/system-release "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ousqechhlreg.tmp /etc/system-release "
[2016-03-28 15:59:17] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:17] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:17] DEBUG - Sudo: Executing: rm /tmp/ousqechhlreg.tmp
[2016-03-28 15:59:17] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:17] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:17] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ousqechhlreg.tmp "
[2016-03-28 15:59:17] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ousqechhlreg.tmp "
[2016-03-28 15:59:18] DEBUG - rm: cannot remove '/tmp/ousqechhlreg.tmp': No such file or directory
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/riepsgcusvtg.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:18] DEBUG - /bin/chmod
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: chmod 600 /tmp/riepsgcusvtg.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:18] DEBUG - /bin/chown
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: chown vagrant /tmp/riepsgcusvtg.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Opening /tmp/riepsgcusvtg.tmp with mode: <
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: rm /tmp/riepsgcusvtg.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/riepsgcusvtg.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Opening /tmp/bgxipjkimvmm.tmp with mode: >
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: perl /tmp/bgxipjkimvmm.tmp /etc/redhat-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bgxipjkimvmm.tmp /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bgxipjkimvmm.tmp /etc/redhat-release "
[2016-03-28 15:59:18] DEBUG - centos-release
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: rm /tmp/bgxipjkimvmm.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bgxipjkimvmm.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bgxipjkimvmm.tmp "
[2016-03-28 15:59:18] DEBUG - rm: cannot remove '/tmp/bgxipjkimvmm.tmp': No such file or directory
[2016-03-28 15:59:18] DEBUG - Opening /tmp/lpbnekpdeuye.tmp with mode: >
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: perl /tmp/lpbnekpdeuye.tmp centos-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/lpbnekpdeuye.tmp centos-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/lpbnekpdeuye.tmp centos-release "
[2016-03-28 15:59:18] DEBUG -
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: rm /tmp/lpbnekpdeuye.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/lpbnekpdeuye.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/lpbnekpdeuye.tmp "
[2016-03-28 15:59:18] DEBUG - rm: cannot remove '/tmp/lpbnekpdeuye.tmp': No such file or directory
[2016-03-28 15:59:18] DEBUG - Opening /tmp/xgrcavnekdvw.tmp with mode: >
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: perl /tmp/xgrcavnekdvw.tmp /etc/centos-release
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xgrcavnekdvw.tmp /etc/centos-release "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xgrcavnekdvw.tmp /etc/centos-release "
[2016-03-28 15:59:18] DEBUG -
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:18] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:18] DEBUG - Sudo: Executing: rm /tmp/xgrcavnekdvw.tmp
[2016-03-28 15:59:18] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:18] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:18] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xgrcavnekdvw.tmp "
[2016-03-28 15:59:18] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xgrcavnekdvw.tmp "
[2016-03-28 15:59:19] DEBUG - rm: cannot remove '/tmp/xgrcavnekdvw.tmp': No such file or directory
[2016-03-28 15:59:19] DEBUG - Opening /tmp/csdiljqsxfsr.tmp with mode: >
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: perl /tmp/csdiljqsxfsr.tmp /etc/redhat-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/csdiljqsxfsr.tmp /etc/redhat-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/csdiljqsxfsr.tmp /etc/redhat-release "
[2016-03-28 15:59:19] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: rm /tmp/csdiljqsxfsr.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/csdiljqsxfsr.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/csdiljqsxfsr.tmp "
[2016-03-28 15:59:19] DEBUG - rm: cannot remove '/tmp/csdiljqsxfsr.tmp': No such file or directory
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/rcvrjlkrdivn.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:19] DEBUG - /bin/chmod
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: chmod 600 /tmp/rcvrjlkrdivn.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:19] DEBUG - /bin/chown
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: chown vagrant /tmp/rcvrjlkrdivn.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Opening /tmp/rcvrjlkrdivn.tmp with mode: <
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: rm /tmp/rcvrjlkrdivn.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rcvrjlkrdivn.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:19] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Opening /tmp/asqdjqbulgni.tmp with mode: >
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: perl /tmp/asqdjqbulgni.tmp /etc/system-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/asqdjqbulgni.tmp /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/asqdjqbulgni.tmp /etc/system-release "
[2016-03-28 15:59:19] DEBUG - centos-release
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: rm /tmp/asqdjqbulgni.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/asqdjqbulgni.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/asqdjqbulgni.tmp "
[2016-03-28 15:59:19] DEBUG - rm: cannot remove '/tmp/asqdjqbulgni.tmp': No such file or directory
[2016-03-28 15:59:19] DEBUG - Opening /tmp/emrftcxikmrs.tmp with mode: >
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: perl /tmp/emrftcxikmrs.tmp centos-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/emrftcxikmrs.tmp centos-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/emrftcxikmrs.tmp centos-release "
[2016-03-28 15:59:19] DEBUG -
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: rm /tmp/emrftcxikmrs.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/emrftcxikmrs.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/emrftcxikmrs.tmp "
[2016-03-28 15:59:19] DEBUG - rm: cannot remove '/tmp/emrftcxikmrs.tmp': No such file or directory
[2016-03-28 15:59:19] DEBUG - Opening /tmp/tbpjnsaqgytq.tmp with mode: >
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: perl /tmp/tbpjnsaqgytq.tmp /etc/centos-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tbpjnsaqgytq.tmp /etc/centos-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tbpjnsaqgytq.tmp /etc/centos-release "
[2016-03-28 15:59:19] DEBUG -
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: rm /tmp/tbpjnsaqgytq.tmp
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tbpjnsaqgytq.tmp "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tbpjnsaqgytq.tmp "
[2016-03-28 15:59:19] DEBUG - rm: cannot remove '/tmp/tbpjnsaqgytq.tmp': No such file or directory
[2016-03-28 15:59:19] DEBUG - Opening /tmp/pqyylxgtlykk.tmp with mode: >
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:19] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:19] DEBUG - Sudo: Executing: perl /tmp/pqyylxgtlykk.tmp /etc/system-release
[2016-03-28 15:59:19] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:19] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:19] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pqyylxgtlykk.tmp /etc/system-release "
[2016-03-28 15:59:19] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pqyylxgtlykk.tmp /etc/system-release "
[2016-03-28 15:59:21] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: rm /tmp/pqyylxgtlykk.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pqyylxgtlykk.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pqyylxgtlykk.tmp "
[2016-03-28 15:59:21] DEBUG - rm: cannot remove '/tmp/pqyylxgtlykk.tmp': No such file or directory
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/ixvyxrdywvbo.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:21] DEBUG - /bin/chmod
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: chmod 600 /tmp/ixvyxrdywvbo.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:21] DEBUG - /bin/chown
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: chown vagrant /tmp/ixvyxrdywvbo.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Opening /tmp/ixvyxrdywvbo.tmp with mode: <
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: rm /tmp/ixvyxrdywvbo.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ixvyxrdywvbo.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Opening /tmp/myhoyjkcgiqm.tmp with mode: >
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: perl /tmp/myhoyjkcgiqm.tmp /etc/redhat-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/myhoyjkcgiqm.tmp /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/myhoyjkcgiqm.tmp /etc/redhat-release "
[2016-03-28 15:59:21] DEBUG - centos-release
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: rm /tmp/myhoyjkcgiqm.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/myhoyjkcgiqm.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/myhoyjkcgiqm.tmp "
[2016-03-28 15:59:21] DEBUG - rm: cannot remove '/tmp/myhoyjkcgiqm.tmp': No such file or directory
[2016-03-28 15:59:21] DEBUG - Opening /tmp/xxjdqdxhmbfp.tmp with mode: >
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: perl /tmp/xxjdqdxhmbfp.tmp centos-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xxjdqdxhmbfp.tmp centos-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xxjdqdxhmbfp.tmp centos-release "
[2016-03-28 15:59:21] DEBUG -
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: rm /tmp/xxjdqdxhmbfp.tmp
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xxjdqdxhmbfp.tmp "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xxjdqdxhmbfp.tmp "
[2016-03-28 15:59:21] DEBUG - rm: cannot remove '/tmp/xxjdqdxhmbfp.tmp': No such file or directory
[2016-03-28 15:59:21] DEBUG - Opening /tmp/yupbuxxlgfbt.tmp with mode: >
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:21] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:21] DEBUG - Sudo: Executing: perl /tmp/yupbuxxlgfbt.tmp /etc/centos-release
[2016-03-28 15:59:21] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:21] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:21] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/yupbuxxlgfbt.tmp /etc/centos-release "
[2016-03-28 15:59:21] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/yupbuxxlgfbt.tmp /etc/centos-release "
[2016-03-28 15:59:22] DEBUG -
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: rm /tmp/yupbuxxlgfbt.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/yupbuxxlgfbt.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/yupbuxxlgfbt.tmp "
[2016-03-28 15:59:22] DEBUG - rm: cannot remove '/tmp/yupbuxxlgfbt.tmp': No such file or directory
[2016-03-28 15:59:22] DEBUG - Opening /tmp/eyuawecqtuhg.tmp with mode: >
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: perl /tmp/eyuawecqtuhg.tmp /etc/redhat-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/eyuawecqtuhg.tmp /etc/redhat-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/eyuawecqtuhg.tmp /etc/redhat-release "
[2016-03-28 15:59:22] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: rm /tmp/eyuawecqtuhg.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/eyuawecqtuhg.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/eyuawecqtuhg.tmp "
[2016-03-28 15:59:22] DEBUG - rm: cannot remove '/tmp/eyuawecqtuhg.tmp': No such file or directory
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/ovwjjcivrgqs.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:22] DEBUG - /bin/chmod
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: chmod 600 /tmp/ovwjjcivrgqs.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:22] DEBUG - /bin/chown
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: chown vagrant /tmp/ovwjjcivrgqs.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Opening /tmp/ovwjjcivrgqs.tmp with mode: <
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: rm /tmp/ovwjjcivrgqs.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ovwjjcivrgqs.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:22] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Opening /tmp/kxbqxmakrtaq.tmp with mode: >
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: perl /tmp/kxbqxmakrtaq.tmp /etc/system-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kxbqxmakrtaq.tmp /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kxbqxmakrtaq.tmp /etc/system-release "
[2016-03-28 15:59:22] DEBUG - centos-release
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: rm /tmp/kxbqxmakrtaq.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kxbqxmakrtaq.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kxbqxmakrtaq.tmp "
[2016-03-28 15:59:22] DEBUG - rm: cannot remove '/tmp/kxbqxmakrtaq.tmp': No such file or directory
[2016-03-28 15:59:22] DEBUG - Opening /tmp/pqnqpcvbouax.tmp with mode: >
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: perl /tmp/pqnqpcvbouax.tmp centos-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pqnqpcvbouax.tmp centos-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pqnqpcvbouax.tmp centos-release "
[2016-03-28 15:59:22] DEBUG -
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: rm /tmp/pqnqpcvbouax.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pqnqpcvbouax.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pqnqpcvbouax.tmp "
[2016-03-28 15:59:22] DEBUG - rm: cannot remove '/tmp/pqnqpcvbouax.tmp': No such file or directory
[2016-03-28 15:59:22] DEBUG - Opening /tmp/pdmaowahqhjx.tmp with mode: >
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: perl /tmp/pdmaowahqhjx.tmp /etc/centos-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pdmaowahqhjx.tmp /etc/centos-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pdmaowahqhjx.tmp /etc/centos-release "
[2016-03-28 15:59:22] DEBUG -
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: rm /tmp/pdmaowahqhjx.tmp
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pdmaowahqhjx.tmp "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pdmaowahqhjx.tmp "
[2016-03-28 15:59:22] DEBUG - rm: cannot remove '/tmp/pdmaowahqhjx.tmp': No such file or directory
[2016-03-28 15:59:22] DEBUG - Opening /tmp/lwvupearskkp.tmp with mode: >
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:22] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:22] DEBUG - Sudo: Executing: perl /tmp/lwvupearskkp.tmp /etc/system-release
[2016-03-28 15:59:22] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:22] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:22] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/lwvupearskkp.tmp /etc/system-release "
[2016-03-28 15:59:22] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/lwvupearskkp.tmp /etc/system-release "
[2016-03-28 15:59:23] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: rm /tmp/lwvupearskkp.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/lwvupearskkp.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/lwvupearskkp.tmp "
[2016-03-28 15:59:23] DEBUG - rm: cannot remove '/tmp/lwvupearskkp.tmp': No such file or directory
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/fskolbpqlepr.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:23] DEBUG - /bin/chmod
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: chmod 600 /tmp/fskolbpqlepr.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:23] DEBUG - /bin/chown
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: chown vagrant /tmp/fskolbpqlepr.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Opening /tmp/fskolbpqlepr.tmp with mode: <
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: rm /tmp/fskolbpqlepr.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fskolbpqlepr.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Opening /tmp/cbafovljhoud.tmp with mode: >
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: perl /tmp/cbafovljhoud.tmp /etc/redhat-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/cbafovljhoud.tmp /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/cbafovljhoud.tmp /etc/redhat-release "
[2016-03-28 15:59:23] DEBUG - centos-release
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: rm /tmp/cbafovljhoud.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cbafovljhoud.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cbafovljhoud.tmp "
[2016-03-28 15:59:23] DEBUG - rm: cannot remove '/tmp/cbafovljhoud.tmp': No such file or directory
[2016-03-28 15:59:23] DEBUG - Opening /tmp/llhaxfygjqfv.tmp with mode: >
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: perl /tmp/llhaxfygjqfv.tmp centos-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/llhaxfygjqfv.tmp centos-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/llhaxfygjqfv.tmp centos-release "
[2016-03-28 15:59:23] DEBUG -
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: rm /tmp/llhaxfygjqfv.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/llhaxfygjqfv.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/llhaxfygjqfv.tmp "
[2016-03-28 15:59:23] DEBUG - rm: cannot remove '/tmp/llhaxfygjqfv.tmp': No such file or directory
[2016-03-28 15:59:23] DEBUG - Opening /tmp/exbeeetwkdig.tmp with mode: >
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: perl /tmp/exbeeetwkdig.tmp /etc/centos-release
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/exbeeetwkdig.tmp /etc/centos-release "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/exbeeetwkdig.tmp /etc/centos-release "
[2016-03-28 15:59:23] DEBUG -
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:23] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:23] DEBUG - Sudo: Executing: rm /tmp/exbeeetwkdig.tmp
[2016-03-28 15:59:23] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:23] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:23] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/exbeeetwkdig.tmp "
[2016-03-28 15:59:23] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/exbeeetwkdig.tmp "
[2016-03-28 15:59:24] DEBUG - rm: cannot remove '/tmp/exbeeetwkdig.tmp': No such file or directory
[2016-03-28 15:59:24] DEBUG - Opening /tmp/tuslexffveiq.tmp with mode: >
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: perl /tmp/tuslexffveiq.tmp /etc/redhat-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tuslexffveiq.tmp /etc/redhat-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tuslexffveiq.tmp /etc/redhat-release "
[2016-03-28 15:59:24] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: rm /tmp/tuslexffveiq.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tuslexffveiq.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tuslexffveiq.tmp "
[2016-03-28 15:59:24] DEBUG - rm: cannot remove '/tmp/tuslexffveiq.tmp': No such file or directory
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/wpbgsgobrxrj.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:24] DEBUG - /bin/chmod
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: chmod 600 /tmp/wpbgsgobrxrj.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:24] DEBUG - /bin/chown
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: chown vagrant /tmp/wpbgsgobrxrj.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Opening /tmp/wpbgsgobrxrj.tmp with mode: <
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: rm /tmp/wpbgsgobrxrj.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/wpbgsgobrxrj.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:24] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Opening /tmp/bxrfrnyskqdh.tmp with mode: >
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: perl /tmp/bxrfrnyskqdh.tmp /etc/system-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bxrfrnyskqdh.tmp /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bxrfrnyskqdh.tmp /etc/system-release "
[2016-03-28 15:59:24] DEBUG - centos-release
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: rm /tmp/bxrfrnyskqdh.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bxrfrnyskqdh.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bxrfrnyskqdh.tmp "
[2016-03-28 15:59:24] DEBUG - rm: cannot remove '/tmp/bxrfrnyskqdh.tmp': No such file or directory
[2016-03-28 15:59:24] DEBUG - Opening /tmp/inattvlsmnet.tmp with mode: >
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: perl /tmp/inattvlsmnet.tmp centos-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/inattvlsmnet.tmp centos-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/inattvlsmnet.tmp centos-release "
[2016-03-28 15:59:24] DEBUG -
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: rm /tmp/inattvlsmnet.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/inattvlsmnet.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/inattvlsmnet.tmp "
[2016-03-28 15:59:24] DEBUG - rm: cannot remove '/tmp/inattvlsmnet.tmp': No such file or directory
[2016-03-28 15:59:24] DEBUG - Opening /tmp/vycypgugyopt.tmp with mode: >
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: perl /tmp/vycypgugyopt.tmp /etc/centos-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vycypgugyopt.tmp /etc/centos-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vycypgugyopt.tmp /etc/centos-release "
[2016-03-28 15:59:24] DEBUG -
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: rm /tmp/vycypgugyopt.tmp
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vycypgugyopt.tmp "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vycypgugyopt.tmp "
[2016-03-28 15:59:24] DEBUG - rm: cannot remove '/tmp/vycypgugyopt.tmp': No such file or directory
[2016-03-28 15:59:24] DEBUG - Opening /tmp/hmxiamxwyste.tmp with mode: >
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:24] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:24] DEBUG - Sudo: Executing: perl /tmp/hmxiamxwyste.tmp /etc/system-release
[2016-03-28 15:59:24] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:24] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:24] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/hmxiamxwyste.tmp /etc/system-release "
[2016-03-28 15:59:24] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/hmxiamxwyste.tmp /etc/system-release "
[2016-03-28 15:59:25] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: rm /tmp/hmxiamxwyste.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/hmxiamxwyste.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/hmxiamxwyste.tmp "
[2016-03-28 15:59:25] DEBUG - rm: cannot remove '/tmp/hmxiamxwyste.tmp': No such file or directory
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/whobhcyjshca.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:25] DEBUG - /bin/chmod
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: chmod 600 /tmp/whobhcyjshca.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:25] DEBUG - /bin/chown
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: chown vagrant /tmp/whobhcyjshca.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Opening /tmp/whobhcyjshca.tmp with mode: <
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: rm /tmp/whobhcyjshca.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/whobhcyjshca.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Opening /tmp/arpgmqgjylgx.tmp with mode: >
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: perl /tmp/arpgmqgjylgx.tmp /etc/redhat-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/arpgmqgjylgx.tmp /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/arpgmqgjylgx.tmp /etc/redhat-release "
[2016-03-28 15:59:25] DEBUG - centos-release
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: rm /tmp/arpgmqgjylgx.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/arpgmqgjylgx.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/arpgmqgjylgx.tmp "
[2016-03-28 15:59:25] DEBUG - rm: cannot remove '/tmp/arpgmqgjylgx.tmp': No such file or directory
[2016-03-28 15:59:25] DEBUG - Opening /tmp/fowdkghptkgn.tmp with mode: >
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: perl /tmp/fowdkghptkgn.tmp centos-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fowdkghptkgn.tmp centos-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fowdkghptkgn.tmp centos-release "
[2016-03-28 15:59:25] DEBUG -
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: rm /tmp/fowdkghptkgn.tmp
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fowdkghptkgn.tmp "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fowdkghptkgn.tmp "
[2016-03-28 15:59:25] DEBUG - rm: cannot remove '/tmp/fowdkghptkgn.tmp': No such file or directory
[2016-03-28 15:59:25] DEBUG - Opening /tmp/vcklhgvibwha.tmp with mode: >
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:25] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:25] DEBUG - Sudo: Executing: perl /tmp/vcklhgvibwha.tmp /etc/centos-release
[2016-03-28 15:59:25] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:25] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:25] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vcklhgvibwha.tmp /etc/centos-release "
[2016-03-28 15:59:25] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vcklhgvibwha.tmp /etc/centos-release "
[2016-03-28 15:59:26] DEBUG -
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: rm /tmp/vcklhgvibwha.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vcklhgvibwha.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vcklhgvibwha.tmp "
[2016-03-28 15:59:26] DEBUG - rm: cannot remove '/tmp/vcklhgvibwha.tmp': No such file or directory
[2016-03-28 15:59:26] DEBUG - Opening /tmp/kambsdaivrpj.tmp with mode: >
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: perl /tmp/kambsdaivrpj.tmp /etc/redhat-release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kambsdaivrpj.tmp /etc/redhat-release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kambsdaivrpj.tmp /etc/redhat-release "
[2016-03-28 15:59:26] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: rm /tmp/kambsdaivrpj.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kambsdaivrpj.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kambsdaivrpj.tmp "
[2016-03-28 15:59:26] DEBUG - rm: cannot remove '/tmp/kambsdaivrpj.tmp': No such file or directory
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/hqcfnpeoejdv.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:26] DEBUG - /bin/chmod
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: chmod 600 /tmp/hqcfnpeoejdv.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:26] DEBUG - /bin/chown
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: chown vagrant /tmp/hqcfnpeoejdv.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Opening /tmp/hqcfnpeoejdv.tmp with mode: <
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: rm /tmp/hqcfnpeoejdv.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/hqcfnpeoejdv.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: echo $HOME
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; echo \$HOME "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; echo \$HOME "
[2016-03-28 15:59:26] DEBUG - /root
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -e /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d /tmp/sparrow-disk.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -e /tmp/sparrow-disk.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d /tmp/sparrow-disk.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d /tmp/sparrow-disk.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: /bin/sh -c '[ -L "/tmp/sparrow-disk.ini" ]'
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; /bin/sh -c '[ -L \"/tmp/sparrow-disk.ini\" ]' "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; /bin/sh -c '[ -L \"/tmp/sparrow-disk.ini\" ]' "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: cp -R /root/sparrow/plugins/public/df-check/suite.ini /tmp/sparrow-disk.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /root/sparrow/plugins/public/df-check/suite.ini /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /root/sparrow/plugins/public/df-check/suite.ini /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:26] DEBUG - /bin/chmod
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: chmod 700 /tmp/sparrow-disk.ini
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 700 /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 700 /tmp/sparrow-disk.ini "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:26] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Opening /tmp/rhtijnssiojd.tmp with mode: >
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: perl /tmp/rhtijnssiojd.tmp /etc/system-release
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rhtijnssiojd.tmp /etc/system-release "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rhtijnssiojd.tmp /etc/system-release "
[2016-03-28 15:59:26] DEBUG - centos-release
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:26] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:26] DEBUG - Sudo: Executing: rm /tmp/rhtijnssiojd.tmp
[2016-03-28 15:59:26] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:26] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:26] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rhtijnssiojd.tmp "
[2016-03-28 15:59:26] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rhtijnssiojd.tmp "
[2016-03-28 15:59:27] DEBUG - rm: cannot remove '/tmp/rhtijnssiojd.tmp': No such file or directory
[2016-03-28 15:59:27] DEBUG - Opening /tmp/dkcfgdpnuhfq.tmp with mode: >
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: perl /tmp/dkcfgdpnuhfq.tmp centos-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dkcfgdpnuhfq.tmp centos-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dkcfgdpnuhfq.tmp centos-release "
[2016-03-28 15:59:27] DEBUG -
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: rm /tmp/dkcfgdpnuhfq.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dkcfgdpnuhfq.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dkcfgdpnuhfq.tmp "
[2016-03-28 15:59:27] DEBUG - rm: cannot remove '/tmp/dkcfgdpnuhfq.tmp': No such file or directory
[2016-03-28 15:59:27] DEBUG - Opening /tmp/qaqurdjnwbyl.tmp with mode: >
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: perl /tmp/qaqurdjnwbyl.tmp /etc/centos-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/qaqurdjnwbyl.tmp /etc/centos-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/qaqurdjnwbyl.tmp /etc/centos-release "
[2016-03-28 15:59:27] DEBUG -
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: rm /tmp/qaqurdjnwbyl.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/qaqurdjnwbyl.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/qaqurdjnwbyl.tmp "
[2016-03-28 15:59:27] DEBUG - rm: cannot remove '/tmp/qaqurdjnwbyl.tmp': No such file or directory
[2016-03-28 15:59:27] DEBUG - Opening /tmp/ubwjjvsydiyw.tmp with mode: >
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: perl /tmp/ubwjjvsydiyw.tmp /etc/system-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ubwjjvsydiyw.tmp /etc/system-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ubwjjvsydiyw.tmp /etc/system-release "
[2016-03-28 15:59:27] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: rm /tmp/ubwjjvsydiyw.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ubwjjvsydiyw.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ubwjjvsydiyw.tmp "
[2016-03-28 15:59:27] DEBUG - rm: cannot remove '/tmp/ubwjjvsydiyw.tmp': No such file or directory
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/ioaaypvbcjws.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:27] DEBUG - /bin/chmod
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: chmod 600 /tmp/ioaaypvbcjws.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:27] DEBUG - /bin/chown
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: chown vagrant /tmp/ioaaypvbcjws.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Opening /tmp/ioaaypvbcjws.tmp with mode: <
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: rm /tmp/ioaaypvbcjws.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ioaaypvbcjws.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Opening /tmp/mcwhterigfkl.tmp with mode: >
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: perl /tmp/mcwhterigfkl.tmp /etc/redhat-release
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/mcwhterigfkl.tmp /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/mcwhterigfkl.tmp /etc/redhat-release "
[2016-03-28 15:59:27] DEBUG - centos-release
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:27] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:27] DEBUG - Sudo: Executing: rm /tmp/mcwhterigfkl.tmp
[2016-03-28 15:59:27] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:27] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:27] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/mcwhterigfkl.tmp "
[2016-03-28 15:59:27] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/mcwhterigfkl.tmp "
[2016-03-28 15:59:28] DEBUG - rm: cannot remove '/tmp/mcwhterigfkl.tmp': No such file or directory
[2016-03-28 15:59:28] DEBUG - Opening /tmp/vjbnjhebornq.tmp with mode: >
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: perl /tmp/vjbnjhebornq.tmp centos-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vjbnjhebornq.tmp centos-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vjbnjhebornq.tmp centos-release "
[2016-03-28 15:59:28] DEBUG -
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: rm /tmp/vjbnjhebornq.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vjbnjhebornq.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vjbnjhebornq.tmp "
[2016-03-28 15:59:28] DEBUG - rm: cannot remove '/tmp/vjbnjhebornq.tmp': No such file or directory
[2016-03-28 15:59:28] DEBUG - Opening /tmp/fqmgfomhgqxt.tmp with mode: >
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: perl /tmp/fqmgfomhgqxt.tmp /etc/centos-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fqmgfomhgqxt.tmp /etc/centos-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fqmgfomhgqxt.tmp /etc/centos-release "
[2016-03-28 15:59:28] DEBUG -
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: rm /tmp/fqmgfomhgqxt.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fqmgfomhgqxt.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fqmgfomhgqxt.tmp "
[2016-03-28 15:59:28] DEBUG - rm: cannot remove '/tmp/fqmgfomhgqxt.tmp': No such file or directory
[2016-03-28 15:59:28] DEBUG - Opening /tmp/jyyecfvkmmih.tmp with mode: >
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: perl /tmp/jyyecfvkmmih.tmp /etc/redhat-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jyyecfvkmmih.tmp /etc/redhat-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jyyecfvkmmih.tmp /etc/redhat-release "
[2016-03-28 15:59:28] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: rm /tmp/jyyecfvkmmih.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jyyecfvkmmih.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jyyecfvkmmih.tmp "
[2016-03-28 15:59:28] DEBUG - rm: cannot remove '/tmp/jyyecfvkmmih.tmp': No such file or directory
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/vasmdrivefdk.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:28] DEBUG - /bin/chmod
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: chmod 600 /tmp/vasmdrivefdk.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:28] DEBUG - /bin/chown
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: chown vagrant /tmp/vasmdrivefdk.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Opening /tmp/vasmdrivefdk.tmp with mode: <
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: rm /tmp/vasmdrivefdk.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vasmdrivefdk.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:28] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Opening /tmp/takevopojhbr.tmp with mode: >
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: perl /tmp/takevopojhbr.tmp /etc/system-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/takevopojhbr.tmp /etc/system-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/takevopojhbr.tmp /etc/system-release "
[2016-03-28 15:59:28] DEBUG - centos-release
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: rm /tmp/takevopojhbr.tmp
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/takevopojhbr.tmp "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/takevopojhbr.tmp "
[2016-03-28 15:59:28] DEBUG - rm: cannot remove '/tmp/takevopojhbr.tmp': No such file or directory
[2016-03-28 15:59:28] DEBUG - Opening /tmp/pgqspwowmhlo.tmp with mode: >
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:28] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:28] DEBUG - Sudo: Executing: perl /tmp/pgqspwowmhlo.tmp centos-release
[2016-03-28 15:59:28] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:28] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:28] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pgqspwowmhlo.tmp centos-release "
[2016-03-28 15:59:28] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pgqspwowmhlo.tmp centos-release "
[2016-03-28 15:59:29] DEBUG -
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: rm /tmp/pgqspwowmhlo.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pgqspwowmhlo.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pgqspwowmhlo.tmp "
[2016-03-28 15:59:29] DEBUG - rm: cannot remove '/tmp/pgqspwowmhlo.tmp': No such file or directory
[2016-03-28 15:59:29] DEBUG - Opening /tmp/mxsepeuqyjpg.tmp with mode: >
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: perl /tmp/mxsepeuqyjpg.tmp /etc/centos-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/mxsepeuqyjpg.tmp /etc/centos-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/mxsepeuqyjpg.tmp /etc/centos-release "
[2016-03-28 15:59:29] DEBUG -
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: rm /tmp/mxsepeuqyjpg.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/mxsepeuqyjpg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/mxsepeuqyjpg.tmp "
[2016-03-28 15:59:29] DEBUG - rm: cannot remove '/tmp/mxsepeuqyjpg.tmp': No such file or directory
[2016-03-28 15:59:29] DEBUG - Opening /tmp/rjrvnloyrvgf.tmp with mode: >
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: perl /tmp/rjrvnloyrvgf.tmp /etc/system-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rjrvnloyrvgf.tmp /etc/system-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rjrvnloyrvgf.tmp /etc/system-release "
[2016-03-28 15:59:29] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: rm /tmp/rjrvnloyrvgf.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rjrvnloyrvgf.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rjrvnloyrvgf.tmp "
[2016-03-28 15:59:29] DEBUG - rm: cannot remove '/tmp/rjrvnloyrvgf.tmp': No such file or directory
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/imofinfkwjgg.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:29] DEBUG - /bin/chmod
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: chmod 600 /tmp/imofinfkwjgg.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:29] DEBUG - /bin/chown
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: chown vagrant /tmp/imofinfkwjgg.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Opening /tmp/imofinfkwjgg.tmp with mode: <
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: rm /tmp/imofinfkwjgg.tmp
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/imofinfkwjgg.tmp "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Opening /tmp/xxhqgfohnnug.tmp with mode: >
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:29] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:29] DEBUG - Sudo: Executing: perl /tmp/xxhqgfohnnug.tmp /etc/redhat-release
[2016-03-28 15:59:29] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:29] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:29] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xxhqgfohnnug.tmp /etc/redhat-release "
[2016-03-28 15:59:29] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/xxhqgfohnnug.tmp /etc/redhat-release "
[2016-03-28 15:59:30] DEBUG - centos-release
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: rm /tmp/xxhqgfohnnug.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xxhqgfohnnug.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/xxhqgfohnnug.tmp "
[2016-03-28 15:59:30] DEBUG - rm: cannot remove '/tmp/xxhqgfohnnug.tmp': No such file or directory
[2016-03-28 15:59:30] DEBUG - Opening /tmp/vxmtbpmfjvil.tmp with mode: >
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: perl /tmp/vxmtbpmfjvil.tmp centos-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vxmtbpmfjvil.tmp centos-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/vxmtbpmfjvil.tmp centos-release "
[2016-03-28 15:59:30] DEBUG -
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: rm /tmp/vxmtbpmfjvil.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vxmtbpmfjvil.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/vxmtbpmfjvil.tmp "
[2016-03-28 15:59:30] DEBUG - rm: cannot remove '/tmp/vxmtbpmfjvil.tmp': No such file or directory
[2016-03-28 15:59:30] DEBUG - Opening /tmp/mxiponxwpswi.tmp with mode: >
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: perl /tmp/mxiponxwpswi.tmp /etc/centos-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/mxiponxwpswi.tmp /etc/centos-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/mxiponxwpswi.tmp /etc/centos-release "
[2016-03-28 15:59:30] DEBUG -
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: rm /tmp/mxiponxwpswi.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/mxiponxwpswi.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/mxiponxwpswi.tmp "
[2016-03-28 15:59:30] DEBUG - rm: cannot remove '/tmp/mxiponxwpswi.tmp': No such file or directory
[2016-03-28 15:59:30] DEBUG - Opening /tmp/bngkblimhknq.tmp with mode: >
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: perl /tmp/bngkblimhknq.tmp /etc/redhat-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bngkblimhknq.tmp /etc/redhat-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bngkblimhknq.tmp /etc/redhat-release "
[2016-03-28 15:59:30] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: rm /tmp/bngkblimhknq.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bngkblimhknq.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bngkblimhknq.tmp "
[2016-03-28 15:59:30] DEBUG - rm: cannot remove '/tmp/bngkblimhknq.tmp': No such file or directory
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/pxfycxismxjm.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:30] DEBUG - /bin/chmod
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: chmod 600 /tmp/pxfycxismxjm.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:30] DEBUG - /bin/chown
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: chown vagrant /tmp/pxfycxismxjm.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Opening /tmp/pxfycxismxjm.tmp with mode: <
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: rm /tmp/pxfycxismxjm.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pxfycxismxjm.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:30] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Opening /tmp/ssprxoxlpdcy.tmp with mode: >
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: perl /tmp/ssprxoxlpdcy.tmp /etc/system-release
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ssprxoxlpdcy.tmp /etc/system-release "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ssprxoxlpdcy.tmp /etc/system-release "
[2016-03-28 15:59:30] DEBUG - centos-release
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:30] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:30] DEBUG - Sudo: Executing: rm /tmp/ssprxoxlpdcy.tmp
[2016-03-28 15:59:30] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:30] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:30] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ssprxoxlpdcy.tmp "
[2016-03-28 15:59:30] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ssprxoxlpdcy.tmp "
[2016-03-28 15:59:31] DEBUG - rm: cannot remove '/tmp/ssprxoxlpdcy.tmp': No such file or directory
[2016-03-28 15:59:31] DEBUG - Opening /tmp/sdxvvtupagwr.tmp with mode: >
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: perl /tmp/sdxvvtupagwr.tmp centos-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/sdxvvtupagwr.tmp centos-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/sdxvvtupagwr.tmp centos-release "
[2016-03-28 15:59:31] DEBUG -
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: rm /tmp/sdxvvtupagwr.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/sdxvvtupagwr.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/sdxvvtupagwr.tmp "
[2016-03-28 15:59:31] DEBUG - rm: cannot remove '/tmp/sdxvvtupagwr.tmp': No such file or directory
[2016-03-28 15:59:31] DEBUG - Opening /tmp/ewmnyhifjrgc.tmp with mode: >
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: perl /tmp/ewmnyhifjrgc.tmp /etc/centos-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ewmnyhifjrgc.tmp /etc/centos-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ewmnyhifjrgc.tmp /etc/centos-release "
[2016-03-28 15:59:31] DEBUG -
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: rm /tmp/ewmnyhifjrgc.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ewmnyhifjrgc.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ewmnyhifjrgc.tmp "
[2016-03-28 15:59:31] DEBUG - rm: cannot remove '/tmp/ewmnyhifjrgc.tmp': No such file or directory
[2016-03-28 15:59:31] DEBUG - Opening /tmp/ipqdnuvorpub.tmp with mode: >
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: perl /tmp/ipqdnuvorpub.tmp /etc/system-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ipqdnuvorpub.tmp /etc/system-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ipqdnuvorpub.tmp /etc/system-release "
[2016-03-28 15:59:31] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: rm /tmp/ipqdnuvorpub.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ipqdnuvorpub.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ipqdnuvorpub.tmp "
[2016-03-28 15:59:31] DEBUG - rm: cannot remove '/tmp/ipqdnuvorpub.tmp': No such file or directory
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/cqeyhpywdkis.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:31] DEBUG - /bin/chmod
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: chmod 600 /tmp/cqeyhpywdkis.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:31] DEBUG - /bin/chown
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: chown vagrant /tmp/cqeyhpywdkis.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Opening /tmp/cqeyhpywdkis.tmp with mode: <
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: rm /tmp/cqeyhpywdkis.tmp
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cqeyhpywdkis.tmp "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:31] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:31] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:31] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:31] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:31] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:31] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:31] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:32] DEBUG - Opening /tmp/njxaxhmsnkwa.tmp with mode: >
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: perl /tmp/njxaxhmsnkwa.tmp /etc/redhat-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/njxaxhmsnkwa.tmp /etc/redhat-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/njxaxhmsnkwa.tmp /etc/redhat-release "
[2016-03-28 15:59:32] DEBUG - centos-release
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: rm /tmp/njxaxhmsnkwa.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/njxaxhmsnkwa.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/njxaxhmsnkwa.tmp "
[2016-03-28 15:59:32] DEBUG - rm: cannot remove '/tmp/njxaxhmsnkwa.tmp': No such file or directory
[2016-03-28 15:59:32] DEBUG - Opening /tmp/yqqgkahefjdd.tmp with mode: >
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: perl /tmp/yqqgkahefjdd.tmp centos-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/yqqgkahefjdd.tmp centos-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/yqqgkahefjdd.tmp centos-release "
[2016-03-28 15:59:32] DEBUG -
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: rm /tmp/yqqgkahefjdd.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/yqqgkahefjdd.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/yqqgkahefjdd.tmp "
[2016-03-28 15:59:32] DEBUG - rm: cannot remove '/tmp/yqqgkahefjdd.tmp': No such file or directory
[2016-03-28 15:59:32] DEBUG - Opening /tmp/okhssifhmyho.tmp with mode: >
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: perl /tmp/okhssifhmyho.tmp /etc/centos-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/okhssifhmyho.tmp /etc/centos-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/okhssifhmyho.tmp /etc/centos-release "
[2016-03-28 15:59:32] DEBUG -
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: rm /tmp/okhssifhmyho.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/okhssifhmyho.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/okhssifhmyho.tmp "
[2016-03-28 15:59:32] DEBUG - rm: cannot remove '/tmp/okhssifhmyho.tmp': No such file or directory
[2016-03-28 15:59:32] DEBUG - Opening /tmp/jhqljwivwbvv.tmp with mode: >
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: perl /tmp/jhqljwivwbvv.tmp /etc/redhat-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jhqljwivwbvv.tmp /etc/redhat-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jhqljwivwbvv.tmp /etc/redhat-release "
[2016-03-28 15:59:32] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: rm /tmp/jhqljwivwbvv.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jhqljwivwbvv.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jhqljwivwbvv.tmp "
[2016-03-28 15:59:32] DEBUG - rm: cannot remove '/tmp/jhqljwivwbvv.tmp': No such file or directory
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/bscadmkrfplu.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:32] DEBUG - /bin/chmod
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: chmod 600 /tmp/bscadmkrfplu.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:32] DEBUG - /bin/chown
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: chown vagrant /tmp/bscadmkrfplu.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Opening /tmp/bscadmkrfplu.tmp with mode: <
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: rm /tmp/bscadmkrfplu.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bscadmkrfplu.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:32] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Opening /tmp/rxyqicbnqodc.tmp with mode: >
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: perl /tmp/rxyqicbnqodc.tmp /etc/system-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rxyqicbnqodc.tmp /etc/system-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rxyqicbnqodc.tmp /etc/system-release "
[2016-03-28 15:59:32] DEBUG - centos-release
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: rm /tmp/rxyqicbnqodc.tmp
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rxyqicbnqodc.tmp "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rxyqicbnqodc.tmp "
[2016-03-28 15:59:32] DEBUG - rm: cannot remove '/tmp/rxyqicbnqodc.tmp': No such file or directory
[2016-03-28 15:59:32] DEBUG - Opening /tmp/bxuavrbvcufg.tmp with mode: >
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:32] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:32] DEBUG - Sudo: Executing: perl /tmp/bxuavrbvcufg.tmp centos-release
[2016-03-28 15:59:32] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:32] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:32] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bxuavrbvcufg.tmp centos-release "
[2016-03-28 15:59:32] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/bxuavrbvcufg.tmp centos-release "
[2016-03-28 15:59:33] DEBUG -
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: rm /tmp/bxuavrbvcufg.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bxuavrbvcufg.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/bxuavrbvcufg.tmp "
[2016-03-28 15:59:33] DEBUG - rm: cannot remove '/tmp/bxuavrbvcufg.tmp': No such file or directory
[2016-03-28 15:59:33] DEBUG - Opening /tmp/pjesegokiftx.tmp with mode: >
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: perl /tmp/pjesegokiftx.tmp /etc/centos-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pjesegokiftx.tmp /etc/centos-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pjesegokiftx.tmp /etc/centos-release "
[2016-03-28 15:59:33] DEBUG -
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: rm /tmp/pjesegokiftx.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pjesegokiftx.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pjesegokiftx.tmp "
[2016-03-28 15:59:33] DEBUG - rm: cannot remove '/tmp/pjesegokiftx.tmp': No such file or directory
[2016-03-28 15:59:33] DEBUG - Opening /tmp/uyaxvaoosrpn.tmp with mode: >
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: perl /tmp/uyaxvaoosrpn.tmp /etc/system-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/uyaxvaoosrpn.tmp /etc/system-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/uyaxvaoosrpn.tmp /etc/system-release "
[2016-03-28 15:59:33] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: rm /tmp/uyaxvaoosrpn.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/uyaxvaoosrpn.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/uyaxvaoosrpn.tmp "
[2016-03-28 15:59:33] DEBUG - rm: cannot remove '/tmp/uyaxvaoosrpn.tmp': No such file or directory
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/veqccbboabfp.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:33] DEBUG - /bin/chmod
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: chmod 600 /tmp/veqccbboabfp.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:33] DEBUG - /bin/chown
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: chown vagrant /tmp/veqccbboabfp.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Opening /tmp/veqccbboabfp.tmp with mode: <
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: rm /tmp/veqccbboabfp.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/veqccbboabfp.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Opening /tmp/kxnjmfrqxjky.tmp with mode: >
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: perl /tmp/kxnjmfrqxjky.tmp /etc/redhat-release
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kxnjmfrqxjky.tmp /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kxnjmfrqxjky.tmp /etc/redhat-release "
[2016-03-28 15:59:33] DEBUG - centos-release
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:33] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:33] DEBUG - Sudo: Executing: rm /tmp/kxnjmfrqxjky.tmp
[2016-03-28 15:59:33] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:33] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:33] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kxnjmfrqxjky.tmp "
[2016-03-28 15:59:33] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kxnjmfrqxjky.tmp "
[2016-03-28 15:59:34] DEBUG - rm: cannot remove '/tmp/kxnjmfrqxjky.tmp': No such file or directory
[2016-03-28 15:59:34] DEBUG - Opening /tmp/fulhbeiqttev.tmp with mode: >
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: perl /tmp/fulhbeiqttev.tmp centos-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fulhbeiqttev.tmp centos-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fulhbeiqttev.tmp centos-release "
[2016-03-28 15:59:34] DEBUG -
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: rm /tmp/fulhbeiqttev.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fulhbeiqttev.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fulhbeiqttev.tmp "
[2016-03-28 15:59:34] DEBUG - rm: cannot remove '/tmp/fulhbeiqttev.tmp': No such file or directory
[2016-03-28 15:59:34] DEBUG - Opening /tmp/cwrwvxsgviaq.tmp with mode: >
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: perl /tmp/cwrwvxsgviaq.tmp /etc/centos-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/cwrwvxsgviaq.tmp /etc/centos-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/cwrwvxsgviaq.tmp /etc/centos-release "
[2016-03-28 15:59:34] DEBUG -
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: rm /tmp/cwrwvxsgviaq.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cwrwvxsgviaq.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cwrwvxsgviaq.tmp "
[2016-03-28 15:59:34] DEBUG - rm: cannot remove '/tmp/cwrwvxsgviaq.tmp': No such file or directory
[2016-03-28 15:59:34] DEBUG - Opening /tmp/kiokowyrgiwu.tmp with mode: >
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: perl /tmp/kiokowyrgiwu.tmp /etc/redhat-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kiokowyrgiwu.tmp /etc/redhat-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/kiokowyrgiwu.tmp /etc/redhat-release "
[2016-03-28 15:59:34] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: rm /tmp/kiokowyrgiwu.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kiokowyrgiwu.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/kiokowyrgiwu.tmp "
[2016-03-28 15:59:34] DEBUG - rm: cannot remove '/tmp/kiokowyrgiwu.tmp': No such file or directory
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/qghmwokuxmjk.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:34] DEBUG - /bin/chmod
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: chmod 600 /tmp/qghmwokuxmjk.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:34] DEBUG - /bin/chown
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: chown vagrant /tmp/qghmwokuxmjk.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Opening /tmp/qghmwokuxmjk.tmp with mode: <
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: rm /tmp/qghmwokuxmjk.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/qghmwokuxmjk.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: which lsb_release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which lsb_release "
[2016-03-28 15:59:34] DEBUG - which: no lsb_release in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin)
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: test -d c:/
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d c:/ "
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Opening file: /etc/system-release for reading.
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: test -e /etc/system-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: test -d /etc/system-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Opening /tmp/tbyckjmegwli.tmp with mode: >
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: perl /tmp/tbyckjmegwli.tmp /etc/system-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tbyckjmegwli.tmp /etc/system-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/tbyckjmegwli.tmp /etc/system-release "
[2016-03-28 15:59:34] DEBUG - centos-release
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: rm /tmp/tbyckjmegwli.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tbyckjmegwli.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/tbyckjmegwli.tmp "
[2016-03-28 15:59:34] DEBUG - rm: cannot remove '/tmp/tbyckjmegwli.tmp': No such file or directory
[2016-03-28 15:59:34] DEBUG - Opening /tmp/pmielgbmovog.tmp with mode: >
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: perl /tmp/pmielgbmovog.tmp centos-release
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pmielgbmovog.tmp centos-release "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/pmielgbmovog.tmp centos-release "
[2016-03-28 15:59:34] DEBUG -
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:34] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:34] DEBUG - Sudo: Executing: rm /tmp/pmielgbmovog.tmp
[2016-03-28 15:59:34] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:34] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:34] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pmielgbmovog.tmp "
[2016-03-28 15:59:34] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/pmielgbmovog.tmp "
[2016-03-28 15:59:35] DEBUG - rm: cannot remove '/tmp/pmielgbmovog.tmp': No such file or directory
[2016-03-28 15:59:35] DEBUG - Opening /tmp/dskxqtlyvxbu.tmp with mode: >
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: perl /tmp/dskxqtlyvxbu.tmp /etc/centos-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dskxqtlyvxbu.tmp /etc/centos-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/dskxqtlyvxbu.tmp /etc/centos-release "
[2016-03-28 15:59:35] DEBUG -
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: rm /tmp/dskxqtlyvxbu.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dskxqtlyvxbu.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dskxqtlyvxbu.tmp "
[2016-03-28 15:59:35] DEBUG - rm: cannot remove '/tmp/dskxqtlyvxbu.tmp': No such file or directory
[2016-03-28 15:59:35] DEBUG - Opening /tmp/klskfevvdhmi.tmp with mode: >
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: perl /tmp/klskfevvdhmi.tmp /etc/system-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/klskfevvdhmi.tmp /etc/system-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/klskfevvdhmi.tmp /etc/system-release "
[2016-03-28 15:59:35] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: rm /tmp/klskfevvdhmi.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/klskfevvdhmi.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/klskfevvdhmi.tmp "
[2016-03-28 15:59:35] DEBUG - rm: cannot remove '/tmp/klskfevvdhmi.tmp': No such file or directory
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/ogleuxwrixbq.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:35] DEBUG - /bin/chmod
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: chmod 600 /tmp/ogleuxwrixbq.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:35] DEBUG - /bin/chown
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: chown vagrant /tmp/ogleuxwrixbq.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Opening /tmp/ogleuxwrixbq.tmp with mode: <
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: rm /tmp/ogleuxwrixbq.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ogleuxwrixbq.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/debian_version
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/debian_version "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/debian_version
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/debian_version "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/SuSE-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/SuSE-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/SuSE-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/SuSE-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/mageia-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/mageia-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/mageia-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/mageia-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/fedora-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/fedora-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/fedora-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/fedora-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/gentoo-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/gentoo-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/gentoo-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/gentoo-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/altlinux-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/altlinux-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/altlinux-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/altlinux-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Opening file: /etc/redhat-release for reading.
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -e /etc/redhat-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: test -d /etc/redhat-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Opening /tmp/egccthxplxpo.tmp with mode: >
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: perl /tmp/egccthxplxpo.tmp /etc/redhat-release
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/egccthxplxpo.tmp /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/egccthxplxpo.tmp /etc/redhat-release "
[2016-03-28 15:59:35] DEBUG - centos-release
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:35] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:35] DEBUG - Sudo: Executing: rm /tmp/egccthxplxpo.tmp
[2016-03-28 15:59:35] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:35] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:35] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/egccthxplxpo.tmp "
[2016-03-28 15:59:35] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/egccthxplxpo.tmp "
[2016-03-28 15:59:36] DEBUG - rm: cannot remove '/tmp/egccthxplxpo.tmp': No such file or directory
[2016-03-28 15:59:36] DEBUG - Opening /tmp/jxxxetdiseox.tmp with mode: >
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: perl /tmp/jxxxetdiseox.tmp centos-release
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jxxxetdiseox.tmp centos-release "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/jxxxetdiseox.tmp centos-release "
[2016-03-28 15:59:36] DEBUG -
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: rm /tmp/jxxxetdiseox.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jxxxetdiseox.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/jxxxetdiseox.tmp "
[2016-03-28 15:59:36] DEBUG - rm: cannot remove '/tmp/jxxxetdiseox.tmp': No such file or directory
[2016-03-28 15:59:36] DEBUG - Opening /tmp/sypnniwwvtfk.tmp with mode: >
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: perl /tmp/sypnniwwvtfk.tmp /etc/centos-release
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/sypnniwwvtfk.tmp /etc/centos-release "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/sypnniwwvtfk.tmp /etc/centos-release "
[2016-03-28 15:59:36] DEBUG -
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: rm /tmp/sypnniwwvtfk.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/sypnniwwvtfk.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/sypnniwwvtfk.tmp "
[2016-03-28 15:59:36] DEBUG - rm: cannot remove '/tmp/sypnniwwvtfk.tmp': No such file or directory
[2016-03-28 15:59:36] DEBUG - Opening /tmp/atmfajbgmbxm.tmp with mode: >
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: perl /tmp/atmfajbgmbxm.tmp /etc/redhat-release
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/atmfajbgmbxm.tmp /etc/redhat-release "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/atmfajbgmbxm.tmp /etc/redhat-release "
[2016-03-28 15:59:36] DEBUG - {"uid": 0,"mtime": 1427840822,"mode": "0644","atime": 1459169317,"gid": 0,"size": 38}
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: rm /tmp/atmfajbgmbxm.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/atmfajbgmbxm.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/atmfajbgmbxm.tmp "
[2016-03-28 15:59:36] DEBUG - rm: cannot remove '/tmp/atmfajbgmbxm.tmp': No such file or directory
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: cp -R /etc/centos-release /tmp/globvaafqxsp.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /etc/centos-release /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:36] DEBUG - /bin/chmod
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: chmod 600 /tmp/globvaafqxsp.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:36] DEBUG - /bin/chown
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: chown vagrant /tmp/globvaafqxsp.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Opening /tmp/globvaafqxsp.tmp with mode: <
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: rm /tmp/globvaafqxsp.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/globvaafqxsp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: echo $HOME
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; echo \$HOME "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; echo \$HOME "
[2016-03-28 15:59:36] DEBUG - /root
[2016-03-28 15:59:36] DEBUG - Opening file: /root/sparrow/plugins/public/df-check/suite.ini for reading.
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: test -e /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: test -d /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - Opening /tmp/nsqnpxwypigp.tmp with mode: >
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: perl /tmp/nsqnpxwypigp.tmp /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/nsqnpxwypigp.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/nsqnpxwypigp.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG -
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: rm /tmp/nsqnpxwypigp.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/nsqnpxwypigp.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/nsqnpxwypigp.tmp "
[2016-03-28 15:59:36] DEBUG - rm: cannot remove '/tmp/nsqnpxwypigp.tmp': No such file or directory
[2016-03-28 15:59:36] DEBUG - Opening /tmp/fijwxdetbval.tmp with mode: >
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: perl /tmp/fijwxdetbval.tmp /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fijwxdetbval.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/fijwxdetbval.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:36] DEBUG - {"uid": 1001,"mtime": 1455718745,"mode": "0644","atime": 1459169972,"gid": 1001,"size": 53}
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: rm /tmp/fijwxdetbval.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fijwxdetbval.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/fijwxdetbval.tmp "
[2016-03-28 15:59:36] DEBUG - rm: cannot remove '/tmp/fijwxdetbval.tmp': No such file or directory
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:36] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:36] DEBUG - Sudo: Executing: cp -R /root/sparrow/plugins/public/df-check/suite.ini /tmp/dampwljxcway.tmp
[2016-03-28 15:59:36] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:36] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:36] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /root/sparrow/plugins/public/df-check/suite.ini /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:36] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; cp -R /root/sparrow/plugins/public/df-check/suite.ini /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:37] DEBUG - /bin/chmod
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: chmod 600 /tmp/dampwljxcway.tmp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 600 /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:37] DEBUG - /bin/chown
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: chown vagrant /tmp/dampwljxcway.tmp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown vagrant /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Opening /tmp/dampwljxcway.tmp with mode: <
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: rm /tmp/dampwljxcway.tmp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/dampwljxcway.tmp "
[2016-03-28 15:59:37] DEBUG - Opening /tmp/ydartwumbkxc.tmp with mode: >
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: perl /tmp/ydartwumbkxc.tmp /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ydartwumbkxc.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/ydartwumbkxc.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - {"uid": 1001,"mtime": 1455718745,"mode": "0644","atime": 1459169972,"gid": 1001,"size": 53}
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: rm /tmp/ydartwumbkxc.tmp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ydartwumbkxc.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/ydartwumbkxc.tmp "
[2016-03-28 15:59:37] DEBUG - rm: cannot remove '/tmp/ydartwumbkxc.tmp': No such file or directory
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -e /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -d /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Calculating checksum (MD5) of /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: perl -MDigest::MD5 -e 'open my $fh, "<", $ARGV[0] or die "Cannot open " . $ARGV[0]; binmode $fh; print Digest::MD5->new->addfile($fh)->hexdigest;' '/root/sparrow/plugins/public/df-check/suite.ini'
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; perl -MDigest::MD5 -e 'open my \$fh, \"<\", \$ARGV[0] or die \"Cannot open \" . \$ARGV[0]; binmode \$fh; print Digest::MD5->new->addfile(\$fh)->hexdigest;' '/root/sparrow/plugins/public/df-check/suite.ini' "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; perl -MDigest::MD5 -e 'open my \$fh, \"<\", \$ARGV[0] or die \"Cannot open \" . \$ARGV[0]; binmode \$fh; print Digest::MD5->new->addfile(\$fh)->hexdigest;' '/root/sparrow/plugins/public/df-check/suite.ini' "
[2016-03-28 15:59:37] DEBUG - 1650a7d29d653c428743e4f9a7f892d9
[2016-03-28 15:59:37] DEBUG - MD5 checksum of /root/sparrow/plugins/public/df-check/suite.ini: 1650a7d29d653c428743e4f9a7f892d9
[2016-03-28 15:59:37] DEBUG - Opening file: /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini for writing.
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -e /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -d /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Opening /tmp/cdingsuvigna.tmp with mode: >
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: mv /tmp/cdingsuvigna.tmp /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; mv /tmp/cdingsuvigna.tmp /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; mv /tmp/cdingsuvigna.tmp /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: rm /tmp/cdingsuvigna.tmp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cdingsuvigna.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/cdingsuvigna.tmp "
[2016-03-28 15:59:37] DEBUG - rm: cannot remove '/tmp/cdingsuvigna.tmp': No such file or directory
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -e /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -d /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Calculating checksum (MD5) of /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: perl -MDigest::MD5 -e 'open my $fh, "<", $ARGV[0] or die "Cannot open " . $ARGV[0]; binmode $fh; print Digest::MD5->new->addfile($fh)->hexdigest;' '/root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini'
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; perl -MDigest::MD5 -e 'open my \$fh, \"<\", \$ARGV[0] or die \"Cannot open \" . \$ARGV[0]; binmode \$fh; print Digest::MD5->new->addfile(\$fh)->hexdigest;' '/root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini' "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; perl -MDigest::MD5 -e 'open my \$fh, \"<\", \$ARGV[0] or die \"Cannot open \" . \$ARGV[0]; binmode \$fh; print Digest::MD5->new->addfile(\$fh)->hexdigest;' '/root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini' "
[2016-03-28 15:59:37] DEBUG - 1650a7d29d653c428743e4f9a7f892d9
[2016-03-28 15:59:37] DEBUG - MD5 checksum of /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini: 1650a7d29d653c428743e4f9a7f892d9
[2016-03-28 15:59:37] DEBUG - No need to overwrite existing file. Old and new files are the same. 1650a7d29d653c428743e4f9a7f892d9 eq 1650a7d29d653c428743e4f9a7f892d9.
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: rm /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /root/sparrow/plugins/public/df-check/.rex.tmp.suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -e /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: test -d /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Opening /tmp/rkvdfyehnxth.tmp with mode: >
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: perl /tmp/rkvdfyehnxth.tmp /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rkvdfyehnxth.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/rkvdfyehnxth.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - {"uid": 1001,"mtime": 1455718745,"mode": "0644","atime": 1459169972,"gid": 1001,"size": 53}
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: rm /tmp/rkvdfyehnxth.tmp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rkvdfyehnxth.tmp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/rkvdfyehnxth.tmp "
[2016-03-28 15:59:37] DEBUG - rm: cannot remove '/tmp/rkvdfyehnxth.tmp': No such file or directory
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: which chmod
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chmod "
[2016-03-28 15:59:37] DEBUG - /bin/chmod
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: chmod 0644 /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 0644 /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chmod 0644 /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: which chgrp
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chgrp "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chgrp "
[2016-03-28 15:59:37] DEBUG - /bin/chgrp
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: chgrp 1001 /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chgrp 1001 /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chgrp 1001 /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:37] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:37] DEBUG - Sudo: Executing: which chown
[2016-03-28 15:59:37] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:37] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:37] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:37] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; which chown "
[2016-03-28 15:59:38] DEBUG - /bin/chown
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: chown 1001 /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown 1001 /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; chown 1001 /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:38] DEBUG - Opening /tmp/qwrgoslsnffx.tmp with mode: >
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: perl /tmp/qwrgoslsnffx.tmp /root/sparrow/plugins/public/df-check/suite.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/qwrgoslsnffx.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; perl /tmp/qwrgoslsnffx.tmp /root/sparrow/plugins/public/df-check/suite.ini "
[2016-03-28 15:59:38] DEBUG - {"uid": 1001,"mtime": 1455718745,"mode": "0644","atime": 1459169972,"gid": 1001,"size": 53}
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: rm /tmp/qwrgoslsnffx.tmp
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/qwrgoslsnffx.tmp "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/qwrgoslsnffx.tmp "
[2016-03-28 15:59:38] DEBUG - rm: cannot remove '/tmp/qwrgoslsnffx.tmp': No such file or directory
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: sparrow check load_ini system disk /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S',
'auto_die' => undef
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check load_ini system disk /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check load_ini system disk /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - loaded test suite ini from /tmp/sparrow-disk.ini OK
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: test -e /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: test -d /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Calculating checksum (MD5) of /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: perl -MDigest::MD5 -e 'open my $fh, "<", $ARGV[0] or die "Cannot open " . $ARGV[0]; binmode $fh; print Digest::MD5->new->addfile($fh)->hexdigest;' '/tmp/sparrow-disk.ini'
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; perl -MDigest::MD5 -e 'open my \$fh, \"<\", \$ARGV[0] or die \"Cannot open \" . \$ARGV[0]; binmode \$fh; print Digest::MD5->new->addfile(\$fh)->hexdigest;' '/tmp/sparrow-disk.ini' "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; perl -MDigest::MD5 -e 'open my \$fh, \"<\", \$ARGV[0] or die \"Cannot open \" . \$ARGV[0]; binmode \$fh; print Digest::MD5->new->addfile(\$fh)->hexdigest;' '/tmp/sparrow-disk.ini' "
[2016-03-28 15:59:38] DEBUG - 1650a7d29d653c428743e4f9a7f892d9
[2016-03-28 15:59:38] DEBUG - MD5 checksum of /tmp/sparrow-disk.ini: 1650a7d29d653c428743e4f9a7f892d9
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: test -e /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -e /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: test -d /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; test -d /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: rm /tmp/sparrow-disk.ini
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; rm /tmp/sparrow-disk.ini "
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (private_key): returning
[2016-03-28 15:59:38] DEBUG - Rex::Group::Entry::Server (public_key): returning
[2016-03-28 15:59:38] DEBUG - Sudo: Executing: sparrow check show system disk
[2016-03-28 15:59:38] DEBUG - Shell/Bash: Got options:
[2016-03-28 15:59:38] DEBUG - $VAR1 = {
'auto_die' => undef,
'prepend_command' => 'sudo -p \'\' -S'
};
[2016-03-28 15:59:38] DEBUG - sudo: exec: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check show system disk "
[2016-03-28 15:59:38] DEBUG - Rex::Interface::Exec::OpenSSH/executing: sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL; PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/pkg/bin:/usr/pkg/sbin; export PATH; sparrow check show system disk "
[2016-03-28 15:59:38] DEBUG - [checkpoint system/disk]
{
'plugin' => 'public@df-check',
'install_dir' => 'public/df-check',
'type' => 'public'
}
[test suite ini file - /root/sparrow/projects/system/checkpoints/disk/suite.ini]
[disk]
# disk used threshold in %
threshold = 80
[2016-03-28 15:59:38] DEBUG - Running postponed notifications.
[2016-03-28 15:59:38] DEBUG - Connections in queue: 1
[2016-03-28 15:59:38] DEBUG - Destroying all cached os information
[2016-03-28 15:59:38] DEBUG - Waiting for children to finish
[2016-03-28 15:59:38] DEBUG - Need to reinitialize connections.
[2016-03-28 15:59:38] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base
[2016-03-28 15:59:38] INFO - All tasks successful on all hosts
[2016-03-28 15:59:38] DEBUG - Removing lockfile
[2016-03-28 15:59:38] DEBUG - Executing: LC_ALL=C /bin/sh -c '[ -L "/home/melezhik/projects/rex-recipes-sparrow/Rex/Misc/Sparrow/__module__.pm.lock" ]'
[2016-03-28 15:59:38] DEBUG - Returning existing distribution class of type: Rex::TaskList::Base

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment