Send inn-workers mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/inn-workers
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-workers digest..."


Today's Topics:

   1. Re: OVDB errors (Julien ?LIE)


----------------------------------------------------------------------

Message: 1
Date: Tue, 19 Dec 2017 22:38:25 +0100
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: Re: OVDB errors
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi Kamil,

>>> Well. I have this again  after a week or something like that. But since
>>> last upgrade (Debian version: Version: 2.6.1-4 - I do not know if they
>>> do some backports) at  2017-11-26 I had no issue.
> 
> Today ovdb crashed :(
> 2017-12-17T14:34:13.746037+01:00 alfa nnrpd[29972]: OVDB: BDB2023 pthread 
> lock failed: Invalid argument
> 2017-12-17T14:34:13.746725+01:00 alfa nnrpd[29972]: OVDB: BDB0061 PANIC: 
> Invalid argument
> 2017-12-17T14:34:13.746813+01:00 alfa nnrpd[29972]: OVDB: BDB0060 PANIC: 
> fatal region error detected; run recovery
> 2017-12-17T14:34:13.746878+01:00 alfa nnrpd[29972]: OVDB: open: 
> version->open: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery

The error happens in check_version() in storage/ovdb/ovdb.c:

     ret = vdb->open(vdb, NULL, "version", NULL, DB_BTREE, _db_flags, 0666);
     if (ret != 0) {
         vdb->close(vdb, 0);
         warn("OVDB: open: version->open: %s", db_strerror(ret));
         return ret;
     }

I think _db_flags is DB_CREATE.
I do not know what can cause the pthread lock failture at that time.


https://community.oracle.com/thread/2619648 mentions an issue in 
virtualized environments.  Other discussions mention a limit in file 
descriptors.
Sorry for not being of useful help :(

-- 
Julien ?LIE

??Omnia uincit Amor et nos cedamus Amori.?? (Virgile)


------------------------------

Subject: Digest Footer

_______________________________________________
inn-workers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-workers

------------------------------

End of inn-workers Digest, Vol 101, Issue 4
*******************************************

Reply via email to