pfsenseマシン

仕事でルーターとして使っているPCが、老朽化により挙動が怪しくなってきた。ちょうどpfsenseの比較的大きなバージョンアップのタイミングなので、新しいPCを購入し、pfsenseを新規インストールして置き換えることにした。PC選びが悩みどころで、超小型PCを物色したものの実際のところ設置スペースは十分広いので、結局普通のPCを選んだ。iiyama完組PCのOSなしモデル+NIC追加という構成にした。特殊なデバイスを使っていないようで、無難にpfsenseが稼働した。
iiyama SOLUTION-M022-C-HC [Windows 10 Home] | パソコン工房【公式通販】

Vmware fusion 8のHigh Sierra上でのインストールでハマる

"Could not open /dev/vmmon"でvirtual machineが起動できない。VMwareのサイトにあるQ&A、再インストール、は役に立たず。
この情報で解決した。
Fusion 10 on MacOS High Sierra won't run any VM |VMware Communities

具体的には以下の2つを実行したら動くようになった。たぶん、下のものだけでオッケーだと思われる。

"My Fix: Moving the app from /Applications to my HOME folder and then moving it back to /Applications by using Finder. Using Finder is the important step!
On the next start, I got the security prompt about the kext files and allowed them in the security options. And viola, no more "internal error", my VMs start again."

"System Preferences > Security & Privacy > Click Allow down the bottom where VM Ware has been blocked."

Ubuntu 14.04 -> 16.04 アップグレード

nft-kernel-serverが自動起動しなくなった。sysvからsystemdになったから。

sudo systemctl enable nfs-kernel-server.service

する。
参照:
Ubuntu 16.04: Install nfs-kernel-server and run NFS server - Narrow Escape

aptitudeが無くなるのでインストールする。

クラスタの場合unattended-upgradesは不要なのでアンインストールする。

aptitude --yes purge unattended-upgrades