hilverd / vagrant-ubuntu-oracle-xe

Install Oracle 11g XE in a Vagrant virtual machine running Ubuntu 12.04.
MIT License
287 stars 96 forks source link

Vagrant hangs on Vagrant UP #25

Open cfontes opened 8 years ago

cfontes commented 8 years ago

Hi, my box hangs forever in the line below, never existing or finishing. I've waited for hours.

Windows 7 + Cmder (cmd like app), other Vagrant boxes run fine.

vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 1521 => 1521 (adapter 1)
    default: 22 => 2200 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2200
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if its present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default:
    default: Guest Additions Version: 4.2.0
    default: VirtualBox Version: 4.3
==> default: Setting hostname...
==> default: Mounting shared folders...
    default: /home/vagrant/vagrant-ubuntu-oracle-xe => C:/Users/cfontes/workspace/vagrant-ubuntu-oracle-xe
    default: /tmp/vagrant-puppet/modules-fb5c2476a4c1607ee38dc67d79edccbe => C:/Users/cfontes/workspace/vagrant-ubuntu-oracle-xe/modules
    default: /tmp/vagrant-puppet/manifests-a11d1078b1b1f2e3bdea27312f6ba513 => C:/Users/cfontes/workspace/vagrant-ubuntu-oracle-xe/manifests
==> default: Running provisioner: shell...
    default: Running: inline script
==> default: stdin: is not a tty
==> default: America/New_York
==> default:
==> default: Current default time zone: 'America/New_York'
==> default: Local time is now:      Mon Aug 24 13:18:11 EDT 2015.
==> default: Universal Time is now:  Mon Aug 24 17:18:11 UTC 2015.
==> default: Running provisioner: shell...
    default: Running: inline script
==> default: stdin: is not a tty
==> default: Running provisioner: puppet...
==> default: Running Puppet with base.pp...
==> default: stdin: is not a tty
==> default: warning: Could not retrieve fact fqdn
==> default: warning: Host is missing hostname and/or domain: oracle
==> default: info: Applying configuration version '1440436707'
==> default: notice: /Stage[main]/Oracle::Swap/Exec[create swapfile]/returns: executed successfully
==> default: notice: /Stage[main]/Oracle::Swap/Exec[add swapfile entry to fstab]/returns: executed successfully
==> default: notice: /Stage[main]/Oracle::Server/Exec[apt-update]/returns: executed successfully
==> default: notice: /Stage[main]/Oracle::Server/Package[dos2unix]/ensure: ensure changed 'purged' to 'present'
==> default: notice: /Stage[main]/Oracle::Server/User[syslog]/groups: groups changed '' to 'adm,syslog'
==> default: notice: /Stage[main]/Oracle::Server/Package[rlwrap]/ensure: ensure changed 'purged' to 'present'
==> default: notice: /Stage[main]/Oracle::Server/Package[unixodbc]/ensure: ensure changed 'purged' to 'present'
==> default: notice: /Stage[main]/Oracle::Server/Package[alien]/ensure: ensure changed 'purged' to 'present'
==> default: notice: /Stage[main]/Oracle::Swap/Exec[set up swapfile]/returns: executed successfully
==> default: notice: /Stage[main]/Oracle::Xe/File[/tmp/oracle-env.sh]/ensure: defined content as '{md5}e10ac9cfd22a648c0e7c5f18b4f19aab'
==> default: notice: /Stage[main]/Oracle::Xe/File[/bin/awk]/ensure: created
==> default: notice: /Stage[main]/Oracle::Xe/File[/home/vagrant/oracle-xe-11.2.0-1.0.x86_64.rpm.zip]/ensure: defined content as '{md5}dd7881a55569d890241f11cd0eeb7d48' ==> default: notice: /Stage[main]/Oracle::Xe/File[/var/lock/subsys]/ensure: created
==> default: notice: /Stage[main]/Oracle::Xe/File[/var/lock/subsys/listener]/ensure: created
==> default: notice: /Stage[main]/Oracle::Xe/Exec[dos2unix oracle-env.sh]/returns: executed successfully
bric3 commented 8 years ago

Hi, I had the same issue the problem didn't went away when I upgraded VirtualBox to 5.0 I had the same old version of VirtualBox 4.3.

cfontes commented 8 years ago

Mine worked after I left it run for 2 hours. Not it's ok. On qui, 3 de set de 2015 at 06:45 Brice Dutheil notifications@github.com wrote:

Hi, I had the same issue the problem didn't went away when I upgraded VirtualBox to 5.0 I had the same old version of VirtualBox 4.3.

— Reply to this email directly or view it on GitHub https://github.com/hilverd/vagrant-ubuntu-oracle-xe/issues/25#issuecomment-137393863 .

Cristiano Fontes