summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-June/016573.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-June/016573.html')
-rw-r--r--zarb-ml/mageia-dev/2012-June/016573.html156
1 files changed, 156 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-June/016573.html b/zarb-ml/mageia-dev/2012-June/016573.html
new file mode 100644
index 000000000..0dc3b1f14
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-June/016573.html
@@ -0,0 +1,156 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] bug in urpmi-proxy
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bug%20in%20urpmi-proxy&In-Reply-To=%3C2551456.5o777YUHJf%40localhost%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="016572.html">
+ <LINK REL="Next" HREF="016576.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] bug in urpmi-proxy</H1>
+ <B>AL13N</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20bug%20in%20urpmi-proxy&In-Reply-To=%3C2551456.5o777YUHJf%40localhost%3E"
+ TITLE="[Mageia-dev] bug in urpmi-proxy">alien at rmail.be
+ </A><BR>
+ <I>Sun Jun 17 17:28:43 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="016572.html">[Mageia-dev] bug in urpmi-proxy
+</A></li>
+ <LI>Next message: <A HREF="016576.html">[Mageia-dev] bug in urpmi-proxy
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#16573">[ date ]</a>
+ <a href="thread.html#16573">[ thread ]</a>
+ <a href="subject.html#16573">[ subject ]</a>
+ <a href="author.html#16573">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Op zondag 17 juni 2012 13:18:57 schreef Jerome Quelin:
+&gt;<i> hi,
+</I>&gt;<i>
+</I>&gt;<i> since nowhere is specified where to report bug for urpmi-proxy, i'll
+</I>&gt;<i> send a mail to the list.
+</I>&gt;<i>
+</I>&gt;<i> i always get 404 errors when trying to fetch a file. my tests are
+</I>&gt;<i> performed with the following command:
+</I>&gt;<i>
+</I>&gt;<i> $ wget -O-
+</I>&gt;<i> <A HREF="http://127.0.0.1/mageia/distrib/cauldron/i586/media/core/release/media_info">http://127.0.0.1/mageia/distrib/cauldron/i586/media/core/release/media_info</A>
+</I>&gt;<i> /MD5SUM --2012-06-17 13:18:00--
+</I>&gt;<i> <A HREF="http://127.0.0.1/mageia/distrib/cauldron/i586/media/core/release/media_info">http://127.0.0.1/mageia/distrib/cauldron/i586/media/core/release/media_info</A>
+</I>&gt;<i> /MD5SUM Connexion vers 127.0.0.1:80...connect&#233;.
+</I>&gt;<i> requ&#234;te HTTP transmise, en attente de la r&#233;ponse...404 Not Found
+</I>&gt;<i> 2012-06-17 13:18:00 ERREUR 404: Not Found.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> here is my config file, trimmed to show only active lines:
+</I>&gt;<i>
+</I>&gt;<i> # perl -nE 'print unless /^($|#)/' /etc/urpmi-proxy.conf
+</I>&gt;<i> $sources = [
+</I>&gt;<i> '<A HREF="http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia">http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia</A>',
+</I>&gt;<i> ];
+</I>&gt;<i> $debug = 1;
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> first, setting $debug = 1 doesn't make urpmi-proxy debug logs to go in
+</I>&gt;<i> /var/log/httpd/error_log. it would be wise to have all debug go
+</I>&gt;<i> somewhere else, either in messages or even in a private urpmi-proxy log
+</I>&gt;<i> file.
+</I>&gt;<i>
+</I>&gt;<i> so, i've used some printing to tmp file to get some more information.
+</I>&gt;<i> and i found that at line 310, urpmi-proxy is using $source . $file as
+</I>&gt;<i> the url of the file to fetch with curl. however, printing this source
+</I>&gt;<i> shows the following url:
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/i58">http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/i58</A>
+</I>&gt;<i> 6/media/core/release/distrib/cauldron/i586/media/core/release/media_info/MD5
+</I>&gt;<i> SUM
+</I>&gt;<i>
+</I>&gt;<i> ==&gt; definitely a problem, hence a 404.
+</I>&gt;<i>
+</I>&gt;<i> regards,
+</I>&gt;<i> j&#233;r&#244;me
+</I>
+you can make a bug report on bugs.mageia.org though, np about that.
+
+$debug =1 should have your logs into wherever apache logs, though.
+
+since i've used it dozens of times on various platforms (except for cauldron),
+i think maybe there's something wrong.
+
+you are using apache? on mga1 or mga2? or another distro? are you using
+mod_php or fcgi? i didn't test with fcgi though...
+
+can you look into this a bit more? i'd like to find out where all this
+strangeness comes from.
+
+the debug logs are just error_log() calls, so...
+
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="016572.html">[Mageia-dev] bug in urpmi-proxy
+</A></li>
+ <LI>Next message: <A HREF="016576.html">[Mageia-dev] bug in urpmi-proxy
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#16573">[ date ]</a>
+ <a href="thread.html#16573">[ thread ]</a>
+ <a href="subject.html#16573">[ subject ]</a>
+ <a href="author.html#16573">[ 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>