1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] urpmi always use rsync
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20urpmi%20always%20use%20rsync&In-Reply-To=%3C9471145.tf9kkjfexz%40localhost%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023471.html">
<LINK REL="Next" HREF="023483.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] urpmi always use rsync</H1>
<B>AL13N</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20urpmi%20always%20use%20rsync&In-Reply-To=%3C9471145.tf9kkjfexz%40localhost%3E"
TITLE="[Mageia-dev] urpmi always use rsync">alien at rmail.be
</A><BR>
<I>Wed Mar 13 20:23:53 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023471.html">[Mageia-dev] urpmi always use rsync
</A></li>
<LI>Next message: <A HREF="023483.html">[Mageia-dev] urpmi always use rsync
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23477">[ date ]</a>
<a href="thread.html#23477">[ thread ]</a>
<a href="subject.html#23477">[ subject ]</a>
<a href="author.html#23477">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op woensdag 13 maart 2013 16:12:11 schreef Guillaume Rousse:
><i> Le 13/03/2013 15:01, David Walser a écrit :
</I>><i> > zezinho <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">lists.jjorge at ...</A>> writes:
</I>><i> >> in my two cauldron systems, urpmi is now always using rsync, even if
</I>><i> >> another downloader is setup in urpmi.cfg or asked in CLI.
</I>><i> >>
</I>><i> >> I am using default mirrorlist created by edit-urpm-sources.pl.
</I>><i> >
</I>><i> > Indeed it does, and even worse, if your network requires a proxy, this
</I>><i> > totally does not work. Even if you have a proxy configured through
</I>><i> > drakconf, it still won't use it for rsync. This technically is correct,
</I>><i> > as that proxy setting is supposed to be just for http/https/ftp, and
</I>><i> > globally setting the RSYNC_PROXY variable along with those may be
</I>><i> > undesirable and cause problems with using rsync across your local
</I>><i> > network. Still, it'd be nice if this could be handled better somehow.
</I>><i> > I'm just not sure what the right solution is.
</I>><i>
</I>><i> Quick solution: stop using useless complexity layers without added
</I>><i> value, and declare explicitely with mirror url you want to use. You'll
</I>><i> also have sane source identifiers, instead of the crappy defaut ones
</I>><i> unusable in command line.
</I>
it annoys me that the spaces seem to break the bash-completion for the media
names...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023471.html">[Mageia-dev] urpmi always use rsync
</A></li>
<LI>Next message: <A HREF="023483.html">[Mageia-dev] urpmi always use rsync
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23477">[ date ]</a>
<a href="thread.html#23477">[ thread ]</a>
<a href="subject.html#23477">[ subject ]</a>
<a href="author.html#23477">[ 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>
|