On Thu, 10 Jun 2004 at 2:11pm, Paul Bijnens wrote > > Is this true even with ip_conntrack_amanda loaded? > > > I should have a look at the source code, or find a detailed doc that > explains it, to find out. > > Anyway that module should somehow know the etimeout parameter > of amanda.conf, which of course it does not know, or otherwise allow > a really really large timeout, like a few hours. Or should be tuneable > somehow (in the amanda-tradition that could be hardcoded at compile time).
It seems to be tuneable. From the header of the source code: * Module load syntax: * insmod ip_conntrack_amanda.o [master_timeout=n] * * Where master_timeout is the timeout (in seconds) of the master * connection (port 10080). This defaults to 5 minutes but if * your clients take longer than 5 minutes to do their work * before getting back to the Amanda server, you can increase * this value. I should test it one of these nights... -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
