Re: proxylogin:password
Panu Matilainen <[email protected]> Mon, 29 May 2006 01:53:05 -0700 (PDT)
| Newsgroups | gmane.linux.conectiva.apt-rpm |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 29 May 2006, Stefan Suchansky wrote:
> Iam installed apt 0.5.15 ....and we have Microsoft Proxy server...I read to
> by lua script (proxypasswd.lua) can be run apt correctly...
> Iam put this script to /etc/apt/scripts and edit apt.conf, but apt not
> runnig correctly...
>
> use:/etc/apt/apt.conf.d # install-apt4suse --update-srclist
> update sources.list file ...
> get latest sourses.list...
>
> ftp://ftp4.gwdg.de/pub/linux/suse/apt/SuSE/10.1-i386/examples/sources.list.FTP
> :
> 09:32:32 ERROR 407: Proxy Authentication Required ( The ISA Server requires
> authorization to fulfill the request. Access to the Web Proxy service is
> denied. ).
> Failure 1 returned by wget! Are you connected ?
^^^^
That's not apt trying to talk throught the proxy but wget, which is called
by the install-apt4suse script. I'm not familiar with the script (it's
not part of apt-rpm) but a quick google finds this:
http://susewiki.org/index.php?title=Install-apt4suse ..which lists "ftp
connection to the internet without proxy" as a requirement.
>
> I don't know if row Scripts::Init::="proxypasswd.lua"; is on right place
> in apt.conf and rigth syntax.
That looks ok but like said, you're not running apt at this point so it's
not relevant yet.
- Panu -