Ubuntu 12.04 LTS (Precise Pangolin) AMI: Difference between revisions

From misc notes
Jump to navigation Jump to search
Line 29: Line 29:
複数 cpu の環境でも 1つしか cpu 温度がとれない。(いろいろ探索中)
複数 cpu の環境でも 1つしか cpu 温度がとれない。(いろいろ探索中)


== 戦略 ==
== 戦略・戦術 ==
やっぱここがまとまっているよね
やっぱここがまとまっているよね
  [https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6-Beta/html-single/Performance_Tuning_Guide/index.html Red Hat Enterprise Linux-6 Performance Tuning Guide]
  [https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6-Beta/html-single/Performance_Tuning_Guide/index.html Red Hat Enterprise Linux-6 Performance Tuning Guide]

Revision as of 16:37, 22 December 2012

jrclogo.gif


雑多なメモ

ようやく、すべてのインスタンスを 12.04 LTS (Precise Pangolin) に Upgrade したので、いろいろメモ

設定系

設定を cookbook にまとめ中

nxhack / chef My recipes (opscode chef cookbooks) : Bootstrap - Configuration - Orchestration

諸注意

あり得ないような segfault が起こる

*** glibc detected *** XXXX : malloc(): smallbin double linked list corrupted: 0x0000000000000000 ***

メモリーハンドリングが怪しい...

kernel.randomize_va_space

この(ASLR)せいだよな...これを触る事は公式には言えないが...

関連して、漢ならこんなの入らん!

aptitude purge whoopsie
aptitude purge apport apport-symptoms python-apport

lm-sensors が動かない

linux-image-virtual で起動するようになったら、必要な i2c の kernel module が無い。

aptitude install linux-image-extra-virtual

で解決。しかし....

複数 cpu の環境でも 1つしか cpu 温度がとれない。(いろいろ探索中)

戦略・戦術

やっぱここがまとまっているよね

Red Hat Enterprise Linux-6 Performance Tuning Guide