- 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
01-06-2007 04:20 AM
01-06-2007 04:20 AM
vsftpd dead but subsys locked
that it is not working. Whenever I restart or stop the service I'm getting following messages.
1. Service vsftpd status
Vsftpd dead but subsys locked
2. Service vsftpd stop
Shutting Down vsftpd: [Failed]
3. Service vsftpd start
Starting vsftpd for vsftpd: [ok]
4.Service vsftpd status
Vsftpd dead but subsys locked
Kindly suggest....what can be done so that the vsftpd service work properly
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2007 04:42 AM
01-06-2007 04:42 AM
Re: vsftpd dead but subsys locked
Try to stop the xinetd and to restart the vsftpd service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2007 09:51 PM
01-06-2007 09:51 PM
Re: vsftpd dead but subsys locked
Many deamons have a lock file in /var/run
This message indicates that vsftpd did not terminate normally, but did terminate.
Erase the lock file and it will restart.
vsftpd is not run with xinetd unless you specifically altered its configuration. Contrary to wu-ftpd, it has its own configuration file and independent daemon infrastructure.
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
01-08-2007 01:00 AM
01-08-2007 01:00 AM
Re: vsftpd dead but subsys locked
service vsftpd stop
service vsftpd start
And just after that, check /var/log/messages. You probably have a problem in your configuration file. Error should be reported to that file.
Or run:
service vsftpd stop
vsftpd
This will start the daemon manually and any errors you will get to your terminal, like this:
500 OOPS: missing value in config file for:
You must be aware that all configuration options in the vsftpd.conf file must not start with a space, for example:
- Correct
anonymous_enable=YES
- Incorrect
If you have an space in your configuration file before the config options, you will get an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 06:37 AM
01-08-2007 06:37 AM
Re: vsftpd dead but subsys locked
/var/locl/subsys/vsftpd
and then restart vsftpd