20180514_jeffrey - silenceuncrio/diary GitHub Wiki
0910
review
1300
VirtualBox 5.2.12 啟動遇到問題
RTR3InitEx failed with rc=-1912
The VirtualBox kernel modules do not match this version of VirtualBox.
The installation of VirtualBox was apparently not successfull.
Please try completely uninstalling and reinstalling VitualBox.
where: supR3HardenedMainInitRuntime what: 4
VERR_VM_DRIVER_VERSION_MISMATCH(-1912) - The installed support driver doesn/t match the version of the user.
參考 https://forums.virtualbox.org/viewtopic.php?f=6&t=69896
1335
win 10 重啟後 安裝 VirtualBox 5.2.12 安裝完成
使用先前的 m300.vdi
網路只剩 NAT 可選
連 僅限主機
都無法使用
這樣我連網路芳鄰都沒有
1435
改安裝 VMware Workstation 12
安裝 SSH Server 方便後續的使用
sudo apt-get install openssh-server
有了 SSH Server 就直接從 window 端利用 ssh 連線
安裝 samba
sudo apt-get install samba
新啟動 samba
- sudo service smbd restart
- sudo service nmbd restart
1515
先準備好 m300 的開發環境
安裝 git
sudo apt-get install git
參考 https://docs.docker.com/install/linux/docker-ce/ubuntu/ 安裝 docker
1605
目前先來 compile M360
因為 M360 compile 的時間比較快
1800
參考 https://github.com/silenceuncrio/diary/wiki/20180329_jeffrey
M360P 使用相同的方式驗證是否支持 IPv6 時失敗了
M360P 的 VRRP 版本如下
root@M360-P:~# keepalived -v
Keepalived v1.2.19 (05/14,2018)
M300 的 VRRP 版本如下
Cellular Gateway:~# keepalived -v
Keepalived v1.3.5 (11/21,2017), git commit v1.59-290-g75468fe
Copyright(C) 2001-2017 Alexandre Cassen, <[email protected]>
Build options: PIPE2 RTA_NEWDST RTA_PREF RTA_VIA FRA_OIFNAME FRA_SUPPRESS_PREFIXLEN FRA_SUPPRESS_IFGROUP RTAX_CC_ALGO RTAX_QUICKACK LVS IPVS_DEST_ATTR_ADDR_FAMILY IPVS_64BIT_STATS VRRP VRRP_AUTH VRRP_VMAC SOCK_NONBLOCK SOCK_CLOEXEC FIB_ROUTING INET6_ADDR_GEN_MODE SO_MARK
看來目前是無法讓 M360P 的 VRRP 支援 IPv6
1810
下班前先 compile M300