BOINC / boinc

Open-source software for volunteer computing and grid computing.
https://boinc.berkeley.edu
GNU Lesser General Public License v3.0
2.02k stars 446 forks source link

[Vagrant] Switching from Mate to Lubuntu #3116

Closed adamradocz closed 5 years ago

adamradocz commented 5 years ago

Describe the bug Lubuntu Desktop is lighter than Mate, so I tried to change the GUI from Mate to Lubuntu, but I get this error message when the vagrant tries to install Android Studio:

==> default: Running provisioner: shell...
    default: Running: script: Installing Android Studio...
    default: ERROR: Download page changed its syntax or is not parsable (url missing)
    default: ERROR: Download page changed its syntax or is not parsable (url missing)
    default:   0% |                                                                        |
    default: 100% |#############################################################################|
    default: Downloading and installing requirements
    default: Installing Android NDK
    default: NDK installed in /home/vagrant/Android/Ndk. More information on how to use it on https://developer.android.com/tools/sdk/ndk/index.html#GetStarted
    default: /tmp/vagrant-shell: line 12: /home/vagrant/Android/Sdk/tools/bin/sdkmanager: No such file or directory
    default: /tmp/vagrant-shell: line 13: /home/vagrant/Android/Sdk/tools/bin/sdkmanager: No such file or directory
    default: cp:
    default: cannot stat '/home/vagrant/.local/share/applications/android-studio.desktop'
    default: : No such file or directory
    default: chmod:
    default: cannot access '/home/vagrant/Desktop/android-studio.desktop'
    default: : No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

Steps To Reproduce

  1. Change the apt-get --assume-yes install ubuntu-mate-core virtualbox-guest-x11 line to apt-get --assume-yes install lubuntu-core virtualbox-guest-x11 in the Vagrant file
  2. vagrant up
AenBleidd commented 5 years ago

@adamradocz, looks like some random issues or environment issue on your side. Everything is working fine on my side image

adamradocz commented 5 years ago

Thanks, I made a stupid mistake.