You are not logged in.
mysqld[20501]: 2020-04-20 21:38:52 0 [Note] /usr/bin/mysqld (mysqld 10.4.12-MariaDB) starting as process 20501 ...
mysqld[20501]: 2020-04-20 21:38:52 0 [Note] WSREP: Loading provider /usr/lib/galera/libgalera_smm.so initial position: a754e5f5-a4f1-11e7-b2d3-6abd477af07d:26759762
mysqld[20501]: wsrep loader: [INFO] wsrep_load(): loading provider library '/usr/lib/galera/libgalera_smm.so'
mysqld[20501]: wsrep loader: [ERROR] provider interface version mismatch: need '26', found '25'
Offline
Hmm, there's not even a version 26 in testing yet. Only 25 in extra. If 26 if what you need, that'll need to be built.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
I tried to build it from source without success (https://github.com/codership/galera/).
I wonder why mariadb package is updated and galera is left behind.
In x86_64 repository both mariadb and galera packages are up to date.
Offline
Mariadb only lists galera as an optional dependency, so I guess that broke any dependency tracking that's going on.
Or actually, maybe not. Looking at the build logs properly for once, I find that a build was attempted, but failed. This slightly noddy bug is listed as the blocker to that buid.
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
I built galera from source using these instructions (for future reference)
git clone -b mariadb-4.x https://github.com/MariaDB/galera.git
cd galera/
git submodule init
git submodule update
./scripts/build.sh
cp libgalera_smm.so /usr/lib/galera/
Offline
https://bugs.archlinux.org/task/65929
Was blocked upstream. I'll trigger a rebuid..
Offline
I rebuilt and published:
-rw-r--r-- 1 http http 310 Apr 23 17:33 pool/galera-26.4.3-2.0-i686.pkg.tar.zst.sig
-rw-r--r-- 1 http http 1285158 Apr 23 17:33 pool/galera-26.4.3-2.0-i686.pkg.tar.zst
-rw-r--r-- 1 http http 310 Apr 23 17:38 pool/galera-26.4.3-2.0-pentium4.pkg.tar.zst.sig
-rw-r--r-- 1 http http 1287045 Apr 23 17:38 pool/galera-26.4.3-2.0-pentium4.pkg.tar.zst
can you test again, if it works for you now?
Offline
It now works flawlessly. Thank you for your prompt response.
Offline