LoginSignup
3
3

More than 5 years have passed since last update.

Ubuntu Server 14.04(Trusty)構築時に微妙にハマりやすいポイント/Tips

Last updated at Posted at 2014-06-02

Debian-Installerでハマる

  • network-consoleモジュール使用時のパスワード内に記号を含めるとログイン出来ない?!
    https://wiki.debian.org/DebianInstaller/NetworkConsole
  • ssh installer@ホスト このユーザー名指定を忘れてしまう。特にMacクライアントで作業してると自分がrootでないことをすっかり忘れてる
  • 再インストール時にLVM関連ボリュームが消せないんで、事前に消しておくか「ガイドによるパーティショニング」でディスク全部を選び無理やり消して回る (が、preseedみたいに残骸を一発で消したい)
  • RAIDはその中を上書き削除すれば消せるが、swapにしてたRAIDボリュームが今消せなくってrebootして負け
  • preseedマスターして「刺し身タンポポ」卒業したいけど、その前にVagrantマスターしないと
  • 14.04(Trusty)から下記のようになってるんで、いきなりsshログイン出来ない
PermitRootLogin without-password

Tips

*RAID構築後

同期速度確認
sysctl dev.raid.speed_limit_max
sysctl dev.raid.speed_limit_min

変更
sysctl -w dev.raid.speed_limit_max=値
sysctl -w dev.raid.speed_limit_min=値

同期状況確認
watch -n1 cat /proc/mdstat

その他RAID resync/rebuild関係

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3