Giter Club home page Giter Club logo

Comments (10)

Naitsirc01 avatar Naitsirc01 commented on May 29, 2024 4

I solved it by downloading this way "vagrant box add laravel/homestead https://app.vagrantup.com/laravel/boxes/homestead/versions/14.0.2/providers/virtualbox/amd64/vagrant.box" the command only downloads the version 12.2.0, additionally I had to activate hyper-v, Before doing this, when using the command it did not add the machine because I also had to change the minimum version allowed in the file homestead/scripts/homestead.rb config.vm.box_version = settings['version'] ||= '> = 12.2.0, < 15.0.0'

from homestead.

Sn0wCrack avatar Sn0wCrack commented on May 29, 2024 3

You can attempt to override the host architecture Vagrant detects by using the VAGRANT_HOST_ARCHITECTURE environment variable and setting it to a value of amd64.

Personally the only thing I've had success with in getting the latest version to download correctly is by running the following:

vagrant box add --box-version 14.0.2 --provider virtualbox laravel/homestead

On occasions colleagues of mine have had to reboot their host machines and run the above for it to work. I'm unsure why (perhaps cache on Vagrants end?), but it usually seems to resolve most issues.

from homestead.

browner12 avatar browner12 commented on May 29, 2024 1

@mikeziri we did drop laravel/homestead-arm, as Vagrant now allows you to have multiple architectures and providers under 1 "box". I'll admit, we didn't document that at all for the upgrade process.

You can drop the box customization in your Homestead.yaml, and just use the default now. It might not pick up on it automatically, though.

from homestead.

colinhall17 avatar colinhall17 commented on May 29, 2024

If I set the constraint back to >= 13.0.0 < 14.0.0 it works with v13 - so not sure if its an issue with my setup not working with V 14

from homestead.

browner12 avatar browner12 commented on May 29, 2024

can you post your Homestead.yaml, and confirm you are up-to-date with the release branch?

from homestead.

colinhall17 avatar colinhall17 commented on May 29, 2024

YAML file below. Up to date on the release, I tried first to update and when that didn't work I did a fresh install

---
ip: "192.168.10.50"
memory: 2048
cpus: 2
provider: virtualbox
name: client

authorize: f:/.ssh/id_rsa.pub
ssl: true
keys:
    - f:/.ssh/id_rsa

folders:
    - map: f:/servers/Client/sites/ssl-course-signup
      to: /home/vagrant/ssl-course-signup

sites:
    - map: coursesignup.test
      to: /home/vagrant/ssl-course-signup/public
      schedule: true
      backup: true
    
databases:
    - coursesignup
    
features:
    - mysql: true
    - mariadb: false
    - postgresql: false
    - ohmyzsh: true
    - webdriver: false

services:
    - enabled:
          - "mysql"
#    - disabled:
#        - "postgresql@11-main"

ports:
    - send: 33100
      to: 3306

#ports:
#    - send: 33060 # MySQL/MariaDB
#      to: 3306
#    - send: 4040
#      to: 4040
#    - send: 54320 # PostgreSQL
#      to: 5432
#    - send: 8025 # Mailhog
#      to: 8025
#    - send: 9600
#      to: 9600
#    - send: 27017
#      to: 27017

from homestead.

svpernova09 avatar svpernova09 commented on May 29, 2024

What confuses me is

client: Architecture: "i386"

Are you running a 64 bit CPU? I believe that's a requirement to be able to run x64 VMs.

from homestead.

colinhall17 avatar colinhall17 commented on May 29, 2024

Yeah its 64 bit. Intel Core i7-6700K CPU @ 4.00GHz

from homestead.

mikeziri avatar mikeziri commented on May 29, 2024

I'm on arm and I'm having a not found error:

==> homestead: Checking for updates to 'laravel/homestead-arm'
    homestead: Latest installed version: 13.0.0
    homestead: Version constraints: >= 14.0.2, < 15.0.0
    homestead: Provider: parallels
    homestead: Architecture: "arm64"
There was an error while downloading the metadata for this box.
The error message is shown below:

The requested URL returned error: 404

But checking https://vagrantcloud.com/api/v2/vagrant/laravel/homestead it is downloadable at
https://vagrantcloud.com/laravel/boxes/homestead/versions/14.0.2/providers/parallels/arm64/vagrant.box


PS:

I just noticed the laravel/homestead-arm no longer exists. You merged it under laravel/homestead with a different provider.

from homestead.

shawnlindstrom avatar shawnlindstrom commented on May 29, 2024

This may not be helpful, but I ran into the same error on vagrant up with Vagrant 2.4.0. Suggestions above did not help. I upgraded Vagrant and VirtualBox, rebooted and the new box, 14.0.2, was added and downloaded without issue. Prior to the error, I was running box version 12.2.0 and had issued vagrant halt then went on to do a new per-project install. That is, this was a fresh installation and vagrant up.

from homestead.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.