Linux で Disk の温度を監視する

  http://www.tadachi-net.com/desktop_pc/asus_terminator/linux_hddtemp.html

- smartmontools
  http://smartmontools.sourceforge.net/

  Solaris x86 でうまく動かない..

Cannot open '/etc/path_to_inst'

  トラブル

Cannot open '/etc/path_to_inst'

  が表示され boot できない

ok>boot -ar
The /etc/path_to_inst on your system does not exist or is empty.
Do you want to rebuild this file [n]? y

Oracle Database 10.1.0.3 for Solaris x86 New!

- Oracle Database 10g Downloads
  http://otn.oracle.com/software/products/database/oracle10g/

Solaris の RBAC 機能で sudo を置き換える

  http://www.atmarkit.co.jp/fsecurity/rensai/securitytips/033rbac.html

  Solaris 8 以降で可能.

Solaris のスタック実行制御機能でオーバーフローを防ぐ

  http://www.atmarkit.co.jp/fsecurity/rensai/securitytips/031solaris.html

シェルスクリプト -> バイナリ 変換プログラム ShellGuard

  http://www.fstha.com/sgdownload.html

- via: Shell Guard
  http://solaris.bluecoara.net/tdiary/?date=20040706#p02

  Sparc 版のみ対応

Solaris をオープンソース化へ

- Sun,Solaris をオープンソース化へ
  http://www.itmedia.co.jp/news/articles/0406/03/news027.html

- オープンソース化の波は Solaris にも
  http://www.itmedia.co.jp/enterprise/articles/0406/01/news068.html

- SPARC の未来は TI ではなく富士通とともに
  http://www.itmedia.co.jp/enterprise/articles/0406/02/news057.html

- サン,ストレージやサービスでも料金体系を変更へ
  http://www.itmedia.co.jp/enterprise/articles/0406/01/news074.html

- Sun,UltraSPARC V と Gemini の投入計画中止
  http://www.itmedia.co.jp/enterprise/0404/10/epi01.html

  Solaris をオープンソース化へ

UltraSPARC が消滅

- Sun と富士通,SPARC サーバを統合
  http://www.itmedia.co.jp/enterprise/articles/0406/02/news019.html

Solaris 8 x86 で last が Segmentation fault

  謎.Solaris 8 x86 でのこと.

% env LANG=ja_JP.eucJP last

  で Segmentation fault.

% env LANG=japanese last

  でも同様.

  /usr/lib/locale を見てみると,

lrwxrwxrwx   1 root     root           4 Aug  5  2003 ja_JP.eucJP -> ./ja
lrwxrwxrwx   1 root     root           4 Aug  5  2003 japanese -> ./ja

  シンボリックリンクあたりに問題があるのか?

  機械が違うから一概に言えないが,
  - 問題が起きる (2 台確認)
    2003/08/05 な /usr/lib/locale/jp
  - 特に問題ない
    2002/09/19 な /usr/lib/locale/jp (1 台確認)
    2003/01/07 な /usr/lib/locale/jp (1 台確認)

  あと,

% env LANG=POSIX last

  では何も問題ない.

  とりあえず core 吐かせて gdb で backtrace してみた.分かったことは
  No symbol table info available. だということ...

% gdb /usr/bin/last core
GNU gdb 6.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-pc-solaris2.8"...(no debugging symbols found)...
Core was generated by `last'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/locale/japanese/japanese.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/locale/japanese/japanese.so.2
Reading symbols from /usr/lib/locale/ja/methods_ja.so.2...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/locale/ja/methods_ja.so.2
#0  0xdfb74981 in key_2_text () from /usr/lib/libc.so.1
(gdb) backtrace full
#0  0xdfb74981 in key_2_text () from /usr/lib/libc.so.1
No symbol table info available.
#1  0xdfb74a2a in handle_type_mo () from /usr/lib/libc.so.1
No symbol table info available.
#2  0xdfb74c4f in handle_mo () from /usr/lib/libc.so.1
No symbol table info available.
#3  0xdfb73fb5 in _real_gettext_u () from /usr/lib/libc.so.1
No symbol table info available.
#4  0xdfb73415 in gettext () from /usr/lib/libc.so.1
No symbol table info available.
#5  0x08051430 in main ()
No symbol table info available.

Sun による Solaris の GPL 化計画 (アイディア段階)

  http://slashdot.jp/article.pl?sid=04/05/02/137200&topic=68

  うーん..