[wpkg-users] WPKG Service: Unable to pull xml files from wpkg_web as Local System Account

Tomasz Chmielewski mangoo at wpkg.org
Fri Jan 18 16:26:48 CET 2008


Tomasz Chmielewski schrieb:
> Systemadministration FK14 schrieb:
>> Hi,
>>
>> I noticed a problem that wpkg.js is unable to download xml files 
>> directly from wpkg web when it is called from "wpkg client service" 
>> running with "Local System Account" credentials. See the attached log 
>> (ip masked out).
>> This appears on windows xp sp2 machines with all updates applied.
>>
>> The same configuration works on fresh installed xp sp3-rc installation.
>> It also works when i manualy edit the service to run under 
>> "Administrator" privilleges.
>>
>> Any information how to track/solve this issue?
> 
> Could you check in the webserver logs if the file was actually requested 
> when the problem happened?
> 
> If not, can you check if that workstation sends any packets to the 
> webserver?
> 
> Does this machine have any firewall enabled (which may block packets 
> created by certain users, like SYSTEM)?

Some more debugging ideas.

As a pre-command use cmd.exe. Also, enable WPKG Client GUI for debugging 
(WPKG user interface -> Show) - without it, you won't see any windows.

Reboot, and when cmd.exe window starts, try to connect to that webserver 
and fetch that file using telnet, i.e. (start telnet, and type "GET 
/some_file.xml HTTP/1.0"):


# telnet 192.168.10.1 80
Trying 192.168.10.1...
Connected to router (192.168.10.1).
Escape character is '^]'.
GET /some_file.xml HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 18 Jan 2008 15:22:47 GMT
Server: Apache/2.2.3 (Debian)
(...)



-- 
Tomasz Chmielewski
http://wpkg.org




More information about the wpkg-users mailing list