It's a system error. DBD::File is trying to
flock
the database file by doing a system call. This call fails,
due to the shown reason.
There will be a maximum number of locks your system can deal
with, and there might be a limit per user, process of file
as well. You might want to consult Stevens' "Advanced programming
in the UNIX environment". You also might want to consult your
system administrator. Perhaps there's a process out of control,
consuming all the available locks. Perhaps NFS is involved.
Perhaps you need to modify a kernel parameter - which might
require a kernel rebuild, which in turn might require a reboot.
There are too many unknowns to say anything concrete. It's out
of Perls hand, you've entered the territory of the OS.
Abigail
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.