Re: [wpkg-users] wpkg.js crashing?

2008-04-16 Thread Tomasz Chmielewski
Brian May schrieb:
 Tomasz Chmielewski wrote:
 Does it really crash here (i.e., cscript process is not running)?
 
 I will have to double check. If it is not still running, it is very slow 
   (as in taking hours). I have seen it run slow other times, but not 
 this slow.
 
 The next message should be:

 INFO   : User notification suppressed. Message: 


 Could you paste your config.xml?
 
 Nothing really spectacular:
 
 ?xml version=1.0 encoding=utf-8 ?
 config
 param name='log_file_path' value='hq\\wpkg-status' /
 param name='logfilePattern' value='[HOSTNAME].log' /
 /config
 
 Everything else is defaults.

I meant, config.xml you use for wpkg.js.


-- 
Tomasz Chmielewski
http://wpkg.org
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] wpkg.js crashing?

2008-04-16 Thread Brian May
Tomasz Chmielewski wrote:
 I meant, config.xml you use for wpkg.js.

What I pasted is the only config.xml file I have. Is there support for 
more then one?

Brian May

-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] wpkg.js crashing?

2008-04-16 Thread Tomasz Chmielewski
Brian May schrieb:
 Tomasz Chmielewski wrote:
 I meant, config.xml you use for wpkg.js.
 
 What I pasted is the only config.xml file I have. Is there support for 
 more then one?

You're correct.
I must be still sleeping ;)


-- 
Tomasz Chmielewski
http://wpkg.org

-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Upgrades

2008-04-16 Thread Daniel Dehennin
Brian May [EMAIL PROTECTED] writes:

 Have a look at how Java can work:

 http://wpkg.org/Java

 This uninstalls old versions of Java before doing an upgrade/install.

Well, this is exactly the example I had in mind when posting.

If a package need to take care of old versions, I can become quite
ugly, like the java Package.

IIRC, for this package, the upgrade only consists in removing the old
versions (taking care of the error about not found package) and
installing the new one.

I think I understand your first arguments. Maybe specifying a special
value for the upgrade could be an idea ? So, there is no un-wanted
behaviour. If no upgrade/ is given, nothing happens.

About removed settings, do you speak about system wide settings ?
Because user settings are never touched, aren't they ?

If we consider that a fresh install needs to configure the package,
the remove+install may remove the settings but apply the new ones.

The good thing I see with re-applying the settings is that if someone
change the settings (for a wrong reason), you can be sure them to
became correct at next upgrade. (I know that I can create package just
to take care of this).

Regards.
-- 
Daniel Dehennin
RAIP de l'Orne
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] wpkg insanely slow

2008-04-16 Thread Brian May
Tomasz Chmielewski wrote:
 I guess you are using WPKG Client?

Yes.

 Could you do the following:
 
 1. Use Show WPKG user interface in WPKG Client
 2. Put cmd.exe as Execute before
 3. Log in, and try to browse the network / XML files from the cmd.exe 
 window manually. Try to do net use \\server\share /user:DOMAIN\user 
 pass, see if it works, etc.

Ok. Can do this. Duh. I should have turned off the login delay. Looks 
like I am out of time today, will do so tomorrow.

 I doubt this slowness is a result of an error in wpkg.js or WPKG Client 
 (but who knows...).

Same here.

  It looks like some strange network problems (WINS,
 DNS, but also duplicate IP addresses, or even duplicate MAC address, 
 which is extremely hard to debug).

None of those issues seems likely. Yes, I know, it is possible to have 
duplicate MAC addresses, but on two separate computers with different 
brand network adaptors?

 You also notice unexpected network error when you try to start WPKG 
 Client as a user with domain credentials - although you didn't paste a 
 full error message, most WPKG Client error messages are those reported 
 by the operating system.
 
 See also: http://www.google.com/search?q=unexpected+network+error

Hmmm. Maybe I should have prefixed the user name with the name of the 
domain? Will try that tomorrow.


Brian May

-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] WPKG-Client / Windows Shutdown

2008-04-16 Thread Tomasz Chmielewski
[EMAIL PROTECTED] schrieb:
 Hi
  
 Is there a way to execute the WPKG-Client-Script or the service on 
 windows shutdown?
 This may be better for us because of the delay when software is 
 installed or updated when windows starts.

AFAIR, it is possible to use Windows Task Scheduler to start tasks on 
Windows shutdown.


-- 
Tomasz Chmielewski
http://wpkg.org
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] Deploy Baculaclient with wpkg.

2008-04-16 Thread Magnus Mølbach
Has anyone managed to deploy bacula windows client with wpkg?


If you have managed to do so, please send me the code.
I'll publish it in the slient installer section on wpkg.org.


Thank you!


Best regards
Magnus Mølbach


-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Deploy Baculaclient with wpkg.

2008-04-16 Thread Tomasz Chmielewski
Magnus Mølbach schrieb:
 Has anyone managed to deploy bacula windows client with wpkg?
 
 
 If you have managed to do so, please send me the code.
 I'll publish it in the slient installer section on wpkg.org.

There is an entry here: http://wpkg.org/Bacula

Is it the same? You may want to verify it with your own setup / make 
corrections etc.



-- 
Tomasz Chmielewski
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Deploy Baculaclient with wpkg.

2008-04-16 Thread Marco Gaiarin
Mandi! Magnus Mølbach
  In chel di` si favelave...

 Has anyone managed to deploy bacula windows client with wpkg?
 If you have managed to do so, please send me the code.
 I'll publish it in the slient installer section on wpkg.org.

Added yesterday:

http://wpkg.org/Bacula

I'm still in test, so feel free to modify it if needed...

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it  tel +39-0434-842711  fax +39-0434-842797

Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
   http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Wrapper hints...

2008-04-16 Thread Tomasz Chmielewski
Jens Geile schrieb:
 Hi,
 
 Feel free to help ;)
 My JavaScript knowledge is close to zero and I've got a shitload of 
 documentation to write myself. ;) But I'll gladly continue to provide you 
 with test/bug reports of every new version, excessive feature requests and 
 Windows machines you can test the scripts on. ;)

Could you try if this one installs fine:

http://wpkg.org/files/client/test/

?


-- 
Tomasz Chmielewski
http://wpkg.org
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] WPKG-Client / Windows Shutdown

2008-04-16 Thread admin
Hi Tomasz

Thanks for your answer.

There seems to be no option to execute a command with the Task Scheduler when 
the computer shuts down.

Its possible to define a command in the group policy. 

  _  

From: Tomasz Chmielewski [mailto:[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: wpkg-users@lists.wpkg.org
Sent: Wed, 16 Apr 2008 09:58:54 +0200
Subject: Re: [wpkg-users] WPKG-Client / Windows Shutdown

[EMAIL PROTECTED] schrieb:
   Hi

   Is there a way to execute the WPKG-Client-Script or the service on 
   windows shutdown?
   This may be better for us because of the delay when software is 
   installed or updated when windows starts.
  
  AFAIR, it is possible to use Windows Task Scheduler to start tasks on 
  Windows shutdown.
  
  
  -- 
  Tomasz Chmielewski
  http://wpkg.org
-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] WPKG-Client / Windows Shutdown

2008-04-16 Thread Tomasz Chmielewski
[EMAIL PROTECTED] schrieb:
 Hi Tomasz
 
 Thanks for your answer.
 
 There seems to be no option to execute a command with the Task Scheduler 
 when the computer shuts down.
 
 Its possible to define a command in the group policy.

Indeed, it's only possible via a policy (local or group).

It might be a good idea to have this option in WPKG Client, I added it 
to the TO DO list.


-- 
Tomasz Chmielewski
http://wpkg.org

-
Reporting bugs, all WPKG mailing lists  http://wpkg.org/Support
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users