00:28:54 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. 00:29:36 Makes sense. I adjusted the config on the USB key and just blew away the disk array and am letting it rebuild. 11:12:05 jperkin finally had some time to set down with https://github.com/TritonDataCenter/pkgsrc/wiki/use:percona-cluster and set this up 11:12:31 But it looks like the galera so is missing 11:12:32 [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 11:12:45 So perhaps the build for that is broken again on trunk 11:21:44 sjorge: no they just moved the library in newer releases, it's now in /opt/local/lib 11:23:48 I just pushed an update to the doc 11:51:29 i see, will give it another go later 13:55:40 oh boy, this does not look IPv6 friendly at all 13:55:50 It tries to connect on ipv6 just fine but it refuses to listen on it 14:03:39 That's a galera thing in general though 14:30:09 OK that's a super weird config change but OK 14:45:31 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 15:34:54 ipv6 strikes again 15:37:36 Absolutely 15:37:55 I gave up on ipv6-only network at home but dualstack is what I trye 15:38:23 But as per usual, seems very very (if any) are running this with IPv6 15:39:11 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 16:03:51 Well using illumos also certainly brings in a bit of extra challange sometimes 16:04:03 I'm happy I managed to fix it for LX recently though 16:04:22 I stopped using it for a while because IPv6 was basically broken because glibc is a little *expletives here* from time to time 16:12:00 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 16:13:00 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 16:16:20 I've been sufficiently cafinated to give it another go 16:37:35 OK that's more like it, back to specific illumos errors now I think 16:37:46 https://gist.github.com/sjorge/d3cfad3b44527135537e3889fbc067ad 16:42:53 Seems to come from /opt/local/bin/wsrep_sst_xtrabackup-v2 17:03:26 I see, so you probable never hit that before it only happens in a timeout scenario 17:03:31 That I'm hitting because IPv6 17:03:37 probably still needs fixing though 17:04:16 https://gist.github.com/sjorge/ddc447ea648dff557aec7e5b010641ba I can't say if this is enough or not 17:04:24 Still don't have it working 17:09:16 i thought to use the names, you gave them w/o the 'SIG' part (e.g. pkill -TERM xxx / pkill -HUP syslogd / etc) 17:09:28 like the kill command 17:48:18 That might also work 17:48:53 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 17:52:14 Aha it's a bug 17:52:24 It uses /proc/cpuinfo to figure out the number of threads, which obviously fail -_- 17:53:17 That also explains the can't open /proc/cpuinfo messages higher up in the log 18:02:12 I think it's OK now https://gist.github.com/sjorge/f46a26dd2150459945dd5447aaa892e1 18:02:18 why doesn't it just use sysconf() ? seems like that'd be far easier (and foolproof) vs parsing a text file 18:02:20 jperkin do you not hit the /proc/cpuinfo bug ? 18:03:20 oh.. a script... could just replace that with $(psrinfo | wc -l) 18:10:28 Probably better if jperkin's is also hitting it, I think he will 18:13:52 Something seems broken, gonna call it a day on this.