veewee vbox build で セグメントエラー が発生する

症状

[foo@s11-chef vagrant_vm]$ veewee vbox build CentOS-6.3-x86_64-minimal-ja --force
Downloading vbox guest additions iso v 4.2.10 - http://download.virtualbox.org/virtualbox/4.2.10/VBoxGuestAdditions_4.2.10.iso
Checking if isofile VBoxGuestAdditions_4.2.10.iso already exists.
Full path: /home/foo/vagrant_vm/iso/VBoxGuestAdditions_4.2.10.iso

The isofile VBoxGuestAdditions_4.2.10.iso already exists.
Building Box CentOS-6.3-x86_64-minimal-ja with Definition CentOS-6.3-x86_64-minimal-ja:
- nogui : false
- postinstall_include :
- force : true
- debug : false
- postinstall_exclude :
- redirectconsole : false
- auto : false

The isofile CentOS-6.3-x86_64-minimal.iso already exists.
VBoxManage unregistervm  "CentOS-6.3-x86_64-minimal-ja" --delete
Deleting vm CentOS-6.3-x86_64-minimal-ja
Creating vm CentOS-6.3-x86_64-minimal-ja : 480M - 1 CPU - RedHat_64
Creating new harddrive of size 10140, format VDI, variant Standard
Attaching disk: /home/foo/VirtualBox VMs/CentOS-6.3-x86_64-minimal-ja/CentOS-6.3-x86_64-minimal-ja.vdi
Mounting cdrom: /home/foo/vagrant_vm/iso/CentOS-6.3-x86_64-minimal.iso
Mounting guest additions: /home/foo/vagrant_vm/iso/VBoxGuestAdditions_4.2.10.iso
Received port hint - 7222
Found port 7222 available
Received port hint - 7222
Found port 7222 available
Changing ssh port from 22 to 7222
Waiting 10 seconds for the machine to boot
Received port hint - 7122
Found port 7122 available

Typing:[1]: <Tab> text ks=http://10.0.2.2:7122/ks.cfg<Enter>
sh: line 1: 21924 セグメンテーション違反です               VBoxManage controlvm "CentOS-6.3-x86_64-minimal-ja" keyboardputscancode 0f 2>&1
Error: We executed a shell command and the exit status was not 0
- Command :VBoxManage controlvm "CentOS-6.3-x86_64-minimal-ja" keyboardputscancode 0f.
- Exitcode :139.
- Output   :

Wrong exit code for command VBoxManage controlvm "CentOS-6.3-x86_64-minimal-ja" keyboardputscancode 0f

対処


[foo@s11-chef vagrant_vm]$ veewee vbox build CentOS-6.3-x86_64-minimal-ja --force --nogui
Downloading vbox guest additions iso v 4.2.10 - http://download.virtualbox.org/virtualbox/4.2.10/VBoxGuestAdditions_4.2.10.iso
Checking if isofile VBoxGuestAdditions_4.2.10.iso already exists.
Full path: /home/foo/vagrant_vm/iso/VBoxGuestAdditions_4.2.10.iso

The isofile VBoxGuestAdditions_4.2.10.iso already exists.
Building Box CentOS-6.3-x86_64-minimal-ja with Definition CentOS-6.3-x86_64-minimal-ja:
- nogui : true
- force : true
- redirectconsole : false
- postinstall_include :
- auto : false
- debug : false
- postinstall_exclude :

The isofile CentOS-6.3-x86_64-minimal.iso already exists.
VBoxManage unregistervm  "CentOS-6.3-x86_64-minimal-ja" --delete
Deleting vm CentOS-6.3-x86_64-minimal-ja
Creating vm CentOS-6.3-x86_64-minimal-ja : 480M - 1 CPU - RedHat_64
Creating new harddrive of size 10140, format VDI, variant Standard
Attaching disk: /home/foo/VirtualBox VMs/CentOS-6.3-x86_64-minimal-ja/CentOS-6.3-x86_64-minimal-ja.vdi
Mounting cdrom: /home/foo/vagrant_vm/iso/CentOS-6.3-x86_64-minimal.iso
Mounting guest additions: /home/foo/vagrant_vm/iso/VBoxGuestAdditions_4.2.10.iso
Received port hint - 7222
Found port 7222 available
Received port hint - 7222
Found port 7222 available
Changing ssh port from 22 to 7222
Waiting 10 seconds for the machine to boot
Received port hint - 7122
Found port 7122 available

Typing:[1]: <Tab> text ks=http://10.0.2.2:7122/ks.cfg<Enter>
Done typing.

Starting a webserver :7122

参考


コメント

このブログの人気の投稿

AppSheet の Data Source に Heroku Postgres を追加したい