[wpkg-users] Windows 7 (and windows XP) : a method to run wpkg at shutdown

2011-07-20 Thread Bruno CHOQUET
Windows 7 (and windows XP) : a method to run wpkg at shutdown (sorry for my basic english...) Firstly, the actual option run at system shutdown of wpkg client is not compatible with windows 7. Secondly, windows 7 systematically kills wpkg service after 10 minutes. My solution : i don't

Re: [wpkg-users] Windows 7 (and windows XP) : a method to run wpkg at shutdown

2011-07-20 Thread Falko Trojahn
Am 20.07.2011 12:18, schrieb Bruno CHOQUET: Windows 7 (and windows XP) : a method to run wpkg at shutdown Merci, Bruno. Here you find another method for using Wpkg with Windows 7: http://code.google.com/p/wpkg-gp/ A+ Falko

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Marco Gaiarin
Mandi! Rainer Meier In chel di` si favelave... I hope this will not have any unwanted side-effects. Test and feedback is appreciated. Quickly tested. Seems OK: --- wpkg-voldemort-1.1.2.log.1 2011-07-20 18:29:47.005159123 +0200 +++ wpkg-voldemort-1.2.1rc3.log.1 2011-07-20

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Rainer Meier
Hi Marco, On 20.07.2011 18:33, Marco Gaiarin wrote: Quickly tested. Seems OK: Thanks for verifying. Can I ask you to re-verify it in your environment with RC4? http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/stable/1.2/ I did some further improvements which should improve speed and

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Stefan Pendl
Hi Marco, On 20.07.2011 18:33, Marco Gaiarin wrote: Quickly tested. Seems OK: Thanks for verifying. Can I ask you to re-verify it in your environment with RC4? http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/stable/1.2/ I did some further improvements which should improve

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Rainer Meier
Hi Stefan, On 20.07.2011 23:16, Stefan Pendl wrote: Seems host matching is now broken: host name=VM-.+ profile-id=VirtuelleRechner / Results in the attached log. I have tested with the same regular expression and here it works for me. Would you mind providing your hosts files: -

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Stefan Pendl
Seems host matching is now broken: host name=VM-.+ profile-id=VirtuelleRechner / Results in the attached log. I have tested with the same regular expression and here it works for me. Would you mind providing your hosts files: - hosts/Hosts_PhysikalischeRechner.xml -

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Stefan Pendl
Hi Stefan, On 20.07.2011 23:16, Stefan Pendl wrote: Seems host matching is now broken: host name=VM-.+ profile-id=VirtuelleRechner / Results in the attached log. I have tested with the same regular expression and here it works for me. Would you mind providing your hosts

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Rainer Meier
Hi Stefan, On 20.07.2011 23:37, Stefan Pendl wrote: Attached find the hosts files. Many thanks for the files and for further testing. Indeed I seem to have broken or over-optimized XML reading and forgot to take into account that loadXML() seems not to modify the existing XML DOM source but

Re: [wpkg-users] Host match disruptive changes in 1.2?

2011-07-20 Thread Stefan Pendl
FIX: Fixed reading multiple XML files from directory. The last commit included too many optimizations and did not take into account that MSXML creates a new XML document when loadXML() is used on a XML DOM object instead of just modifying the existing one. So the root