VirtualBox

儲存庫 vbox 的更動 72521


忽略:
時間撮記:
2018-6-12 上午04:49:39 (7 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
123008
訊息:

VBox/ValidationKit: Nested hwvirt. smoketest updates.

位置:
trunk/src/VBox/ValidationKit
檔案:
新增 1 筆資料
刪除 1 筆資料
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh

    r72401 r72521  
    120120        fixAndTestBinary
    121121        testRsrcPath
    122         sleep 5
    123122        $PYTHON_BINARY $SMOKETEST_SCRIPT -v -v -d --vbox-session-type gui --nic-attachment nat --quick all 1> "${SMOKEOUTPUT_PATH}" 2>&1
    124123        RETVAL=$?
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-runvm-readme.txt

    r72397 r72521  
    16161.  scp/download latest release build of VirtualBox and install it in the VM.
    17172.  scp/download the required smoke test VDI from remote test-resource to
    18     /home/vbox/testrsrc/* (preserve the directory layout)
     18    /home/vbox/testrsrc/3.0/tcp/win2k3ent-acpi.vdi
    19193.  cd /root
    20203.  scp/download VBoxValidationKit*.zip there.
    21215.  unzip VBoxValidationKit*.zip
    22226.  chmod -R u+w,a+x /opt/validationkit/
    23 7a. initrc: TODO: document init.rc setup
    24 7b. systemd: Link/copy the vboxtxs-runvm.system to [/usr]/lib/systemd/system/
    25     Enable the vboxtxs-runvm service, usually using:
    26        systemctl enable vboxtxs-runvm
    27 8.  Check the cdrom location and /dev/kmsg equivalent of your linux distro
    28     in /opt/validationkit/linux/vboxtxs-runvm and fix it so it's correct.
    29 9.  reboot / done.
     237a. Gnome: Copy /opt/validationkit/linux/vboxtxs-runvm.desktop to /etc/xdg/autostart
     247b. KDE/Others: TODO: Document other desktop managers
     258.  Add the vbox user to sudo group using:
     26        sudo usermod -a -G sudo vbox
     279.  Ensure no password is required for vbox when using sudo:
     28        sudo echo "vbox ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/username
     2910. Check the cdrom location and /dev/kmsg equivalent of your linux distro
     30    in /opt/validationkit/linux/vboxtxs-runvm and fix it so it's correct
     3111. Reboot / done.
    3032
    3133TODO: Document other OSes as we add them.
  • trunk/src/VBox/ValidationKit/vms/t-nsthwvirt-ubuntu.txt

    r72401 r72521  
    2525 - Disable auto-mounting of the CDROM:
    2626      gsettings set org.gnome.desktop.media-handling automount false
     27 - Disable VirtualBox Guest Additions that ship with Ubuntu 17.04 by default:
     28      sudo sh -c "echo 'blacklist vboxguest' > /etc/modprobe.d/blacklist.conf"
     29      sudo sh -c "echo 'blacklist vboxvideo' > /etc/modprobe.d/blacklist.conf"
    2730 - Eject any CD and shut down the VM.
    2831
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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