sonicnkt / wpkg-gp-client

GUI for wpkg-gp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Check Interval=0 but checking every hour

klou opened this issue · comments

In my network, it appears that WPKG-GP Client is checking every hour. The logs are similar to a dry-run, but wpkgpipeclient.exe is not running, as I have it pointed to a bat file which runs wpkg.js /synchronize and then copies the local wpkg.xml to a share and I don't see new copies of wpkg.xml being uploaded.

Snippet of wpkg-gp_client.ini:

[Update Check]
# Select update check method
# Default: False
# Alternatives: wpkg-gp | updatefile | False
method = wpkg-gp
# Specify interval for automatic update checks in minutes, if False or 0 it wont check for updates automatically.
interval = 0

If I change the interval=10, then it'll check every 10 minutes. But 0 seems to = 60? I can't think of any other reason why it would do this -- and also how it would avoid a "full run".

Sorry, false alarm.

My update script for Client States reporting (http://www.gig-mbh.de/edv/index.htm?/edv/software/wpkgtools/wpkg-create-report-english.htm) runs every hour, and apparently it also logs to the same directory, which then looks like a standard WPKG log.