-
bahamat
It would actually be good to add to the installer a check for that. It happens occasionally, and there's not anything we can do about it on our side.
-
jdt
Makes sense. I adjusted the config on the USB key and just blew away the disk array and am letting it rebuild.
-
sjorge
jperkin finally had some time to set down with
github.com/TritonDataCenter/pkgsrc/wiki/use:percona-cluster and set this up
-
sjorge
But it looks like the galera so is missing
-
sjorge
[ERROR] [MY-000000] [Galera] wsrep_load(): dlopen(): ld.so.1: mysqld: fatal: /opt/local/lib/mysql/plugin/libgalera_smm.so: open failed: No such file or directory
-
sjorge
So perhaps the build for that is broken again on trunk
-
jperkin
sjorge: no they just moved the library in newer releases, it's now in /opt/local/lib
-
jperkin
I just pushed an update to the doc
-
sjorge
i see, will give it another go later
-
sjorge
oh boy, this does not look IPv6 friendly at all
-
sjorge
It tries to connect on ipv6 just fine but it refuses to listen on it
-
sjorge
That's a galera thing in general though
-
sjorge
OK that's a super weird config change but OK
-
sjorge
I'm gonna give up for now, so many issues (that seem to be IPv6 related, as I got it working if I hard code the IPv4 IPs instead
-
jperkin
ipv6 strikes again
-
sjorge
Absolutely
-
sjorge
I gave up on ipv6-only network at home but dualstack is what I trye
-
sjorge
But as per usual, seems very very (if any) are running this with IPv6
-
jperkin
yeh I gave up on dualstack even because ipv6 just causes too many problems, so I don't currently have an environment where I could test v6 fixes to packages other than the usual ::1
-
sjorge
Well using illumos also certainly brings in a bit of extra challange sometimes
-
sjorge
I'm happy I managed to fix it for LX recently though
-
sjorge
I stopped using it for a while because IPv6 was basically broken because glibc is a little *expletives here* from time to time
-
sjorge
It's sadly a self fulfilling proficy, nobody is using IPv6, why should I as a dev put time in it --> nobody uses IPv6 because it: doesn't work at all, or worse is broken
-
sjorge
Been trying to get $work, which is linux only (sadly) to try dual stacking where possible but given we got a public /16, nobody is interested
-
sjorge
I've been sufficiently cafinated to give it another go
-
sjorge
OK that's more like it, back to specific illumos errors now I think
-
sjorge
-
sjorge
Seems to come from /opt/local/bin/wsrep_sst_xtrabackup-v2
-
sjorge
I see, so you probable never hit that before it only happens in a timeout scenario
-
sjorge
That I'm hitting because IPv6
-
sjorge
probably still needs fixing though
-
sjorge
-
sjorge
Still don't have it working
-
jbk
i thought to use the names, you gave them w/o the 'SIG' part (e.g. pkill -TERM xxx / pkill -HUP syslogd / etc)
-
jbk
like the kill command
-
sjorge
That might also work
-
sjorge
Make some progress, got the galera bootstrap transfuring now but it hits `xtrabackup: [ERROR] /opt/local/bin/xtrabackup: Empty value for 'parallel' specified.` after trying to decompress
-
sjorge
Aha it's a bug
-
sjorge
It uses /proc/cpuinfo to figure out the number of threads, which obviously fail -_-
-
sjorge
That also explains the can't open /proc/cpuinfo messages higher up in the log
-
sjorge
-
jbk
why doesn't it just use sysconf() ? seems like that'd be far easier (and foolproof) vs parsing a text file
-
sjorge
jperkin do you not hit the /proc/cpuinfo bug ?
-
jbk
oh.. a script... could just replace that with $(psrinfo | wc -l)
-
sjorge
Probably better if jperkin's is also hitting it, I think he will
-
sjorge
Something seems broken, gonna call it a day on this.