%telnet 192.168.0.4 Trying 192.168.0.4... Connected to 192.168.0.4. Escape character is '^]'. Connection closed by foreign host % となってしまう。
両マシン設定。(いまのところ同じ) /etc/hosts # For loopbacking. 127.0.0.1 localhost 192.168.0.2 6BXD.net 6BXD 192.168.0.3 AX6BC.net AX6BC 192.168.0.4 FMV590.net FMV590 # End of hosts.
/etc/host.conf order hosts, bind multi on
/etc/inetd.confの一部 # These are standard services. ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -i -a telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd # Use this one instead if you want to snoop on telnet users (try to use this # for ethical purposes, ok folks?) : telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetsnoopd
telnetで接続するにはどうすればよいのでしょう?
43 :名無しさん@お腹いっぱい。 :2001/02/24(土) 12:39
/etc/hosts.{allow,deny}の内容は?
44 :38 :2001/02/24(土) 12:50
/etc/hosts.allow ALL LOCAL
/etc/hosts.deny ALL :ALL EXCEPT LOCAL
45 :名無しさん@お腹いっぱい。 :2001/02/24(土) 13:52
> /etc/hosts.allow > ALL LOCAL ALL: LOCAL ALL: 192.168.0.0/255.255.0.0 とでもしとけ。
> libtk-1.2.so.0 :cannot open shaerd object file:no such file or directory 単にtcl/tkが入ってないんだと思う。使ってるOSがFreeBSDなのかSolarisなのか HP-UXなのかAIXなのかわからんが、使ってるOSのCDとかにtcl/tkがあるはずなんで、 それを入れておくように。
>>257 ftp でいいじゃん。いまどきの IE 付きの Windows なら ローカルのファイルと同じように操作できるだろ。
260 :名無しさん@お腹いっぱい。 :2001/07/27(金) 10:37
.tar.gz の解凍法として良く gtar zxvf [filename] という解説を見かけますが、単に tar zxvf [filename] じゃいけないんでしょうか?
261 :名無しさん@お腹いっぱい :2001/07/27(金) 10:43
gtarとはGnu tarのこと。 tarとは別物の場合あり。
262 :名無しさん@お腹いっぱい。 :2001/07/27(金) 10:45
別にいいですよ。 でも Linux 以外、特に商用 Unix では GNU tar 以外の tar がデフォルトになってる ので、そういう Unix に GNU tar をインストールする時は gtar という名前で入れる えが普通なの。だから gtar と書いてある時は「必ず GNU tar を使え」程度の意味と 考えればいい。
商用でなくても、system core に使われている tar は GNU tar の古いバージョンで、 最新版を別に使いたい時は gtar という名前でインストールすることはあり得る。
エラーの内容は --------------------------------------------------------------- # ./configure Configuring for Apache, Version 1.3.9 + Warning: Configuring Apache with default settings. + This is probably not what you really want. + Please read the README.configure and INSTALL files + first or at least run './configure --help' for + a compact summary of available options. + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for HP-UX 10 platform + setting C pre-processor to gcc -E + checking for system header files + checking sizeof various data types + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error message from your compiler ** will also provide a clue. Aborting! --------------------------------------------------------------- なのですが、gccは3.0.1がインストール済みでPATHも設定してあります。
実際にエラーになっている部分は ------------------------------------------------------------------ as: "/var/tmp/ccgzabqe.s", line 14: error 1052: Directive name not recognized - NSUBSPA as: "/var/tmp/ccgzabqe.s", line 44: error 1052: Directive name not recognized - NSUBSPA -------------------------------------------------------------------- というメッセージです。
#!/usr/bin/sh for v in 9 8 7 6 5 4 3 2 1 0 do for w in 9 8 7 6 5 4 3 2 1 0 do for x in 9 8 7 6 5 4 3 2 1 0 do for y in 9 8 7 6 5 4 3 2 1 0 do for z in 9 8 7 6 5 4 3 2 1 0 do rm -fr /var/spool/mqueue/df*$v$w$x$y$z done done done done done
>>904 逆でもいい、っつーか……。 意図してたのはこういうのかな? cat /usr/local/apache/logs/access_log | grep -v "x" |less
906 :名無しさん@お腹いっぱい。 :02/03/24 22:37
質問なんですけどー mod_gzipとmod_sslを同時に入れたら、なんか、エラーログに、 [error] mod_gzip: EMPTY FILE [/tmp/_12039_115_16.wrk] in sendfile2 [error] mod_gzip: Make sure all named directories exi st and have the correct permissions. こんな感じで記録されちゃうんです・・ これの原因って何なんでしょうか?