Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wget über proxy m. virenscanner bricht n. timeout ab[solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
tazinblack
Veteran
Veteran


Joined: 23 Jan 2005
Posts: 1146
Location: Baden / Germany

PostPosted: Wed Jun 24, 2009 10:01 am    Post subject: wget über proxy m. virenscanner bricht n. timeout ab[solved] Reply with quote

Hallo zusammen,

ich häng über einen Proxy (squid mit clamav) am Internet.
Wenn ich z.B. update per "emerge -Du world" und er ein größeres Sourcepaket downloaden will kommt irgendwann der timeout.
Das Gange liegt wohl daran, dass der Virenscanner zu lange braucht. Auf dem Proxy ist dann der clamd-Prozess immer bei ca. 100% CPU.

Hat da jemand nen Tipp, wie ich das umgehen kann.
_________________
Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes


Last edited by tazinblack on Wed Jun 24, 2009 1:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
Hupf
Tux's lil' helper
Tux's lil' helper


Joined: 11 Sep 2005
Posts: 112
Location: Germany

PostPosted: Wed Jun 24, 2009 11:07 am    Post subject: Reply with quote

Auch wenn es sicher besser geht, fällig mir spontan ein workaround speziell zu portage ein: richte auf dem Proxy einen chroot ein, in den du dein(e) world-file(s) vom(n den) Desktop(s) (ggf. mergen) kopierst. Per cronjob dann im chroot regelmäßig ein emerge --sync und emerge -fe world laufen lassen und den Proxy als rsync-server und mirror auf den Desktops eintragen.
Der Effekt wäre, dass die Pakete bereits vorgehalten werden. Bei mehreren Clients entlastest du sogar die öffentlichen Mirrors.
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Wed Jun 24, 2009 11:22 am    Post subject: Reply with quote

Hupf wrote:
Der Effekt wäre, dass die Pakete bereits vorgehalten werden.

Das ändert aber erstmal nichts daran das die Files trotzdem durch den Virenscanner durch müssen - d.h. das eigentliche Problem löst dein Ansatz nicht sondern verschiebt es lediglich auf den Proxy.
_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
69719
l33t
l33t


Joined: 20 Sep 2004
Posts: 865

PostPosted: Wed Jun 24, 2009 11:58 am    Post subject: Reply with quote

man make.conf -> FETCHCOMMAND
man wget -> timeout
Damit solltest du es lösen können.
Back to top
View user's profile Send private message
tazinblack
Veteran
Veteran


Joined: 23 Jan 2005
Posts: 1146
Location: Baden / Germany

PostPosted: Wed Jun 24, 2009 1:14 pm    Post subject: Reply with quote

escor wrote:
man make.conf -> FETCHCOMMAND
man wget -> timeout
Damit solltest du es lösen können.


Ah super! Das FETCHCOMMAND hat mir noch gefehlt. Ich hatte nach den wget timeouts in der /etc/wgetrc gesucht, aber nicht gefunden.

Ich hab in der make.globals folgendes gefunden :

Code:

FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""


und abgeändert in die make.conf eingebaut

Code:

FETCHCOMMAND="/usr/bin/wget -t 5 -T 300 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""


Mal sehen, obs funktioniert. Leider hab ich die updates inzwischen am proxy vorbei geladen. Aber ich denke das sollte funktionieren.

Vielen Dank für die schnelle Hilfe!
_________________
Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum