Closed rouson closed 6 years ago
@rouson Sorry about that, please try again.
The installers are in a state of transition so you may find other bugs.
@rouson I testing a new structure to the installer that is rpm-based. It will be faster and much smaller. If you wait a day, it should be ready.
We have a new installer that seems to work. Try again and let us know
This still doesn't work for me.
Can you past the last few lines that possibly include the error message?
The output first differs from the first comment in this issue right after the second "All plugins are update to date.":
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
vm:
* The host path of the shared folder is missing: /Users/rouson/src
2018-09-26T19:42:46Z install_main
Unexpected error; Install failed.
If you don't know what to do, please contact support@radiasoft.net.
Can you mkdir ~/src/
on your Mac? This is where files will be loaded, and since it doesn't exist now, should be fine to add.
@robnagler I tried mkdir ~/src/
, followed again by the steps in the first comment on this issue. The output is the same until such after the second All plugins are up to date.
, after which the output is as follows:
2018-10-02T22:06:47Z install_main
Unexpected error; Install failed.
If you don't know what to do, please contact support@radiasoft.net.
Can you try:
curl radia.run | bash -s debug vagrant-sirepo-dev
It will be a lot of output, but show me the last 100 or so lines.
Here's the output starting from right after the second occurrence of All plugins are up to date.
:
+++ vagrant_dev_vdi_delete /Users/rouson/v/v-docker.vdi
+++ local vdi=/Users/rouson/v/v-docker.vdi
+++ [[ ! -e /Users/rouson/v/v-docker.vdi ]]
+++ return
+++ [[ ! -n '' ]]
+++ vagrant_dev_vagrantfile fedora v.radia.run 10.10.10.10 /Users/rouson/v/v-docker.vdi 1
+++ local os=fedora host=v.radia.run ip=10.10.10.10 vdi=/Users/rouson/v/v-docker.vdi first=1
+++ local vbguest= timesync=
+++ [[ -n 1 ]]
+++ vbguest='config.vbguest.auto_update = false'
+++ local box=fedora
+++ [[ fedora =~ fedora ]]
+++ [[ fedora == fedora ]]
+++ box=fedora/27-cloud-base
++++ vagrant_dev_mounts
++++ [[ -n '' ]]
++++ res=('config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ["rw", "vers=3", "tcp", "nolock", "fsc", "actimeo=2"]')
++++ local res
++++ [[ ! -n '' ]]
++++ res+=('config.vm.synced_folder "'"$HOME/src"'", "/home/vagrant/src", type: "nfs", mount_options: ["rw", "vers=3", "tcp", "nolock", "fsc", "actimeo=2"]')
++++ local 'IFS=
'
++++ echo 'config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ["rw", "vers=3", "tcp", "nolock", "fsc", "actimeo=2"]
config.vm.synced_folder "/Users/rouson/src", "/home/vagrant/src", type: "nfs", mount_options: ["rw", "vers=3", "tcp", "nolock", "fsc", "actimeo=2"]'
+++ local 'mounts=config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ["rw", "vers=3", "tcp", "nolock", "fsc", "actimeo=2"]
config.vm.synced_folder "/Users/rouson/src", "/home/vagrant/src", type: "nfs", mount_options: ["rw", "vers=3", "tcp", "nolock", "fsc", "actimeo=2"]'
+++ local persistent_storage=
+++ [[ ! -n '' ]]
+++ IFS=
+++ read -r -d '' persistent_storage
+ install_err_trap
+ set +e
+ trap - EXIT
+ [[ -z 1 ]]
+ install_log 'Error trap'
++ date -u +%Y-%m-%dT%H:%M:%SZ
+ echo 2018-10-03T17:03:44Z 'Error trap'
+ [[ -n 1 ]]
+ install_msg 'Error trap'
+ echo 'Error trap'
Error trap
+ install_err 'Unexpected error; Install failed.'
+ trap - EXIT
+ [[ -n Unexpected error; Install failed. ]]
+ install_msg 'Unexpected error; Install failed.
If you don'\''t know what to do, please contact support@radiasoft.net.'
+ echo 'Unexpected error; Install failed.
If you don'\''t know what to do, please contact support@radiasoft.net.'
Unexpected error; Install failed.
If you don't know what to do, please contact support@radiasoft.net.
+ [[ -z 1 ]]
+ exit 1
Please try again without debug. This was a bug introduced this week.
@robnagler Success! Thanks.
@robnagler I'm on a new system and attempting to set up the RadiaSoft environment using vagrant on a mac as described in this comment, but getting an error message regarding an unbound variable in the installation script: