Matt Teagarden wrote:
>
> For the life of me, i can't get ftp services running on my rh5 box. I have
> both ftp and anonftp packages installed(i hope so)
The way to tell for sure is rpm -q packageName
If it comes back 'not installed', then you know what to do -- otherwise,
try rpm -V packageName or rpm -Vvv packageName. If -V comes back with
missing files, then you can work from there (either re-install the rpm
or get Directly Involved). But assuming that you do have all the right
stuff in place. . .
> but the services won't
> start and I can't figure out how to fire them up by hand....
On my systems (and I think on most), ftp is controlled by the inetd
daemon, which is started at boot time by rc.local; its configuration
file is /etc/inetd.conf, which lists all of the services which inet is
allowed to run on a given machine. There should be a line in that file
for ftp.
You might want to man inetd for information on that file and how to get
it set up the right way for what you want.
Provided that the file is set up the right way, then ftp should run. If
not, c'mon back and we'll try again.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.