「Linux」の版間の差分

提供: Wikinote
移動: 案内検索
(メモ)
行8: 行8:
 
*# <code>/etc/xinetd.d/telnet</code> 中の <code>disable = yes</code> を <code>no</code> にする
 
*# <code>/etc/xinetd.d/telnet</code> 中の <code>disable = yes</code> を <code>no</code> にする
 
*# <code>service xinetd restart</code> で xinetd を再起動する (これがわからずはまった…)
 
*# <code>service xinetd restart</code> で xinetd を再起動する (これがわからずはまった…)
 +
以下のようなエラーが出て接続できない場合
 +
Trying 192.168.1.1...
 +
Connected to lab.
 +
Escape character is '^]'.
 +
getaddrinfo: localhost Name or service not known
 +
Connection closed by foreign host.
 +
/etc/hosts に <code>192.168.1.1 host.hagio.org</code> を追加するとよい。
 +
host だけではダメで、FQDN にしたら接続できた。要するに、hostname コマンドの出力結果を貼付ける。
  
 
== カーネルバージョン ==
 
== カーネルバージョン ==

2009年3月30日 (月) 23:46時点における版

Linux 全般のノート。ディストリビューションは主に Red Hat と SUSE になるだろう。

メモ

  • telnet サーバを立ち上げる
    1. /etc/xinetd.d/telnet 中の disable = yesno にする
    2. service xinetd restart で xinetd を再起動する (これがわからずはまった…)

以下のようなエラーが出て接続できない場合

Trying 192.168.1.1...
Connected to lab.
Escape character is '^]'.
getaddrinfo: localhost Name or service not known
Connection closed by foreign host.

/etc/hosts に 192.168.1.1 host.hagio.org を追加するとよい。 host だけではダメで、FQDN にしたら接続できた。要するに、hostname コマンドの出力結果を貼付ける。

カーネルバージョン

RHEL 4 系はリビジョンからバージョンがわかる。

RHEL バージョン カーネルバージョン リビジョン
5 2.6.18 8.el5
5.1 53.el5
5.2 92.el5
5.3 128.el5
4 2.6.9 5.EL
4.1 11.EL
4.2 22.EL
4.3 34.EL
4.4 42.EL
4.5 55.EL
4.6 67.EL
4.7 78.EL
3 2.4.21 4.EL
3.1 9.EL
3.2 15.EL
3.3 20.EL
3.4 27.EL
3.5 32.EL
3.6 37.EL
3.7 40.EL
3.8 47.EL
3.9 50.EL