Fails on 'vagrant up'
vadi2 opened this issue · 5 comments
vadi2 commented
Here is the output: http://pastebin.com/qmEWv3Ns
Notable pieces are:
err: /Stage[main]/Devbox_php_fpm/Php::Module[xhprof]/Package[php-xhprof]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5-xhprof' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php5-xhprof
err: /Stage[main]/Devbox_php_fpm/Php::Module[apc]/Package[php-apc]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5-apc' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php5-apc
At the end:
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
cd /tmp/vagrant-puppet/manifests && puppet apply --verbose --modulepath '/etc/puppet/modules:/tmp/vagrant-puppet/modules-0' default.pp --detailed-exitcodes || [ $? -eq 2 ]
I've tried doing vagrant destroy and vagrant up again, but the same result happens. What is wrong?
twsystemhaus commented
same here
floodedcodeboy commented
It would probably help the developer if you provided some more of the information : ie:
Vagrant Version, Virtualbox Version
sourbell commented
I'm stuck on vagrant up, but i can access the file through localhost:8181/app_dev.php
The last log i got is this one:
notice: /Stage[main]/Symfony-standard/Exec[install composer for symfony when needed]/returns: executed successfully
Vagrant version: 1.2.7
VirtuaBox version: 4.2.18
dirkaholic commented
Just upgraded to a new version using the ansible privisioner and therefor will close this issue.