Bonjour,

J'ai un petit pb avec yum :
lorsque je veux updater un programme comme gaim par exemple, j'ai le message suivant : (attention, c'est long) :
not using ftp, http, or file for repos, skipping - var defaultCode = "0";
not using ftp, http, or file for repos, skipping - var defaultRealm = "orange.fr";
not using ftp, http, or file for repos, skipping - var code = "0";
not using ftp, http, or file for repos, skipping - var realm = "orange.fr";not using ftp, http, or file for repos, skipping - var type = "MCO";
not using ftp, http, or file for repos, skipping - var brokerprefix = "";
not using ftp, http, or file for repos, skipping - var listMSISDN = new Array(1);
not using ftp, http, or file for repos, skipping - var sn0 = 8;
not using ftp, http, or file for repos, skipping - var prefix0 = new Array();
not using ftp, http, or file for repos, skipping - prefix0[0] = "+336" ;
not using ftp, http[s], or file for repos, skipping - prefix0[1] = "336" ;
not using ftp, http[s], or file for repos, skipping - prefix0[2] = "06" ;
not using ftp, http[s], or file for repos, skipping - var pays0 = new Array();
not using ftp, http[s], or file for repos, skipping - pays0[0] = sn0;
not using ftp, http[s], or file for repos, skipping - pays0[1] = prefix0;
not using ftp, http[s], or file for repos, skipping - listMSISDN[0] = pays0;
not using ftp, http[s], or file for repos, skipping - user = f.username.value;not using ftp, http[s], or file for repos, skipping - if (user.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSER);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - if (user.indexOf("/") == -1) {
not using ftp, http[s], or file for repos, skipping - broker_format = false;
not using ftp, http[s], or file for repos, skipping - if (user.indexOf("@") == -1) {
not using ftp, http[s], or file for repos, skipping - realm_format = false;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - var words = user.split("@");
not using ftp, http[s], or file for repos, skipping - if (words.length > 2) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSERFORMAT);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - user = words[0];
not using ftp, http[s], or file for repos, skipping - if (user.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSER);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - realm_name = words[1];
not using ftp, http[s], or file for repos, skipping - if (realm_name.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSERFORMAT);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - realm_format = true;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - var words = user.split("/");
not using ftp, http[s], or file for repos, skipping - if (words.length > 2) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSERFORMAT);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - broker_name = words[0];
not using ftp, http[s], or file for repos, skipping - if (broker_name.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSERFORMAT);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - // ici si on est autre que broker on laisse passer le prefix
not using ftp, http[s], or file for repos, skipping - if (type == "BROKER") {
not using ftp, http[s], or file for repos, skipping - if (broker_name != brokerprefix) {
not using ftp, http[s], or file for repos, skipping - alert(messageBROKER);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - user = words[1];
not using ftp, http[s], or file for repos, skipping - if (user.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSER);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - if (user.indexOf("@") > -1) {
not using ftp, http[s], or file for repos, skipping - words = user.split("@");
not using ftp, http[s], or file for repos, skipping - if (words.length > 2) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSERFORMAT);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - user = words[0];
not using ftp, http[s], or file for repos, skipping - if (user.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSER);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - realm_name = words[1];
not using ftp, http[s], or file for repos, skipping - if (realm_name.length == 0) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSERFORMAT);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - realm_format = true;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - broker_format = true;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - if (f.password.value == "") {
not using ftp, http[s], or file for repos, skipping - f.password.value="r";
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - if (type == "BROKER") {not using ftp, http[s], or file for repos, skipping - if(!realm_format) {
not using ftp, http[s], or file for repos, skipping - alert(messageREALM);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - if(!broker_format) {
not using ftp, http[s], or file for repos, skipping - broker_name = brokerprefix;
not using ftp, http[s], or file for repos, skipping - broker_format = true;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - if(!realm_format) {not using ftp, http[s], or file for repos, skipping - realm_name = realm;
not using ftp, http[s], or file for repos, skipping - realm_format = true;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - if(realm_name.toLowerCase() != realm.toLowerCase()) {
not using ftp, http[s], or file for repos, skipping - alert(messageREALM);
not using ftp, http[s], or file for repos, skipping - return false;not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - orange = (code == defaultCode)?true:false;
not using ftp, http[s], or file for repos, skipping - if (orange || (type == "MCO")) {
not using ftp, http[s], or file for repos, skipping - resultCTRLMSISDN = validateMSISDN(user, listMSISDN);
not using ftp, http[s], or file for repos, skipping - if (resultCTRLMSISDN == 1) {
not using ftp, http[s], or file for repos, skipping - alert(messageUSSD);
not using ftp, http[s], or file for repos, skipping - return false;
not using ftp, http[s], or file for repos, skipping - } else if (resultCTRLMSISDN == 2) {
not using ftp, http[s], or file for repos, skipping - msisdn_format = true;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - if ( user.charAt(0)=='V' || user.charAt(0) =='v' || !orange || msisdn_format ) {
not using ftp, http[s], or file for repos, skipping - if (f.ck){
not using ftp, http[s], or file for repos, skipping - if (!f.ck.checked) {
not using ftp, http[s], or file for repos, skipping - alert(messageCGU);
not using ftp, http[s], or file for repos, skipping - return false;not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - if(broker_format) {
not using ftp, http[s], or file for repos, skipping - f.username.value = broker_name + "/" + user + "@" + realm_name;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - f.username.value = user + "@" + realm_name;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - return true;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - function validateMSISDN(user, listMSISDN) {
not using ftp, http[s], or file for repos, skipping - formatMSISDN = 0;
not using ftp, http[s], or file for repos, skipping - for(i = 0 ; i < listMSISDN.length ; i++) {
not using ftp, http[s], or file for repos, skipping - var sn = listMSISDN[0];
not using ftp, http[s], or file for repos, skipping - for (j = 0 ; j < listMSISDN[1].length ; j++) {
not using ftp, http[s], or file for repos, skipping - var tmp = new String (listMSISDN[1][j]);
not using ftp, http[s], or file for repos, skipping - var pref_long = tmp.length;
not using ftp, http[s], or file for repos, skipping - if (user.substring(0,pref_long) == listMSISDN[1][j]) {
not using ftp, http[s], or file for repos, skipping - formatMSISDN = 1;
not using ftp, http[s], or file for repos, skipping - if ((user.substring(pref_long, user.length).length == sn ) && (ischar(user.substring(pref_long, user.length)))) {
not using ftp, http[s], or file for repos, skipping - return 2;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - return formatMSISDN;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - function validateRoaming(f) {
not using ftp, http[s], or file for repos, skipping - var code = f.listRoaming[f.listRoaming.selectedIndex].value;
not using ftp, http[s], or file for repos, skipping - var loca = window.location.toString();
not using ftp, http[s], or file for repos, skipping - str = loca;
not using ftp, http[s], or file for repos, skipping - var ind = str.indexOf("?");
not using ftp, http[s], or file for repos, skipping - if (ind!=-1) {
not using ftp, http[s], or file for repos, skipping - findcode = false;not using ftp, http[s], or file for repos, skipping - var mark = ind+1;not using ftp, http[s], or file for repos, skipping - var str2=str.substring(ind+1,str.length);
not using ftp, http[s], or file for repos, skipping - ok = true;
not using ftp, http[s], or file for repos, skipping - ind2 = -1;
not using ftp, http[s], or file for repos, skipping - while(ok) {
not using ftp, http[s], or file for repos, skipping - mark = mark+ind2+1;
not using ftp, http[s], or file for repos, skipping - str2 = str2.substring(ind2+1,str2.length);
not using ftp, http[s], or file for repos, skipping - ind = str2.indexOf("=");
not using ftp, http[s], or file for repos, skipping - if (ind == -1) break;
not using ftp, http[s], or file for repos, skipping - ind2 = str2.indexOf("&");
not using ftp, http[s], or file for repos, skipping - if (ind2==-1) {
not using ftp, http[s], or file for repos, skipping - ind2 = str2.length;
not using ftp, http[s], or file for repos, skipping - ok = false;not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - tmp=str2.substring(0,ind);
not using ftp, http[s], or file for repos, skipping - if (tmp == "code") {
not using ftp, http[s], or file for repos, skipping - str = str.substring(0,ind+mark+1) + code + str.substring(ind2+mark,str.length) ;
not using ftp, http[s], or file for repos, skipping - findcode = true;
not using ftp, http[s], or file for repos, skipping - ok = false;not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - if (findcode == false) str = loca+"&code="+code;
not using ftp, http[s], or file for repos, skipping - } else {
not using ftp, http[s], or file for repos, skipping - str = loca+"?code="+code;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - window.location = str;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - function ischar (checkStr) {
not using ftp, http[s], or file for repos, skipping - var checkOK = "0123456789";
not using ftp, http[s], or file for repos, skipping - var allValid = true;
not using ftp, http[s], or file for repos, skipping - var i = 0;
not using ftp, http[s], or file for repos, skipping - while ( (i < checkStr.length) && (allValid) )
not using ftp, http[s], or file for repos, skipping - {
not using ftp, http[s], or file for repos, skipping - allValid = (checkOK.indexOf(checkStr.charAt(i)) == -1)?false:true ;
not using ftp, http[s], or file for repos, skipping - i ++;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - return allValid;
not using ftp, http[s], or file for repos, skipping - }
not using ftp, http[s], or file for repos, skipping - //-->
not using ftp, http[s], or file for repos, skipping - </SCRIPT>
not using ftp, http[s], or file for repos, skipping - <html>
not using ftp, http[s], or file for repos, skipping - <head>
not using ftp, http[s], or file for repos, skipping - <title>Orange wifi access</title>
not using ftp, http[s], or file for repos, skipping - <script language="JavaScript1.2" src="../../../fr/scripts/menu_news/menu_news.js"></script>
not using ftp, http[s], or file for repos, skipping - <script language="JavaScript1.2" src="../../../fr/scripts/menu_news/scrolling.js"></script>
not using ftp, http[s], or file for repos, skipping - <script language="JavaScript1.2" src="../../../fr/scripts/popup/popup.js"></script>
not using ftp, http[s], or file for repos, skipping - <META name ="gsmgroup" content="vodafone">
not using ftp, http[s], or file for repos, skipping - <link rel="stylesheet" href="../../../styles/styles_2005.css" type="text/css">
not using ftp, http[s], or file for repos, skipping - <style type="text/css">
not using ftp, http[s], or file for repos, skipping - <!--
not using ftp, http[s], or file for repos, skipping - .fond { background-color: #999999; background-image: url(../../img/fond_cible.jpg); background-repeat: no-repeat}
not using ftp, http[s], or file for repos, skipping - -->
not using ftp, http[s], or file for repos, skipping - </style>
not using ftp, http[s], or file for repos, skipping - </head>
not using ftp, http[s], or file for repos, skipping - <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF" class="fond">
not using ftp, http[s], or file for repos, skipping - <table background="/img/trans_70.gif" cellspacing="0" align="center" width="955">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_105.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="240"><img src="../../../img/trans_15.gif" width="110" height="81" usemap="#Map3Map" border="0">
not using ftp, http[s], or file for repos, skipping - <map name="Map3Map">
not using ftp, http[s], or file for repos, skipping - <area shape="rect" coords="3,7,96,72" title="www.orange-wifi.com" href="http://www.orange-wifi.com" target="_blank">
not using ftp, http[s], or file for repos, skipping - </map></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="390"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="180" colspan="3" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_15.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="240"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td rowspan="13" align="center" valign="top">
not using ftp, http[s], or file for repos, skipping - <!-- Connection Zone -->
not using ftp, http[s], or file for repos, skipping - <table width="380" border="0" cellspacing="0" cellpadding="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td align="center"><img src="../../img/xtrans.gif" width="10" height="1"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <td align="center">
not using ftp, http[s], or file for repos, skipping - <table width="280" height="170" border="0" cellpadding="0" cellspacing="0">
not using ftp, http[s], or file for repos, skipping - <!-- Connection Form START -->
not using ftp, http[s], or file for repos, skipping - <form action="https://wifi-access.orange.fr:8443/home" method="POST" name="authenticateForm" id="main" >
not using ftp, http[s], or file for repos, skipping - <!-- Connection Form START -->
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td height="5" align="left" valign="top" width="8"><img src="../../img/coin_o_hg.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - <td width="273" height="5" valign="top"><img src="../../img/pix_o.gif" height="1" width="304"></td>
not using ftp, http[s], or file for repos, skipping - <td width="8" height="5" align="right" valign="top"><img src="../../img/coin_o_hd.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td align="left"><img src="../../img/pix_o.gif" height="164" width="1"></td>
not using ftp, http[s], or file for repos, skipping - <td bgcolor="#FFFFFF" valign="top">
not using ftp, http[s], or file for repos, skipping - <table width="100%" border="0" cellspacing="0" cellpadding="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" class="titre_orange"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td class="titre_orange" width="64%">Connectez-vous<img src="../../img/xtrans.gif" width="10" height="10"></td>
not using ftp, http[s], or file for repos, skipping - <td width="18%" class="titre_orange"> <div align="right"></div></td>
not using ftp, http[s], or file for repos, skipping - <td width="18%" class="titre_orange" align="right"><a href="http://www.w-link.org" target="_blank"><img src="../../img/w-link.jpg" width="35" height="35" border="0"></a>
not using ftp, http[s], or file for repos, skipping - </td>not using ftp, http[s], or file for repos, skipping - <td> </td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td class="liens_actu" align="right" width="30%">Opérateur : </td>
not using ftp, http[s], or file for repos, skipping - <td colspan="2" align="left">
not using ftp, http[s], or file for repos, skipping - <!-- Operator List -->
not using ftp, http[s], or file for repos, skipping - <select size="1" name="listRoaming" onchange="javascript:validateRoaming(document.authenticateForm);" ><option value="0" selected>Orange France</option><option value="1">Bouygues Telecom</option><option value="6">BT Openzone</option><option value="2">KUBI</option><option value="3">SFR</option><option value="4">Sonera Homerun</option><option value="5">Telia Homerun</option><option value="7">Weroam</option></select>
not using ftp, http[s], or file for repos, skipping - <!-- Operator List -->
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" class="liens_actu"><img src="../../img/xtrans.gif" width="10" height="4"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td class="liens_actu" align="right" width="30%">Identifiant : </td>
not using ftp, http[s], or file for repos, skipping - <td align="left"> <input type="text" name="username" size="15">
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td align="right"><!-- Help --><a href="http://www.orange-wifi.com/aide_connexion.htm" target="_blank">
not using ftp, http[s], or file for repos, skipping - <img src="../../img/bt_aide.gif" width="15" height="17" border="0" onMouseOver="src='../../img/bt_aide_on.gif'" onMouseOut="src='../../img/bt_aide.gif'" title="Aide"></a></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" class="liens_actu"><img src="../../img/xtrans.gif" width="10" height="4"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td class="liens_actu" align="right" width="30%">Mot de passe : </td>
not using ftp, http[s], or file for repos, skipping - <td colspan="2" align="left"> <input type="password" name="password" size="15">
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" class="liens_actu"><img src="../../img/xtrans.gif" width="10" height="2"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td class="mention"> <input type="checkbox" name="ck" value="checkbox">
not using ftp, http[s], or file for repos, skipping - <!-- CGU Text -->
not using ftp, http[s], or file for repos, skipping - “Je reconnais avoir pris connaissance des <a href="javascript:open_cgu('cgu.html')" class="mention">conditions
not using ftp, http[s], or file for repos, skipping - générales d’utilisation</a> du service
not using ftp, http[s], or file for repos, skipping - Orange wifi access et déclare les accepter.“
not using ftp, http[s], or file for repos, skipping - <!-- CGU Text -->
not using ftp, http[s], or file for repos, skipping - </td>not using ftp, http[s], or file for repos, skipping - <td valign="bottom"><!-- Validate --> <a href='javascript:validateOrange(document.authenticateForm);'>
not using ftp, http[s], or file for repos, skipping - <img src="../../img/bt_ok.gif" width="20" height="13" border="0" onMouseOver="src='../../img/bt_ok_on.gif'" onMouseOut="src='../../img/bt_ok.gif'"></a>
not using ftp, http[s], or file for repos, skipping - </td>not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td align="right"><img src="../../img/pix_o.gif" width="1" height="164"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td valign="top" align="left"><img src="../../img/coin_o_bg.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="bottom"><img src="../../img/pix_o.gif" height="1" width="304"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="top"><img src="../../img/coin_o_bd.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <!-- Connection Form END -->
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="CPURL" value="http://fedora.redhat.com/download/mirrors/updates-released-fc3">
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="code" value="0">
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="auth" value="1">
not using ftp, http[s], or file for repos, skipping - </form>
not using ftp, http[s], or file for repos, skipping - <!-- Connection Form END -->
not using ftp, http[s], or file for repos, skipping - </table>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td align="center"><img src="../../img/xtrans.gif" width="10" height="5"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td align="center">
not using ftp, http[s], or file for repos, skipping - <table width="280" height="168" border="0" cellpadding="0" cellspacing="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td height="5" align="left" valign="top" width="8"><img src="../../img/coin_g_hg.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - <td height="5" valign="top"><img src="../../img/pix_g.gif" height="1" width="304"></td>
not using ftp, http[s], or file for repos, skipping - <td width="10" height="5" align="right" valign="top"><img src="../../img/coin_g_hd.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td height="150" align="left"><img src="../../img/pix_g.gif" height="170" width="1"></td>
not using ftp, http[s], or file for repos, skipping - <td bgcolor="#FFFFFF" valign="top">
not using ftp, http[s], or file for repos, skipping - <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" class="titre_gris">Obtenez votre identifiant et
not using ftp, http[s], or file for repos, skipping - votre <br>
not using ftp, http[s], or file for repos, skipping - mot de passe</td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3"><img src="../../img/xtrans.gif" width="10" height="5"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr bgcolor="#F2F2F2">
not using ftp, http[s], or file for repos, skipping - <td rowspan="2" colspan="2" valign="top"><img src="../../img/orange.gif" width="15" height="14"></td>
not using ftp, http[s], or file for repos, skipping - <td width="244" align="left" class="titre_gras">Vous êtes
not using ftp, http[s], or file for repos, skipping - abonné Orange France</td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr bgcolor="#F2F2F2">
not using ftp, http[s], or file for repos, skipping - <td align="left" class="mention">Votre numéro de mobile
not using ftp, http[s], or file for repos, skipping - vous sert d'identifiant. Vous obtenez votre mot de passe en
not using ftp, http[s], or file for repos, skipping - appelant le <span class="txt_orange">#125#</span> depuis votre
not using ftp, http[s], or file for repos, skipping - mobile </td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" align="right" bgcolor="#F2F2F2"><!-- USSD --><a href="javascript:open_ussdinfo()" class="mention">
not using ftp, http[s], or file for repos, skipping - Détails et tarifs</a><span class=txt_orange> >> </span></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3"><img src="../../img/xtrans.gif" width="10" height="3"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3"><img src="../../img/xtrans.gif" width="10" height="3"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr bgcolor="#F2F2F2">
not using ftp, http[s], or file for repos, skipping - <td colspan="3" class="titre_gras"> Vous préférez
not using ftp, http[s], or file for repos, skipping - un paiement par carte</td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr bgcolor="#F2F2F2">
not using ftp, http[s], or file for repos, skipping - <td width="20" align="right" class="mention"> </td>
not using ftp, http[s], or file for repos, skipping - <td colspan="2" align="right" class="mention"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td> <img src="../../img/visa.gif" width="25" height="15">
not using ftp, http[s], or file for repos, skipping - <img src="../../img/cb.gif" width="25" height="15">
not using ftp, http[s], or file for repos, skipping - <img src="../../img/master.gif" width="25" height="15">
not using ftp, http[s], or file for repos, skipping - <img src="../../img/amex.gif" width="25" height="15">
not using ftp, http[s], or file for repos, skipping - </td>not using ftp, http[s], or file for repos, skipping - <td align="right">
not using ftp, http[s], or file for repos, skipping - <!-- EShoping Form START -->
not using ftp, http[s], or file for repos, skipping - <form action="https://ewifi.orange.fr/index.jhtml" method="post" name="eShopingForm" classattribute="mention" ><input type="hidden" name="PRODUIT" value="969997">
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="PAIEMENT" value="GIECB">
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="IPCLIENT" value="81.254.60.168">
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="LANGUE" value="fr">
not using ftp, http[s], or file for repos, skipping - <input type="hidden" name="HOTSPOTID" value="W00P117003">
not using ftp, http[s], or file for repos, skipping - </form>
not using ftp, http[s], or file for repos, skipping - <a href='javascript:document.eShopingForm.submit()' class="mention">Cliquez-ici</a>
not using ftp, http[s], or file for repos, skipping - <!-- EShoping Form END -->
not using ftp, http[s], or file for repos, skipping - <span class=txt_orange> >> </span>
not using ftp, http[s], or file for repos, skipping - </td>not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr >
not using ftp, http[s], or file for repos, skipping - <td colspan="3"><img src="../../img/xtrans.gif" width="10" height="5"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td colspan="3" align="right" class="mention"><table width="100%" border="0" cellspacing="0" cellpadding="0">
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="110" height="27"><a href="http://www.orange-wifi.com/partenaires.html#WBA" target="_blank"><img src="../../img/logo-wba.jpg" height="27" border="0"></a>
not using ftp, http[s], or file for repos, skipping - </td>not using ftp, http[s], or file for repos, skipping - <td class="mention"> Sélectionnez votre opérateur
not using ftp, http[s], or file for repos, skipping - dans la zone de connexion ci-dessus pour vous connecter.</td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td align="right"><img src="../../img/pix_g.gif" width="1" height="170"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td valign="top" align="left"><img src="../../img/coin_g_bg.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="bottom"><img src="../../img/pix_g.gif" height="1" width="304"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="top"><img src="../../img/coin_g_bd.gif" width="8" height="8"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="180" class="liens" colspan="3" background="/img/trans_70.gif"><img src="../../../img/trans_l_80.gif" width="41" height="8">
not using ftp, http[s], or file for repos, skipping - <!-- Language Switch -->
not using ftp, http[s], or file for repos, skipping - <a href="https://wifi-access.orange.fr:8443/locale=en/home?code=0&CPURL=http%3A%2F%2Ffedora.redhat.com%2Fdownload%2Fmirrors%2Fupdates-released-fc3" class="liens" >> English version</a>
not using ftp, http[s], or file for repos, skipping - <!-- Language Switch -->
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_30.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td rowspan="3" valign="top" width="240">
not using ftp, http[s], or file for repos, skipping - <!-- Welcome sentence -->
not using ftp, http[s], or file for repos, skipping - <br><span class='titre_noire'>Bienvenue dans<br>le confort du service<br><span class='titre_orange'> Orange wifi access</span>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="180" colspan="3" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_10.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="180" class="titre_gris" colspan="3" background="/img/trans_70.gif">Découvrez</td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_95.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td rowspan="2" colspan="3" valign="middle" background="/img/trans_70.gif">
not using ftp, http[s], or file for repos, skipping - <!-- Fil d'info -->
not using ftp, http[s], or file for repos, skipping - <script language="JavaScript1.2">
not using ftp, http[s], or file for repos, skipping - document.writeln('<ILAYER ID="maitre" WIDTH='+fillargeur+' HEIGHT='+filhauteur+' BGCOLOR='+filbgcolor+' BACKGROUND='+filimage+' VISIBILITY=hide>')
not using ftp, http[s], or file for repos, skipping - document.writeln('<LAYER ID="filinfo2" LEFT=0 TOP=1 WIDTH='+fillargeur+'>')
not using ftp, http[s], or file for repos, skipping - if (document.layers)
not using ftp, http[s], or file for repos, skipping - document.write(messages[messages.length-1])
not using ftp, http[s], or file for repos, skipping - document.writeln('</LAYER>')
not using ftp, http[s], or file for repos, skipping - document.writeln('</ILAYER>')
not using ftp, http[s], or file for repos, skipping - if (ns6||ie4)
not using ftp, http[s], or file for repos, skipping - {
not using ftp, http[s], or file for repos, skipping - document.writeln('<div id="maitre2" style="position:relative;width:'+fillargeur+';height:'+filhauteur+';overflow:hiden;background-color:'+filbgcolor+' ;background-image:url('+filimage+')">')
not using ftp, http[s], or file for repos, skipping - document.writeln('<div style="position:absolute;width:'+fillargeur+';height:'+filhauteur+';clip:rect(0 '+fillargeur+' '+filhauteur+' 0);left:0;top:0">')
not using ftp, http[s], or file for repos, skipping - document.writeln('<div id="filinfo" style="position:absolute;width:'+fillargeur+';left:0;top:1;">')
not using ftp, http[s], or file for repos, skipping - document.write(messages[messages.length-1])
not using ftp, http[s], or file for repos, skipping - document.writeln('</div>')
not using ftp, http[s], or file for repos, skipping - document.writeln('</div>')
not using ftp, http[s], or file for repos, skipping - document.writeln('</div>')
not using ftp, http[s], or file for repos, skipping - }</script>
not using ftp, http[s], or file for repos, skipping - <!-- Fil d'info -->
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_15.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td rowspan="7" valign="top" width="240">
not using ftp, http[s], or file for repos, skipping - <!-- Logo -->
not using ftp, http[s], or file for repos, skipping - <img src="/orange/orange_cb/fr/items/logo/logo.jpg" alt="" border="0" height="182" width="206" >
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_30.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="bottom" width="180" class="titre_gris" colspan="3" background="/img/trans_70.gif">Liens gratuits</td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_10.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="top" width="180" class="ss_titre_orange" colspan="3" background="/img/trans_70.gif"><img src="../../../img/trans_l_10.gif" width="10" height="8">Surfez hors connexion</td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_10.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td valign="bottom" rowspan="4" class="titre_gris" background="/img/trans_70.gif">
not using ftp, http[s], or file for repos, skipping - <br>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td valign="top" rowspan="4" class="ss_titre_orange" background="/img/trans_70.gif">
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td valign="top" rowspan="4" class="ss_titre_orange" background="/img/trans_70.gif">
not using ftp, http[s], or file for repos, skipping - > <a href="http://www.orange-wifi.com/" target=_blank class="liens_actu">Orange wifi</a><br>
not using ftp, http[s], or file for repos, skipping - > <a href="http://www.orange.fr/" target=_blank class="liens_actu">Orange.fr</a><br>
not using ftp, http[s], or file for repos, skipping - > <a href="http://www.francetelecom.com/" target=_blank class="liens_actu">France Télécom</a><br>
not using ftp, http[s], or file for repos, skipping - <!-- White URLs -->
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_10.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_15.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_75.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_20.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="240"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="180" colspan="3" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_30.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="240"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="180" colspan="3" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_15.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td colspan="3"><span class="assist_orange">Assistance</span> <span class="assist_noire">Orange
not using ftp, http[s], or file for repos, skipping - wifi access :</span> <span class="assist_orange">0810 555 421* </span><br>
not using ftp, http[s], or file for repos, skipping - <span class="assist_noire">ou </span><span class="assist_orange">0810 699 759*</span><span class="assist_noire"> pour les clients avec un abonnement Orange pro ou forfait ajustable <br>
not using ftp, http[s], or file for repos, skipping - </span><span class="assist_small">*( ouvert 7j/7, 24h/24 , prix d'un appel local )</span></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td rowspan="2" colspan="3" valign="top"><img src="../../../img/trans_15.gif" width="180" height="74" usemap="#Map" border="0">
not using ftp, http[s], or file for repos, skipping - <map name="Map">
not using ftp, http[s], or file for repos, skipping - <area shape="rect" coords="42,27,100,66" href="http://www.intel.fr" target="_blank">
not using ftp, http[s], or file for repos, skipping - <area shape="rect" coords="115,21,170,66" title="www.orange.fr" href="http://www.orange.fr" target="_blank">
not using ftp, http[s], or file for repos, skipping - </map>
not using ftp, http[s], or file for repos, skipping - </td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - <tr>
not using ftp, http[s], or file for repos, skipping - <td width="40" background="/img/trans_70.gif"><img src="../../../img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="240"></td>
not using ftp, http[s], or file for repos, skipping - <td width="20"></td>
not using ftp, http[s], or file for repos, skipping - <td width="390"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - <td width="30" background="/img/trans_70.gif"></td>
not using ftp, http[s], or file for repos, skipping - </tr>
not using ftp, http[s], or file for repos, skipping - </table>
not using ftp, http[s], or file for repos, skipping - </body>
not using ftp, http[s], or file for repos, skipping - </html>
not using ftp, http[s], or file for repos, skipping - <HTML>
not using ftp, http[s], or file for repos, skipping - <!--<?xml version="1.0" encoding="UTF-8"?>
not using ftp, http[s], or file for repos, skipping - <WISPAccessGatewayParam
not using ftp, http[s], or file for repos, skipping - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
not using ftp, http[s], or file for repos, skipping - xsi:noNamespaceSchemaLocation="http://www.acmewisp.com/WISPAccessGatewayParam.xsd">
not using ftp, http[s], or file for repos, skipping - <Redirect>
not using ftp, http[s], or file for repos, skipping - <AccessProcedure>1.0</AccessProcedure>
not using ftp, http[s], or file for repos, skipping - <AccessLocation>Orange France</AccessLocation>
not using ftp, http[s], or file for repos, skipping - <LocationName>Orange France</LocationName>
not using ftp, http[s], or file for repos, skipping - <LoginURL>https://wifi-access.orange.fr:8443/WISPrAuthenticationLogon</LoginURL>
not using ftp, http[s], or file for repos, skipping - <MessageType>100</MessageType>
not using ftp, http[s], or file for repos, skipping - <ResponseCode>0</ResponseCode>
not using ftp, http[s], or file for repos, skipping - </Redirect>
not using ftp, http[s], or file for repos, skipping - </WISPAccessGatewayParam>-->
not using ftp, http[s], or file for repos, skipping - </HTML>
Cannot find a valid baseurl for repo: updates-released

J'ai essayé plusieurs fois d'affilé et c'est la même chose.
Je suis sur un hotspot Orange et j'utilise FC3.

Est ce que quelqu'un aurait une idée?

Merci d'avance.
envoi ton fichiers :

/etc/yum.conf

ainsi que ton fichier repo update release .


quel tuto as tu suivis pour yum ?
salut,

ce n'est pas la peine que j'envoie mon fichier yum.conf car le pb venait de ma connexion. Comme je n'avais pas surfer pendant 15 minutes, le hotspot m'a déconnecté.
Je me suis reconnecté et j'ai enfin pu télécharger les updates comme il faut.
C'est en analysant le message d'erreur que je me suis rendu compte que Yum cherchait à se connecter.

Merci à tous.