ha ha !
oui je peux pinger le serveur et voici ce que ça me donne :
[Hew@acer-19b694409a ~]$ ping proxy.ile.u-psud.fr
PING anubis.aurore.u-psud.fr (194.199.165.10) 56(84) bytes of data.
Je ne sais pas trop ce que ça veut dire, mais apparement ce n'est pas la même adresse que ce que j'essayais avant. (172.17.5.255:8080.).
J'ai testé telnet :
[Hew@acer-19b694409a ~]$ telnet 194.199.165.10 8080
Trying 194.199.165.10...
Connected to anubis.aurore.u-psud.fr (194.199.165.10).
Escape character is '^]'.
Donc là on dirait que ça marche. (je ne sais pas ce que ça veut dire "Escape character is '^]'', enfin bon...)
J'ai réessayé yum en modifiant mon /etc/yum.conf, en adresse de proxy j'ai rentré anubis.aurore.u-psud.fr, mais ça ne marche toujours pas.
Est-ce qu'il y a d'autres fichiers à modifier ?
Remarque, en ce qui concerne le yum.conf et les dépôts
avant dans mon yum.conf je n'avais pas la ligne
reposdir='/etc/yum.repos.d, /etc/yum/repos.d'
et mon erreur avec yum était :
[root@acer-19b694409a Hew]# yum update bash
Loading "kmdl" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
http://rpm.livna.org/fedora/6/i386/RPMS.lvn/repodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Thu, 08 Mar 2007 15:51:45 GMT
Server: Apache/2.0.52 (CentOS)
Content-Length: 319
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from proxy.aurore.u-psud.fr
Proxy-Connection: close
Trying other mirror.
http://livna.cat.pdx.edu/fedora/6/i386/RPMS.lvn/repodata/repomd.xml: [Errno 14] HTTP Error 404: Content-Type: text/html
Content-Length: 345
Date: Thu, 08 Mar 2007 16:05:57 GMT
Server: lighttpd/1.4.11
X-Cache: MISS from proxy.aurore.u-psud.fr
Proxy-Connection: close
Trying other mirror.
http://wftp.tu-chemnitz.de/pub/linux/livna/fedora/6/i386/RPMS.lvn/repodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Thu, 08 Mar 2007 16:05:57 GMT
Server: Apache/2.0.52 (Red Hat)
Content-Length: 388
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from proxy.aurore.u-psud.fr
Proxy-Connection: close
Trying other mirror.
http://ftp-stud.fht-esslingen.de/pub/Mirrors/rpm.livna.org/fedora/6/i386/RPMS.lvn/repodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Thu, 08 Mar 2007 16:05:57 GMT
Server: Apache/2.2.3 (Fedora)
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Content-Type: text/html; charset=iso-8859-1
Content-Language: en
Expires: Thu, 08 Mar 2007 16:05:57 GMT
X-Cache: MISS from proxy.aurore.u-psud.fr
Proxy-Connection: close
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: livna
En regardant le man de yum.conf j'ai rajouté la ligne repodir et depuis mon erreur c'est :
[root@acer-19b694409a Hew]# yum update bash
Loading "kmdl" plugin
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
Could not find update match for bash
No Packages marked for Update/Obsoletion
Je ne sais pas vraiment ce qu'il faut faire du coup... enfin ça ne change pas mon problème initial !