- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error wich gets daily
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-07-2008 08:07 PM
02-07-2008 08:07 PM
"sleeping: fcntl lock of pid file failed: Permission denied"
Anybody can tell me why this erro coming and how can I solve this ?
Rgds
Vinayan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 10:59 PM
02-07-2008 10:59 PM
Re: Error wich gets daily
if its so, can you tell us your nfs config?
Thnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 11:19 PM
02-07-2008 11:19 PM
Re: Error wich gets daily
I have 25 nfs shares mounted on my server
Rgds
Vinayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 12:07 AM
02-08-2008 12:07 AM
SolutionWhere did you get this error ? syslog ??
Which service logs this error ? like NFS,FTP..
In general,
Error implies that there are too many processes trying to take control of this file at the same time, or there is one or more "rogue" processes that are holding the lock for too long.
Thanks & Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 12:52 AM
02-08-2008 12:52 AM
Re: Error wich gets daily
yes its from syslog.
syslog.log_V1:Feb 7 16:59:01 nlxsl047 ftpd[18361]: sleeping: fcntl lock of pid file failed: Permission denied
vinayan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 02:40 AM
02-08-2008 02:40 AM
Re: Error wich gets daily
I found a document which says:
The "fcntl lock of pid file failed" message is seen when the ftpd(1M)process can not set a "lock" on the /etc/ftpd/pids/local|remote|all]
file. This implies that there are too many ftpd(1M) processes trying to take control of this file at the same time, or there is one or more "rogue" processes that are holding the lock for too long.
This is only a warning message. The failed fcntl(2) system call will be tried at 1 second intervals until success is returned.
The message is only seen when the ftpaccess(4) file is being used. If the ftpaccess(4) configuration is not required, then it can be disabled using the ftpd(1M) command-line options. See ftpd(1M) for more details.
Thanks & Regards
Ramesh