https://bugzilla.wikimedia.org/show_bug.cgi?id=48467

       Web browser: ---
            Bug ID: 48467
           Summary: update-guest-additions fails to download
                    VBoxGuestAdditions
           Product: Tools
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Vagrant
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

After vagrant provision, `vagrant ssh` helpfully prompts:
  Your VirtualBox guest additions are out-of-date. Please run
'update-guest-additions'.

this fails for me,
   curl: (22) The requested URL returned error: 404

`sudo bash -vx /bin/update-guest-additions` shows it's trying to  `curl -LOf
http://download.virtualbox.org/virtualbox/4.2.10_Ubuntu/VBoxGuestAdditions_4.2.10_Ubuntu.iso`
, but that is a 404.

The script uses /etc/virtualbox-version which contains "4.2.10_Ubuntu". If I
change this to "4.2.10" the script successfully retrieves the download from
http://download.virtualbox.org/virtualbox/4.2.10/VBoxGuestAdditions_4.2.10.iso

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to