[過去ログ] 2ch特化型サーバ・ロケーション構築作戦 Part19 (1001レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
829
(3): 動け動けウゴウゴ2ちゃんねる 2006/02/12(日)00:23 ID:0sIApU9/0(1) AAS
TSCまわりだと、こんなパッチが出てる模様。
外部リンク[cgi]:docs.freebsd.org
6-stableにマージされるのが楽しみ。
830: root▲ ★ 2006/02/12(日)00:31 ID:???0 BE AAS
>>829
おぉ、 phk ですか。
わくてかってかんじで。
831: root▲ ★ 2006/02/12(日)00:36 ID:???0 BE AAS
>>829 のパッチを読んでいますが、
これって calcru をまるっきり置き換えなんすね。
まさに、○○だねみたいな。
832
(2): root▲ ★ 2006/02/12(日)03:42 ID:???0 BE AAS
# for Torino olympic games
0 17 * * * /usr/local/bin/home-backup.sh /home

@ live22
833: root▲ ★ 2006/02/12(日)03:42 ID:???0 BE AAS
もともとは 14:00 PST/PDT >>832
834: root▲ ★ 2006/02/12(日)03:55 ID:???0 BE AAS
今日健康でもLA=10超えたので、
>>821 を LA=20 で発動に変更。
835: root▲ ★ 2006/02/12(日)07:42 ID:???0 AAS
>>819
> # suspicious "calcru: runtime went backwards" wordaround

word => work

# おはずかしい。
836: root▲ ★ 2006/02/12(日)08:28 ID:???0 AAS
>>832
月曜の朝10時にフルダンプするのもいまいちなんで、
あとで、2時間ぐらい早めておこう。
837
(1): 動け動けウゴウゴ2ちゃんねる 2006/02/12(日)19:06 ID:RXfX/iop0(1) AAS
いまさらだけど>>811のradwinさんのスライド読みました。
これはすごいですねーー。
kill -HUP しなくてログローテーションとかどうやるんだろう。
inode変るはずなのに。
838: root▲ ★ 2006/02/12(日)19:08 ID:???0 AAS
>>837
それ用のモジュールあたりかしら。
839
(1): root▲ ★ 2006/02/13(月)16:02 ID:???0 BE AAS
Apache 2.2系で環境を作るべく、調べ中。
以下、FreeBSDのports的観点でまずは。

・Apache 2.2系では最初からkqueue(2)をサポートしている模様。
- ports作る時のWITH_KQUEUE_SUPPORTは、不要(意味なし)になった。
・configとかが/usr/local/etc/apache22の下に変わる
・同様にモジュールの場所も/usr/local/libexec/apache22の下に変わる

2ch的には、
・mod_cgidsoは再インストールが必要

あたりか。
840: root▲ ★ 2006/02/13(月)16:06 ID:???0 BE AAS
/usr/local/etc/rc.d/apache22.sh

これも名前が変わる。

#
# Add the following lines to /etc/rc.conf to enable apache22:
# apache22_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable apache22
# apache22_profiles (str): Set to "" by default.
# Define your profiles here.
# apache22limits_enable (bool):Set to "NO" by default.
# Set it to yes to run `limits $limits_args`
省10
841: root▲ ★ 2006/02/13(月)17:47 ID:???0 BE AAS
/usr/ports/CHANGES:

20051108:
AUTHOR: portmgr@FreeBSD.org
The following changes were introduced:
...
* Add bsd.apache.mk
USE_APACHE knob enhancements

/usr/ports/Mk/bsd.apache.mk:

# Variables definition
# USE_APACHE: Call this script. Values can be:
省6
842: root▲ ★ 2006/02/13(月)18:33 ID:???0 BE AAS
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>

IfModuleの文法が変わったですか。
(多分前のもいけるんでしょうけど)
843
(1): ◆cZfSunOs.U 2006/02/14(火)02:28 ID:o/Ty643u0(1/3) AAS
>>839
>Apache 2.2系で環境を作るべく、調べ中。

いよいよですか.2.2 なら Event MPM も挑戦する価値あるかも.

>・mod_cgidsoは再インストールが必要

それを用いるプログラム (read.cgi 等) もですね.
844: root▲ ★ 2006/02/14(火)03:41 ID:???0 BE AAS
>>843
> それを用いるプログラム (read.cgi 等) もですね.

おぉ、なるほど。

で、さっきまた症状再発。

アイドルタイムがぐぐぐとなくなり、でもtop的にはプロセスがRUNにならないのに、
ロードアベレージが上がり続けるという、いかにもカーネルのバグっぽい、
謎な状態になる模様。
845: root▲ ★ 2006/02/14(火)03:42 ID:???0 BE AAS
症状はこれまでと全く同じ。

%grep backward /var/log/messages
Feb 13 10:27:24 <0.2> tiger2522 kernel: calcru: runtime went backwards from 235116018 usec to 235115799 usec for pid 28466 (httpd)
Feb 13 10:28:06 <0.2> tiger2522 kernel: calcru: runtime went backwards from 557817 usec to 557807 usec for pid 17019 (httpd)
Feb 13 10:28:06 <0.2> tiger2522 kernel: calcru: runtime went backwards from 547476 usec to 547431 usec for pid 16997 (httpd)
Feb 13 10:28:21 <0.2> tiger2522 kernel: calcru: runtime went backwards from 1734019 usec to 1733938 usec for pid 16944 (httpd)
846: root▲ ★ 2006/02/14(火)03:43 ID:???0 BE AAS
2006-02-14 03:26:37.805228500 MaxLA = 20, LA = 2.13818359375
2006-02-14 03:27:07.806554500 MaxLA = 20, LA = 14.9033203125
2006-02-14 03:27:37.808498500 MaxLA = 20, LA = 98.05224609375
2006-02-14 03:27:37.809198500 delta = 1139855257
2006-02-14 03:27:37.809226500 Restarting apache...
2006-02-14 03:27:37.893737500 Performing sanity check on apache2 configuration:
2006-02-14 03:27:38.135912500 Syntax OK
2006-02-14 03:27:38.193105500 Stopping apache2.
2006-02-14 03:27:38.208165500 Waiting for PIDS: 55140, 55140, 55140, 55140, 55140, 55140.
2006-02-14 03:27:50.395771500 Starting apache2.
省12
847: root▲ ★ 2006/02/14(火)03:44 ID:???0 BE AAS
2006-02-14 03:29:51.041389500 Restarting apache...
2006-02-14 03:29:51.056401500 Performing sanity check on apache2 configuration:
2006-02-14 03:29:51.104448500 Syntax OK
2006-02-14 03:29:51.121918500 Stopping apache2.
2006-02-14 03:29:51.186926500 Waiting for PIDS: 16927, 16927, 16927.
2006-02-14 03:29:57.209463500 Starting apache2.
2006-02-14 03:30:28.033177500 MaxLA = 20, LA = 53.62548828125
2006-02-14 03:30:28.033181500 delta = 30
2006-02-14 03:30:28.033183500 delta = 30, not restarting
2006-02-14 03:30:58.033944500 MaxLA = 20, LA = 35.7099609375
省12
848: root▲ ★ 2006/02/14(火)03:50 ID:???0 BE AAS
[Mon Feb 13 10:27:24 2006] [notice] child pid 28437 exit signal Bus error (10)
[Mon Feb 13 10:27:41 2006] [warn] child process 28391 still did not exit, sending a SIGTERM
[Mon Feb 13 10:27:41 2006] [warn] child process 28392 still did not exit, sending a SIGTERM
[Mon Feb 13 10:27:41 2006] [warn] child process 28393 still did not exit, sending a SIGTERM
[Mon Feb 13 10:27:41 2006] [warn] child process 28394 still did not exit, sending a SIGTERM
...
[Mon Feb 13 10:27:47 2006] [error] child process 28391 still did not exit, sending a SIGKILL
[Mon Feb 13 10:27:47 2006] [error] child process 28392 still did not exit, sending a SIGKILL
[Mon Feb 13 10:27:47 2006] [error] child process 28393 still did not exit, sending a SIGKILL
[Mon Feb 13 10:27:47 2006] [error] child process 28394 still did not exit, sending a SIGKILL
省16
1-
あと 153 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.111s*