Server Software: publicfile Time taken for tests: 23.173148 seconds Requests per second: 129.46 [#/sec] (mean) Time per request: 61.795 [ms] (mean) Time per request: 7.724 [ms] (mean, across all concurrent requests) Transfer rate: 23.35 [Kbytes/sec] received
Server Software: Apache/2.0.43 Time taken for tests: 8.54919 seconds Requests per second: 372.44 [#/sec] (mean) Time per request: 21.480 [ms] (mean) Time per request: 2.685 [ms] (mean, across all concurrent requests) Transfer rate: 155.56 [Kbytes/sec] received
>The video card was selected almost entirely on the basis of price, >but with the extra constraint of UNIX compatibility. >The ATI Rage 128 has been around for a while and is widely reported to work without trouble.
405 :名無しさん@お腹いっぱい。:03/12/25 04:01
FreeBSD 4.9-R上で自前のblacklistをつくってrbldnsを運用しようと思っています。 IP Addressが足りないのでmail サーバとして運用しているサーバ上に適当な ローカルアドレスをつくり、そこで動かそうと思うのですが、rblsmtpdは ローカルアドレスでも適切に参照してくれるのでしょうか?
hoge# more /etc/resolv.conf domain example.jp nameserver 127.0.0.1 hoge# more /etc/dnscache/env/IP 127.0.0.1 hoge# ls /etc/dnscache/root/ip 127.0.0.1 hoge# more /etc/tinydns/env/IP 61.123.195.194
require "socket" require "thread" for i in 1..conn Thread.start do while 1 sock = TCPSocket.open(host, port) begin sleep ensure sock.close end end end end sleep
FreeBSD4.10p2で、portsからWITH_IPV6オプションをつけてインストールしたのですが、 tinydnsをIPv6で起動させようとすると、以下のメッセージが表示されて起動できません。 tinydns: fatal: unable to bind UDP socket: address not available 原因対策分かる方いたら教えてください。IPv6は6to4で設定しました。
dig www.symantec.co.jp www.symantec.co.jp. 23h59m51s IN CNAME www.symantec.com. www.symantec.com. 5h59m52s IN CNAME www.symantec.d4p.net. www.symantec.d4p.net. 1H IN CNAME symantec.georedirector.akadns.net. symantec.georedirector.akadns.net. 1D IN CNAME a568.x.akamai.net. a568.x.akamai.net. 20S IN A 202.214.220.229 a568.x.akamai.net. 20S IN A 202.214.220.223 a568.x.akamai.net. 20S IN A 202.214.220.222 a568.x.akamai.net. 20S IN A 202.214.220.221 a568.x.akamai.net. 20S IN A 202.214.220.206 a568.x.akamai.net. 20S IN A 202.214.220.214
1. Did Dan Bernstein release qmail-2.00? No. I contacted him several times, but never got a reply. If there is a problem with the name he should contact me.
Network Information: [ネットワーク情報] a. [IPネットワークアドレス] 220.209.75.0-220.209.182.0 b. [ネットワーク名] INFOWEB f. [組織名] InfoWeb(富士通株式会社) g. [Organization] InfoWeb(Fujitsu Ltd.) m. [運用責任者] KH071JP n. [技術連絡担当者] KN6902JP n. [技術連絡担当者] TK13654JP p. [ネームサーバ] ns1.hyper.web.ad.jp p. [ネームサーバ] ns3.hyper.web.ad.jp y. [通知アドレス] jpnic-sec@web.ad.jp [割当年月日] 2003/05/08 [返却年月日] [最終更新] 2003/12/18 17:02:51 (JST) kojima@web.ad.jp
>>697 http://cr.yp.to/publicfile/httpd.html | httpd does not allow dots immediately after slashes in file names. | It changes these dots to colons before attempting to open the file.
>>870 サンクス。こんなかんじですかね。 if svstat /service/cupsd | egrep '\<pid\>' > /dev/null; then exec env - /usr/local/samba/sbin/smbd -D -F else echo orz: cupsd does not runnning. fi
872 :名無しさん@お腹いっぱい。:2005/07/15(金) 12:49:49
up / down では?
873 :名無しさん@お腹いっぱい。:2005/07/15(金) 13:24:55
>>872 ん?grepの正規表現のこと?up だと、duwn しているときにもひっかっちゃう。 たとえば、 /service/collector: down 6296 seconds, normally up こんなかんじ