将来必要になるであろうと思われるファイルを片っ端からインストールしておきます。
まずは、nslookup を行うためのbind のユーテリティを入れます。

[root@meckk ~]# yum -y install bind-utils
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package bind-utils.ppc 31:9.4.2-2.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
bind-utils ppc 31:9.4.2-2.fc7 updates 194 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 194 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: bind-utils ######################### [1/1]

Installed: bind-utils.ppc 31:9.4.2-2.fc7
Complete!
[root@meckk ~]#



メール転送用に必要です。
root宛てのメールを自分宛てにするためとか、迷惑メールの選別に使います。

[root@meckk ~]# yum -y install procmail
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package procmail.ppc 0:3.22-19.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
procmail ppc 3.22-19.fc7 fedora 176 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 176 k
Downloading Packages:
(1/1): procmail-3.22-19.f 100% |=========================| 176 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: procmail ######################### [1/1]

Installed: procmail.ppc 0:3.22-19.fc7
Complete!
[root@meckk ~]#



メールの認証用に必要です。

[root@meckk ~]# yum -y install cyrus-sasl-md5
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package cyrus-sasl-md5.ppc 0:2.1.22-8.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
cyrus-sasl-md5 ppc 2.1.22-8.fc7 updates 53 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 53 k
Downloading Packages:
(1/1): cyrus-sasl-md5-2.1 100% |=========================| 53 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: cyrus-sasl-md5 ######################### [1/1]

Installed: cyrus-sasl-md5.ppc 0:2.1.22-8.fc7
Complete!
[root@meckk ~]#



プロバイダ経由でメールを転送するために必要となりました。

[root@meckk ~]# yum -y install cyrus-sasl-plain
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package cyrus-sasl-plain.ppc 0:2.1.22-8.fc7 set to be updated
---> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
cyrus-sasl-plain ppc 2.1.22-8.fc7 updates 31 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 31 k
Downloading Packages:
(1/1): cyrus-sasl-plain-2 100% |=========================| 31 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: cyrus-sasl-plain ######################### [1/1]

Installed: cyrus-sasl-plain.ppc 0:2.1.22-8.fc7
Complete!
[root@meckk ~]#



mailコマンドを使用するために必要です。

[root@meckk ~]# yum -y install mailx
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package mailx.ppc 0:8.1.1-46.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
mailx ppc 8.1.1-46.fc7 fedora 62 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 62 k
Downloading Packages:
(1/1): mailx-8.1.1-46.fc7 100% |=========================| 62 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: mailx ######################### [1/1]

Installed: mailx.ppc 0:8.1.1-46.fc7
Complete!
[root@meckk ~]#



これも必ず必要ですね。

[root@meckk ~]# yum -y install make
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package make.ppc 1:3.81-6.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
make ppc 1:3.81-6.fc7 fedora 475 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 475 k
Downloading Packages:
(1/1): make-3.81-6.fc7.pp 100% |=========================| 475 kB 00:02
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: make ######################### [1/1]

Installed: make.ppc 1:3.81-6.fc7
Complete!
[root@meckk ~]#



こちらも必要です。

[root@meckk ~]# yum -y install unzip
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package unzip.ppc 0:5.52-4.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
unzip ppc 5.52-4.fc7 fedora 158 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 158 k
Downloading Packages:
(1/1): unzip-5.52-4.fc7.p 100% |=========================| 158 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: unzip ######################### [1/1]

Installed: unzip.ppc 0:5.52-4.fc7
Complete!
[root@meckk ~]#,br>



[root@meckk ~]# yum -y install gettext
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package gettext.ppc 0:0.16.1-9.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
gettext ppc 0.16.1-9.fc7 updates 1.6 M

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 1.6 M
Downloading Packages:
(1/1): gettext-0.16.1-9.f 100% |=========================| 1.6 MB 00:06,br> Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: gettext ######################### [1/1]

Installed: gettext.ppc 0:0.16.1-9.fc7
Complete!
[root@meckk ~]#



WebDAVを使用するためには必要です。

[root@meckk ~]# yum -y install acl
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.riken.jp
* updates: ftp.riken.jp
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package acl.ppc 0:2.2.39-6.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
acl ppc 2.2.39-6.fc7 updates 75 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 75 k
Downloading Packages:
(1/1): acl-2.2.39-6.fc7.p 100% |=========================| 75 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: acl ######################### [1/1]

Installed: acl.ppc 0:2.2.39-6.fc7
Complete!
[root@meckk ~]#



[root@meckk ~]# yum install vixie-cron
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* fedora: ftp.jaist.ac.jp
* updates: ftp.jaist.ac.jp
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package vixie-cron.ppc 4:4.1-84.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
vixie-cron ppc 4:4.1-84.fc7 updates 88 k

Transaction Summary,br> =============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 88 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): vixie-cron-4.1-84. 100% |=========================| 88 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: vixie-cron ######################### [1/1]

Installed: vixie-cron.ppc 4:4.1-84.fc7
Complete!
[root@meckk ~]#



他の人が使用するディスクの制限を行うために必要です。

[root@meckk ~]# yum install quota
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for quota to pack into transaction set.
quota-3.13-1.2.3.1.ppc.rp 100% |=========================| 12 kB 00:00
---> Package quota.ppc 1:3.13-1.2.3.1 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
quota ppc 1:3.13-1.2.3.1 core 396 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 396 k
Is this ok [y/N]: y
Downloading Packages: (1/1): quota-3.13-1.2.3.1 100% |=========================| 396 kB 00:01
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: quota ######################### [1/1]

Installed: quota.ppc 1:3.13-1.2.3.1
Complete!
[root@meckk ~]#



[戻る] [TOP] [次へ]