- Mitglied seit
- 07. Jun 2010
- Beiträge
- 43
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo Gemeinde,
ich habe ein kleines Proxy-Problem - ipkg kommt mit meinen Proxy-Settings nicht klar.
Fehlermeldung:
Downloads schlagen dann fehl, Installation bricht ab.
meine ipkg.conf:
Alternativen, die ich probiert habe: ein "=" für die Zuweisung, Tabs oder Leerzeichen als Trenner, Anführungszeichen am Namen/Pass
Wenn ich die gleichen Proxydaten mit
setze und die entsprtechenden Dateien mit wget ziehe, funktioniert das (ich kann dann auch manuell mit ipkg installieren).
Aber das ist halt umständlich, weil ich dann alle abhängigen Dateien manuell downloaden muß.
Was mache ich in der ipkg.conf falsch?
Gruß&Dank
Peter
ich habe ein kleines Proxy-Problem - ipkg kommt mit meinen Proxy-Settings nicht klar.
Fehlermeldung:
Rich (BBCode):
rs409> ipkg install nail_11.25-1_arm.ipk
ipkg_conf_set_option: Unrecognized option: proxy_username=mein_username
ipkg_conf_set_option: Unrecognized option: proxy_password=mein_passwort
meine ipkg.conf:
Rich (BBCode):
rs409> cat /volume1/@optware/etc/ipkg.conf
# Uncomment one of the following package feeds or resolve your arch
# by visiting http://ipkg.nslu2-linux.org/feeds/optware/
# src nslu2 http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable
# src fsg3 http://ipkg.nslu2-linux.org/feeds/optware/fsg3/cross/stable
# src ddwrt http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable
# src xwrt http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable
# src whiterussian http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable
# src oleg http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
# src ts72xx http://ipkg.nslu2-linux.org/feeds/optware/ts72xx/cross/stable
# src/gz openwrt-brcm24 http://ipkg.nslu2-linux.org/feeds/optware/openwrt-brcm24/cross/unstable
# src/gz openwrt-ixp4xx http://ipkg.nslu2-linux.org/feeds/optware/openwrt-ixp4xx/cross/unstable/
src cs08q1armel http://ftp.osuosl.org/pub/nslu2/feeds/optware/cs08q1armel/cross/stable
dest root /
option verbose-wget
#
# Proxy support:
#
#option http_proxy http://localhost:5865
#option ftp_proxy http://proxy.tld:3128
#option proxy_username <username>
#option proxy_password <password>
option http_proxy http://meine_proxyip:8080
option ftp_proxy http://meine_proxyip:8080
option proxy_username mein_username
option proxy_password mein_passwort
Alternativen, die ich probiert habe: ein "=" für die Zuweisung, Tabs oder Leerzeichen als Trenner, Anführungszeichen am Namen/Pass
Wenn ich die gleichen Proxydaten mit
Rich (BBCode):
export http_proxy=http://mein_username:mein_passwort@meine_proxyip:8080
Aber das ist halt umständlich, weil ich dann alle abhängigen Dateien manuell downloaden muß.
Was mache ich in der ipkg.conf falsch?
Gruß&Dank
Peter
Zuletzt bearbeitet: