Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 28127

Summary: pure-ftpd-1.0.16a start and stop don't work properly
Product: Gentoo Linux Reporter: Joakim <moonwalker>
Component: Current packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Joakim 2003-09-07 13:34:53 UTC
After updating pure-ftpd to 1.0.16a start and stop don't work anymore. The stop 
script fail and on a new start it gives a warning pure-ftpd alreaddy is 
started, a status run also show it's started, but it's not. Infact, even a 
complete #emerge -C pure-ftpd
#emerge clean
#emerge pure-ftpd

gives the same result. The reason are those 2 softlinks in the filesystem

/var/lib/init.d/started/pure-ftpd
/var/lib/init.d/softscripts/pure-ftpd

hanging around for some reason and not handled properly by the start|stop 
script. Removing them manually solve the issue though. I thought this should be 
noted in case anyone else run into the same problem.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nick Hadaway 2003-10-17 20:54:23 UTC
Most likely what happened is you upgraded pure-ftpd while it was running.

/etc/init.d/pure-ftpd stop
/etc/init.d/pure-ftpd zap
/etc/init.d/pure-ftpd start

You should have no further problems after doing that.
Comment 2 Joakim 2003-10-18 01:04:25 UTC
ok works, thanks