VirtualBox

Changeset 72928 in vbox


Ignore:
Timestamp:
Jul 6, 2018 8:39:10 AM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: add a reminder about NO_PROXY (which is vital for getting the testboxscript update feature to work)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/linux/setup-routines.sh

    r67354 r72928  
    139139    fi
    140140}
     141
     142os_final_message() {
     143    cat <<EOF
     144
     145Additional things to do:"
     146    1. Check if the proxy settings are appropriate for reaching the test
     147       manager host. Python does not support domain matches starting with ".".
     148
     149       For Debian and Ubuntu: check /etc/environment.
     150       For EL: check /etc/profile and/or the files in /etc/profile.d/.
     151
     152    2. If the system should be doing RAM disk based testing, add the following
     153       (or something similar, adapted to the system) to /etc/fstab:
     154
     155         tmpfs /var/tmp/testbox-1000 tmpfs defaults,size=16G 0 0
     156
     157After making such adjustments, it's the easiest solution to reboot the testbox.
     158
     159Enjoy!
     160EOF
     161}
     162
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette