Want to create Packer template and install CentOS7

1,343 views
Skip to first unread message

Balu Kompalli

unread,
Aug 9, 2016, 11:35:44 AM8/9/16
to Packer
Hello Team,

 I want to create an image and template file for the Centos7 physical Machine using Packer. I have the configurations for the CentOS7. How to create the image for that CentOS7. Is there any guide for me to create the template file and Image for the template file.

Help me and suggest me.

Thank you.

Alvaro Miranda Aguilera

unread,
Aug 10, 2016, 5:01:59 AM8/10/16
to packe...@googlegroups.com
hello,

Have a look at beto, they got centos7 templates.


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/d1c013ce-1772-4073-b8db-64b83e310204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Balu Kompalli

unread,
Aug 10, 2016, 1:13:58 PM8/10/16
to Packer
Hello Alvaro,

Thank you for your beto solution. I searched on this. It was fine.
 
       When i tries to create the VMware image using packer, It gives below error. I searched for the solution but not getting any proper understandable solution. Please see this attachment and suggest me solution.

--PFA

 

On Wednesday, August 10, 2016 at 2:31:59 PM UTC+5:30, Alvaro Miranda Aguilera wrote:
hello,

Have a look at beto, they got centos7 templates.

On Tue, Aug 9, 2016 at 5:35 PM, Balu Kompalli <baluma...@gmail.com> wrote:
Hello Team,

 I want to create an image and template file for the Centos7 physical Machine using Packer. I have the configurations for the CentOS7. How to create the image for that CentOS7. Is there any guide for me to create the template file and Image for the template file.

Help me and suggest me.

Thank you.

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.



--
Screenshot (1053).png

Alvaro Miranda Aguilera

unread,
Aug 10, 2016, 1:21:32 PM8/10/16
to packe...@googlegroups.com
its vmware workstation installed? not player, so may be called workstation pro.

Alvaro

To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/6c9137be-ef8a-4c04-bc27-69b6fc8c9d25%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Prasad Kompalli

unread,
Aug 10, 2016, 4:09:45 PM8/10/16
to Packer
Yes, I forgot to mentioning the VMWare. I want to create the vmware image. Is this vmware image is available in that bento? or any other  git  repositories are available? Please suggest me. 

Thank you in advance.



--

Alvaro Miranda Aguilera

unread,
Aug 10, 2016, 4:34:03 PM8/10/16
to packe...@googlegroups.com
Hello,

did you check bento?

Alvaro.

To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/0ca2b6b6-01a8-4ce5-9172-2299219ea7cb%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Prasad Kompalli

unread,
Aug 10, 2016, 4:53:48 PM8/10/16
to Packer
Yes Alvaro,

I read that documentation and researched on those files. But After trying that it creates one  CentOS vm image on the top of Virtual box. But, I have my requirement as creating the CentOS vm image on the top of VMWare and install the below softwares using shell script.

  1. apache-tomcat-8.0.27.tar
  2. jdk8u77-linux-x64.tar
  3. xampp-linux-x64-7.0.4-0-installer
please suggest me solution. Thank you.

 

Alvaro Miranda Aguilera

unread,
Aug 11, 2016, 2:47:01 AM8/11/16
to packe...@googlegroups.com
Sir,

I am trying to help, just I can provide a solution copy/paste that will work. I did suggest a project that is created and managed by chef, where you can use templates of them as references.

So of course is some work to do to get into what you need.

As for your issue, you haven't share the information required to help you, so I will formulate it in form of questions.

1. Whats your host os? I assume windows, what version?
2. Do you have installed VMWare Workstation PRO ? Its fully licensed?
3. Have you built before a virtual machine with packer and vmware? did it work?

on the bento project, centos 7 templates have virtualbox, parallel and vmware providers, so you can build them.

As you are in windows, I will suggest:

right click on cmd.exe and open as administrator

then try

packer validate <templatename>
packer build -only vmware-iso <templatename>

And share more information if there is an error.

Thanks
Alvaro.

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Prasad Kompalli

unread,
Aug 11, 2016, 8:15:15 AM8/11/16
to Packer
Hello Alvaro,

Thanks for your suggestions. 

My Host OS is Windows 8.1

I never worked on Packer and VMWare before. So i am following your suggestions and trying to do all the software installation by using shell scripts. I will work on that and inform to you, If i have any error or any issue. 

Thank you.

Prasad Kompalli

unread,
Aug 12, 2016, 3:37:54 PM8/12/16
to Packer
Hello Alvaro, 

Is the CentOS7 installation using packer is an automatic process or manual process? 

because i built the CentOS image many times but it waits until i selected manually the date & time and remaining  selectors. Please find this attachment.

--PFA.  
image_thumb1.png
image_thumb2.png
image_thumb3.png

Alvaro Miranda Aguilera

unread,
Aug 14, 2016, 5:09:52 AM8/14/16
to packe...@googlegroups.com
Hello,

Packer will automate the install process.

I suggest install a Centos manually in the way you like, and use /root/anaconda-ks.cfg as sample ks (kick start file).

Packer will perform the actions, however they need to be accurate.

You can read more about kickstar for RHEL7/Centos7 here:

Alvaro.


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Balu Kompalli

unread,
Aug 15, 2016, 2:11:05 PM8/15/16
to Packer
Is there any error in this file, because while installing, it gives the below warning/RuntimeError.  Please find the Attachment.
 
 
This is my  Centos7.json file.

{
  "variables": {
    "ssh_name": "packer",
    "ssh_pass": "packer"
  },
  "builders": [
  
      {
      "type": "vmware-iso",
      "boot_command": [
        "<tab> text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/ks.cfg<enter><wait>"
      ],
      "boot_wait": "10s",
      "disk_size": 40520,
      "guest_os_type": "centos-64",
      "http_directory": "http",
    "iso_checksum_type": "sha256",
    "iso_checksum" : "f90e4d28fa377669b2db16cbcb451fcb9a89d2460e3645993e30e137ac37d284",

     "ssh_username": "{{user `ssh_name`}}",
     "ssh_password" : "{{user `ssh_pass`}}",
      "ssh_port": 22,
      "ssh_wait_timeout": "10000s",
      "shutdown_command": "echo '/sbin/halt -h -p' > /tmp/shutdown.sh; echo 'vagrant'|sudo -S sh '/tmp/shutdown.sh'",
      "tools_upload_flavor": "linux",
      "vmx_data": {
        "memsize": "512",
        "numvcpus": "1",
        "cpuid.coresPerSocket": "1"
      }
    }
  ],
   "provisioners": [
  {
"type": "shell",
      "execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'",
      "override": 
 {
"vmware-iso": 
{
"scripts": [
"scripts/packages.sh"
]
}
}
}
],
 "post-processors": [
    {
      "type": "vagrant",
      "override": 
 {
             "vmware":
{
          "output": "centos-7-1-x64-vmware.box"
         }
      }
    }
  ]  
 }
----------------

ks.cfg

install
cdrom
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw --plaintext vagrant
firewall --enabled --service=ssh
authconfig --enableshadow --passalgo=sha256
selinux --disabled
timezone Asia/Tokyo
bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"

text
skipx
zerombr

clearpart --all --initlabel
autopart

auth  --useshadow  --enablemd5
firstboot --disabled
reboot

%packages --ignoremissing
@core
bzip2
kernel-devel
kernel-headers
-ipw2100-firmware
-ipw2200-firmware
-ivtv-firmware
%end

%post
/usr/bin/yum -y install sudo
/usr/sbin/groupadd -g 501 vagrant
/usr/sbin/useradd vagrant -u 501 -g vagrant -G wheel
echo "vagrant"|passwd --stdin vagrant
echo "vagrant        ALL=(ALL)       NOPASSWD: ALL" >> /etc/sudoers.d/vagrant
echo "Defaults:vagrant !requiretty"                 >> /etc/sudoers.d/vagrant
chmod 0440 /etc/sudoers.d/vagrant
%end

 
Screenshot (1054).png
Screenshot (1056).png

Alvaro Miranda Aguilera

unread,
Aug 15, 2016, 4:26:18 PM8/15/16
to packe...@googlegroups.com
hello, the files look good, as you are on windows, try to run dos2unix on them to ensure the end of line is correct for unix/linux

did you try to run bento/centos7 as is ?

is usually good practice to run code as is before doing changes to test they work

thanks
alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Balu Kompalli

unread,
Aug 15, 2016, 5:08:44 PM8/15/16
to Packer
Yes, I tried bento/centos7. These are also not worked. Those attached runtime errors are came.

Balu Kompalli

unread,
Aug 16, 2016, 7:57:13 AM8/16/16
to Packer
Hello Alvaro,

  I could not get you as you mentioned to run dos2unix on them on your previous reply. Could you please explain elaborately, So that we can reach your expectations.
 You want us to 
Thank you.

Alvaro Miranda Aguilera

unread,
Aug 16, 2016, 10:03:14 AM8/16/16
to packe...@googlegroups.com
On windows systems the ending of lines is different than linux.

If you are editing files on Windows, the best will be run the command dos2unix to convert those line endings.

I did test the bento template, and it works out of the box, can you try on a different machine?

z2-3:Downloads kikitux$ git clone https://github.com/chef/bento
Cloning into 'bento'...
remote: Counting objects: 5064, done.
remote: Total 5064 (delta 0), reused 0 (delta 0), pack-reused 5064
Receiving objects: 100% (5064/5064), 1.22 MiB | 0 bytes/s, done.
Resolving deltas: 100% (3427/3427), done.
Checking connectivity... done.
z2-3:Downloads kikitux$ cd bento/
z2-3:bento kikitux$ ls *centos*json
centos-5.11-i386.json   centos-5.11-x86_64.json centos-6.8-i386.json    centos-6.8-x86_64.json  centos-7.2-x86_64.json
z2-3:bento kikitux$ grep -i vmware centos-7.2-x86_64.json
      "output_directory": "packer-{{user `template`}}-vmware",
      "type": "vmware-iso",
z2-3:bento kikitux$ packer build -only vmware-iso centos-7.2-x86_64.json
vmware-iso output will be in this color.

==> vmware-iso: Downloading or copying ISO
    vmware-iso: Download progress: 1%
    vmware-iso: Download progress: 3%
    vmware-iso: Download progress: 5%
    vmware-iso: Download progress: 7%
    vmware-iso: Download progress: 9%
    vmware-iso: Download progress: 12%
    vmware-iso: Download progress: 15%
    vmware-iso: Download progress: 17%
    vmware-iso: Download progress: 18%
    vmware-iso: Download progress: 20%
    vmware-iso: Download progress: 21%
    vmware-iso: Download progress: 23%
    vmware-iso: Download progress: 26%
    vmware-iso: Download progress: 28%
    vmware-iso: Download progress: 29%
    vmware-iso: Download progress: 30%
    vmware-iso: Download progress: 31%
    vmware-iso: Download progress: 33%
    vmware-iso: Download progress: 34%
    vmware-iso: Download progress: 36%
    vmware-iso: Download progress: 37%
    vmware-iso: Download progress: 39%
    vmware-iso: Download progress: 41%
    vmware-iso: Download progress: 43%
    vmware-iso: Download progress: 45%
    vmware-iso: Download progress: 46%
    vmware-iso: Download progress: 47%
    vmware-iso: Download progress: 49%
    vmware-iso: Download progress: 50%
    vmware-iso: Download progress: 51%
    vmware-iso: Download progress: 53%
    vmware-iso: Download progress: 55%
    vmware-iso: Download progress: 57%
    vmware-iso: Download progress: 59%
    vmware-iso: Download progress: 61%
    vmware-iso: Download progress: 64%
    vmware-iso: Download progress: 65%
    vmware-iso: Download progress: 67%
    vmware-iso: Download progress: 69%
    vmware-iso: Download progress: 70%
    vmware-iso: Download progress: 71%
    vmware-iso: Download progress: 73%
    vmware-iso: Download progress: 75%
    vmware-iso: Download progress: 77%
    vmware-iso: Download progress: 78%
    vmware-iso: Download progress: 80%
    vmware-iso: Download progress: 81%
    vmware-iso: Download progress: 83%
    vmware-iso: Download progress: 84%
    vmware-iso: Download progress: 86%
    vmware-iso: Download progress: 88%
    vmware-iso: Download progress: 90%
    vmware-iso: Download progress: 91%
    vmware-iso: Download progress: 93%
    vmware-iso: Download progress: 94%
    vmware-iso: Download progress: 96%
    vmware-iso: Download progress: 97%
    vmware-iso: Download progress: 99%
    vmware-iso: Download progress: 100%
    vmware-iso: Download progress: 100%
    vmware-iso: Download progress: 100%
    vmware-iso: Download progress: 100%
    vmware-iso: Download progress: 100%
    vmware-iso: Download progress: 100%
==> vmware-iso: Creating virtual machine disk
==> vmware-iso: Building and writing VMX file
==> vmware-iso: Starting HTTP server on port 8812
==> vmware-iso: Starting virtual machine...
==> vmware-iso: Waiting 10s for boot...
==> vmware-iso: Connecting to VM via VNC
==> vmware-iso: Typing the boot command over VNC...
==> vmware-iso: Waiting for SSH to become available...
==> vmware-iso: Connected to SSH!
==> vmware-iso: Uploading the 'linux' VMware Tools
==> vmware-iso: Uploading floppy/dummy_metadata.json => /tmp/bento-metadata.json
==> vmware-iso: Provisioning with shell script: scripts/common/metadata.sh
    vmware-iso: + mkdir -p /etc
    vmware-iso: + cp /tmp/bento-metadata.json /etc/bento-metadata.json
    vmware-iso: + chmod 0444 /etc/bento-metadata.json
    vmware-iso: + rm -f /tmp/bento-metadata.json
==> vmware-iso: Provisioning with shell script: scripts/common/sshd.sh
    vmware-iso: + SSHD_CONFIG=/etc/ssh/sshd_config
    vmware-iso: + sed -i -e '$a\' /etc/ssh/sshd_config
    vmware-iso: + USEDNS='UseDNS no'
    vmware-iso: + grep -q -E '^[[:space:]]*UseDNS' /etc/ssh/sshd_config
    vmware-iso: + echo 'UseDNS no'
    vmware-iso: + GSSAPI='GSSAPIAuthentication no'
    vmware-iso: + grep -q -E '^[[:space:]]*GSSAPIAuthentication' /etc/ssh/sshd_config
    vmware-iso: + sed -i 's/^\s*GSSAPIAuthentication.*/GSSAPIAuthentication no/' /etc/ssh/sshd_config
==> vmware-iso: Provisioning with shell script: scripts/centos/networking.sh
    vmware-iso: + case "$PACKER_BUILDER_TYPE" in
==> vmware-iso: Provisioning with shell script: scripts/common/vagrant.sh
    vmware-iso: + HOME_DIR=/home/vagrant
    vmware-iso: + mkdir -p /home/vagrant/.ssh
    vmware-iso: + command -v wget
    vmware-iso: + wget --no-check-certificate https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub -O /home/vagrant/.ssh/authorized_keys
    vmware-iso: Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.24.133
    vmware-iso: Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.24.133|:443... connected.
    vmware-iso: HTTP request sent, awaiting response... 200 OK
    vmware-iso: Length: 409 [text/plain]
    vmware-iso: Saving to: ‘/home/vagrant/.ssh/authorized_keys’
    vmware-iso:
    vmware-iso: 0K                                                       100%  108M=0s
    vmware-iso:
    vmware-iso: 2016-08-16 12:26:54 (108 MB/s) - ‘/home/vagrant/.ssh/authorized_keys’ saved [409/409]
    vmware-iso:
    vmware-iso: + chown -R vagrant /home/vagrant/.ssh
    vmware-iso: + chmod -R go-rwsx /home/vagrant/.ssh
==> vmware-iso: Provisioning with shell script: scripts/common/vmtools.sh
    vmware-iso: + HOME_DIR=/home/vagrant
    vmware-iso: + case "$PACKER_BUILDER_TYPE" in
    vmware-iso: ++ lsb_release -r
    vmware-iso: /tmp/script_6899.sh: line 24: lsb_release: command not found
    vmware-iso: ++ awk '{print $2}'
    vmware-iso: + ubuntu_version=
    vmware-iso: ++ echo
    vmware-iso: ++ awk -F. '{print $1}'
    vmware-iso: + ubuntu_major_version=
    vmware-iso: + '[' '' = 16.04 ']'
    vmware-iso: + mkdir -p /tmp/vmware
    vmware-iso: + mkdir -p /tmp/vmware-archive
    vmware-iso: + mount -o loop /home/vagrant/linux.iso /tmp/vmware
    vmware-iso: mount: /dev/loop0 is write-protected, mounting read-only
    vmware-iso: ++ ls /tmp/vmware/VMwareTools-10.0.1-3160059.tar.gz
    vmware-iso: + TOOLS_PATH=/tmp/vmware/VMwareTools-10.0.1-3160059.tar.gz
    vmware-iso: ++ echo /tmp/vmware/VMwareTools-10.0.1-3160059.tar.gz
    vmware-iso: ++ cut -f2 -d-
    vmware-iso: + VER=10.0.1
    vmware-iso: ++ echo 10.0.1
    vmware-iso: ++ cut -d . -f 1
    vmware-iso: + MAJ_VER=10
    vmware-iso: + echo 'VMware Tools Version: 10.0.1'
    vmware-iso: + tar xzf /tmp/vmware/VMwareTools-10.0.1-3160059.tar.gz -C /tmp/vmware-archive
    vmware-iso: VMware Tools Version: 10.0.1
    vmware-iso: + '[' 10 -lt 10 ']'
    vmware-iso: + /tmp/vmware-archive/vmware-tools-distrib/vmware-install.pl --force-install
    vmware-iso: open-vm-tools are available from the OS vendor and VMware recommends using
    vmware-iso: open-vm-tools. See http://kb.vmware.com/kb/2073803 for more information.
    vmware-iso: Do you still want to proceed with this legacy installer? [yes]
    vmware-iso: The answer "vagrant" is invalid. It must be one of "y" or "n".
    vmware-iso:
    vmware-iso: open-vm-tools are available from the OS vendor and VMware recommends using
    vmware-iso: open-vm-tools. See http://kb.vmware.com/kb/2073803 for more information.
    vmware-iso: Do you still want to proceed with this legacy installer? [yes]
    vmware-iso: Creating a new VMware Tools installer database using the tar4 format.
    vmware-iso:
    vmware-iso: Installing VMware Tools.
    vmware-iso:
    vmware-iso: In which directory do you want to install the binary files?
    vmware-iso: [/usr/bin]
    vmware-iso: What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
    vmware-iso: [/etc/rc.d]
    vmware-iso: What is the directory that contains the init scripts?
    vmware-iso: [/etc/rc.d/init.d]
    vmware-iso: In which directory do you want to install the daemon files?
    vmware-iso: [/usr/sbin]
    vmware-iso: In which directory do you want to install the library files?
    vmware-iso: [/usr/lib/vmware-tools]
    vmware-iso: The path "/usr/lib/vmware-tools" does not exist currently. This program is
    vmware-iso: going to create it, including needed parent directories. Is this what you want?
    vmware-iso: [yes]
    vmware-iso: In which directory do you want to install the common agent library files?
    vmware-iso: [/usr/lib]
    vmware-iso: In which directory do you want to install the common agent transient files?
    vmware-iso: [/var/lib]
    vmware-iso: In which directory do you want to install the documentation files?
    vmware-iso: [/usr/share/doc/vmware-tools]
    vmware-iso: The path "/usr/share/doc/vmware-tools" does not exist currently. This program
    vmware-iso: is going to create it, including needed parent directories. Is this what you
    vmware-iso: want? [yes]
    vmware-iso: The installation of VMware Tools 10.0.1 build-3160059 for Linux completed
    vmware-iso: successfully. You can decide to remove this software from your system at any
    vmware-iso: time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
    vmware-iso:
    vmware-iso: Before running VMware Tools for the first time, you need to configure it by
    vmware-iso: invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
    vmware-iso: this program to invoke the command for you now? [yes]
    vmware-iso: Initializing...
    vmware-iso:
    vmware-iso:
    vmware-iso: Making sure services for VMware Tools are stopped.
    vmware-iso:
    vmware-iso: Stopping Thinprint services in the virtual machine:
    vmware-iso: Stopping Virtual Printing daemon:                      done
    vmware-iso: Stopping vmware-tools (via systemctl):  [  OK  ]
    vmware-iso:
    vmware-iso:
    vmware-iso: The module vmci has already been installed on this system by another installer
    vmware-iso: or package and will not be modified by this installer.
    vmware-iso:
    vmware-iso: The module vsock has already been installed on this system by another installer
    vmware-iso: or package and will not be modified by this installer.
    vmware-iso:
    vmware-iso: The module vmxnet3 has already been installed on this system by another
    vmware-iso: installer or package and will not be modified by this installer.
    vmware-iso:
    vmware-iso: The module pvscsi has already been installed on this system by another
    vmware-iso: installer or package and will not be modified by this installer.
    vmware-iso:
    vmware-iso: The module vmmemctl has already been installed on this system by another
    vmware-iso: installer or package and will not be modified by this installer.
    vmware-iso:
    vmware-iso: The VMware Host-Guest Filesystem allows for shared folders between the host OS
    vmware-iso: and the guest OS in a Fusion or Workstation virtual environment.  Do you wish
    vmware-iso: to enable this feature? [yes]
    vmware-iso:
    vmware-iso: Before you can compile modules, you need to have the following installed...
    vmware-iso:
    vmware-iso: make
    vmware-iso: gcc
    vmware-iso: kernel headers of the running kernel
    vmware-iso:
    vmware-iso:
    vmware-iso: Searching for GCC...
    vmware-iso: Detected GCC binary at "/bin/gcc".
    vmware-iso: The path "/bin/gcc" appears to be a valid path to the gcc binary.
    vmware-iso: Would you like to change it? [no]
    vmware-iso: Searching for a valid kernel header path...
    vmware-iso: Detected the kernel headers at
    vmware-iso: "/lib/modules/3.10.0-327.el7.x86_64/build/include".
    vmware-iso: The path "/lib/modules/3.10.0-327.el7.x86_64/build/include" appears to be a
    vmware-iso: valid path to the 3.10.0-327.el7.x86_64 kernel headers.
    vmware-iso: Would you like to change it? [no]
    vmware-iso: Using kernel build system.
    vmware-iso: make: Entering directory `/tmp/modconfig-FCD9vf/vmhgfs-only'
    vmware-iso: /bin/make -C /lib/modules/3.10.0-327.el7.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    vmware-iso: MODULEBUILDDIR= modules
    vmware-iso: make[1]: Entering directory `/usr/src/kernels/3.10.0-327.el7.x86_64'
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/message.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/dir.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/request.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/hgfsUtil.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/cpName.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/link.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/dentry.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/stubs.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/hgfsEscape.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/rpcout.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/file.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/transport.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/module.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/super.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/bdhandler.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/fsutil.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/cpNameLinux.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/hgfsBd.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/filesystem.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/page.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/backdoorGcc64.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/backdoor.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/inode.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/cpNameLite.o
    vmware-iso: CC [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/kernelStubsLinux.o
    vmware-iso: LD [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/vmhgfs.o
    vmware-iso: Building modules, stage 2.
    vmware-iso: MODPOST 1 modules
    vmware-iso: CC      /tmp/modconfig-FCD9vf/vmhgfs-only/vmhgfs.mod.o
    vmware-iso: LD [M]  /tmp/modconfig-FCD9vf/vmhgfs-only/vmhgfs.ko
    vmware-iso: make[1]: Leaving directory `/usr/src/kernels/3.10.0-327.el7.x86_64'
    vmware-iso: /bin/make -C $PWD SRCROOT=$PWD/. \
    vmware-iso: MODULEBUILDDIR= postbuild
    vmware-iso: make[1]: Entering directory `/tmp/modconfig-FCD9vf/vmhgfs-only'
    vmware-iso: make[1]: `postbuild' is up to date.
    vmware-iso: make[1]: Leaving directory `/tmp/modconfig-FCD9vf/vmhgfs-only'
    vmware-iso: cp -f vmhgfs.ko ./../vmhgfs.o
    vmware-iso: make: Leaving directory `/tmp/modconfig-FCD9vf/vmhgfs-only'
    vmware-iso:
    vmware-iso: The vmxnet driver is no longer supported on kernels 3.3 and greater. Please
    vmware-iso: upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)
    vmware-iso:
    vmware-iso: The vmblock enables dragging or copying files between host and guest in a
    vmware-iso: Fusion or Workstation virtual environment.  Do you wish to enable this feature?
    vmware-iso: [yes]
    vmware-iso: NOTICE:  It appears your system does not have the required fuse packages
    vmware-iso: installed.  The VMware blocking filesystem requires the fuse packages and its
    vmware-iso: libraries to function properly.  Please install the fuse or fuse-utils package
    vmware-iso: using your systems package management utility and re-run this script in order
    vmware-iso: to enable the VMware blocking filesystem.
    vmware-iso:
    vmware-iso: VMware automatic kernel modules enables automatic building and installation of
    vmware-iso: VMware kernel modules at boot that are not already present. This feature can
    vmware-iso: be enabled/disabled by re-running vmware-config-tools.pl.
    vmware-iso:
    vmware-iso: Would you like to enable VMware automatic kernel modules?
    vmware-iso: [no]
    vmware-iso: Do you want to enable Guest Authentication (vgauth)? Enabling vgauth is needed
    vmware-iso: if you want to enable Common Agent (caf). [yes]
    vmware-iso: Do you want to enable Common Agent (caf)? [yes]
    vmware-iso: No X install found.
    vmware-iso:
    vmware-iso: Creating a new initrd boot image for the kernel.
    vmware-iso: Generating the key and certificate files.
    vmware-iso: Successfully generated the key and certificate files.
    vmware-iso: Starting Virtual Printing daemon:                      done
    vmware-iso: Starting vmware-tools (via systemctl):  [  OK  ]
    vmware-iso: The configuration of VMware Tools 10.0.1 build-3160059 for Linux for this
    vmware-iso: running kernel completed successfully.
    vmware-iso:
    vmware-iso: You must restart your X session before any mouse or graphics changes take
    vmware-iso: effect.
    vmware-iso:
    vmware-iso: You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
    vmware-iso: command line.
    vmware-iso:
    vmware-iso: To enable advanced X features (e.g., guest resolution fit, drag and drop, and
    vmware-iso: file and text copy/paste), you will need to do one (or more) of the following:
    vmware-iso: 1. Manually start /usr/bin/vmware-user
    vmware-iso: 2. Log out and log back into your desktop session; and,
    vmware-iso: 3. Restart your X session.
    vmware-iso:
    vmware-iso: Enjoy,
    vmware-iso:
    vmware-iso: --the VMware team
    vmware-iso:
    vmware-iso: + umount /tmp/vmware
    vmware-iso: + rm -rf /tmp/vmware
    vmware-iso: + rm -rf /tmp/vmware-archive
    vmware-iso: + rm -f /home/vagrant/linux.iso
==> vmware-iso: Provisioning with shell script: scripts/centos/cleanup.sh
    vmware-iso: ++ rpm -qf --queryformat '%{NAME}' /etc/redhat-release
    vmware-iso: ++ cut -f 1 -d -
    vmware-iso: + distro=centos
    vmware-iso: + yum -y remove gcc cpp kernel-devel kernel-headers perl
    vmware-iso: Loaded plugins: fastestmirror
    vmware-iso: Resolving Dependencies
    vmware-iso: --> Running transaction check
    vmware-iso: ---> Package cpp.x86_64 0:4.8.5-4.el7 will be erased
    vmware-iso: ---> Package gcc.x86_64 0:4.8.5-4.el7 will be erased
    vmware-iso: ---> Package kernel-devel.x86_64 0:3.10.0-327.el7 will be erased
    vmware-iso: ---> Package kernel-headers.x86_64 0:3.10.0-327.el7 will be erased
    vmware-iso: --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-105.el7.x86_64
    vmware-iso: --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-105.el7.x86_64
    vmware-iso: ---> Package perl.x86_64 4:5.16.3-286.el7 will be erased
    vmware-iso: --> Processing Dependency: perl >= 5.006 for package: perl-Text-ParseWords-3.29-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.004 for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.005 for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.008 for package: perl-threads-shared-1.43-6.el7.x86_64
    vmware-iso: --> Processing Dependency: perl >= 1:5.8.0 for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl >= 5.006 for package: perl-Exporter-5.68-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.005_04 for package: perl-File-Path-2.09-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.002 for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl >= 5.005 for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl >= 5.004 for package: perl-Getopt-Long-2.40-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.006 for package: perl-Pod-Usage-1.63-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.008 for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl >= 1:5 for package: 1:perl-Pod-Escapes-1.04-286.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.004 for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.006 for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 1:5 for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.005 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.008 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 1:5 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl >= 5.008 for package: perl-constant-1.27-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-PathTools-3.40-5.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Scalar-List-Utils-1.27-248.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Storable-2.45-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Carp-1.26-244.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 1:perl-Pod-Escapes-1.04-286.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-Time-HiRes-1.9725-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Socket-2.010-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-constant-1.27-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 1:perl-parent-0.225-244.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-threads-shared-1.43-6.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-File-Path-2.09-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Getopt-Long-2.40-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-libs-5.16.3-286.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 4:perl-macros-5.16.3-286.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Text-ParseWords-3.29-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Exporter-5.68-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Pod-Usage-1.63-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: perl-Time-Local-1.2300-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(:MODULE_COMPAT_5.16.3) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Config) for package: perl-Storable-2.45-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(Config) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(Config) for package: perl-Pod-Usage-1.63-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Config) for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(Config) for package: perl-Time-Local-1.2300-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Config) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Config) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(DynaLoader) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(DynaLoader) for package: 4:perl-Time-HiRes-1.9725-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(DynaLoader) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(DynaLoader) for package: 4:perl-Time-HiRes-1.9725-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(Errno) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Errno) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Fcntl) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Fcntl) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Fcntl) for package: perl-Storable-2.45-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(Fcntl) >= 1.03 for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(File::Basename) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(File::Basename) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(File::Basename) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(File::Basename) for package: perl-File-Path-2.09-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(IO::File) for package: perl-Storable-2.45-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(IO::Handle) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(IO::Handle) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(IO::Seekable) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(IO::Select) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(IO::Socket) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(IPC::Open3) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(MIME::Base64) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(POSIX) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(POSIX) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Symbol) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Symbol) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Term::ANSIColor) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Term::Cap) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(Text::Wrap) >= 98.112902 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(XSLoader) for package: perl-Socket-2.010-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(XSLoader) for package: perl-Scalar-List-Utils-1.27-248.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(XSLoader) for package: perl-threads-shared-1.43-6.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(XSLoader) for package: perl-Storable-2.45-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(XSLoader) for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(XSLoader) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(base) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(base) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(bytes) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(bytes) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(integer) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(lib) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(overload) for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(overload) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(overload) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(overload) for package: perl-Getopt-Long-2.40-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(re) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-PathTools-3.40-5.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Scalar-List-Utils-1.27-248.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Carp-1.26-244.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: 1:perl-Pod-Escapes-1.04-286.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: 4:perl-Time-HiRes-1.9725-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Socket-2.010-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-constant-1.27-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: 1:perl-parent-0.225-244.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-threads-shared-1.43-6.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-File-Path-2.09-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Getopt-Long-2.40-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Text-ParseWords-3.29-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Exporter-5.68-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Pod-Usage-1.63-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: perl-Time-Local-1.2300-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(strict) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(subs) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(utf8) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(vars) for package: 1:perl-parent-0.225-244.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-PathTools-3.40-5.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-podlators-2.5.1-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Storable-2.45-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Getopt-Long-2.40-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-File-Path-2.09-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(vars) for package: 1:perl-Pod-Escapes-1.04-286.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Pod-Usage-1.63-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Time-Local-1.2300-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-File-Temp-0.23.01-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(vars) for package: perl-constant-1.27-2.el7.noarch
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-HTTP-Tiny-0.033-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-threads-shared-1.43-6.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-Carp-1.26-244.el7.noarch
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-Exporter-5.68-3.el7.noarch
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-Filter-1.49-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-threads-1.87-4.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(warnings) for package: perl-Encode-2.51-7.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(warnings::register) for package: perl-Socket-2.010-3.el7.x86_64
    vmware-iso: --> Processing Dependency: perl(warnings::register) for package: perl-constant-1.27-2.el7.noarch
    vmware-iso: --> Running transaction check
    vmware-iso: ---> Package glibc-headers.x86_64 0:2.17-105.el7 will be erased
    vmware-iso: --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-105.el7.x86_64
    vmware-iso: --> Processing Dependency: glibc-headers = 2.17-105.el7 for package: glibc-devel-2.17-105.el7.x86_64
    vmware-iso: ---> Package perl-Carp.noarch 0:1.26-244.el7 will be erased
    vmware-iso: ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be erased
    vmware-iso: ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be erased
    vmware-iso: ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be erased
    vmware-iso: ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be erased
    vmware-iso: ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be erased
    vmware-iso: ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be erased
    vmware-iso: ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be erased
    vmware-iso: ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be erased
    vmware-iso: ---> Package perl-Pod-Escapes.noarch 1:1.04-286.el7 will be erased
    vmware-iso: ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be erased
    vmware-iso: ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be erased
    vmware-iso: ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be erased
    vmware-iso: ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be erased
    vmware-iso: ---> Package perl-Socket.x86_64 0:2.010-3.el7 will be erased
    vmware-iso: ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be erased
    vmware-iso: ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be erased
    vmware-iso: ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be erased
    vmware-iso: ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be erased
    vmware-iso: ---> Package perl-constant.noarch 0:1.27-2.el7 will be erased
    vmware-iso: ---> Package perl-libs.x86_64 4:5.16.3-286.el7 will be erased
    vmware-iso: ---> Package perl-macros.x86_64 4:5.16.3-286.el7 will be erased
    vmware-iso: ---> Package perl-parent.noarch 1:0.225-244.el7 will be erased
    vmware-iso: ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be erased
    vmware-iso: ---> Package perl-threads.x86_64 0:1.87-4.el7 will be erased
    vmware-iso: ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be erased
    vmware-iso: --> Running transaction check
    vmware-iso: ---> Package glibc-devel.x86_64 0:2.17-105.el7 will be erased
    vmware-iso: --> Finished Dependency Resolution
    vmware-iso:
    vmware-iso: Dependencies Resolved
    vmware-iso:
    vmware-iso: ================================================================================
    vmware-iso: Package                    Arch       Version              Repository     Size
    vmware-iso: ================================================================================
    vmware-iso: Removing:
    vmware-iso: cpp                        x86_64     4.8.5-4.el7          @anaconda      15 M
    vmware-iso: gcc                        x86_64     4.8.5-4.el7          @anaconda      37 M
    vmware-iso: kernel-devel               x86_64     3.10.0-327.el7       @anaconda      33 M
    vmware-iso: kernel-headers             x86_64     3.10.0-327.el7       @anaconda     3.2 M
    vmware-iso: perl                       x86_64     4:5.16.3-286.el7     @anaconda      22 M
    vmware-iso: Removing for dependencies:
    vmware-iso: glibc-devel                x86_64     2.17-105.el7         @anaconda     1.0 M
    vmware-iso: glibc-headers              x86_64     2.17-105.el7         @anaconda     2.2 M
    vmware-iso: perl-Carp                  noarch     1.26-244.el7         @anaconda      28 k
    vmware-iso: perl-Encode                x86_64     2.51-7.el7           @anaconda     9.7 M
    vmware-iso: perl-Exporter              noarch     5.68-3.el7           @anaconda      55 k
    vmware-iso: perl-File-Path             noarch     2.09-2.el7           @anaconda      49 k
    vmware-iso: perl-File-Temp             noarch     0.23.01-3.el7        @anaconda     155 k
    vmware-iso: perl-Filter                x86_64     1.49-3.el7           @anaconda     145 k
    vmware-iso: perl-Getopt-Long           noarch     2.40-2.el7           @anaconda     132 k
    vmware-iso: perl-HTTP-Tiny             noarch     0.033-3.el7          @anaconda      95 k
    vmware-iso: perl-PathTools             x86_64     3.40-5.el7           @anaconda     170 k
    vmware-iso: perl-Pod-Escapes           noarch     1:1.04-286.el7       @anaconda      21 k
    vmware-iso: perl-Pod-Perldoc           noarch     3.20-4.el7           @anaconda     163 k
    vmware-iso: perl-Pod-Simple            noarch     1:3.28-4.el7         @anaconda     526 k
    vmware-iso: perl-Pod-Usage             noarch     1.63-3.el7           @anaconda      44 k
    vmware-iso: perl-Scalar-List-Utils     x86_64     1.27-248.el7         @anaconda      66 k
    vmware-iso: perl-Socket                x86_64     2.010-3.el7          @anaconda     112 k
    vmware-iso: perl-Storable              x86_64     2.45-3.el7           @anaconda     177 k
    vmware-iso: perl-Text-ParseWords       noarch     3.29-4.el7           @anaconda      16 k
    vmware-iso: perl-Time-HiRes            x86_64     4:1.9725-3.el7       @anaconda      92 k
    vmware-iso: perl-Time-Local            noarch     1.2300-2.el7         @anaconda      43 k
    vmware-iso: perl-constant              noarch     1.27-2.el7           @anaconda      26 k
    vmware-iso: perl-libs                  x86_64     4:5.16.3-286.el7     @anaconda     1.6 M
    vmware-iso: perl-macros                x86_64     4:5.16.3-286.el7     @anaconda     5.0 k
    vmware-iso: perl-parent                noarch     1:0.225-244.el7      @anaconda     8.0 k
    vmware-iso: perl-podlators             noarch     2.5.1-3.el7          @anaconda     281 k
    vmware-iso: perl-threads               x86_64     1.87-4.el7           @anaconda      96 k
    vmware-iso: perl-threads-shared        x86_64     1.43-6.el7           @anaconda      72 k
    vmware-iso:
    vmware-iso: Transaction Summary
    vmware-iso: ================================================================================
    vmware-iso: Remove  5 Packages (+28 Dependent packages)
    vmware-iso:
    vmware-iso: Installed size: 128 M
    vmware-iso: Downloading packages:
    vmware-iso: Running transaction check
    vmware-iso: Running transaction test
    vmware-iso: Transaction test succeeded
    vmware-iso: Running transaction
    vmware-iso: Erasing    : gcc-4.8.5-4.el7.x86_64                                      1/33
    vmware-iso: Erasing    : glibc-devel-2.17-105.el7.x86_64                             2/33
    vmware-iso: Erasing    : glibc-headers-2.17-105.el7.x86_64                           3/33
    vmware-iso: Erasing    : kernel-devel-3.10.0-327.el7.x86_64                          4/33
    vmware-iso: Erasing    : kernel-headers-3.10.0-327.el7.x86_64                        5/33
    vmware-iso: Erasing    : perl-Filter-1.49-3.el7.x86_64                               6/33
    vmware-iso: Erasing    : perl-File-Path-2.09-2.el7.noarch                            7/33
    vmware-iso: Erasing    : perl-File-Temp-0.23.01-3.el7.noarch                         8/33
    vmware-iso: Erasing    : perl-Encode-2.51-7.el7.x86_64                               9/33
    vmware-iso: Erasing    : perl-PathTools-3.40-5.el7.x86_64                           10/33
    vmware-iso: Erasing    : perl-podlators-2.5.1-3.el7.noarch                          11/33
    vmware-iso: Erasing    : 1:perl-parent-0.225-244.el7.noarch                         12/33
    vmware-iso: Erasing    : perl-Pod-Perldoc-3.20-4.el7.noarch                         13/33
    vmware-iso: Erasing    : perl-HTTP-Tiny-0.033-3.el7.noarch                          14/33
    vmware-iso: Erasing    : perl-Pod-Usage-1.63-3.el7.noarch                           15/33
    vmware-iso: Erasing    : perl-Text-ParseWords-3.29-4.el7.noarch                     16/33
    vmware-iso: Erasing    : perl-Getopt-Long-2.40-2.el7.noarch                         17/33
    vmware-iso: Erasing    : 1:perl-Pod-Escapes-1.04-286.el7.noarch                     18/33
    vmware-iso: Erasing    : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/33
    vmware-iso: Erasing    : perl-Socket-2.010-3.el7.x86_64                             20/33
    vmware-iso: Erasing    : perl-Storable-2.45-3.el7.x86_64                            21/33
    vmware-iso: Erasing    : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      22/33
    vmware-iso: Erasing    : perl-Time-Local-1.2300-2.el7.noarch                        23/33
    vmware-iso: Erasing    : perl-constant-1.27-2.el7.noarch                            24/33
    vmware-iso: Erasing    : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/33
    vmware-iso: Erasing    : perl-Exporter-5.68-3.el7.noarch                            26/33
    vmware-iso: Erasing    : perl-Carp-1.26-244.el7.noarch                              27/33
    vmware-iso: Erasing    : perl-threads-1.87-4.el7.x86_64                             28/33
    vmware-iso: Erasing    : perl-threads-shared-1.43-6.el7.x86_64                      29/33
    vmware-iso: Erasing    : 4:perl-libs-5.16.3-286.el7.x86_64                          30/33
    vmware-iso: Erasing    : 4:perl-macros-5.16.3-286.el7.x86_64                        31/33
    vmware-iso: Erasing    : 4:perl-5.16.3-286.el7.x86_64                               32/33
    vmware-iso: Erasing    : cpp-4.8.5-4.el7.x86_64                                     33/33
    vmware-iso: Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           1/33
    vmware-iso: Verifying  : gcc-4.8.5-4.el7.x86_64                                      2/33
    vmware-iso: Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/33
    vmware-iso: Verifying  : perl-Storable-2.45-3.el7.x86_64                             4/33
    vmware-iso: Verifying  : perl-Exporter-5.68-3.el7.noarch                             5/33
    vmware-iso: Verifying  : glibc-headers-2.17-105.el7.x86_64                           6/33
    vmware-iso: Verifying  : perl-PathTools-3.40-5.el7.x86_64                            7/33
    vmware-iso: Verifying  : 4:perl-libs-5.16.3-286.el7.x86_64                           8/33
    vmware-iso: Verifying  : 4:perl-macros-5.16.3-286.el7.x86_64                         9/33
    vmware-iso: Verifying  : 1:perl-parent-0.225-244.el7.noarch                         10/33
    vmware-iso: Verifying  : kernel-headers-3.10.0-327.el7.x86_64                       11/33
    vmware-iso: Verifying  : 4:perl-5.16.3-286.el7.x86_64                               12/33
    vmware-iso: Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        13/33
    vmware-iso: Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        14/33
    vmware-iso: Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        15/33
    vmware-iso: Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         16/33
    vmware-iso: Verifying  : perl-Socket-2.010-3.el7.x86_64                             17/33
    vmware-iso: Verifying  : perl-Carp-1.26-244.el7.noarch                              18/33
    vmware-iso: Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      19/33
    vmware-iso: Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 20/33
    vmware-iso: Verifying  : 1:perl-Pod-Escapes-1.04-286.el7.noarch                     21/33
    vmware-iso: Verifying  : glibc-devel-2.17-105.el7.x86_64                            22/33
    vmware-iso: Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           23/33
    vmware-iso: Verifying  : perl-Encode-2.51-7.el7.x86_64                              24/33
    vmware-iso: Verifying  : perl-podlators-2.5.1-3.el7.noarch                          25/33
    vmware-iso: Verifying  : kernel-devel-3.10.0-327.el7.x86_64                         26/33
    vmware-iso: Verifying  : perl-constant-1.27-2.el7.noarch                            27/33
    vmware-iso: Verifying  : cpp-4.8.5-4.el7.x86_64                                     28/33
    vmware-iso: Verifying  : perl-File-Path-2.09-2.el7.noarch                           29/33
    vmware-iso: Verifying  : perl-threads-1.87-4.el7.x86_64                             30/33
    vmware-iso: Verifying  : perl-Filter-1.49-3.el7.x86_64                              31/33
    vmware-iso: Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     32/33
    vmware-iso: Verifying  : perl-Getopt-Long-2.40-2.el7.noarch                         33/33
    vmware-iso:
    vmware-iso: Removed:
    vmware-iso: cpp.x86_64 0:4.8.5-4.el7              gcc.x86_64 0:4.8.5-4.el7
    vmware-iso: kernel-devel.x86_64 0:3.10.0-327.el7  kernel-headers.x86_64 0:3.10.0-327.el7
    vmware-iso: perl.x86_64 4:5.16.3-286.el7
    vmware-iso:
    vmware-iso: Dependency Removed:
    vmware-iso: glibc-devel.x86_64 0:2.17-105.el7
    vmware-iso: glibc-headers.x86_64 0:2.17-105.el7
    vmware-iso: perl-Carp.noarch 0:1.26-244.el7
    vmware-iso: perl-Encode.x86_64 0:2.51-7.el7
    vmware-iso: perl-Exporter.noarch 0:5.68-3.el7
    vmware-iso: perl-File-Path.noarch 0:2.09-2.el7
    vmware-iso: perl-File-Temp.noarch 0:0.23.01-3.el7
    vmware-iso: perl-Filter.x86_64 0:1.49-3.el7
    vmware-iso: perl-Getopt-Long.noarch 0:2.40-2.el7
    vmware-iso: perl-HTTP-Tiny.noarch 0:0.033-3.el7
    vmware-iso: perl-PathTools.x86_64 0:3.40-5.el7
    vmware-iso: perl-Pod-Escapes.noarch 1:1.04-286.el7
    vmware-iso: perl-Pod-Perldoc.noarch 0:3.20-4.el7
    vmware-iso: perl-Pod-Simple.noarch 1:3.28-4.el7
    vmware-iso: perl-Pod-Usage.noarch 0:1.63-3.el7
    vmware-iso: perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
    vmware-iso: perl-Socket.x86_64 0:2.010-3.el7
    vmware-iso: perl-Storable.x86_64 0:2.45-3.el7
    vmware-iso: perl-Text-ParseWords.noarch 0:3.29-4.el7
    vmware-iso: perl-Time-HiRes.x86_64 4:1.9725-3.el7
    vmware-iso: perl-Time-Local.noarch 0:1.2300-2.el7
    vmware-iso: perl-constant.noarch 0:1.27-2.el7
    vmware-iso: perl-libs.x86_64 4:5.16.3-286.el7
    vmware-iso: perl-macros.x86_64 4:5.16.3-286.el7
    vmware-iso: perl-parent.noarch 1:0.225-244.el7
    vmware-iso: perl-podlators.noarch 0:2.5.1-3.el7
    vmware-iso: perl-threads.x86_64 0:1.87-4.el7
    vmware-iso: perl-threads-shared.x86_64 0:1.43-6.el7
    vmware-iso:
    vmware-iso: Complete!
    vmware-iso: + '[' centos '!=' redhat ']'
    vmware-iso: + yum -y clean all
    vmware-iso: Loaded plugins: fastestmirror
    vmware-iso: Cleaning repos: base extras updates
    vmware-iso: Cleaning up everything
    vmware-iso: + rm -f /etc/udev/rules.d/70-persistent-net.rules
    vmware-iso: + mkdir -p /etc/udev/rules.d/70-persistent-net.rules
    vmware-iso: + rm -f /lib/udev/rules.d/75-persistent-net-generator.rules
    vmware-iso: + rm -rf /dev/.udev/
    vmware-iso: ++ ls -1 /etc/sysconfig/network-scripts/ifcfg-ens33 /etc/sysconfig/network-scripts/ifcfg-lo
    vmware-iso: + for ndev in '`ls -1 /etc/sysconfig/network-scripts/ifcfg-*`'
    vmware-iso: ++ basename /etc/sysconfig/network-scripts/ifcfg-ens33
    vmware-iso: + '[' ifcfg-ens33 '!=' ifcfg-lo ']'
    vmware-iso: + sed -i '/^HWADDR/d' /etc/sysconfig/network-scripts/ifcfg-ens33
    vmware-iso: + sed -i '/^UUID/d' /etc/sysconfig/network-scripts/ifcfg-ens33
    vmware-iso: + for ndev in '`ls -1 /etc/sysconfig/network-scripts/ifcfg-*`'
    vmware-iso: ++ basename /etc/sysconfig/network-scripts/ifcfg-lo
    vmware-iso: + '[' ifcfg-lo '!=' ifcfg-lo ']'
    vmware-iso: + grep -q -i 'release 7' /etc/redhat-release
    vmware-iso: + nmcli radio all off
    vmware-iso: + /bin/systemctl stop NetworkManager.service
    vmware-iso: ++ ls /etc/sysconfig/network-scripts/ifcfg-ens33 /etc/sysconfig/network-scripts/ifcfg-lo
    vmware-iso: ++ grep -v ifcfg-lo
    vmware-iso: + for ifcfg in '`ls /etc/sysconfig/network-scripts/ifcfg-* |grep -v ifcfg-lo`'
    vmware-iso: + rm -f /etc/sysconfig/network-scripts/ifcfg-ens33
    vmware-iso: + rm -rf /var/lib/NetworkManager/dhclient-e4a7fde1-ae97-4e66-a666-6b3d457969af-ens33.lease /var/lib/NetworkManager/dhclient-ens33.conf /var/lib/NetworkManager/NetworkManager.state /var/lib/NetworkManager/timestamps
    vmware-iso: ==> Setup /etc/rc.d/rc.local for CentOS7
    vmware-iso: + echo '==> Setup /etc/rc.d/rc.local for CentOS7'
    vmware-iso: + cat
    vmware-iso: + cat
    vmware-iso: + chmod +x /etc/rc.d/rc.local
    vmware-iso: + rm -f 'VBoxGuestAdditions_*.iso' 'VBoxGuestAdditions_*.iso.?'
==> vmware-iso: Provisioning with shell script: scripts/common/minimize.sh
    vmware-iso: + case "$PACKER_BUILDER_TYPE" in
    vmware-iso: + set +e
    vmware-iso: ++ /sbin/blkid -o value -l -s UUID -t TYPE=swap
    vmware-iso: + swapuuid=e1a67201-4b08-4d2f-9575-f5e81c2f5e98
    vmware-iso: + case "$?" in
    vmware-iso: + set -e
    vmware-iso: + '[' xe1a67201-4b08-4d2f-9575-f5e81c2f5e98 '!=' x ']'
    vmware-iso: ++ readlink -f /dev/disk/by-uuid/e1a67201-4b08-4d2f-9575-f5e81c2f5e98
    vmware-iso: + swappart=/dev/dm-1
    vmware-iso: + /sbin/swapoff /dev/dm-1
    vmware-iso: + dd if=/dev/zero of=/dev/dm-1 bs=1M
    vmware-iso: dd: error writing ‘/dev/dm-1’: No space left on device
    vmware-iso: 1025+0 records in
    vmware-iso: 1024+0 records out
    vmware-iso: 1073741824 bytes (1.1 GB) copied, 1.49955 s, 716 MB/s
    vmware-iso: + echo 'dd exit code 1 is suppressed'
    vmware-iso: + /sbin/mkswap -U e1a67201-4b08-4d2f-9575-f5e81c2f5e98 /dev/dm-1
    vmware-iso: dd exit code 1 is suppressed
    vmware-iso: Setting up swapspace version 1, size = 1048572 KiB
    vmware-iso: no label, UUID=e1a67201-4b08-4d2f-9575-f5e81c2f5e98
    vmware-iso: + dd if=/dev/zero of=/EMPTY bs=1M
    vmware-iso: dd: error writing ‘/EMPTY’: No space left on device
    vmware-iso: dd exit code 1 is suppressed
    vmware-iso: 38310+0 records in
    vmware-iso: 38309+0 records out
    vmware-iso: 40170872832 bytes (40 GB) copied, 45.7872 s, 877 MB/s
    vmware-iso: + echo 'dd exit code 1 is suppressed'
    vmware-iso: + rm -f /EMPTY
    vmware-iso: + sync
==> vmware-iso: Gracefully halting virtual machine...
    vmware-iso: Waiting for VMware to clean up after itself...
==> vmware-iso: Deleting unnecessary VMware files...
    vmware-iso: Deleting: packer-centos-7.2-x86_64-vmware/centos-7.2-x86_64.plist
    vmware-iso: Deleting: packer-centos-7.2-x86_64-vmware/centos-7.2-x86_64.vmx.lck/M11564.lck
    vmware-iso: Deleting: packer-centos-7.2-x86_64-vmware/startMenu.plist
    vmware-iso: Deleting: packer-centos-7.2-x86_64-vmware/vmware.log
==> vmware-iso: Compacting the disk image
==> vmware-iso: Cleaning VMX prior to finishing up...
    vmware-iso: Unmounting floppy from VMX...
    vmware-iso: Detaching ISO from CD-ROM device...
    vmware-iso: Disabling VNC server...
==> vmware-iso: Running post-processor: vagrant
==> vmware-iso (vagrant): Creating Vagrant box for 'vmware' provider
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/centos-7.2-x86_64.nvram
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/centos-7.2-x86_64.vmsd
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/centos-7.2-x86_64.vmx
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/centos-7.2-x86_64.vmxf
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s001.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s002.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s003.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s004.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s005.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s006.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s007.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s008.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s009.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s010.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk-s011.vmdk
    vmware-iso (vagrant): Copying: packer-centos-7.2-x86_64-vmware/disk.vmdk
    vmware-iso (vagrant): Compressing: Vagrantfile
    vmware-iso (vagrant): Compressing: centos-7.2-x86_64.nvram
    vmware-iso (vagrant): Compressing: centos-7.2-x86_64.vmsd
    vmware-iso (vagrant): Compressing: centos-7.2-x86_64.vmx
    vmware-iso (vagrant): Compressing: centos-7.2-x86_64.vmxf
    vmware-iso (vagrant): Compressing: disk-s001.vmdk
    vmware-iso (vagrant): Compressing: disk-s002.vmdk
    vmware-iso (vagrant): Compressing: disk-s003.vmdk
    vmware-iso (vagrant): Compressing: disk-s004.vmdk
    vmware-iso (vagrant): Compressing: disk-s005.vmdk
    vmware-iso (vagrant): Compressing: disk-s006.vmdk
    vmware-iso (vagrant): Compressing: disk-s007.vmdk
    vmware-iso (vagrant): Compressing: disk-s008.vmdk
    vmware-iso (vagrant): Compressing: disk-s009.vmdk
    vmware-iso (vagrant): Compressing: disk-s010.vmdk
    vmware-iso (vagrant): Compressing: disk-s011.vmdk
    vmware-iso (vagrant): Compressing: disk.vmdk
    vmware-iso (vagrant): Compressing: metadata.json
Build 'vmware-iso' finished.

==> Builds finished. The artifacts of successful builds are:
--> vmware-iso: 'vmware' provider box: builds/centos-7.2.vmware.box
z2-3:bento kikitux$


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Balu Kompalli

unread,
Aug 16, 2016, 3:08:39 PM8/16/16
to Packer
Hello Alvaro, 

  My CentOS 7 is installed successfully. The errors are regarding the network issues. Whenever i installed the VMWare workstation Pro, The VMWare Network adapters are also enabled. But I wrongly disabled the VMWare Network adapters. So the installation is not done previously. But Now, CentOS 7 working fine thru Packer in automatic way.

And I will try the dos2unix converter and inform back you. 

Thank you.
Reply all
Reply to author
Forward
0 new messages