Page 1 of 1

wapt-get setup-tasks error

Published: January 11, 2016 - 3:15 PM
by jerome057
Hello,

I'm trying to create two tasks to automate package and client updates.
Unfortunately, when I run the following command:
`wapt-get setup-tasks`,
I get the following error
: FATAL ERROR: NoOptionError: No option 'waptupdate_task_maxruntime' in section:
'global'.

Can anyone help me solve this error?

Thanks in advance,

and best wishes for the new year.

Re: wapt-get setup-tasks error

Published: January 11, 2016 - 11:21 PM
by Floflobel
Hello,

as the error message indicates, you haven't included the "waptupdate_task_maxruntime" parameter in wapt-get.ini.
The explanation is in the wiki.
This line adds a timeout period before the package installation.

Regards