pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: MariaDB: Galera wsrep provider is missing
On Thu, Jan 12, 2023 at 06:06:55PM +0000, xfalkenx%SDF.ORG@localhost wrote:
> 2023-01-12 17:53:12 0 [ERROR] WSREP: failed to open gcomm backend
> connection: 22: Failed to set thread schedparams other:0: 22 (Invalid
> argument)
> at /usr/pkgsrc/wip/galera/work/galera-release_26.4.13/galerautils/src/gu_thread.cpp:thread_set_schedparam():105
I think this fails because it calls pthread_setschedparam with
SCHED_OTHER and a priority != PRI_NONE, which is not supported on
NetBSD since 2008 (and supposedly not on Linux either).
I've added a patch to work around this, please try again.
Thanks for testing, btw!
Thomas
Home |
Main Index |
Thread Index |
Old Index