[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:24902] Re: ddskk+emacs20 の動作不具合



久保田です。情報ありがとうございます。

原因究明が進展しました。

どうやら、"localhost" の名前解決に失敗しているようです。

-------------------------------
~$ telnet localhost 1178
telnet: could not resolve localhost/1178: Temporary failure in name resolution
~$ telnet localhost
telnet: could not resolve localhost/telnet: Temporary failure in name resolution
~$ telnet 127.0.0.1 1178
Trying 127.0.0.1...
Connected to penguin.
Escape character is '^]'.
-------------------------------

といったぐあいです。試しに、~/.emacs の
(setq skk-server-host "localhost")
を
(setq skk-server-host "127.0.0.1")
と変更すると、うまく動きました。

でも、/etc/hosts には
127.0.0.1	penguin	localhost
という行があるし、それに、この設定を行ったのはずっと昔のことですし。
なぜだろう...

関係があるかどうか分かりませんが、/etc/resolv.conf には、
nameserver ***.***.***.***
という行がふたつあるだけです。

ちなみにこのマシンは、Debian 標準の pppconfig を使って普通の電話回線
経由でネットワークにつなぐように設定されています。また、bind などは
インストールしていません。

---
Tomohiro KUBOTA <kubota@debian.org>
http://surfchem0.riken.go.jp/~kubota/