Some tools are missing from the
The first tool you need to decide on has to provide logging facilities for your
system. Unix and Linux have an excellent history of logging capabilities -- if
you want you can log everything that happens on your system in logfiles. This
happens through the
Gentoo offers several system loggers to choose from. There are
If you plan on using
To install the system logger of your choice,
# emerge syslog-ng # rc-update add syslog-ng default
Next is the cron daemon. Although it is optional and not required for your system, it is wise to install one. But what is a cron daemon? A cron daemon executes scheduled commands. It is very handy if you need to execute some command regularly (for instance daily, weekly or monthly).
Gentoo offers three possible cron daemons:
We only provide
# emerge vixie-cron # rc-update add vixie-cron default(Only if you have chosen dcron or fcron) # crontab /etc/crontab
If you want to index your system's files so you are able to quickly
locate them using the
# emerge mlocate
Depending on what file systems you are using, you need to install the necessary
file system utilities (for checking the filesystem integrity, creating
additional file systems etc.). Please note that tools for managing ext2/ext3
filesystems (
The following table lists the tools you need to install if you use a certain file system:
| File System | Tool | Install Command |
|---|---|---|
If you are using SCSI RAID on a POWER5-based system, you should consider
installing the
# emerge iprutils
If you don't require any additional networking-related tools (such as ppp or a
dhcp client) continue with
If you require Gentoo to automatically obtain an IP address for your network
interface(s), you need to install
# emerge dhcpcd
If you need
# emerge ppp
Now continue with