From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../20121109/22cc410c/attachment-0001.bin | 26 ++++++++ .../attachments/20121109/22cc410c/attachment.bin | 26 ++++++++ .../20121109/4ba51369/attachment-0001.html | 9 +++ .../attachments/20121109/4ba51369/attachment.html | 9 +++ .../20121109/b2fd42ec/attachment-0001.html | 73 ++++++++++++++++++++++ .../attachments/20121109/b2fd42ec/attachment.html | 73 ++++++++++++++++++++++ .../20121109/cdc71c37/attachment-0001.html | 2 + .../attachments/20121109/cdc71c37/attachment.html | 2 + .../20121109/fd6193ea/attachment-0001.asc | 7 +++ .../attachments/20121109/fd6193ea/attachment.asc | 7 +++ 10 files changed, 234 insertions(+) create mode 100644 zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment-0001.bin create mode 100644 zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment.bin create mode 100644 zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment-0001.html create mode 100644 zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment.html create mode 100644 zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment-0001.asc create mode 100644 zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment.asc (limited to 'zarb-ml/mageia-dev/attachments/20121109') diff --git a/zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment-0001.bin new file mode 100644 index 000000000..6da53fe3b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment-0001.bin @@ -0,0 +1,26 @@ +Index: urpm.pm +=================================================================== +--- urpm.pm (révision 6367) ++++ urpm.pm (copie de travail) +@@ -165,7 +165,9 @@ + my ($urpm) = @_; + $< or return; + +- my $dir = ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $< . "/lib"; ++ my $dir = $urpm->{options}{cachedir} ? ++ $urpm->{options}{cachedir} . "/lib": ++ ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $< . "/lib"; + init_dir($urpm, $dir); + } + +@@ -174,7 +176,9 @@ + my ($urpm) = @_; + $< or return; + +- my $dir = ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $<; ++ my $dir = $urpm->{options}{cachedir} ? ++ $urpm->{options}{cachedir} : ++ ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $<; + init_dir($urpm, $dir); + } + diff --git a/zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment.bin b/zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment.bin new file mode 100644 index 000000000..6da53fe3b --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment.bin @@ -0,0 +1,26 @@ +Index: urpm.pm +=================================================================== +--- urpm.pm (révision 6367) ++++ urpm.pm (copie de travail) +@@ -165,7 +165,9 @@ + my ($urpm) = @_; + $< or return; + +- my $dir = ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $< . "/lib"; ++ my $dir = $urpm->{options}{cachedir} ? ++ $urpm->{options}{cachedir} . "/lib": ++ ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $< . "/lib"; + init_dir($urpm, $dir); + } + +@@ -174,7 +176,9 @@ + my ($urpm) = @_; + $< or return; + +- my $dir = ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $<; ++ my $dir = $urpm->{options}{cachedir} ? ++ $urpm->{options}{cachedir} : ++ ($urpm->{urpmi_root} || '') . userdir_prefix($urpm) . $<; + init_dir($urpm, $dir); + } + diff --git a/zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment-0001.html new file mode 100644 index 000000000..432d73f75 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment-0001.html @@ -0,0 +1,9 @@ +Hi,

I am trying to install some software and get the error:
<<
 L'installation a échoué, certains fichiers sont manquants :
    rsync://ftp.tsukuba.wide.ad.jp/mageia/distrib/2/x86_64/media/tainted/release/mencoder-1.0-1.rc4.0.r34578.9.mga2.tainted.x86_64.rpm
+ +Vous devriez mettre à jour votre base de données urpmi.

Essayer de continuer néanmoins ?
>>
(basically the rsync failed)

So I guess the repo is down, hopefully temporarily. I went to the "configure media sources" UI and "add a specific media mirror" (was using the $MIRRORLIST default until now).
+ +
[Side-note: the other mirror in Japan also had faulty tainted repos. I wonder if there is a problem with Japan politics maybe about tainted softwares?]

That's all good, but that's a bad user experience. Most users won't know how to search, and will just think it is broken.
+ +
So my real question is: couldn't the $MIRRORLIST fallback to other servers than the "closer" instead of failing?
I mean, that's one of the main point of having mirrors. It indeed allows to faster downloads if you take a close one, but it could/should also be used for falling back, hence providing "installation high availability".
+ +
Shouldn't that be the default behavior?
Thanks.

Jehan
diff --git a/zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment.html b/zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment.html new file mode 100644 index 000000000..432d73f75 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment.html @@ -0,0 +1,9 @@ +Hi,

I am trying to install some software and get the error:
<<
 L'installation a échoué, certains fichiers sont manquants :
    rsync://ftp.tsukuba.wide.ad.jp/mageia/distrib/2/x86_64/media/tainted/release/mencoder-1.0-1.rc4.0.r34578.9.mga2.tainted.x86_64.rpm
+ +Vous devriez mettre à jour votre base de données urpmi.

Essayer de continuer néanmoins ?
>>
(basically the rsync failed)

So I guess the repo is down, hopefully temporarily. I went to the "configure media sources" UI and "add a specific media mirror" (was using the $MIRRORLIST default until now).
+ +
[Side-note: the other mirror in Japan also had faulty tainted repos. I wonder if there is a problem with Japan politics maybe about tainted softwares?]

That's all good, but that's a bad user experience. Most users won't know how to search, and will just think it is broken.
+ +
So my real question is: couldn't the $MIRRORLIST fallback to other servers than the "closer" instead of failing?
I mean, that's one of the main point of having mirrors. It indeed allows to faster downloads if you take a close one, but it could/should also be used for falling back, hence providing "installation high availability".
+ +
Shouldn't that be the default behavior?
Thanks.

Jehan
diff --git a/zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment-0001.html new file mode 100644 index 000000000..92ee2a9ff --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment-0001.html @@ -0,0 +1,73 @@ +i would like to use draklive but i had some problems to use. does it ( https://wiki.mageia.org/en/Draklive ) works ?



+
2012/11/9 scsijon <scsijon@lamiaworks.com.au>
+On 09/11/12 02:01, mageia-dev-request@mageia.org wrote:
+
+Send Mageia-dev mailing list submissions to
+        mageia-dev@mageia.org
+
+To subscribe or unsubscribe via the World Wide Web, visit
+        https://www.mageia.org/mailman/listinfo/mageia-dev
+or, via email, send a message with subject or body 'help' to
+        mageia-dev-request@mageia.org
+
+You can reach the person managing the list at
+        mageia-dev-owner@mageia.org
+
+When replying, please edit your Subject line so it is more specific
+than "Re: Contents of Mageia-dev digest..."
+
+
+Today's Topics:
+
+    1. Re: xfce / lxde live cd / dvd for Mageia 3 (Jose Jorge)
+    2. Re: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Liam R E Quin)
+    3. Re: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Liam R E Quin)
+    4. Fw: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Shlomi Fish)
+    5. 2nd Draft of a Letter to the Software Freedom Law        Center
+       (SFLC). (Shlomi Fish)
+    6. Re: xfce / lxde live cd / dvd for Mageia 3 (Armando B.)
+    7. faac: decision from the packagers meeting (Guillaume Rousse)
+    8. Re: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Anne Wilson)
+
+
+----------------------------------------------------------------------
+
+Message: 1
+Date: Thu, 08 Nov 2012 13:48:06 +0100
+From: Jose Jorge<lists.jjorge@free.fr>
+To: Mageia development mailing-list<mageia-dev@mageia.org>
+Subject: Re: [Mageia-dev] xfce / lxde live cd / dvd for Mageia 3
+Message-ID:<509BAA06.1090004@free.fr>
+Content-Type: text/plain; charset=ISO-8859-1; format=flowed

+
+Le 08/11/2012 11:24, Armando B. a ?crit :
+
+Hi all,
+what do we think about release also xfce / lxde live cd for Mageia 3 ?
+
+
+We have just managed to reduce the number of medias : it was to much for
+our QA team. So, no way for more official medias!
+
+
+------------------------------
+
+
+
+If someone wants to provide me with a complete packagelist I'll have a go building an purely Mageia3 ALPHA iso using Puppy's Woof ISO Builder. However so far it's been limited to crossbuilds with Mandrake/Mageia1 and Mageia2 but has built with others.
+ +
+Else someone else can build and give me a temporary url to download.
+
+I can easily host the result on my linux website in Australia in either case as a "Side-build" as I have room and bandwith available at present.
+
+regards
+scsijon
+



--
  themonospot project - http://www.integrazioneweb.com/themonospot
  monosim project - http://www.integrazioneweb.com/monosim
+  comex project - http://comex-project.googlecode.com
  webpman project - http://www.integrazioneweb.com/webpman
+ +
diff --git a/zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment.html b/zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment.html new file mode 100644 index 000000000..92ee2a9ff --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment.html @@ -0,0 +1,73 @@ +i would like to use draklive but i had some problems to use. does it ( https://wiki.mageia.org/en/Draklive ) works ?



+
2012/11/9 scsijon <scsijon@lamiaworks.com.au>
+On 09/11/12 02:01, mageia-dev-request@mageia.org wrote:
+
+Send Mageia-dev mailing list submissions to
+        mageia-dev@mageia.org
+
+To subscribe or unsubscribe via the World Wide Web, visit
+        https://www.mageia.org/mailman/listinfo/mageia-dev
+or, via email, send a message with subject or body 'help' to
+        mageia-dev-request@mageia.org
+
+You can reach the person managing the list at
+        mageia-dev-owner@mageia.org
+
+When replying, please edit your Subject line so it is more specific
+than "Re: Contents of Mageia-dev digest..."
+
+
+Today's Topics:
+
+    1. Re: xfce / lxde live cd / dvd for Mageia 3 (Jose Jorge)
+    2. Re: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Liam R E Quin)
+    3. Re: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Liam R E Quin)
+    4. Fw: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Shlomi Fish)
+    5. 2nd Draft of a Letter to the Software Freedom Law        Center
+       (SFLC). (Shlomi Fish)
+    6. Re: xfce / lxde live cd / dvd for Mageia 3 (Armando B.)
+    7. faac: decision from the packagers meeting (Guillaume Rousse)
+    8. Re: Draft of a Letter to the Software Freedom Law Center
+       (SFLC). (Anne Wilson)
+
+
+----------------------------------------------------------------------
+
+Message: 1
+Date: Thu, 08 Nov 2012 13:48:06 +0100
+From: Jose Jorge<lists.jjorge@free.fr>
+To: Mageia development mailing-list<mageia-dev@mageia.org>
+Subject: Re: [Mageia-dev] xfce / lxde live cd / dvd for Mageia 3
+Message-ID:<509BAA06.1090004@free.fr>
+Content-Type: text/plain; charset=ISO-8859-1; format=flowed

+
+Le 08/11/2012 11:24, Armando B. a ?crit :
+
+Hi all,
+what do we think about release also xfce / lxde live cd for Mageia 3 ?
+
+
+We have just managed to reduce the number of medias : it was to much for
+our QA team. So, no way for more official medias!
+
+
+------------------------------
+
+
+
+If someone wants to provide me with a complete packagelist I'll have a go building an purely Mageia3 ALPHA iso using Puppy's Woof ISO Builder. However so far it's been limited to crossbuilds with Mandrake/Mageia1 and Mageia2 but has built with others.
+ +
+Else someone else can build and give me a temporary url to download.
+
+I can easily host the result on my linux website in Australia in either case as a "Side-build" as I have room and bandwith available at present.
+
+regards
+scsijon
+



--
  themonospot project - http://www.integrazioneweb.com/themonospot
  monosim project - http://www.integrazioneweb.com/monosim
+  comex project - http://comex-project.googlecode.com
  webpman project - http://www.integrazioneweb.com/webpman
+ +
diff --git a/zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment-0001.html new file mode 100644 index 000000000..2e33d5211 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment-0001.html @@ -0,0 +1,2 @@ +Hello,

I noticed that there are two rpm group named 'Geography' and 'Sciences/Geosciences'. Are there any differences?
+

Regards.
diff --git a/zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment.html b/zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment.html new file mode 100644 index 000000000..2e33d5211 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment.html @@ -0,0 +1,2 @@ +Hello,

I noticed that there are two rpm group named 'Geography' and 'Sciences/Geosciences'. Are there any differences?
+

Regards.
diff --git a/zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment-0001.asc b/zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment-0001.asc new file mode 100644 index 000000000..d8e681c47 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iD8DBQBQnF4JT1rWTfpocyQRAjCsAJ9cXu6IQE9E0NBhfMY8XoUnJR8sjQCg9QhC +AuYQPwkqu2Mc5hUwgTf6X9I= +=RBRJ +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment.asc b/zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment.asc new file mode 100644 index 000000000..d8e681c47 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iD8DBQBQnF4JT1rWTfpocyQRAjCsAJ9cXu6IQE9E0NBhfMY8XoUnJR8sjQCg9QhC +AuYQPwkqu2Mc5hUwgTf6X9I= +=RBRJ +-----END PGP SIGNATURE----- -- cgit v1.2.1