You are not logged in.
First of all, I have read a plethora of related posts and have yet to find a working solution.
Proxy is a Microsoft ISA server, ntlmaps is a possible solution but without Python installed I am unable to use it.
/etc/pacman.conf
# Added Line
XferCommand = wget --passive-ftp -c -O %o %u/etc/wgetrc
# Added Lines
http_proxy = http://isaserv:80/
ftp_proxy = http://isaserv:80/
proxy_user=userid@domain
proxy_password=*******wget works but pacman dosn't.... any ideas?
Last edited by Zinthose (2009-08-24 18:56:29)
Offline
export http_proxy=http://isaserv:80/
export ftp_proxy=http://isaserv:80/
pacman
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
/etc/profile.bash
# Added Lines
export http_proxy=http://isaserv:80/
export ftp_proxy=http://isaserv:80/... Rebooted
[root@myhost ~]# echo $http_proxy
http://isaserv:80/
[root@myhost ~]# echo $ftp_proxy
http://isaserv:80/
[root@myhost ~]# pacman --sync --refresh
:: Synchronizing package databases...
error: failed to update core (no servers configured for repository)
error: failed to update extra (no servers configured for repository)
error: failed to update community (no servers configured for repository)
error: failed to synchronize any databasesNo change...
...hmm, after typing this up I decided do a search on the actual error pacman chocked up!
Insert FaceToPalm Here
Yep proxy settings were fine. It was the mirrorlist issue as stated in this post.
/sigh, I'm used used to the proxy setttings being such a pain I was overlooking the obvious... sorry about that.
Issue resolved.
Offline
I am having this issue but the difference is that I am getting a 407 error, which means that I have to use ntlmaps.. ![]()
Tomorrow I hope to install Arch on my work machine, wish me luck
(for the interested people I will write a tutorial about how to installing through a crappy isa server proxy).
Cheers
Offline