summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20121109
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20121109')
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment-0001.bin26
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/22cc410c/attachment.bin26
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment-0001.html9
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/4ba51369/attachment.html9
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment-0001.html73
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/b2fd42ec/attachment.html73
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment-0001.html2
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/cdc71c37/attachment.html2
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment-0001.asc7
-rw-r--r--zarb-ml/mageia-dev/attachments/20121109/fd6193ea/attachment.asc7
10 files changed, 234 insertions, 0 deletions
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,<br><br>I am trying to install some software and get the error:<br>&lt;&lt;<br> L&#39;installation a échoué, certains fichiers sont manquants :<br>    rsync://<a href="http://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">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</a><br>
+
+Vous devriez mettre à jour votre base de données urpmi.<br><br>Essayer de continuer néanmoins ?<br>&gt;&gt;<br>(basically the rsync failed)<br><br>So I guess the repo is down, hopefully temporarily. I went to the &quot;configure media sources&quot; UI and &quot;add a specific media mirror&quot; (was using the $MIRRORLIST default until now).<br>
+
+<br>[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?]<br><br>That&#39;s all good, but that&#39;s a bad user experience. Most users won&#39;t know how to search, and will just think it is broken.<br>
+
+<br>So my real question is: couldn&#39;t the $MIRRORLIST fallback to other servers than the &quot;closer&quot; instead of failing?<br>I mean, that&#39;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 &quot;installation high availability&quot;.<br>
+
+<br>Shouldn&#39;t that be the default behavior?<br>Thanks.<br><br>Jehan<br><span style="color:green;font-weight:bold"></span>
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,<br><br>I am trying to install some software and get the error:<br>&lt;&lt;<br> L&#39;installation a échoué, certains fichiers sont manquants :<br>    rsync://<a href="http://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">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</a><br>
+
+Vous devriez mettre à jour votre base de données urpmi.<br><br>Essayer de continuer néanmoins ?<br>&gt;&gt;<br>(basically the rsync failed)<br><br>So I guess the repo is down, hopefully temporarily. I went to the &quot;configure media sources&quot; UI and &quot;add a specific media mirror&quot; (was using the $MIRRORLIST default until now).<br>
+
+<br>[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?]<br><br>That&#39;s all good, but that&#39;s a bad user experience. Most users won&#39;t know how to search, and will just think it is broken.<br>
+
+<br>So my real question is: couldn&#39;t the $MIRRORLIST fallback to other servers than the &quot;closer&quot; instead of failing?<br>I mean, that&#39;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 &quot;installation high availability&quot;.<br>
+
+<br>Shouldn&#39;t that be the default behavior?<br>Thanks.<br><br>Jehan<br><span style="color:green;font-weight:bold"></span>
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 ( <a href="https://wiki.mageia.org/en/Draklive">https://wiki.mageia.org/en/Draklive</a> ) works ?<div><br></div><div><br></div><div class="gmail_extra"><br>
+<br><div class="gmail_quote">2012/11/9 scsijon <span dir="ltr">&lt;<a href="mailto:scsijon@lamiaworks.com.au" target="_blank">scsijon@lamiaworks.com.au</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+On 09/11/12 02:01, <a href="mailto:mageia-dev-request@mageia.org" target="_blank">mageia-dev-request@mageia.org</a> wrote:<br>
+<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+Send Mageia-dev mailing list submissions to<br>
+        <a href="mailto:mageia-dev@mageia.org" target="_blank">mageia-dev@mageia.org</a><br>
+<br>
+To subscribe or unsubscribe via the World Wide Web, visit<br>
+        <a href="https://www.mageia.org/mailman/listinfo/mageia-dev" target="_blank">https://www.mageia.org/<u></u>mailman/listinfo/mageia-dev</a><br>
+or, via email, send a message with subject or body &#39;help&#39; to<br>
+        <a href="mailto:mageia-dev-request@mageia.org" target="_blank">mageia-dev-request@mageia.org</a><br>
+<br>
+You can reach the person managing the list at<br>
+        <a href="mailto:mageia-dev-owner@mageia.org" target="_blank">mageia-dev-owner@mageia.org</a><br>
+<br>
+When replying, please edit your Subject line so it is more specific<br>
+than &quot;Re: Contents of Mageia-dev digest...&quot;<br>
+<br>
+<br>
+Today&#39;s Topics:<br>
+<br>
+    1. Re: xfce / lxde live cd / dvd for Mageia 3 (Jose Jorge)<br>
+    2. Re: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Liam R E Quin)<br>
+    3. Re: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Liam R E Quin)<br>
+    4. Fw: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Shlomi Fish)<br>
+    5. 2nd Draft of a Letter to the Software Freedom Law        Center<br>
+       (SFLC). (Shlomi Fish)<br>
+    6. Re: xfce / lxde live cd / dvd for Mageia 3 (Armando B.)<br>
+    7. faac: decision from the packagers meeting (Guillaume Rousse)<br>
+    8. Re: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Anne Wilson)<br>
+<br>
+<br>
+------------------------------<u></u>------------------------------<u></u>----------<br>
+<br>
+Message: 1<br>
+Date: Thu, 08 Nov 2012 13:48:06 +0100<br>
+From: Jose Jorge&lt;<a href="mailto:lists.jjorge@free.fr" target="_blank">lists.jjorge@free.fr</a>&gt;<br>
+To: Mageia development mailing-list&lt;<a href="mailto:mageia-dev@mageia.org" target="_blank">mageia-dev@<u></u>mageia.org</a>&gt;<br>
+Subject: Re: [Mageia-dev] xfce / lxde live cd / dvd for Mageia 3<br>
+Message-ID:&lt;<a href="mailto:509BAA06.1090004@free.fr" target="_blank">509BAA06.1090004@<u></u>free.fr</a>&gt;<br>
+Content-Type: text/plain; charset=ISO-8859-1; format=flowed<div class="im"><br>
+<br>
+Le 08/11/2012 11:24, Armando B. a ?crit :<br>
+<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+Hi all,<br>
+what do we think about release also xfce / lxde live cd for Mageia 3 ?<br>
+<br>
+</blockquote>
+We have just managed to reduce the number of medias : it was to much for<br></div>
+our QA team. So, no way for more official medias!<br>
+<br>
+<br>
+------------------------------<br>
+<br>
+</blockquote>
+<br>
+If someone wants to provide me with a complete packagelist I&#39;ll have a go building an purely Mageia3 ALPHA iso using Puppy&#39;s Woof ISO Builder. However so far it&#39;s been limited to crossbuilds with Mandrake/Mageia1 and Mageia2 but has built with others.<br>
+
+<br>
+Else someone else can build and give me a temporary url to download.<br>
+<br>
+I can easily host the result on my linux website in Australia in either case as a &quot;Side-build&quot; as I have room and bandwith available at present.<br>
+<br>
+regards<span class="HOEnZb"><font color="#888888"><br>
+scsijon<br>
+</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>  themonospot project - <a href="http://www.integrazioneweb.com/themonospot" target="_blank">http://www.integrazioneweb.com/themonospot</a><br>  monosim project - <a href="http://www.integrazioneweb.com/monosim" target="_blank">http://www.integrazioneweb.com/monosim</a><br>
+  comex project - <a href="http://comex-project.googlecode.com" target="_blank">http://comex-project.googlecode.com</a><br>  webpman project - <a href="http://www.integrazioneweb.com/webpman" target="_blank">http://www.integrazioneweb.com/webpman</a><br>
+
+</div>
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 ( <a href="https://wiki.mageia.org/en/Draklive">https://wiki.mageia.org/en/Draklive</a> ) works ?<div><br></div><div><br></div><div class="gmail_extra"><br>
+<br><div class="gmail_quote">2012/11/9 scsijon <span dir="ltr">&lt;<a href="mailto:scsijon@lamiaworks.com.au" target="_blank">scsijon@lamiaworks.com.au</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+On 09/11/12 02:01, <a href="mailto:mageia-dev-request@mageia.org" target="_blank">mageia-dev-request@mageia.org</a> wrote:<br>
+<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+Send Mageia-dev mailing list submissions to<br>
+        <a href="mailto:mageia-dev@mageia.org" target="_blank">mageia-dev@mageia.org</a><br>
+<br>
+To subscribe or unsubscribe via the World Wide Web, visit<br>
+        <a href="https://www.mageia.org/mailman/listinfo/mageia-dev" target="_blank">https://www.mageia.org/<u></u>mailman/listinfo/mageia-dev</a><br>
+or, via email, send a message with subject or body &#39;help&#39; to<br>
+        <a href="mailto:mageia-dev-request@mageia.org" target="_blank">mageia-dev-request@mageia.org</a><br>
+<br>
+You can reach the person managing the list at<br>
+        <a href="mailto:mageia-dev-owner@mageia.org" target="_blank">mageia-dev-owner@mageia.org</a><br>
+<br>
+When replying, please edit your Subject line so it is more specific<br>
+than &quot;Re: Contents of Mageia-dev digest...&quot;<br>
+<br>
+<br>
+Today&#39;s Topics:<br>
+<br>
+    1. Re: xfce / lxde live cd / dvd for Mageia 3 (Jose Jorge)<br>
+    2. Re: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Liam R E Quin)<br>
+    3. Re: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Liam R E Quin)<br>
+    4. Fw: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Shlomi Fish)<br>
+    5. 2nd Draft of a Letter to the Software Freedom Law        Center<br>
+       (SFLC). (Shlomi Fish)<br>
+    6. Re: xfce / lxde live cd / dvd for Mageia 3 (Armando B.)<br>
+    7. faac: decision from the packagers meeting (Guillaume Rousse)<br>
+    8. Re: Draft of a Letter to the Software Freedom Law Center<br>
+       (SFLC). (Anne Wilson)<br>
+<br>
+<br>
+------------------------------<u></u>------------------------------<u></u>----------<br>
+<br>
+Message: 1<br>
+Date: Thu, 08 Nov 2012 13:48:06 +0100<br>
+From: Jose Jorge&lt;<a href="mailto:lists.jjorge@free.fr" target="_blank">lists.jjorge@free.fr</a>&gt;<br>
+To: Mageia development mailing-list&lt;<a href="mailto:mageia-dev@mageia.org" target="_blank">mageia-dev@<u></u>mageia.org</a>&gt;<br>
+Subject: Re: [Mageia-dev] xfce / lxde live cd / dvd for Mageia 3<br>
+Message-ID:&lt;<a href="mailto:509BAA06.1090004@free.fr" target="_blank">509BAA06.1090004@<u></u>free.fr</a>&gt;<br>
+Content-Type: text/plain; charset=ISO-8859-1; format=flowed<div class="im"><br>
+<br>
+Le 08/11/2012 11:24, Armando B. a ?crit :<br>
+<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+Hi all,<br>
+what do we think about release also xfce / lxde live cd for Mageia 3 ?<br>
+<br>
+</blockquote>
+We have just managed to reduce the number of medias : it was to much for<br></div>
+our QA team. So, no way for more official medias!<br>
+<br>
+<br>
+------------------------------<br>
+<br>
+</blockquote>
+<br>
+If someone wants to provide me with a complete packagelist I&#39;ll have a go building an purely Mageia3 ALPHA iso using Puppy&#39;s Woof ISO Builder. However so far it&#39;s been limited to crossbuilds with Mandrake/Mageia1 and Mageia2 but has built with others.<br>
+
+<br>
+Else someone else can build and give me a temporary url to download.<br>
+<br>
+I can easily host the result on my linux website in Australia in either case as a &quot;Side-build&quot; as I have room and bandwith available at present.<br>
+<br>
+regards<span class="HOEnZb"><font color="#888888"><br>
+scsijon<br>
+</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>  themonospot project - <a href="http://www.integrazioneweb.com/themonospot" target="_blank">http://www.integrazioneweb.com/themonospot</a><br>  monosim project - <a href="http://www.integrazioneweb.com/monosim" target="_blank">http://www.integrazioneweb.com/monosim</a><br>
+  comex project - <a href="http://comex-project.googlecode.com" target="_blank">http://comex-project.googlecode.com</a><br>  webpman project - <a href="http://www.integrazioneweb.com/webpman" target="_blank">http://www.integrazioneweb.com/webpman</a><br>
+
+</div>
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,<div><br></div><div>I noticed that there are two rpm group named &#39;<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.200000762939453px">Geography</span>&#39; and &#39;<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.200000762939453px">Sciences/Geosciences</span>&#39;. Are there any differences?</div>
+<div><br></div><div>Regards.</div>
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,<div><br></div><div>I noticed that there are two rpm group named &#39;<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.200000762939453px">Geography</span>&#39; and &#39;<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.200000762939453px">Sciences/Geosciences</span>&#39;. Are there any differences?</div>
+<div><br></div><div>Regards.</div>
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-----