LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   "vsFTPD is dead but syskey locked" in RH9 services. (https://www.linuxquestions.org/questions/linux-networking-3/vsftpd-is-dead-but-syskey-locked-in-rh9-services-392882/)

SPo2 12-14-2005 04:20 PM

"vsFTPD is dead but syskey locked" in RH9 services.
 
Hi,

i hv this problem in RH9 in vsFTPD, as when i go GUI "services" vsftpd, its shows :vsFTPD is dead but syskey locked".

i can't shut vsftpd down using : # service vsftpd stop. or # /etc/rc.d/init.d/vsftpd stop.

Connection refused when i login with other box.
i tried uninstall & install vsftpd rpm but aft one reboot, it comes back to e above mention.

Whats wrong here? Share some tips anybody?
Thanks....pls advise

:newbie:

joelkeeble 12-15-2005 05:46 PM

looks like you need to play with the settings in /etc/vsftp.conf

If stopping the daemon doesn’t work you can always kill its process.

ps -ef

get the pid

kill (pid)

or

kill -9 (pid)

-9 will force the kernel to delete the program and its registers where as a normal kill will ask it nicely to shutdown.

SPo2 12-16-2005 01:37 AM

Hi

Joe...thanks 4 ur reply...

I tried ur recommendation but in : # ps -ef, vsftpd is not running in e list......

:newbie:

:confused:

aaronruss 06-26-2006 11:16 PM

Ive got the same issue with vsftpd and fc4. Ive searched but no one has a solution.

Any Ideas


All times are GMT -5. The time now is 04:53 PM.