Ubuntu 8.10 Server Editionを使い、サーバーとネットワークについて学習しようと思いました。
http://wiki.livedoor.jp/rockie33jp/d/ssh%a5%b5%a1%bc%a5Ф%ce%c0%df%c4%ea
上記アドレスのサイト等を参考にし、opensshサーバーの設定を行い、別のWindowsPCからPuTTyを使用し、公開鍵暗号方式を使用して、リモートアクセスしております。
次にntpサーバ設定のために、
$ sudo apt-get update
$ sudo apt-get install ntp
と打ち込み
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ntp-doc
The following NEW packages will be installed:
ntp
0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
Need to get 432kB of archives.
After this operation, 1069kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
ntp
Install these packages without verification [y/N]?
という表示がでて、yとN両方試しましたが、その後の
$ sudo vim /etc/ssh/ntp_config
を実行したのですが、
"/etc/ntp.conf" [New File]
となっており、何のデータもありません。
どこがおかしいのかわからないので教えていただきたいと思います。
返答ありがとうございます。
Install these packages without verification [y/N]?
の後に表示される文ものせますが、Wr5様のおっしゃる通り、どうやらエラーでインストールできていないようです。
Install these packages without verification [y/N]? y
Err http://jp.archive.ubuntu.com hardy-updates/main ntp 1:4.2.4p4+dfsg-3ubuntu2. 1
Cannot initiate the connection to jp.archive.ubuntu.com:80 (160.26.2.179). - c onnect (101 Network is unreachable)
Err http://security.ubuntu.com hardy-security/main ntp 1:4.2.4p4+dfsg-3ubuntu2.1
Cannot initiate the connection to security.ubuntu.com:80 (91.189.88.37). - con nect (101 Network is unreachable)
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/n/ntp/ntp_4.2.4p4+df sg-3ubuntu2.1_i386.deb Cannot initiate the connection to security.ubuntu.com:80 (91.189.88.37). - connect (101 Network is unreachable)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-mis sing?
これ以上解決できないようであれば、書籍等で学習し直そうと思います。
お礼
どうやらそのようです。ドライバは一応入れたのですが、つながっていなかったようです。再度試してみたいと思います。長い間ありがとうございました。