diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20121109')
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><<<br> L'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>>><br>(basically the rsync failed)<br><br>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).<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'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.<br> + +<br>So my real question is: couldn't the $MIRRORLIST fallback to other servers than the "closer" instead of failing?<br>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".<br> + +<br>Shouldn'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><<<br> L'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>>><br>(basically the rsync failed)<br><br>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).<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'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.<br> + +<br>So my real question is: couldn't the $MIRRORLIST fallback to other servers than the "closer" instead of failing?<br>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".<br> + +<br>Shouldn'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"><<a href="mailto:scsijon@lamiaworks.com.au" target="_blank">scsijon@lamiaworks.com.au</a>></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 'help' 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 "Re: Contents of Mageia-dev digest..."<br> +<br> +<br> +Today'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<<a href="mailto:lists.jjorge@free.fr" target="_blank">lists.jjorge@free.fr</a>><br> +To: Mageia development mailing-list<<a href="mailto:mageia-dev@mageia.org" target="_blank">mageia-dev@<u></u>mageia.org</a>><br> +Subject: Re: [Mageia-dev] xfce / lxde live cd / dvd for Mageia 3<br> +Message-ID:<<a href="mailto:509BAA06.1090004@free.fr" target="_blank">509BAA06.1090004@<u></u>free.fr</a>><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'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.<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 "Side-build" 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"><<a href="mailto:scsijon@lamiaworks.com.au" target="_blank">scsijon@lamiaworks.com.au</a>></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 'help' 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 "Re: Contents of Mageia-dev digest..."<br> +<br> +<br> +Today'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<<a href="mailto:lists.jjorge@free.fr" target="_blank">lists.jjorge@free.fr</a>><br> +To: Mageia development mailing-list<<a href="mailto:mageia-dev@mageia.org" target="_blank">mageia-dev@<u></u>mageia.org</a>><br> +Subject: Re: [Mageia-dev] xfce / lxde live cd / dvd for Mageia 3<br> +Message-ID:<<a href="mailto:509BAA06.1090004@free.fr" target="_blank">509BAA06.1090004@<u></u>free.fr</a>><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'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.<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 "Side-build" 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 '<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>' and '<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>'. 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 '<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>' and '<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>'. 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----- |