[wpkg-users] [Bug 106] WPKG holds log on operation and does nothing
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Thu Apr 10 12:46:13 CEST 2008
http://bugzilla.wpkg.org/show_bug.cgi?id=106
--- Comment #16 from Jens Geile <jens.geile at mzbs.de> 2008-04-10 12:45:53 ---
This doesn't look too good...
Environment: WPKG Client 1.2.0-rc6, Windows XP SP2 German fully patched
My settings.xml:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<file>\\SERVER\wpkg\wpkg.js</file>
<path-user>DOMAIN\USER</path-user>
<path-password>PASSWORD</path-password>
<exec-user>SYSTEM</exec-user>
<exec-password></exec-password>
<parameters>/synchronize</parameters>
<silent>YES</silent>
<pre-action></pre-action>
<post-action></post-action>
<show-GUI>NO</show-GUI>
<logon-delay>5</logon-delay>
<logon-message-1>Software wird installiert</logon-message-1>
<logon-message-2>Bitte warten...</logon-message-2>
<script-variable name="SOFTWARE">\\SERVER\software</script-variable>
<priority>normal</priority>
<stop-service-after-done>YES</stop-service-after-done>
<laptop-mode>YES</laptop-mode>
<server-connecting-method>standard</server-connecting-method>
<server-connecting-ip>SERVER</server-connecting-ip>
<server-connecting-timeout>3</server-connecting-timeout>
<server-connecting-script-timeout>3</server-connecting-script-timeout>
<server-connecting-script-file></server-connecting-script-file>
</configuration>
I reset the settings to this settings.xml as the base settings for each run and
only changed one or two options before restarting:
1. <stop-service-after-done>NO</stop-service-after-done>
=> Full logon delay.
2. <pre-action>C:\sleep.exe 30</pre-action>
(sleep.exe downloaded from http://www.computerhope.com/dutil.htm)
=> Full logon delay.
3. <stop-service-after-done>NO</stop-service-after-done>
<pre-action>C:\sleep.exe 30</pre-action>
(sleep.exe downloaded from http://www.computerhope.com/dutil.htm)
=> Full logon delay.
4. <laptop-mode>NO</laptop-mode>
=> Full logon delay.
5. <laptop-mode>NO</laptop-mode>
<stop-service-after-done>NO</stop-service-after-done>
=> Full logon delay.
6. <laptop-mode>NO</laptop-mode>
<stop-service-after-done>NO</stop-service-after-done>
<show-GUI>YES</show-GUI>
=> Full logon delay.
7. <stop-service-after-done>NO</stop-service-after-done>
<show-GUI>YES</show-GUI>
<pre-action>C:\sleep.exe 30</pre-action>
(sleep.exe downloaded from http://www.computerhope.com/dutil.htm)
=> Full logon delay.
8. <server-connecting-ip>IP_OF_SERVER</server-connecting-ip>
=> Full logon delay.
I'm out of ideas what other combinations I could test. Something is definitely
borked here.
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list