Page 1 of 1

Management problem - Order fails to launch

Published: November 18, 2019 - 3:19 PM
by slena
Hello,

Following a fresh installation of WAPT 1.7.4 on Debian Buster, I'm trying to run commands on my agents.

The actions (installations, package removal, etc.) don't work while the machine is running. The
logs only show "Downloading XXXXXX-XXX-XXX--XXX" and that's all.

However, after shutting down the machine, the updates/installations complete correctly.

Do you have any idea what the problem might be?

Thank you.

Re: Management problem - Order not launching

Published: November 18, 2019 - 8:52 PM
by sfonteneau
Two possible problems:

Signature problem? If you've mixed up the keys

Or perhaps there's a time issue on the PCs (console or agent)

To test the time on both PCs:

Code: Select all

C:\Windows\System32>waptpython
Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 30 2018, 16:22:17) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> datetime.datetime.utcnow()
datetime.datetime(2019, 11, 18, 19, 49, 14, 894000)