LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   set yum on proxy - strange reaction (https://www.linuxquestions.org/questions/linux-newbie-8/set-yum-on-proxy-strange-reaction-761576/)

anika.ella 10-13-2009 06:36 AM

set yum on proxy - strange reaction
 
I have previously installed F10, under a proxy-isa. It was working. For various reasons, I reinstall from scratch F10. I use the same param, but there is impossible now to use yum for installing. Also the update package is not working (after installation of F10, if I try update, I receive the message that I am up-to day - can't believe!).
So, what are the inputs:
I add at the end of yum.conf the following:

proxy=http://wpad.xxx.local:8080
proxy_username=alfa\beta (alfa is a group)
proxy_password=password


the proxy is the same as in system/preferences/internet and network/network proxy.

Firefox is working OK.

at any try to give something as
yum install yumex
i receive the message

[root@aaaaaa]# yum install yumex
Loaded plugins: refresh-packagekit
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...a-10&arch=i386 error was
[Errno 14] HTTP Error 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

in yum.repos.de i have 4 files. fedora.repo contains the following:

[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch



baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/

fedora-updates.repo contains


[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch


Anybody has any Idea of what was happend ? It is possible to be a problem with the local network ?

Thank you !

kbp 10-13-2009 11:29 PM

You may need this:
http://ntlmaps.sourceforge.net/

cheers

anika.ella 11-11-2009 12:26 PM

It did not wprk. I was asked for a lot of other things to install. I think it is a local net problem, or... I don't know.
Thank you, anyway !

anomie 11-11-2009 01:28 PM

Is there any logging on the proxy server side? It would be nice if you could see 1) whether your request is reaching the proxy; 2) which username yum is really passing to the proxy server.


All times are GMT -5. The time now is 11:40 AM.