centOS5.3 インストール後の設定 yum
linuxに関して完全に初心者です。ネットワークの知識なんかもほぼありません。
今、
http://centossrv.com/centos5-init.shtml
このサイトを参考にして設定を進めているのですが、いきなりつまづいてしましました。
(4)rootになれるユーザを管理者のみにする
までは進めたのですが、(5)以降ができません。
色々といじってしまったかもしれなくてわけがわからない状態です…。最初どんな表示がでたのかは覚えていませんが、今現在は
/etc/rc.d/init.d/yum-updatesd stop
を実行すると
-bash: /etc/rc.d/init.d/yum-updatesd: No such file or directory(そのようなファイルはフォルダにない?)
と表示されます。
yum -y remove yum-updatesd
を実行すると
Loaded plugins: fastestmirror
Setting up Remove Process
No Match hor argument: yum-updatesd
No Packages marked for removal
と表示されます。
yum -y install yum-fastestmirror
を実行すると
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was
[Error 4] IOError: <urlopen error (-3, 'temporary failure in name resolution')>
Error: Cannot find a valid baseurl for repo: base
と表示されます。
yum -y update
を実行すると
yum -y install yum-fastestmirrorの時と同じ結果が返ってきます。
yum -y install yum-cron
を実行すると
yum -y install yum-fastestmirrorの時と同じ結果が返ってきます。
/etc/rc.d/init.d/yum-cron start
を実行すると
-bash: /etc/rc,d/init.d/yum-cron: No such file or directory
と表示されます。
chkconfig yum-cron on
を実行すると
error reading information on service yum-cron: No such file or directory
と表示されます。
インストールの時点のホスト名やIPアドレスに関しては、
http://centossrv.com/centos5.shtml
と同じように設定しました。
こんな序盤でつまづくなんて恥ずかしいですが、全く意味がわからず本当に困っています…。そもそもパッケージというものが何なのかすら分かっていません。
こんな状態ですが、どうか助けていただけないでしょうか?よろしくお願いします。