CloudFlareから下記のようなメールが届いた。
This change means that nogalab.info is no longer using Cloudflare and will not receive the benefits of our security and performance services. Your DNS records will be completely removed from our system in 7 days.
このnogalab.comでは、画像のキャッシュをさせるため、nogalab.infoをCloudFlareにキャッシュさせるようにしていたが、いつの頃からかnogalab.infoがDNSで引けなくなってしまっていたため、仕方なく別のネームサーバを指定しなおしたのである。
当然、CloudFlare側指定のネームサーバでないので、登録していること自体が微妙だ、ということなのだろう。
仕方ないので、もう一度CloudFlare指定のネームサーバに変更してみることにする。
CDN, CloudFlare, DNS, キャッシュサーバ, ネームサーバ
さすがに何にも設定されていないので、やることが多い。
今回は、不要なサービスの停止だ。
ということで、ざっくり不要サービスの停止を行う。
面倒くさいので、テキストエディタに書き出して、コピペで一括実行。
# chkconfig acpid off
# chkconfig auditd off
# chkconfig autofs off
# chkconfig avahi-daemon off
# chkconfig bluetooth off
# chkconfig cups off
# chkconfig firstboot off
# chkconfig gpm off
# chkconfig haldaemon off
# chkconfig hidd off
# chkconfig isdn off
error reading information on service isdn: No such file or directory
# chkconfig kudzu off
# chkconfig lvm2-monitor off
# chkconfig mcstrans off
# chkconfig mdmonitor off
# chkconfig messagebus off
# chkconfig netfs off
# chkconfig nfslock off
# chkconfig pcscd off
# chkconfig portmap off
# chkconfig rawdevices off
# chkconfig restorecond off
# chkconfig rpcgssd off
# chkconfig rpcidmapd off
# chkconfig smartd off
あれー?isdnでエラーが出てやんの。
ま、ないのなら、ないでいいや。
ふと思ったのだが、実はこれらって最初からサービス停止してあったんじゃないかと思った。
というのも、/etc/selinux/config を見るとSELINUX=の値が最初からdisabledになっていたからだ。
まぁ、別に off になっているものを offにしても問題はないんだけど。
ということで、再起動後、VPSの状況を freeで見るとこんな感じ。
# free
total used free shared buffers cached
Mem: 510532 160788 349744 0 15100 118060
-/+ buffers/cache: 27628 482904
Swap: 2048276 0 2048276
≫続きを読む
DNS, VPS, Webサーバ, 独自ドメイン, 設定