版本 1 和 待辦事項 #22276,評語 2 的 版本 2 之間的變動
- 時間撮記:
- 2025-1-30 上午03:04:53 (6 週 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
待辦事項 #22276,評語 2
v1 v2 9 9 config.vm.box = "almalinux/8" 10 10 config.vm.provider "virtualbox" do |vb| 11 vb.name = "almalinux8-vbox-bug22276" 11 12 vb.customize(['modifyvm', :id, 12 13 # Default is no problem. … … 28 29 Bringing machine 'default' up with 'virtualbox' provider... 29 30 ==> default: Checking if box 'almalinux/8' version '8.10.20240821' is up to date... 31 ==> default: Setting the name of the VM: almalinux8-vbox-bug2227 30 32 ==> default: Clearing any previously set forwarded ports... 31 33 ==> default: Fixed port collision for 22 => 2222. Now on port 2201. … … 60 62 If the box appears to be booting properly, you may want to increase 61 63 the timeout ("config.vm.boot_timeout") value. 62 $ vboxmanage showvminfo vagrant-vm-name|grep '^NIC'64 $ vboxmanage showvminfo almalinux8-vbox-bug2227 |grep '^NIC' 63 65 NIC 1: MAC: XXXXXXXXXXXX, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none 64 66 NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)