Linux」カテゴリーアーカイブ

12.04LTSへ直接アップグレード

Ubuntu12.04LTSが出ましたね。
OSごと入れなおしたほうが良いと思うけど、
直接アップグレード出来るので、試してみた。

コマンド一発ですが、いろいろ上がるので自己責任で。。。
僕の環境は、
10.04LTSからアップグレードしてみました。

https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes/UbuntuDesktop#Upgrading_from_Ubuntu_10.04_LTS_to_Ubuntu_12.04_LTS

It is generally recommended that users of Ubuntu 10.04 LTS wait until the first point release, due in July, before upgrading.

ということなので、7月まで待ったほうがいいのかもしれません。

続きを読む

ESXi500-201204001でError

ESXi5.0.0用のパッチである、
ESXi500-201204001
http://www.vmware.com/patchmgr/findPatch.portal

ホストの再起動も、ゲストの停止、メンテナンスモードも必要なさそうなので
そのまま当てようとすると、

# esxcli software vib install -d /full/Path/ESXi500-201204001.zip
 [InstallationError]
 [Errno 32] Broken pipe
       vibs = VMware_locker_tools-light_5.0.0-1.12.653509
 Please refer to the log file for more details.

と言われてしまう。
きちんと、フルパスを指定しないと別なエラーが出るので注意!!

メンテナンスモードに落とせばいいんだろうけど、
起動しっぱなしで当てられるパッチだということで、
ちょっと調べてみました。

続きを読む

SPFレコードの設定

Sender Policy Framework
http://ja.wikipedia.org/wiki/Sender_Policy_Framework

自宅メールサーバから、Gmailにメールを送ると、

Received-SPF: neutral (google.com: 198.51.100.123 is neither permitted nor denied by best guess record for domain of hoge@mail.hoge.com) client-ip=198.51.100.123;
Authentication-Results: mx.google.com; spf=neutral (google.com: 198.51.100.123 is neither permitted nor denied by best guess record for domain of hoge@mail.hoge.com) smtp.mail=hoge@mail.hoge.com

Received-SPF: neutral
Authentication-Results: mx.google.com; spf=neutral
となるのでSPFに対応させてみようと思います。

続きを読む

ESXiのNFSエラー

アップデートしたのですが、
esxi5.0-5.0_update01
NFSがマウントできなくなりました。。。

・ESXi 5.0_update01 build-623860
 Label名・・・NFS

・FreeNAS-8.0.2-RELEASE-amd64 (8288)
 IP・・・192.0.2.11
 MountPoint・・・/mnt/NFS

IP等設定やハードウェアに変更はないのに・・・

続きを読む