Salut à tous,
je suis en train de déployer une nouvelle application sur mon opensuse virtuel du bureau. L'application essaye de rapatrier des modules python mais n'y arrive pas.
Je me suis aperçu que la commande ping ne fonctionne pas :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 ping www.google.com PING www.l.google.com (209.85.147.147) 56(84) bytes of data. ^C --- www.l.google.com ping statistics --- 158 packets transmitted, 0 received, 100% packet loss, time 156999ms
alors que la commande wget fonctionne :
j'imagine que c'est un problème de config de proxy et cci, quelqu'un peut m'aiguiller ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 wget www.google.com --2011-05-27 09:25:38-- http://www.google.com/ Location: http://www.google.fr/ [following] --2011-05-27 09:25:38-- http://www.google.fr/ Proxy request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: index.html.1 [ <=> ] 9,598 --.-K/s in 0.05s 2011-05-27 09:25:38 (186 KB/s) - index.html.1 saved [9598]
merci d'avance
Voici ma config de proxy :
merci d'avance,
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 env | grep -i proxy NO_PROXY=localhost, 127.0.0.1 http_proxy=http://proxy.domaine.fr:3128 ftp_proxy=http://proxy.domaine.fr:3128 ALL_PROXY=socks://proxy.domaine.fr:3128/ all_proxy=socks://proxy.domaine:3128/ https_proxy=http://proxy.domaine.fr:3128 no_proxy=localhost, 127.0.0.1
Ben![]()








Répondre avec citation







Partager