Re: vsftpd problem RH7.3
From: Tommy Reynolds (TommyReynolds_at_yahoo.com)
Date: 09/27/04
- Next message: Tommy Reynolds: "Re: Web browser issue"
- Previous message: Newsgroup Poster: "Re: vsftpd problem RH7.3"
- In reply to: arvid: "vsftpd problem RH7.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Sep 2004 09:09:30 -0500
On Mon, 27 Sep 2004 04:44:12 -0700, arvid wrote:
Where did you get the RPM from? Some older vsftpd versions want to run as
a service of xinetd(8), while newer ones want to run standalone.
Which ever method was used, the RPM should have installed it
correctly. Try a
# rpm -V vsftpd
to see if the install has been corrupted.
> The output of /etc/xinted.d/vsftpd :
> service ftp
> {
> disable = no
> socket_type = stream
> wait = no
> user = root
> server = /usr/sbin/vsftpd nice
> = 10
> }
> }
xinetd ain't inetd. Your setup file is buggered. Only the server
pathname goes on the "server=" line. Use a "server_args=" to supply
any command line arguments for the server. You have one too many '}'
brackets, also.
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/vsftpd nice
server_args = nice = 10
}
HTH
- Next message: Tommy Reynolds: "Re: Web browser issue"
- Previous message: Newsgroup Poster: "Re: vsftpd problem RH7.3"
- In reply to: arvid: "vsftpd problem RH7.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|