X



2ch特化型サーバ・ロケーション構築作戦 Part19

■ このスレッドは過去ログ倉庫に格納されています
1root▲ ★
垢版 |
NGNG
2ch特化型サーバ・ロケーション構築作戦のスレッドです。

・2ちゃんねるのサーバロケーション、PIEに関する関連作業・調整事項
・DNS登録・変更まわりの関連作業・調整事項
・2ちゃんねるのサーバで採用しているOS、FreeBSDに関する情報・調整事項
・各種作戦・プロジェクトとの連携、プロジェクト間の連携

等を取り扱います。

現在、複数サーバによる連携により、
サーバ能力のさらなるスケールアップをめざすための「雪だるま作戦」が進行中です。
雪だるま作戦は、現在以下のスレで雑談しながら進行中です。

<主な関連スレッド>
【しらたま】雪だるま作戦に思いを馳せながら雑談するスレッド Part11
http://aa5.2ch.net/test/read.cgi/nanmin/1121875871/

<主な関連リンク>
ブレーメンメーター: http://mumumu.mu/bremen/
MRTGによる統計情報: http://mumumu.mu/mrtg/
2ちゃんねる サーバ負荷監視所: http://ch2.ath.cx/load/
2ch 鯖監視係。: http://sv2ch.baila6.jp/
2ch CGI 軽量化: http://sunos.saita.ma/2ch-cgi-lw.html
298root▲ ★
垢版 |
2005/10/04(火) 21:21:12ID:???0
>>297
もう書かれてた。

ちと、長かったですね。
299root▲ ★
垢版 |
2005/10/06(木) 12:02:35ID:???0
一足先に、Webデザインが変わった模様。
http://www.freebsd.org/

アナウンスメールより。
> The new design was created by Emily Boyd, a student at Smith
> College that we had the pleasure of working with through Google's
> Summer of Code program.

22歳のおにゃのこの模様。
http://wikitest.freebsd.org/moin.cgi/EmilyBoyd
300動け動けウゴウゴ2ちゃんねる
垢版 |
2005/10/09(日) 23:43:20ID:o192VLCT0
そろそろ6.0ですねー
2005/10/10(月) 12:00:16ID:yhdJ5I1l0
>>299
リリースされた暁にはキターしてくださいw
2005/10/10(月) 13:24:19ID:G17CZ19gO
やっとRC1来ましたね
303root▲ ★
垢版 |
NGNG
>>300-302
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh?only_with_tag=RELENG_6_0

ということで、とりあえずcvsup中。
今夜あたりに、いろいろと。

で、vip臭いを読まずにとりあえずめも。

1) この人は前にnews4vipに書き込んだ、という情報をどうやって蓄えるか?
2) 別サーバ/板のbbs.cgiはそれをどうやって得るか?
2005/10/10(月) 14:56:34ID:KLOgI4JP0
>303
1.cdbなりMySQLなりにデータを貯めておく
2.データの更新頻度が低くて問い合わせが多ければrbldnsd。更新頻度が高くて問い合わせが少なければXML
2005/10/10(月) 15:22:54ID:KTerXvAUP
>>303
Cock81vip
NGNG
RC1来ましたか。
307root▲ ★
垢版 |
NGNG
5.4R → 6.0-RC1への更新手順メモ

0) Apache等の自動起動停止(外からのアクセスを止める)
 必要に応じてメモリディスクの内容をバックアップ
1) rm -rf /usr/obj
2) standard-supfile 編集、RELENG_6_0 を持ってくるように
3) cd /usr/src; make update
4) make -j 4 buildworld buildkernel
 3) 4) は1台のみ必要、以降は別ホストから持ってきた /usr/src /usr/ports /usr/obj を展開でよい
5) make installkernel
 ※安全を考え、バージョンアップ時はまずGENERICを入れるほうがよい
6) /etc/sysctl.conf /boot/loader.conf を 6.0R 用に調整(必要なら)
7) リブート
8) ブートアップ確認後、dmesg をチェック・保存
9) cd /usr/src/usr.sbin/mergemaster; make -m /usr/src/share/mk all install
10) mergemaster -p
 /etc/passwd /etc/group 等を対話的に調整
11) make installworld
12) mv /etc/rc.d /etc/rc.d.54; mkdir /etc/rc.d
13) mergemaster -i
 システムファイルを対話的に調整
14) リブート
15) ブートアップ確認後問題なければ、rm -rf /etc/rc.d.54
16) pkg_info -aI の結果を保存(入っているports/packagesの確認)
17) 旧portsを全消し
18) カーネル・システムファイルのチューニング(SMP対応など)、リブート、dmesg確認
19) ports/packages再インストール(16) で保存したものが矛盾なく入るように)
20) 最終リブートテスト
21) メモリディスクの内容をリストア
22) Apache等の自動起動復活
23) アプリケーション(掲示板など)動作テスト
308root▲ ★
垢版 |
NGNG
ということで、他サーバおもり用のマシン(通常banana)を6.0-RC1にしてみた。
特に問題ない模様。

%uname -a
FreeBSD banana273.maido3.com 6.0-RC1 FreeBSD 6.0-RC1 #0: Mon Oct 10 11:23:53 PDT 2005 root@banana273.maido3.com:/var/src/sys/i386/compile/I386_BANANA_60 i386

今日はここまで。
NGNG
[FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
http://lists.freebsd.org/pipermail/freebsd-announce/2005-October/001021.html
2005/10/11(火) 23:43:54ID:ezdZnMKo0
>>309
一応「脆弱性」なんだろうけど、大騒ぎする程のことじゃないですな。
放置でよろしいかと。
311root▲ ★
垢版 |
NGNG
cook81.2ch.net の DNS登録をお願いします。

(新規登録)
+cook81.2ch.net:206.223.150.140
2005/10/12(水) 13:42:19ID:WWo2vVxq0
>>307 がNGされてる..
313root▲ ★
垢版 |
NGNG
>>312
/えとせ/ぱすわーど のせいでしょう。
変なウイルス貼る人がいるから。
314ピロリ
垢版 |
2005/10/12(水) 14:05:26ID:o/HkjCa90
>>311
done
315root▲ ★
垢版 |
2005/10/12(水) 14:19:06ID:???0
>>314
http://cook81.2ch.net/

私の環境からは見えました。
アカウント情報メール済み。
NGNG
俺も見えたー
2005/10/12(水) 14:38:28ID:tngDI4Mo0
ヤフーですが見えました
2005/10/12(水) 14:44:02ID:Hb7FdLKX0
wakwak ok.
2005/10/12(水) 14:47:16ID:7+6I7/apO
DoCoMoからも見えました〜
2005/10/12(水) 15:10:27ID:JczHoHX50
なんだ FAX ★ って。
2005/10/12(水) 19:24:54ID:X8u6JD4P0
OCNだが、もちろん見えた
2005/10/12(水) 20:33:07ID:19Ns+P/i0
>>303
VIPとかいうのは嫌いだからここだけ読んで書くけど、
2ch.netからのCookieという事で発行すればどこでも使える情報を送れるんじゃね?
もう忘れたけど、
Set-Cookie: YOUIS=VIPPER; domain=2ch.net
とか。適切なP3Pヘッダもいるかも。
2005/10/12(水) 22:50:03ID:Zo2ba0aK0
RC−1正式リリース
(既に本家FTPにうpされてます)

Release 6.0-RC1 TBD 11 October 2005
2005/10/12(水) 23:45:00ID:4JDuZMry0
.。oO( VIP dat DB に照会する… )
325root▲ ★
垢版 |
NGNG
この機会にex11のメモリディスクを、

md /md mfs rw,nosuid,noatime,-s128m,-i2048 0 0

と/etc/fstabに書く形から、

/sbin/mdmfs -S -M -s 128m -i 2048 -o noatime,async md /md

とスタートアップ時に設定する形に変えてみた。

・swapではなくて実記憶を直接mallocで与える
・softupdateの処理をしない
・書き込みを非同期モードに

これで、/md のパフォーマンスアップができればいいなと。
326ピロリ
垢版 |
2005/10/13(木) 16:50:15ID:W/lG8nMa0
>これで、/md のパフォーマンスアップができればいいなと。

何がいけにえになるんですかねぇ?
327root▲ ★
垢版 |
NGNG
>>326
メモリディスクに、実記憶を割り当てるということです。

FreeBSDのメモリディスク(md)には、4つモードがあります。

man mdによると、

malloc Backing store is allocated using malloc(9). Only one malloc-
bucket is used, which means that all md devices with malloc
backing must share the malloc-per-bucket-quota. The exact size
of this quota varies, in particular with the amount of RAM in
the system. The exact value can be determined with vmstat(8).

preload A file loaded by loader(8) with type `md_image' is used for
backing store. For backwards compatibility the type `mfs_root'
is also recognized. If the kernel is created with option
MD_ROOT the first preloaded image found will become the root
file system.

vnode A regular file is used as backing store. This allows for mount-
ing ISO images without the tedious detour over actual physical
media.

swap Backing store is allocated from swap space.

で、一番下がこれまでのジンギスカンで使っているもので、
今回それを一番上にしたということです。
328root▲ ★
垢版 |
NGNG
で、簡単にいうと、swap方式だと、システムの状況によっては
HDD(スワップ領域)を触る可能性があるということです。

malloc方式だと、それは起こりません。
329root▲ ★
垢版 |
NGNG
ということで、メモリが2Gあってそのうちの128Mとか160Mとか割り当てる形なら、
こちらの方がパフォーマンスが出るのではないかという考えです。

あとの設定変更2つは、基本的にはHDDでやっているデータ破損防止処理を
メモリディスクではオフにしよう(意味ないし)ということです。
これはたぶん、今のジンギスカンにもすぐに応用できるはず。
330root▲ ★
垢版 |
NGNG
ということで、実記憶というかカーネルのmalloc領域を直接使うので、
メモリが貧しいサーバだと設定内容によってはどきどきするかも、というのが、
いけにえってことになるですね。

512Mに32Mとかなら、bananaでもやってみる価値はあるかも。
2005/10/13(木) 19:21:07ID:+BNUBw850
mdでsoftupdateをasyncにするってのは確かにありかも。
でもmdだと「光の速度1/10だったのが1/9.5に成りました」という領域に近い気配。
332root▲ ★
垢版 |
NGNG
サーバダウン(鯖落ち)情報 part81
http://qb5.2ch.net/test/read.cgi/operate/1129187861/55

> The FreeBSD Projectは、いくつかの抜本的開発を進めるために
> FreeBSD 5系の開発に長い時間をかけてきた。FreeBSD 5系で
> 目標としてきた実装にある程度目処が立ちシステムが安定してきたことから、
> The FreeBSD Projectは早めにFreeBSD 5系をFreeBSD 6系に移行させ、
> currentをFreeBSD 7系、stableをFreeBSD 6系という本来の開発体制に
> 戻したい意向だ。これまではFreeBSD 4系とFreeBSD 5系を同時に対処するなど、
> 開発チームに高い負荷がかかっていた。

やはり、5系を早くやめて、安定(運用)系は6系に移行させたいってことで。
そううまくいくかは、6.0Rの出来にかかっているのかなと。

>>331
そう思っていたんですが、特にファイルシステムがGiant lockで動くシステムだと、
結構影響はあるみたい。

一度、ベンチかBG系あたりでテストでもってかんじで。
NGNG
Apache 2.0.55 Released
334root▲ ★
垢版 |
NGNG
重い重い重い重い重い重い重い×34@運用情報
http://qb5.2ch.net/test/read.cgi/operate/1127144824/218-

設定変更後、好調に動いていたex11のメモリディスクのmallocモードですが、
今日突然、メモリディスクが劇重に。

で、従来のswapモードに戻したところ、軽くなった。
うーむ。ひょっとしてまた虫を踏んでしまったのか。
335ピロリ
垢版 |
2005/10/16(日) 05:32:13ID:CGJyb5fe0
いやー

そんなにうまい話はないんでないかい。
何かを得るにはなにか生贄が必要なのは太古から変わっていないかと、

と、おじぃさんがいってました。
336root▲ ★
垢版 |
2005/10/17(月) 01:34:48ID:???0
ex11のメモリディスク、
softupdate off + async を
softupdate on に戻したら、軽くなった。

この条件で使う限り、softupdate のほうが、
async よりも圧倒的にコストが低いということになります。
書き込み(bbs.cgi)のCPU使い具合やはけ具合が、全然違う。

しかし、なんでだろう。
2005/10/17(月) 01:53:09ID:Gyer1kN60
そうやって使うことが前提だからとか単純な理由だったりしたらワロス
2005/10/17(月) 03:48:48ID:H0okT2DO0
buffer -> sync(softupdates) -> md
は単に速いHDDとして使えるけど。
buffer -> async -> md
はsoftupdatesでやっているキューの整理が入らないからか?

HDDの書き込みという桁違いのボトルネックがあればasyncは速いけど、mdだと整理していない分遅いとかか。
339root▲ ★
垢版 |
NGNG
>>338
連続したメモリ領域のアクセスのほうが効率がいいとか、
そういう話なのかしら。
2005/10/18(火) 08:53:16ID:Yy/FNxF20
>>339
ですかねー

>>338でもいっているようにソートしてあればmdは絶大な威力を発揮、
てんでんばらばらな追記だとファイルシーク(という言い方があっているか微妙)に
(通常のメモリアドレス検索より)激しく時間を食うのでそのぶん重くなりやすいってことなんですかね
341root▲ ★
垢版 |
2005/10/25(火) 14:50:01ID:???0
Hello Sean-san,
Cc: 2ch guys,

Since about several hours ago, outgoing network performance of tiger505
has been bad (it is reported by many 2ch users).

I checked the network performance of tiger505, and I verified it is
certainly occurred.

I did the performance test by using ftp, and I detected outgoing
network performance has been bad, as follows:

- other servers => tiger505 is good. (it is about 100Mbps)
- tiger505 => other servers is bad. (it is about 50Mbps)

I verified the network setting of tiger505 is still set to 100Mbps
full-duplex (Of course, I don't change the network setting on tiger505).
And I feel the suspicious network delay when I am working on tiger505
via remote login

I checked the network performance by ping from other servers at PIE, and I
detected suspicious delays are occured the response packet as follows:

64 bytes from 206.223.150.120: icmp_seq=104 ttl=63 time=1.105 ms
64 bytes from 206.223.150.120: icmp_seq=105 ttl=63 time=0.569 ms
64 bytes from 206.223.150.120: icmp_seq=106 ttl=63 time=0.642 ms
64 bytes from 206.223.150.120: icmp_seq=107 ttl=63 time=0.567 ms
64 bytes from 206.223.150.120: icmp_seq=108 ttl=63 time=31.387 ms <=
64 bytes from 206.223.150.120: icmp_seq=109 ttl=63 time=0.719 ms
64 bytes from 206.223.150.120: icmp_seq=110 ttl=63 time=0.616 ms

Probably, it is the cause of the trouble I think.
Please check and fix it.

Regards,
342root▲ ★
垢版 |
2005/10/25(火) 14:53:57ID:???0
life7からnews19をpingした結果

--- news18.2ch.net ping statistics ---
1049 packets transmitted, 1049 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.449/2.629/153.439/13.277 ms

やはり、変なパケット遅延がありますね。
これが全体の足を引っ張っています。

スイッチの問題のようかん。
343root▲ ★
垢版 |
2005/10/25(火) 14:54:16ID:???0
news19じゃなくてnews18の間違い。>>342 1行目
344root▲ ★
垢版 |
2005/10/25(火) 17:21:21ID:???0
Sean-san,

Thank you. I detected some other PIE servers have the same trouble.
I detected the same situation on banana601 and banana388.
But banana201 is probably normal.

I will also check the network performance on 2ch servers and I will
report to you the result sooner or later.

And I have an information. These banana601, 388 and tiger505 servers
have the same condition.

- network I/F configures 100Mbps full duplex
- 'incoming' traffic is no problem.
- 'outgoing' traffic is low performance now.

I think it may help you.

Regards,
345root▲ ★
垢版 |
2005/10/25(火) 17:30:47ID:???0
life7 <=> memories は、双方向とも問題なしでした。
memoriesから、計測してみるか。
346root▲ ★
垢版 |
2005/10/25(火) 17:44:58ID:???0
oyster901 901 243 異常なし
cobra2244 2245 2246 2247 異常なし
347root▲ ★
垢版 |
2005/10/25(火) 17:49:27ID:???0
tiger503 504 506 507 508 509 510 511 512 異常なし
tiger505 おかしい
348root▲ ★
垢版 |
2005/10/25(火) 17:51:46ID:???0
tiger2507 2508 2509 2510 2511 2512 2513 2522 2523 2524 2525 異常なし
349root▲ ★
垢版 |
2005/10/25(火) 17:54:09ID:???0
banana201 238 異常なし
350root▲ ★
垢版 |
2005/10/25(火) 17:58:38ID:???0
さて、bananaは多いですね。
351root▲ ★
垢版 |
2005/10/25(火) 18:33:20ID:???0
おかしいサーバ

qa
etc3
live14
tmp5
comic6
food6
society3

他の掲示板banana(2ch/bbspink)は、とりあえず正常。
banana的正式名称は、、、。
2005/10/25(火) 18:43:41ID:sO3kLdjV0
qa = 386
etc3 = 601
live14 = 386
tmp5 = 390
comic6 = 388
food6 = 389
society3 = 382

http://sv2ch.baila6.jp/sv2ch02.html より
353root▲ ★
垢版 |
2005/10/25(火) 18:44:58ID:???0
>>352
ありがとうです。
354root▲ ★
垢版 |
2005/10/25(火) 18:50:12ID:???0
Sean-san,
Cc: 2ch guys,

> I will also check the network performance on 2ch servers and I will
> report to you the result sooner or later.
>
> And I have an information. These banana601, 388 and tiger505 servers
> have the same condition.

I checked all servers for 2ch and following seven servers' network
performance is bad.

cobra: (There are no bad servers)
tiger: tiger505
banana: banana382 banana386 banana388 banana389 banana390 banana601

The situation of above servers are the same, the outgoing network
performance is bad.

Probably, I think their servers are connected the same edge switch.
Please investigate and fix it.

Regards,
355root▲ ★
垢版 |
2005/10/25(火) 18:52:55ID:???0
Ok, I will do.
-- Mumumu

> Please check them again. I think all will be ok now.
> -Sean
356root▲ ★
垢版 |
2005/10/25(火) 18:54:14ID:???0
tiger505 修正確認。
他はこれから調査。
357root▲ ★
垢版 |
2005/10/25(火) 19:00:52ID:???0
>>352 の全サーバのパフォーマンスが元通りになったことを確認。
障害は修正されたと思います。

経過観察で。
NGNG
最近、この類の障害が続いてますね。。
359root▲ ★
垢版 |
2005/10/25(火) 19:04:34ID:???0
Sean-san,

I briefly checked all following servers are OK.
Thank you for you work.

And I want to know how do you solve the problem.
Do you change the edge switch?

-- Mumumu <mumumu@newsplus.jp>
360root▲ ★
垢版 |
2005/10/25(火) 19:05:26ID:???0
>>358
Seanさん、結構忙しいみたい。

で、私はこれから仕事で外出なので、またあとで。
NGNG
はい、お疲れ様でした。
2005/10/25(火) 20:44:01ID:2LbDZSOD0
784 :root▲ ★ [sage] :2005/10/25(火) 20:18:20 ID:???0
障害はSeanさんにより修復されました。
今は、正常のはず。

http://qb5.2ch.net/test/read.cgi/operate/1127144824/784
363root▲ ★
垢版 |
2005/10/27(木) 16:33:10ID:???0
6.0-RC2を出す気でいるらしい。

Build 6.0-RC2 TBD
-- Begin building the second release candidate build for all Tier-1 platforms.
Release 6.0-RC2 TBD
-- 6.0-RC2 tier-1 platform images released, and uploaded to ftp-master.FreeBSD.org.

http://www.freebsd.org/releases/6.0R/schedule.html
2005/10/27(木) 18:22:11ID:lOfOuIJd0
はやーなー。
NGNG
え?RC-2出すんですか。。。
366root▲ ★
垢版 |
2005/10/28(金) 15:03:07ID:???0
http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/019056.html

(AA略。
367root▲ ★
垢版 |
2005/10/28(金) 15:10:41ID:???0
で、

これと、
http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/019060.html

これに、ちょっとわろた。
http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/019064.html
2005/10/29(土) 07:07:19ID:zRgu0Il00
リリースするぞぇ。
はい直した。
はい直した。



わろす。
369root▲ ★
垢版 |
NGNG
CVSwebのデザインも(トップページと同じっぽく)変わった。

http://cvsweb.freebsd.org/
2005/10/30(日) 07:29:17ID:+2JF87yF0
なかなかカッコイイですね。
ports の cvsweb もデフォでこれにしてもらいたい
371root▲ ★
垢版 |
NGNG
<チラシのうら>
A Comparison of Solaris, Linux, and FreeBSD Kernels at OpenSolaris.org
http://www.opensolaris.org/os/article/2005-10-14_a_comparison_of_solaris__linux__and_freebsd_kernels/

bsdforums.org - FreeBSD, OpenBSD, NetBSD, MacOS X, Darwin, Linux, BSD Unix forums, message boards, discussions and news. - Destination FreeBSD: Interview with Release Engineer Scott Long
http://www.bsdforums.org/forums/showthread.php?t=35212
</チラシのうら>
2005/11/01(火) 07:50:14ID:DQ2XWX9C0
とりあえず、報告

php 4.1.1
変更点
ttp://www.php.net/ChangeLog-4.php#4.4.1
NGNG
(・∀・)ニヤニヤ
374root▲ ★
垢版 |
NGNG
一足先にRELENG_6が-STABLEブランチになりました。
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh.diff?r1=1.69.2.8&r2=1.69.2.9

-BRANCH="RC1"
+BRANCH="STABLE"
2005/11/02(水) 11:40:00ID:d4VPhQxV0
キタ━━━━━━(゚∀゚)━━━━━━ !!!!!
376root▲ ★
垢版 |
NGNG
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh.diff?r1=1.69.2.8&r2=1.69.2.8.2.1

-BRANCH="RC1"
+BRANCH="RELEASE"

━(AA略。
2005/11/02(水) 11:56:40ID:SwXmMYFH0
もう出すのか
しかし、todo list見ると積み残し多数なんだけど大丈夫なのか(汗
378root▲ ★
垢版 |
NGNG
>>377
毎回そうだったりするのですが(なんだかねぇ)、Webの更新が間に合っていなかったりする様子。
NGNG
来ましたか。
2005/11/02(水) 14:08:10ID:vV995q4O0
RC2が消えてるような…
381root▲ ★
垢版 |
NGNG
>>366 にあるように、
> we've decided to skip RC2 and go straight to 6.0-RELEASE.

ということだそうで。>>380
2005/11/02(水) 14:18:52ID:vV995q4O0
>>381
(゚д゚)アラヤダスマソ
2005/11/02(水) 14:34:22ID:LLtT2fuS0
最近5.4をごにょごにょしだしたものですが、

ということはまもなくリリース?
384root▲ ★
垢版 |
NGNG
>>383
…そのはずです。

6.0Rは私の脳内では5.5R++ぐらいの変化なので
(5.2.1R→5.3Rぐらいか、あるいはもっとか)、
今5.4Rをごにょごにょしだしたんなら、6.0Rにするいい機会かもなと。
2005/11/02(水) 16:36:16ID:d4VPhQxV0
6.0R make world 中
2005/11/02(水) 17:38:51ID:LLtT2fuS0
>>384
もう遅いです、各種環境構築に走ってしまいましたw
2005/11/02(水) 17:48:40ID:olBNsUSy0
毎日 make worldして喜びに浸ってほしい。
NGNG
私はちょっとだけ、様子見かな。。
389root▲ ★
垢版 |
NGNG
差し戻しとゆうか、newvers.shが変わってもいくつかコミットされることもあるので、
まずは cvsup.peko.2ch.net あたりで試して、アナウンスが出次第
ex10 epg 雪だるまサーバ という運びで。
390root▲ ★
垢版 |
NGNG
ということで、とりあえず cvsup.peko.2ch.net を 6.0R に。

%uname -a
FreeBSD banana273.maido3.com 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Wed Nov 2 02:59:37 PST 2005 root@banana273.maido3.com:/var/src/sys/i386/compile/I386_BANANA_60 i386
2005/11/02(水) 20:07:07ID:veCufigT0
まだISOは出ないか。
2005/11/02(水) 20:27:39ID:34OWbqDs0
isoの件はミラーに行き渡ってから騒ぎましょう。
NGNG
http://itpro.nikkeibp.co.jp/article/NEWS/20051102/223939/

ありゃりゃ
2005/11/03(木) 07:52:48ID:Be1KMxqq0
>393
う〜む
かなりまずい穴なので全鯖に適用する必要がって4.4.1入れても大丈夫なのかなぁ
(なんか4.4.0で大幅な仕様変更があったらしい)
2005/11/03(木) 11:22:06ID:iErLJGey0
>>393
ていうかいま入っているヴァージョンいくつにもよりますな
4.4.11以降であれば無問題ですが
2005/11/03(木) 11:22:37ID:iErLJGey0
>>395
1が一つ多かった・・・orz
397root▲ ★
垢版 |
NGNG
>>393
ふむ。こりゃまずそうですね。

対策するか。
■ このスレッドは過去ログ倉庫に格納されています
5ちゃんねるの広告が気に入らない場合は、こちらをクリックしてください。

ニューススポーツなんでも実況