• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst]Install-quelle in yast2 integrieren (behind Proxy)

oc2pus

Ultimate Guru
admine schrieb:
Bei weiteren Problemen bezüglich Proxy-Einstellungen dann aber bitte einen neuen Thread im richtigen Forum ;)
ja, ja, ja, aber da es weiterhin um YaST geht, bleibe ich hier :mrgreen:

dieser Artikel dürfte dein Problem lösen:
http://support.novell.com/docs/Tids/Solutions/10095303.html
Code:
The YaST2 Online Update (YOU) needs a direct connection to the Internet. If you connect via a proxy, this must be configured first:

    * Open /etc/wgetrc with an editor of your choice.
    * Enter this line:

http_proxy = http://your_proxy:port/

      your_proxy stands for the name of your proxy machine and port is the port number to which the proxy listens on the proxy machine.

In case you need to authenticate against your proxy, insert user name and password in /etc/wgetrc, too:

proxy_user=user
proxy_passwd=password

Do not forget to enter the HTTP proxy to use instead of an FTP proxy. Patches are always downloaded via HTTP, not via FTP.

Also, go into YaST -> Network Services -> Proxy, and put in the proxy information in there as well.  This is settings for a proxy client, not a proxy server
 
OP
V

Vork

Newbie
Code:
mariolinux:/etc # installation_sources -a http://ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source

Added Installation Sources:
[x]  SUSE LINUX Version 10.0 (http://ftp.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source)

also ich sag mal, vielen Merci ! Spitze!
 
Oben