diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-September/003948.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-September/003948.html | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-September/003948.html b/zarb-ml/mageia-sysadm/2011-September/003948.html new file mode 100644 index 000000000..998de818d --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-September/003948.html @@ -0,0 +1,121 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [Mageia-dev] What's wrong with BS? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5BMageia-dev%5D%20What%27s%20wrong%20with%20BS%3F&In-Reply-To=%3C1316438202.23668.25.camel%40akroma.ephaone.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003949.html"> + <LINK REL="Next" HREF="003952.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [Mageia-dev] What's wrong with BS?</H1> + <B>Michael Scherer</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5BMageia-dev%5D%20What%27s%20wrong%20with%20BS%3F&In-Reply-To=%3C1316438202.23668.25.camel%40akroma.ephaone.org%3E" + TITLE="[Mageia-sysadm] [Mageia-dev] What's wrong with BS?">misc at zarb.org + </A><BR> + <I>Mon Sep 19 15:16:41 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003949.html">[Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify +</A></li> + <LI>Next message: <A HREF="003952.html">[Mageia-sysadm] [changelog] cauldron core/release mplayer-1.0-1.rc4.0.r32713.8.mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3948">[ date ]</a> + <a href="thread.html#3948">[ thread ]</a> + <a href="subject.html#3948">[ subject ]</a> + <a href="author.html#3948">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le lundi 19 septembre 2011 à 14:45 +0200, Michael Scherer a écrit : +><i> Le lundi 19 septembre 2011 à 20:29 +0800, Funda Wang a écrit : +</I>><i> > <A HREF="http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20110919121040.fwang.valstar.7596/log/botcmd.1316434263.ecosse.log">http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20110919121040.fwang.valstar.7596/log/botcmd.1316434263.ecosse.log</A> +</I>><i> > +</I>><i> > It seems %distro_section is wrongly set? +</I>><i> +</I>><i> In a iurt chroot, that's ok. +</I>><i> +</I> +So, the problem should be fixed now. + +The root cause is the upgrade of puppet that started sooner than planned + +For some reason, puppet 2.7.X was installed on rabbit.mageia.org since +the main node, valstar, was not upgraded first ( and so rabbit was +complainging about "post support" ). So I upgraded it after doing a +quick test on my vm to check if some problem would arise. I am running +it on my own servers since some time and didn't notice anything ( or +forgot ), so I went with the upgrade route. + +However, just before the BS broke, I noticed that bcd.mageia.org was not +working anymore, due to a weird apache error. Then the build system +broke, and the website on valstar too ( like pkgsubmit, etc ), due to +the same error. Since buildsystem need apache to be running for package +installation, everything stopped working. + +Since a problem never appear alone, the upgrade of puppet also broke our +svn hook that check puppet syntax, so I had to disable it, and to +migrate to the new scheme ( which make me wonder why it didn't explode +on my own servers ). + +( and alamut was not broken due to a breakage in postgresql module that +prevented puppet from doing anything, so a breakage that prevented +another breakage. It is fixed now I think. ) + +The error was that before, in a puppet manifest, you could write : +$foo = "$bar-stuff" + +and the content of $foo is $bar , with -stuff in the end +and now, that the content of bar-stuff variable. + +So we have to use ${bar}-stuff. + +So in the end, I guess that's my fault from not warning to not do a +version upgrade of puppet, sorry about that. +-- +Michael Scherer + +</PRE> + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003949.html">[Mageia-sysadm] [sysadmin-commits] split mgacreatehome in a separate file in a attempt to simplify +</A></li> + <LI>Next message: <A HREF="003952.html">[Mageia-sysadm] [changelog] cauldron core/release mplayer-1.0-1.rc4.0.r32713.8.mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3948">[ date ]</a> + <a href="thread.html#3948">[ thread ]</a> + <a href="subject.html#3948">[ subject ]</a> + <a href="author.html#3948">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |