summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-September/018732.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-September/018732.html')
-rw-r--r--zarb-ml/mageia-dev/2012-September/018732.html139
1 files changed, 139 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-September/018732.html b/zarb-ml/mageia-dev/2012-September/018732.html
new file mode 100644
index 000000000..6e7a4162c
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-September/018732.html
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [Mageia-discuss] installing in parallel
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia-discuss%5D%20%20installing%20in%20parallel&In-Reply-To=%3C50575465.5010603%40xs4all.nl%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="018730.html">
+ <LINK REL="Next" HREF="018734.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [Mageia-discuss] installing in parallel</H1>
+ <B>Marja van Waes</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BMageia-discuss%5D%20%20installing%20in%20parallel&In-Reply-To=%3C50575465.5010603%40xs4all.nl%3E"
+ TITLE="[Mageia-dev] [Mageia-discuss] installing in parallel">marja11 at xs4all.nl
+ </A><BR>
+ <I>Mon Sep 17 18:48:37 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="018730.html">[Mageia-dev] [Mageia-discuss] installing in parallel
+</A></li>
+ <LI>Next message: <A HREF="018734.html">[Mageia-dev] [changelog] [RPM] cauldron nonfree/release drakx-installer-images-1.83-1.mga3.nonfree
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18732">[ date ]</a>
+ <a href="thread.html#18732">[ thread ]</a>
+ <a href="subject.html#18732">[ subject ]</a>
+ <a href="author.html#18732">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+On 17/09/2012 17:15, nicolas vigier wrote:
+&gt;<i> On Mon, 17 Sep 2012, Marja van Waes wrote:
+</I>&gt;&gt;<i> On 17/09/2012 15:12, Johnny A. Solbu wrote:
+</I>
+&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> I use a single command line for parrallel upgrades, that can
+</I>&gt;&gt;&gt;<i> be used for parallel package installation. === ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at comp1</A>
+</I>&gt;&gt;&gt;<i> -t &quot;/usr/sbin/urpmi --auto-update&quot; &amp;&amp; ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at comp2</A> -t
+</I>&gt;&gt;&gt;<i> &quot;/usr/sbin/urpmi --auto-update&quot; &amp;&amp; ssh <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at comp3</A> -t
+</I>&gt;&gt;&gt;<i> &quot;/usr/sbin/urpmi --auto-update&quot; === If you have disabled root
+</I>&gt;&gt;&gt;<i> login, add sudo just before the urpmi command. (btw, I use ssh
+</I>&gt;&gt;&gt;<i> keys for auth and enforce &quot;without-password&quot;.) Just replace
+</I>&gt;&gt;&gt;<i> &quot;--auto-update&quot; with &quot;name of package&quot; for installation.
+</I>&gt;&gt;<i>
+</I>
+&gt;&gt;<i> Ah, nice Johnny, your command line can even be used across
+</I>&gt;&gt;<i> different Mageia versions and arches :)
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Now it looks odd that I ever thought the MCC/drakrpm-edit-media
+</I>&gt;&gt;<i> parallel option would only work on identical systems ;)
+</I>&gt;<i>
+</I>&gt;<i> I think urpmi-parallel is not the same. It's using ka-tools or
+</I>&gt;<i> taktuk to do parallel transfert of the package files on the
+</I>&gt;<i> servers.
+</I>&gt;<i>
+</I>&gt;<i> I don't know if it is still working.
+</I>&gt;<i>
+</I>
+Thanks, Nicolas.
+
+I remember having seen a choice between ka-run and ssh, when I looked
+at the tool.
+
+ka-tools has been obsoleted after Mdv 2007, or am I wrong about that?
+
+On 17/09/2012 16:43, Johnny A. Solbu wrote:
+
+&gt;<i> If one have many systems, one can use a shellscript with one ssh
+</I>&gt;<i> command on each line.
+</I>&gt;<i>
+</I>&gt;<i> The advantage of using urpmi's &quot;--parallel&quot; option is that the
+</I>&gt;<i> &quot;--parallel&quot; option only downloads one file that are distributed
+</I>&gt;<i> to the nodes, whereas my command will download three copies, one on
+</I>&gt;<i> each machine. So unless one have a local mirror or use an urpmi
+</I>&gt;<i> proxy, my command example will download three copies of each
+</I>&gt;<i> updated package over the internet connection.
+</I>&gt;<i>
+</I>
+Thanks, Johnny :)
+
+It would be nice, in case we're going to have an educational DVD
+somewhere in the future, to know whether this MCC option would be an
+appropriate tool for people in charge of some school computers to
+maintain them.
+
+So there is this tool, and there is urpmi --parallel and
+drakrpm-edit-media --parallel=alias,host (be in parallel mode, use
+&quot;alias&quot; group, use &quot;host&quot; machine to show needed deps)
+
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+Comment: Using GnuPG with Mozilla - <A HREF="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</A>
+
+iQEcBAEBAgAGBQJQV1RgAAoJEKWubDMI5nEBTUgIAJNmsbbY/h5Rx0shQgrUZO+T
+xJ1Ey9Hy6U1sHg7PZ7HKm1omk5pfK1Q9IXFCCTs0pz/NMT90h0k/ktRWJIM65Wie
+wOZyyh6rq/O6xYHsZP8P3vVTE2e7TwCnTCbPl1WH9SU4S3UTuVz0gF/mpY8ACdHt
+TiQrELp6B0+62geq99cz4ZCiCFOGGN+Oy+/C89bgQFUutBMBBYSVOfBNJEYLUI9T
+ihfcLFRh1Jd/rzJxhNIv7xwIJVLVXC8JLiOf5B+xlKyncvZAGWL8XoHsUXYKEb5u
+eY/5W9xdKsZTfxMl22YUY48hiNHPDDLj3v5mtcEqnOM9OQzR779on/anayr42QA=
+=ATBw
+-----END PGP SIGNATURE-----
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="018730.html">[Mageia-dev] [Mageia-discuss] installing in parallel
+</A></li>
+ <LI>Next message: <A HREF="018734.html">[Mageia-dev] [changelog] [RPM] cauldron nonfree/release drakx-installer-images-1.83-1.mga3.nonfree
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#18732">[ date ]</a>
+ <a href="thread.html#18732">[ thread ]</a>
+ <a href="subject.html#18732">[ subject ]</a>
+ <a href="author.html#18732">[ 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>