- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: vsftpd dead but subsys locked
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 11:35 PM
02-24-2005 11:35 PM
When I try to stop the vsftpd service, executing "service vsftpd stop" the output command is :
NOT OK and "vsftpd dead but subsys locked"
Starting the service all is OK.
Seeing the /etc/init.d/vsftpd file , I see that when the stop call run properly ($?=0) execute a a "rm /var/lock/subsys/vsftp".
I have deleted the file manually , but the error continous.
Do you have any idea about it?
Linux version: Enterprise Linux AS release 3
Thanks for your help
Harstad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 07:09 AM
02-25-2005 07:09 AM
Re: vsftpd dead but subsys locked
What happens when you type:
/etc/init.d/vsftpd status after you start it?
My guess you will get the locked message.
I had this same problem with snmpd and it was due to having a "faulty" line in my /etc/snmp/snmp.conf line, so you may want to look at /etc/vsftpd/vsftpd.conf file first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 11:43 PM
03-01-2005 11:43 PM
Re: vsftpd dead but subsys locked
Firstable, thanks for your answer.
I have checked the vsftpd.conf file and all seems OK. Comparing this file with the same in other server is equal
Thanks
Harstad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:15 AM
03-09-2005 07:15 AM
Re: vsftpd dead but subsys locked
GATEWAY=
when it should have specified:
GATEWAY=
When I changed it and rebooted, vsftpd came up OK and seems to be working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:20 AM
03-09-2005 07:20 AM
SolutionThis is caused by a number of factors, including problems not related to vsftpd.
I would suggest using yum or up2date to get the latest version of vsfptd installed.
This daemon has a log file which may give a clue as to why its dying. There are DOS type attacks or too many malicious user situations which may bring this condition about.
There may be a clue in /var/log/messages as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 05:52 PM
02-20-2006 05:52 PM
Re: vsftpd dead but subsys locked
I had made changes to vsftpd.conf to disable anonymous access. On using "service vsftpd start" and "service vsftpd status", Iwould get "vsftpd dead but subsys locked".
I first went into /etc/vsftpd/ and undid all changes. Ona hunch I also deleted all excess recovery confs like vsftpd.conf~ and vsftpd.conf- created by the editors used. I then removed the /var/lock/subsys/vsftpd file.
"service vsftpd stop", "service vsftpd start" and "service vsftpd status" now give the expected output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 08:56 PM
02-20-2006 08:56 PM
Re: vsftpd dead but subsys locked
You could try deleting the /var/run/vsftpd pid file and try and you will get the expected results.
Cheers