Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2006-01-16 [長年日記]
_ [Debian] お手軽 traffic monitor
一般ユーザても参照できる taffic monitor vnstat. /var/lib/vnstat/配下にmonitor databaseが配置される./var/lib/vnstat/がroot:rootである.sudo vnstat -u -i eth0
として起動する.hourlyだと下記
yabuki@Hrestol:~$ vnstat -h eth0 15:40 ^ r | r | r | r | r | r | r | r rt | r rt | r r rt -+---------------------------------------------------------------------------> | 16 17 18 19 20 21 22 23 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 h rx (kB) tx (kB) h rx (kB) tx (kB) h rx (kB) tx (kB) 16 0 0 00 0 0 08 0 0 17 0 0 01 0 0 09 0 0 18 0 0 02 0 0 10 0 0 19 0 0 03 0 0 11 0 0 20 0 0 04 0 0 12 0 0 21 0 0 05 0 0 13 279 56 22 0 0 06 0 0 14 607 96 23 0 0 07 0 0 15 1660 544dailyやmonthlyだと
yabuki@Hrestol:~$ vnstat -d eth0 day rx | tx | total ------------------------+-------------+-------------- 16.01. 2.48 MB | 0.67 MB | 3.16 MB ------------------------+-------------+-------------- estimated 3 MB | 0 MB | 3 MB yabuki@Hrestol:~$ vnstat -m eth0 month rx | tx | total ------------------------+---------------+--------------- Jan '06 2.48 MB | 0.67 MB | 3.16 MB ------------------------+---------------+--------------- estimated 3 MB | 0 MB | 3 MBんな感じ.
_ [Debian][OpenOffice.org] cws-i18nshrink.diff
Martin Kretzschmarさんから 全部の-fvisibiliy=hiddenを消すのは,スピードの件で不利だからi18npoolの中だけで オプションを disable にしてみてはどうかとMLへ提案があった.cws-i18nshrink.diff と buildfix-gcc41-friend-decl-i18npool.diff が te i18npool/inc/localedata.hxx を触っているので,コンパイルに不成功.さて,どうなおすのがよかですかね.patchにpatchをあてるみたいなことをせんとなあ.# friend does not longer declare functions; the function must be explicitely # declared, i#58972, CWS gcc41 buildfix-gcc41-friend-decl-configmgr.diff buildfix-gcc41-friend-decl-desktop.diff buildfix-gcc41-friend-decl-i18npool.diff buildfix-gcc41-friend-decl-svx.diff buildfix-gcc41-friend-decl-sw.diff
_ 箱物
いろいろ箱物の方が便利なのだが,iptables などを理解しているひとがいるので,これまではアレだったが,外にサービスを出す予定なら,もっと箱物を活用するべきだよな.どんどん手がかからないようにしないと,こまると思いますです.
_ ooopackages.good-day.net
谷くんといっしよに, Router交換.
i18n shrinkをenableすると日本語読めなくなりました。<br>gcc41 fixはbuild breakageのみcomment outしてます。<br>@@ -306,9 +308,9 @@<br><br> [ Shrink ]<br> # strip 450k of .comment sections - i#57063<br>-size-strip.diff<br>+# size-strip.diff<br> # save 1.7Mb of (shared) memory for non-asian locales<br>-cws-i18nshrink.diff<br>+# cws-i18nshrink.diff<br><br><br> [ QuickStarter ]<br>@@ -557,7 +559,7 @@<br> # Fix missing __cxa_guard_acquire/__cxa_guard_release - #34676 (for FC3)<br> sal-cxa-guard.diff<br> # do not pack any potential .orig files with ppds<br>-psprint_config-no-orig.diff<br>+#psprint_config-no-orig.diff #don't apply for FBSD patch (workaround)<br> # Fix ODK Java bits<br> odk-java-wizpanel.diff<br> # add possibility to set ARCH_FLAGS when building libnas<br>@@ -665,7 +667,7 @@<br> # declared, i#58972, CWS gcc41<br> buildfix-gcc41-friend-decl-configmgr.diff<br> buildfix-gcc41-friend-decl-desktop.diff<br>-buildfix-gcc41-friend-decl-i18npool.diff<br>+# buildfix-gcc41-friend-decl-i18npool.diff<br> buildfix-gcc41-friend-decl-svx.diff<br> buildfix-gcc41-friend-decl-sw.diff<br> # fixes usage of the String classes; I wonder how it could work in the past :-)
FreebsdでのOpenOffice.org 2系は、gcc-4.1を使われているのですか?
yes.<br>4.0系だとJavaがまともに動かないのです ;(
ところで、cws sb41はintegrateされたのでcws gcc41がintegrateされたら<br>パッチはかなり少なくてすむはずです。