|
|
各位好,
之前实验室只要连上网线就能上网的,f7下yum使用完全正常。现在实验楼启动Portal认证,需要通过认证后才能上网。已经电话网络中心确认认证后的连接跟原来完全一样,只是记录流量,并没有封任何端口。但yum就不能正常运行了。返回的提示如下,不知道各位有什么好招帮解决一下。不胜感激!
# yum update
Setting up Update Process
YumRepo Warning: not using ftp, http, or file for repos, skipping - <html>
YumRepo Warning: not using ftp, http, or file for repos, skipping - <head>
YumRepo Warning: not using ftp, http, or file for repos, skipping - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
YumRepo Warning: not using ftp, http, or file for repos, skipping - <script language="JavaScript">
YumRepo Warning: not using ftp, http, or file for repos, skipping - <!--
YumRepo Warning: not using ftp, http, or file for repos, skipping - function replace()
YumRepo Warning: not using ftp, http, or file for repos, skipping - {
YumRepo Warning: not using ftp, http, or file for repos, skipping - if (navigator.language)
YumRepo Warning: not using ftp, http, or file for repos, skipping - {
YumRepo Warning: not using ftp, http, or file for repos, skipping - language = navigator.language;
YumRepo Warning: not using ftp, http, or file for repos, skipping - }
YumRepo Warning: not using ftp, http, or file for repos, skipping - if (navigator.browserLanguage)
YumRepo Warning: not using ftp, http, or file for repos, skipping - {
YumRepo Warning: not using ftp, http, or file for repos, skipping - language = navigator.browserLanguage;
YumRepo Warning: not using ftp, http, or file for repos, skipping - }
YumRepo Warning: not using ftp, http, or file for repos, skipping - if (language == "")
YumRepo Warning: not using ftp, http, or file for repos, skipping - language = "en";
YumRepo Warning: not using ftp, http, or file for repos, skipping - else
YumRepo Warning: not using ftp, http, or file for repos, skipping - language = language.substring(0,2);
YumRepo Warning: not using ftp, http, or file for repos, skipping - if (language=="zh")
YumRepo Warning: not using ftp, http, or file for repos, skipping - language="Chinese"
YumRepo Warning: not using ftp, http, or file for repos, skipping - else
YumRepo Warning: not using ftp, http, or file for repos, skipping - language="English"
YumRepo Warning: not using ftp, http, or file for repos, skipping - replace_url ="http://219.223.254.55:80/portal/index_select.jsp?Language=" + language;
YumRepo Warning: not using ftp, http, or file for repos, skipping - location.replace(replace_url);
YumRepo Warning: not using ftp, http, or file for repos, skipping - }
YumRepo Warning: not using ftp, http, or file for repos, skipping - //-->
YumRepo Warning: not using ftp, http, or file for repos, skipping - </script>
YumRepo Warning: not using ftp, http, or file for repos, skipping - </head>
YumRepo Warning: not using ftp, http, or file for repos, skipping - <body onload="javascript:replace();">
YumRepo Warning: not using ftp, http, or file for repos, skipping - </body>
YumRepo Warning: not using ftp, http, or file for repos, skipping - </html>
Error: Cannot open/read repomd.xml file for repository: fedora |
|