diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011057.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-January/011057.html | 188 |
1 files changed, 188 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011057.html b/zarb-ml/mageia-dev/2012-January/011057.html new file mode 100644 index 000000000..c621766f2 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-January/011057.html @@ -0,0 +1,188 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Numerous mariadb issues today. + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Numerous%20mariadb%20issues%20today.&In-Reply-To=%3C201201062023.13629.alien%40rmail.be%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="011031.html"> + <LINK REL="Next" HREF="011014.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Numerous mariadb issues today.</H1> + <B>Maarten Vanraes</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Numerous%20mariadb%20issues%20today.&In-Reply-To=%3C201201062023.13629.alien%40rmail.be%3E" + TITLE="[Mageia-dev] Numerous mariadb issues today.">alien at rmail.be + </A><BR> + <I>Fri Jan 6 20:23:13 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="011031.html">[Mageia-dev] Numerous mariadb issues today. +</A></li> + <LI>Next message: <A HREF="011014.html">[Mageia-dev] Orphans - those poor orphans . . . +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11057">[ date ]</a> + <a href="thread.html#11057">[ thread ]</a> + <a href="subject.html#11057">[ subject ]</a> + <a href="author.html#11057">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Op vrijdag 06 januari 2012 14:29:29 schreef Colin Guthrie: +[...] +><i> Ahh yes my my.cnf file didn't have the: +</I>><i> +</I>><i> [mysqld_safe] +</I>><i> log-error=/var/log/mysqld/mysqld.log +</I>><i> pid-file=/var/run/mysqld/mysqld.pid +</I>><i> +</I>><i> bits. +</I>><i> +</I>><i> If the default my.cnf file ships with that path (don't know if it does +</I>><i> or if it's patched in our packages) then perhaps the +</I>><i> mysqld-prepare-db-dir script should also be updated to use that as the +</I>><i> default? +</I> +since for ages, we ship our own my.cnf. + +mysql-prepare-db-dir uses the my.cnf values to get the log-error, so that's +already ok. + +[...] +><i> > indeed you shouldn't use the -obsolete ones, the xtradb should nicely use +</I>><i> > your innodb database, xtradb is a innodb with extra patches, so any +</I>><i> > innodb tuning is still valid for xtradb. +</I>><i> +</I>><i> OK, cool. As long as it still reads e.g. innodb_* from my.conf then all +</I>><i> will be well I think :) +</I> +yup + +[...] +><i> > only the load plugin should be changed into federatedx.so instead of +</I>><i> > federated.so ; the "federated" option is still valid for federatedx +</I>><i> > +</I>><i> > getting this error, means that you don't have any of them both loaded. +</I>><i> +</I>><i> Hmm, I thought I had tried all combinations, but I obviously didn't try +</I>><i> the ha_federatedx.so + federated option... gah, sorry about that. Still +</I>><i> the plugin name in the conf does still need updating, so at least I'm +</I>><i> not completely daft :D +</I> +afaik i had a sed line that did change the federated.so in to federatedx.so in +the spec file ... i'll need to doublecheck... + +><i> > sadly, my.cnf is a config file, i can provide a newer my.cnf all i want, +</I>><i> > it's not like i can modify the my.cnf file for existing upgrades? +</I>><i> +</I>><i> There are various things you can do with sed/awk on upgrades... I'd at +</I>><i> very least suggest a "sed -i 's/ha_federated\.so/ha_federatedx\.so/g' +</I>><i> /etc/my.cnf" to fix up that issue (which would prevent mysql starting... +</I>><i> looking back, that was probably the fundamental issue I had. +</I> +i'm gonna relook, but it looks like this exact line is in the spec file... +maybe it's not in the correct section... could you by any chance look at the +spec file as well?, i never did a %pre and %post thing before... + +><i> > my thoughts on plugins is: "xtradb is internal, because innodb was +</I>><i> > internal; federatedx was external, because federated was external" +</I>><i> +</I>><i> Hmm? innodb was not internal before was it? I thought it was a plugin +</I>><i> since a very long time (I pretty sure I remember panicking when Oden +</I>><i> enabled it for the first time a year or two back). Perhaps I'm wrong tho'. +</I> +i don't know, i based myself on the spec file for the mysql that was in +cauldron. + +><i> If you do make xtradb a plugin, then I'd suggest doing a "sed -i +</I>><i> 's/ha_innodb\.so/ha_xtradb\.so/g' m/etc/my.cnf" in the %post also. +</I>><i> +</I>><i> > can you recheck that a new my.cnf file at the very least works out of the +</I>><i> > box? and is this x86_64 or i586? +</I>><i> +</I>><i> It doesn't. It mentions ha_federated.so as mentioned above rather than +</I>><i> ha_federatedx.so, so this needs to be fixed. This is on x86_64 but I +</I>><i> guess that doesn't matter here. +</I>[...] + +strange, maybe something is wrong with the sed line... + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="011031.html">[Mageia-dev] Numerous mariadb issues today. +</A></li> + <LI>Next message: <A HREF="011014.html">[Mageia-dev] Orphans - those poor orphans . . . +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11057">[ date ]</a> + <a href="thread.html#11057">[ thread ]</a> + <a href="subject.html#11057">[ subject ]</a> + <a href="author.html#11057">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |