> From [EMAIL PROTECTED] Tue Jul 2 08:42:56 2002 > From: "David Goldfein" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: lprng lockup > Date: Tue, 2 Jul 2002 08:41:40 -0700 > > Patrick, > > If you could take a second to tell me what would cause the following > error I would appreciate it. If there is a consulting fee necessary, > please contact me. > > Under heavy load, I am getting the following error: > > Status: load_amadeus: Open_dgbm: open of DB file 'db.load_amadeus' > failed, File open error at 08:07:05.072 > > > > Where it can't open the db files. >
The problem is that you are running out of file descriptors available to the 'lp' user. (Amazing, yes?). I gave up on using the gdbm library exactly for this reason and fell back onto more primitive methods. Patrick Patrick Powell Astart Technologies [EMAIL PROTECTED] 6741 Convoy Court Network and System San Diego, CA 92111 Consulting 858-874-6543 FAX 858-279-8424 LPRng - Print Spooler (http://www.lprng.com) ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
