# TAG: incoming_icp_average # TAG: incoming_http_average # TAG: min_icp_poll_cnt # TAG: min_http_poll_cnt # Heavy voodoo here. I can't even believe you are reading this. # Are you crazy? Don't even think about adjusting these unless # you understand the algorithms in comm_select.c first! # #incoming_icp_average 6 #incoming_http_average 4 #min_icp_poll_cnt 8 #min_http_poll_cnt 8
28 :名無しさん@お腹いっぱい。 :02/09/23 14:06
Return-Path: <root@*.jp> Received: from cynthia.osk.calmnet.ne.jp ([61.214.220.166]) by mps4.*.jp with ESMTP id <20020921213129.KRYQ2323.*.jp@cynthia.osk.calmnet.ne.jp> for <root@*.jp>; Sun, 22 Sep 2002 06:31:29 +0900 Received: by cynthia.osk.calmnet.ne.jp (Postfix, from userid 0) id A4E3C2F066; Sun, 22 Sep 2002 06:31:27 +0900 (JST) From: root@*.jp (Cron Daemon) To: root@*.jp Subject: Cron <root@cynthia> test -e /usr/sbin/anacron || run-parts --report
本文 run-parts: /etc/cron.daily/man-db exited with return code 3 /etc/cron.daily/standard: find: /var/www: Stale NFS file handle
以下エラーメッセージを貼付します。 NOTE: This is a MySQL binary distribution. It's ready to run, you don't need to configure it!
To help you a bit, I am now going to create the needed MySQL databases and start the MySQL server for you. If you run into any trouble, please consult the MySQL manual, that you can find in the Docs directory.
Sorry, the host 'localhost' could not be looked up. Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option
メーラの設定とは具体的にはどんなだろう?まあ頑張ってみます。 example.{com,org,net}ってちゃんと押さえられてるのね。 >You have reached this web page by typing "example.com", "example.net", or "example.org" into your web browser. >These domain names are reserved for use in documentation and are not available for registration
NagiosR is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. 公式サイト http://www.nagios.org/
>>453 cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co apel cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co -r flim-1_14 flim cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co -r emiko-1_14 semi cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root co wanderlust for i in apel flim semi wanderlust do ( cd $i && exec make install ) done
大学の授業で初めてunix使い始めたようなド素人です。 programmingというディレクトリーの中にinitials.cというファイルが あるのですが、そのファイルをrmというコマンドで削除しようとしたら "no such file or directory"と表示されてしまいます。 ファイルが無いといわれたのでディレクトリーごとrmdirというコマンド を使って削除しようとしたら今度は"Directory not empty"と言われてしまいます。 どうしたらいいんでしょうか?どなたかお願いいたします。
>>614 ありがとうございます。 linux-base linux_base-6.1_1 The base set of packages needed in Linux mode linux_base-7.1_2 The base set of packages needed in Linux mode linux-gtk linux-gtk-1.2_2 RPM of the Gtk lib でした。
r : ディレクトリを読む権限。 つまりディレクトリ中のファイルをリストアップすることが出来るかどうか。 w : ディレクトリに書く権限。 つまりディレクトリ中にファイルを作成、削除することが出来るかどうか。 x : ディレクトリ下にアクセスする権限 つまり、ディレクトリ中のファイルにアクセス(読み書き実行)することが出来るかどうか。
637 :名無しさん@お腹いっぱい。 :02/10/03 23:42
パーミッシュン関係の質問が出ているのでついでに聞きたいのですが、 許可の権限は other → group → 自分 に継承されますか?
何が聞きたいのかというと、cgi設置のホームページでパーミッションの解説が書いてあって、 (そこの解説の環境ではcgiファイルは other のアカウントで実行されるのですが) cgi のパーミッションは 705 にしろとか書いてありました。