SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

update to Ubuntu 18.04 #104

Closed KrisThielemans closed 5 years ago

paskino commented 5 years ago

Vagrant suggests to use bento boxes as base boxes for different linux flavours.

We could/should change to bento/ubuntu-18.04.

paskino commented 5 years ago

I'm trying to vagrant up but it's failing like

A customization command failed:

["storageattach", :id, "--storagectl", "IDE", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "emptydrive"]

The following error was experienced:

#<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["storageattach", "d7c7b264-e7bd-48e5-a8e2-f991b116557b", "--storagectl", "IDE", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "emptydrive"]

Stderr: VBoxManage.exe: error: Could not find a controller named 'IDE'
>

Please fix this customization and try again.
paskino commented 5 years ago

That error is due to the name of the "--storagectl", "IDE" which should be IDE Controller

paskino commented 5 years ago

This branch creates a VM that works fine with ubuntu18.04 SuperBuild branch.

Tests and notebooks (running on VM and accessed from host) work.

Requires https://github.com/CCPPETMR/SIRF-SuperBuild/pull/149

paskino commented 5 years ago

https://github.com/CCPPETMR/SIRF-SuperBuild/pull/149 is superseded by https://github.com/CCPPETMR/SIRF-SuperBuild/pull/205 (merged)

paskino commented 5 years ago

closes #94

paskino commented 5 years ago

probably needs https://github.com/CCPPETMR/SIRF-SuperBuild/pull/220

The VM gets created correctly on the ubuntu18.04 branch of the SuperBuild

KrisThielemans commented 5 years ago

will need to update CHANGES.md