Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33648 - vsftpd doesn't run standalone + version bump
Summary: vsftpd doesn't run standalone + version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Rajiv Aaron Manglani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-16 17:42 UTC by Matt Taylor
Modified: 2003-12-10 01:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
vsftpd-1.2.1-gentoo.diff.bz2 (vsftpd-1.2.1-gentoo.diff.bz2,2.03 KB, application/x-bzip2)
2003-11-16 17:43 UTC, Matt Taylor
Details
vsftpd.init.d (vsftpd,968 bytes, text/plain)
2003-11-16 17:44 UTC, Matt Taylor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Taylor 2003-11-16 17:42:08 UTC
After emerging vsftpd and trying to start it w/ it's initscript it prints this:
# /etc/init.d/vsftpd start
 * /etc/vsftpd/vsftpd.conf must contain background=YES in order to start vsftpd
from /etc/init.d/vsftpd

After adding that to my vsftpd.conf and trying to start it again it prints this:
# /etc/init.d/vsftpd start
 * Starting vsftpd...
500 OOPS: vsftpd: does not run standalone, must be started from inetd     [ !! ]

Looking thought the man page tells me I need to add listen=YES to run standalone

Also, version 1.2.1 is out and copying the ebuild works fine.  The gentoo patch
needs minor modification to apply cleanly.  Attached is the new patch and
modification to the initscript.

Reproducible: Always
Steps to Reproduce:
1.try to start vsftpd
2.follow error directions
3.try to start again

Actual Results:  
failed to start

Expected Results:  
started
Comment 1 Matt Taylor 2003-11-16 17:43:24 UTC
Created attachment 20841 [details]
vsftpd-1.2.1-gentoo.diff.bz2

updated patch
Comment 2 Matt Taylor 2003-11-16 17:44:37 UTC
Created attachment 20842 [details]
vsftpd.init.d

modifiled initscript
Comment 3 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-12-10 01:21:46 UTC
init script fix checked in. emerge vsftpd-1.2.0-r1 again if you want it with that version.

vsftpd-1.2.1 in portage as ~x86. thanks for the new patch.