Re: [wpkg-users] mutlple profiles for 1 client

2009-11-30 Thread Jacob Jarick
> This way WPKG would _always_ add profile2 to any host.
Yes that is _exactly_ what Im trying to achieve.

I can see what your suggesting, it just seems a very reverse way of
thinking.

basically have:
.+ -> everyone profile

and for each profile I wish to include everyone (every profile) I create
a meta-profileA which points to profileA + everyone profile.
I will answer my own question, WPKG for some reason only allows 1 regexp
match for each host.

To give an example:

WS.*-> all workstation software (notepad replacement, etc)
WSAUST.*-> all australian software profile (intranet etc)
WSAUSTLAB   -> software for AU labs

using this method I do not have to re-add default software to every
profile or have a metal profile for every single profile to support an
all computers profile.

-Original Message-
From: Rainer Meier [mailto:r.me...@wpkg.org] 
Sent: Monday, 30 November 2009 4:08 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] mutlple profiles for 1 client

Hi Jacob,

Jacob Jarick wrote:
> Id expect WS001 to match profile 1 and 2 as the regexp will match the 
> host name.
> 
> WS00.*  profile1
> .*  profile2
> 
> is this possible ? or it it strictly 1 regexp match per host ?


This way WPKG would _always_ add profile2 to any host. This is probably
also not what you intend to do. If you really want to assign two
profiles to one node I told you already how to create a profile which
will include the contents of two other profiles (using profile
dependencies).

br,
Rainer
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] mutlple profiles for 1 client

2009-11-30 Thread Jacob Jarick
Id expect WS001 to match profile 1 and 2 as the regexp will match the
host name.

WS00.*  profile1
.*  profile2

is this possible ? or it it strictly 1 regexp match per host ?

-Original Message-
From: Rainer Meier [mailto:r.me...@wpkg.org] 
Sent: Monday, 30 November 2009 3:58 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] mutlple profiles for 1 client

Hi Jacob,

Jacob Jarick wrote:
> I have the following hosts listed:
> 
> WS00.*  profile1
> .*  profile2
> 
> profile2 is never applied to the host WS001. if I reverse the hosts 
> positions in the file / frontend profile1 is never applied.

Yes, this is exactly what you tell WPKG to do. Both definitions you use
are regular expressions. The first one (WS00.*) will match all host
names match contain WS00... Thus matching WS001 too. So WPKG will start
from top matching the profiles and it will find your WS00.* definition
and discover it matches. So
profile1 is assigned to the host.

For Hosts named WS01 the first definition will not match so WPKG
continues to look for a matching definition - here the second one ".*"
will match and profile
2 gets assigned.

If you want to assign multiple profiles to one host then I recommend
creating a "meta-profile" (e.g. profile-WS00) which depends on profile1
and profile2, so packages of both profiles get included. Then of course
assign the profile-WS00 to the first host definition.

If this is not what you're looking for please state your naming
conventions and what you would like to achieve so we might be able to
help you to find the right configuration.

br,
Rainer
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] mutlple profiles for 1 client

2009-11-29 Thread Jacob Jarick
I use wpkgexpress (most recent version r11) and the wpkg client 1.3.9.

I have the following hosts listed:

WS00.*  profile1
.*  profile2

profile2 is never applied to the host WS001. if I reverse the hosts
positions in the file / frontend profile1 is never applied.


Following: http://wpkg.org/Hosts.xml I have put the all inclusive match
at the bottom, though the wiki fails to explain why this is neccesary.

Help Please.


Jacob Jarick
Systems Administrator/ Software Engineer

Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email: jacob.jar...@amdel.com
http://www.bureauveritas.com.au
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] multiple domains SYSTEM account error

2009-11-29 Thread Jacob Jarick
Has anyone else had this issue and managed to resolve it ?

We have several domains.

file share is on DOMA
wpkg client on DOMB

I have added "Domain Computers" to the file share on DOMA but when
client on DOMB attempts to access it gets "access denied" error.

Jacob Jarick
Systems Administrator/ Software Engineer

Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email: jacob.jar...@amdel.com
http://www.bureauveritas.com.au
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] client only selecting 1 profile

2009-10-20 Thread Jacob Jarick
Excellent work mate :)



From: mscdex [mailto:msc...@gmail.com] 
Sent: Tuesday, 20 October 2009 5:03 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] client only selecting 1 profile


On 10/20/09, Jacob Jarick  wrote: 

The client appears to have come good again after some testing.
I shall keep a close eye on this and report if any more issues
occur.


-Original Message-
From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Jacob
Jarick
Sent: Tuesday, 20 October 2009 2:49 PM
To: wpkg-users@lists.wpkg.org
Subject: [wpkg-users] client only selecting 1 profile

2009-10-20 14:45:29, DEBUG   : Profiles applying to the current
host:|clients_all|

I have my test host WL0046, it only matches my profile
CLIENTS_ALL (host
regexp .+ ) if there are no other profiles matching it.
If I add a profile called TESTING (host regexp WL0046) it only
applys
testing.

I am using the latest wpkgexpress as well as the latest stable
wpkg
client, has anyone else struck this issue ?


There is a bug with regards to importing XML files in the current
revision. It may or may not be related to the problem you're having, but
I thought I'd give you a heads up on it (there is an issue raised about
this in the project site). This bug causes certain XML documents to be
parsed incorrectly such that the results of the parse are missing XML
nodes completely and/or the parsed results are formatted incorrectly.

This bug was introduced when I upgraded the version of CakePHP that
wpkgExpress is packaged with to the latest stable version (1.2.5 as of
this writing). I have already submitted a ticket, and recently a patch,
to CakePHP's developers that from my testing, successfully fixes this
bug.

I plan on having a new release available by the end of the week.

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] client only selecting 1 profile

2009-10-20 Thread Jacob Jarick
The client appears to have come good again after some testing.
I shall keep a close eye on this and report if any more issues occur. 

-Original Message-
From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Jacob Jarick
Sent: Tuesday, 20 October 2009 2:49 PM
To: wpkg-users@lists.wpkg.org
Subject: [wpkg-users] client only selecting 1 profile

2009-10-20 14:45:29, DEBUG   : Profiles applying to the current
host:|clients_all|

I have my test host WL0046, it only matches my profile CLIENTS_ALL (host
regexp .+ ) if there are no other profiles matching it.
If I add a profile called TESTING (host regexp WL0046) it only applys
testing.

I am using the latest wpkgexpress as well as the latest stable wpkg
client, has anyone else struck this issue ?


Jacob Jarick
Systems Administrator/ Software Engineer Bureau Veritas Australia Pty
Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
http://www.bureauveritas.com.au

-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] wpkg-express +Linux

2009-10-20 Thread Jacob Jarick
Gentoo !



From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Hans-Werner
Friedemann
Sent: Tuesday, 20 October 2009 3:44 PM
To: wpkg-users@lists.wpkg.org
Subject: [wpkg-users] wpkg-express +Linux


Hi @ all
 
which Linux-Distribution should I choose to run wpkg-express on it!?
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] client only selecting 1 profile

2009-10-19 Thread Jacob Jarick
2009-10-20 14:45:29, DEBUG   : Profiles applying to the current
host:|clients_all|

I have my test host WL0046, it only matches my profile CLIENTS_ALL (host
regexp .+ ) if there are no other profiles matching it.
If I add a profile called TESTING (host regexp WL0046) it only applys
testing.

I am using the latest wpkgexpress as well as the latest stable wpkg
client, has anyone else struck this issue ?


Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
http://www.bureauveritas.com.au
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] strange windows appearing during install

2009-10-12 Thread Jacob Jarick
I had a similar issue due to a bug in the current version of
wpkgexpress.

I used autoit window info tool to find out what the window was.
Cant reccomend it enough. 

-Original Message-
From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Tomasz
Chmielewski
Sent: Monday, 12 October 2009 8:20 PM
To: Paul McGrath
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] strange windows appearing during install

Paul McGrath wrote:
> Hi,
>   I have setup the server and clients with the two latest versions and
now during software installation ghost installation windows are
appearing, they are feint and don't have buttons or progress bars but
appear when an app installs and disappears when they are finished.  I
have not been able to determine yet which particular install wrappers
are running at the time like installshield.
>   Anyone experiencing this as well?

Can you provide a screenshot (or a photo with a digital capera)?


--
Tomasz Chmielewski
http://wpkg.org

-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] uninstall applications not in hosts matching profile/s

2009-10-09 Thread Jacob Jarick
Should wpkg uninstall packages that are not listed in the users profile.

And should it remove packages that were in a hosts profile but have now
been removed ?

I am not seeing this behaviour at the moment.
I have tried deleting c:\windows\system32\wpkg.xml but no effect.

Thanks.

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] wiki broken for anyone else ?

2009-10-06 Thread Jacob Jarick
Its only recent though and I am not the only person with the issue.

Im assuming you do not have the issue ? 

-Original Message-
From: Tomasz Chmielewski [mailto:man...@wpkg.org] 
Sent: Wednesday, 7 October 2009 2:36 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] wiki broken for anyone else ?

Jacob Jarick wrote:
> error screen shot:
> http://imgur.com/0Y09Y.jpg
>  
> It trys to download the main page for me.
> This could be a screw up in my companies proxy settings if it is not 
> the wiki.

Probably.

Or your Internet Explorer?


--
Tomasz Chmielewski
http://wpkg.org


-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] wiki broken for anyone else ?

2009-10-06 Thread Jacob Jarick
error screen shot:
http://imgur.com/0Y09Y.jpg
 
It trys to download the main page for me.
This could be a screw up in my companies proxy settings if it is not the
wiki.
 
I can access all other pages fine.
 

only when you go straight to http://wpkg.org
 

-Original Message-
From: Tomasz Chmielewski [mailto:man...@wpkg.org] 
Sent: Wednesday, 7 October 2009 2:17 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] wiki broken for anyone else ?

Jacob Jarick wrote:
> http://wpkg.org/

Broken in what sense? Works fine here.


--
Tomasz Chmielewski
http://wpkg.org
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] wiki broken for anyone else ?

2009-10-06 Thread Jacob Jarick
http://wpkg.org/

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Deploying software using AD group membership

2009-09-28 Thread Jacob Jarick
happy to help wit hADS testing, feel free to send requests to me. 

-Original Message-
From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Rainer Meier
Sent: Friday, 25 September 2009 3:10 PM
To: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] Deploying software using AD group membership

Hi Simon,

simon.be...@institutsmq.qc.ca wrote:
> 
> Does anyone already found a way to deploy software based on an Active 
> Directory Group membership ?
> 
> Here we used to use SMS and (hey this is a really good news for WPKG) 
> we are currently switching on WPKG for simplicity.
> What we did is to make a Group like "App Deploy XYZ", and put Computer

> objects as member of that group.
> Once configured correctly, The call center here was able to deploy 
> software themself without even calling level 2 support - they just add

> another Computer to the AD group!
> 
> I have an idea of scripting this, but I first like to know if it is 
> either planned on wpkg.js or if somebody already has done it.

My personal recommendation here would be a script/tool which exports ADS
information to WPKG XML files based on schedule or trigger. However
there is a (yet unsupported) patch for an early WPKG 1.1 version in
Bugzilla:


I am still having some concerns integrating it into the official
version. Maybe it will make its way in WPKG 1.2 release (where I plan
some bigger internal re-structurings anyway).

In general I am not a big friend of doing ADS lookup with JScript
because of stability and portability. Moreover most WPKG users
(including me) do not have an ADS running. So integrating ADS support
would increase testing effort (each patch/release would have to be
tested in detail by somebody having an ADS). Even the patch in Bugzilla
has never been ported/tested for newer WPKG releases.
So for the stable releases I clearly focus on stability and
compatibility for the majority of WPKG users (using plain shares and XML
files).

Having a tool which exports ADS information to XML files would allow ADS
users to run WPKG with ADS "support" while people without ADS are not
affected by code which they will never use.

br,
Rainer

-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Deploying software using AD group membership

2009-09-24 Thread Jacob Jarick
I have thought of attempting this by trying to add ldap query support to
the client.
That way it could query the computer account and work off that.
 



From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of
simon.be...@institutsmq.qc.ca
Sent: Thursday, 24 September 2009 11:26 PM
To: wpkg-users@lists.wpkg.org
Subject: [wpkg-users] Deploying software using AD group membership



Does anyone already found a way to deploy software based on an Active
Directory Group membership ? 

Here we used to use SMS and (hey this is a really good news for WPKG) we
are currently switching on WPKG for simplicity. 
What we did is to make a Group like "App Deploy XYZ", and put Computer
objects as member of that group. 
Once configured correctly, The call center here was able to deploy
software themself without even calling level 2 support - they just add
another Computer to the AD group! 

I have an idea of scripting this, but I first like to know if it is
either planned on wpkg.js or if somebody already has done it. 

Thanks, 
Simon 

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Rscript hanging when run from WPKG

2009-09-23 Thread Jacob Jarick
try



-Original Message-
From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of James
Andrewartha
Sent: Wednesday, 23 September 2009 3:20 PM
To: wpkg
Subject: [wpkg-users] Rscript hanging when run from WPKG

Hi,

I've successfully installed R with the packages.xml at
http://wpkg.org/R. 
Now I'm trying to automate installation of some R libaries by adding the
following:
 where r-libraries.r is
http://daa.com.au/~jamesa/r-libraries.r

When I run this from cmd.exe, it works fine, but when I run WPKG, it
still installs, but Rscript.exe never exits. If I run
\\install\wpkg\wpkg.js /synchronize, I can see the download dialogs, and
an Rscript cmd window appears but it has no output (even if I add print
commands to r-libraries.r) and stays open once the script has finished.
Even adding a q('n') command to force it to quit has no effect. So I
think there's something about the way WPKG is calling Rscript.exe that's
preventing it from exiting.

The WPKG version is 1.1.1, WPKG client 1.3.9, the file server is Samba
3.0.28a and the client Windows XP SP3.

Do you have any idea what's causing this, or how I can debug it further?

Thanks,

--
James Andrewartha | Sysadmin
Data Analysis Australia Pty Ltd | STRATEGIC INFORMATION CONSULTANTS
97 Broadway, Nedlands, Western Australia, 6009 PO Box 3258, Broadway
Nedlands, WA, 6009
T: +61 8 9386 3304 | F: +61 8 9386 3202 | I: http://www.daa.com.au

-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] web frontend, url works but client does not read url

2009-09-22 Thread Jacob Jarick
Thanks guys, I figured out the issue (well my friend suggested it) after my 
test using exported .xml files.
 http://code.google.com/p/wpkgexpress/wiki/SelfSignedSSLCertificates

Basically I had to import the ssl cert from xampp then it worked fine, if you 
dont wpkg.js fails with an obscure and unhelpful error message.

Seems to be working great now.


-Original Message-
From: Rainer Meier [mailto:r.me...@wpkg.org]
Sent: Tue 22/09/2009 8:07 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] web frontend, url works but client does not read url
 
Hi Jacob,

Jacob Jarick wrote:
> I have tested the url that fails from one of our linux servers with curl
> and it works fine (spits out the .xml file with all its info).
> But when the client attempts to read the url, it fails.
> 
> config.xml: http://pastebin.ca/1574757
> 
> We do have a proxy enabled on our domain, is it possible the client is
> grabbing them and trying to access a local server through the proxy ?
> 
> This looks to be my last hurdle (fingers crossed).

wpkg.js is using an ActiveXObject("Msxml2.DOMDocument.3.0") object to read XML
files from an URL. I guess this is using a proxy if one is configured. If a
proxy should by bypassed then the host should be added to the exception list
within the proxy configuration. I guess this could be done by GPO or directly by
IE configuration.
You could check your proxy logs too in order to check if WPKG tries to access
the file via proxy.

I also see that you're using an HTTPS connection. I don't see why it shouldn't
work but I have to admit I've never run a WPKG installation reading the files
from HTTPS yet.

br,
Rainer

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] FW: Client broken ? refuses to download profiles.xml viahttp - Help Please

2009-09-22 Thread Jacob Jarick
Falko Trojahn,

well after some more testing I have found the WPKG client not to be at fault, 
neither does it seem to be a "limbo proxy setting" lurking around.

to test:
* I created a folder under xampp/htdocs called test
* copied the generated .xml files to the directory
* adjusted wpkg_base in config.xml to this:
   
* then reran the client

Worked fine.


I believe it maybe a ssl invalid cert issue as everything else had the old 
behaviour of ignoring invalid certs by default and now everything is prompting 
the user.
Is it possible that the WPKG client will reject a url if the cert is invalid ?


I shall move this thread to wpkgexpress now, thanks for the help Falko.

mem

-Original Message-----
From: Jacob Jarick
Sent: Tue 22/09/2009 4:10 PM
To: Falko Trojahn
Cc: wpkg-users@lists.wpkg.org >> wpkg
Subject: RE: [wpkg-users] FW: Client broken ? refuses to download profiles.xml 
viahttp - Help Please
 
Yes I have tried without proxy configuratio, though our domain configuration is 
rather f***ed up, so that could still be the issue.

Its not a wpkgexpress issue, the frontend is doing its intended job of serving 
out xml files (which I as I said I have tested with every browser known to man).

The client fails to process them, the exact same files saved locally work. This 
most certainly is a wpkg issue and not wpkgexpress.

-Original Message-
From: Falko Trojahn [mailto:nospam...@smi-softmark.de] 
Sent: Tuesday, 22 September 2009 3:52 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org >> wpkg
Subject: Re: [wpkg-users] FW: Client broken ? refuses to download profiles.xml 
viahttp - Help Please

Hello Jacob,

Jacob Jarick schrieb:
> I have just saved the generated .xml's from wpkgexpress to my WPKG 
> share and set wpkg_base to '' in config.xml.
> This works perfectly, it is only when the client (wpkg.js) trys to 
> connect to the webserver, it makes the connection then gives up.
>
> Can someone confirm this form me before I make a bug report, thanks.
>   

Just an idea: did you try on same system without proxy-configuration (as you 
wrote in another mail)?

BTW: I think this discussion should go to WpkgExpress list, see:

http://groups.google.com/group/wpkgexpress-support?hl=en


Regards,
Falko

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] FW: Client broken ? refuses to download profiles.xml viahttp - Help Please

2009-09-22 Thread Jacob Jarick
Yes I have tried without proxy configuratio, though our domain
configuration is rather f***ed up, so that could still be the issue.

Its not a wpkgexpress issue, the frontend is doing its intended job of
serving out xml files (which I as I said I have tested with every
browser known to man).

The client fails to process them, the exact same files saved locally
work. This most certainly is a wpkg issue and not wpkgexpress.

-Original Message-
From: Falko Trojahn [mailto:nospam...@smi-softmark.de] 
Sent: Tuesday, 22 September 2009 3:52 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org >> wpkg
Subject: Re: [wpkg-users] FW: Client broken ? refuses to download
profiles.xml viahttp - Help Please

Hello Jacob,

Jacob Jarick schrieb:
> I have just saved the generated .xml's from wpkgexpress to my WPKG 
> share and set wpkg_base to '' in config.xml.
> This works perfectly, it is only when the client (wpkg.js) trys to 
> connect to the webserver, it makes the connection then gives up.
>
> Can someone confirm this form me before I make a bug report, thanks.
>   

Just an idea: did you try on same system without proxy-configuration (as
you wrote in another mail)?

BTW: I think this discussion should go to WpkgExpress list, see:

http://groups.google.com/group/wpkgexpress-support?hl=en


Regards,
Falko
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] FW: Client broken ? refuses to download profiles.xml viahttp - Help Please

2009-09-21 Thread Jacob Jarick
I have just saved the generated .xml's from wpkgexpress to my WPKG share
and set wpkg_base to '' in config.xml.
This works perfectly, it is only when the client (wpkg.js) trys to
connect to the webserver, it makes the connection then gives up.

Can someone confirm this form me before I make a bug report, thanks.

-Original Message-
From: wpkg-users-boun...@lists.wpkg.org
[mailto:wpkg-users-boun...@lists.wpkg.org] On Behalf Of Jacob Jarick
Sent: Tuesday, 22 September 2009 2:36 PM
To: wpkg-users@lists.wpkg.org
Subject: [wpkg-users] Client broken ? refuses to download profiles.xml
viahttp - Help Please

The client fails to download profiles.xml via http.

I have disabled password protection and tried with and without ssl
(https) with no difference.

I am able to access the exact url it complains about in the client log
file via: IE8, FF, Curl, Links, Lynx.

the only line found in a clean access.log: 
10.137.165.9 - - [22/Sep/2009:14:11:40 +0800] "GET /wpkg/profiles.xml
HTTP/1.1" 302 - "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; MDDR; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)"

my config.xml: http://pastebin.ca/1574878

client log file:
2009-09-22 14:11:37, DEBUG   : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2009-09-22 14:11:37, DEBUG   : Initializing new log file:
\\ws0452\wpkg_client_logs\wl0046-2009-09-22.log
2009-09-22 14:11:37, DEBUG   : Reboot-Cmd is standard.
2009-09-22 14:11:37, DEBUG   : WPKG 1.1.1 starting...
2009-09-22 14:11:37, DEBUG   : Base directory is
'http://10.137.165.156/wpkg'.
2009-09-22 14:11:37, DEBUG   : Log level is 255
2009-09-22 14:11:37, DEBUG   : Trying to read XML file:
http://10.137.165.156/wpkg/profiles.xml
2009-09-22 14:11:39, ERROR   : Error parsing xml
'http://10.137.165.156/wpkg/profiles.xml': System error:
-2146697191.||File  http://10.137.165.156/wpkg/profiles.xml|Line
0|Linepos   0|Filepos   0|srcText   |
2009-09-22 14:11:39, ERROR   : Message:  No profiles found.
Aborting|Description:  No profiles found. Aborting|Error number:
a|Stack:undefined|Line: undefined|
2009-09-22 14:11:39, DEBUG   : Found system locale: c09
2009-09-22 14:11:39, DEBUG   : Found language definition node for
language ID c09
2009-09-22 14:11:39, INFO: User notification suppressed. Message:
The software installation has failed.
2009-09-22 14:11:39, DEBUG   : Saving sorted settings to 'null'.
2009-09-22 14:11:39, DEBUG   : Settings not saved!


Help please.

-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] Client broken ? refuses to download profiles.xml via http - Help Please

2009-09-21 Thread Jacob Jarick
The client fails to download profiles.xml via http.

I have disabled password protection and tried with and without ssl
(https) with no difference.

I am able to access the exact url it complains about in the client log
file via: IE8, FF, Curl, Links, Lynx.

the only line found in a clean access.log: 
10.137.165.9 - - [22/Sep/2009:14:11:40 +0800] "GET /wpkg/profiles.xml
HTTP/1.1" 302 - "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; MDDR; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)"

my config.xml: http://pastebin.ca/1574878

client log file:
2009-09-22 14:11:37, DEBUG   : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2009-09-22 14:11:37, DEBUG   : Initializing new log file:
\\ws0452\wpkg_client_logs\wl0046-2009-09-22.log
2009-09-22 14:11:37, DEBUG   : Reboot-Cmd is standard.
2009-09-22 14:11:37, DEBUG   : WPKG 1.1.1 starting...
2009-09-22 14:11:37, DEBUG   : Base directory is
'http://10.137.165.156/wpkg'.
2009-09-22 14:11:37, DEBUG   : Log level is 255
2009-09-22 14:11:37, DEBUG   : Trying to read XML file:
http://10.137.165.156/wpkg/profiles.xml
2009-09-22 14:11:39, ERROR   : Error parsing xml
'http://10.137.165.156/wpkg/profiles.xml': System error:
-2146697191.||File  http://10.137.165.156/wpkg/profiles.xml|Line
0|Linepos   0|Filepos   0|srcText   |
2009-09-22 14:11:39, ERROR   : Message:  No profiles found.
Aborting|Description:  No profiles found. Aborting|Error number:
a|Stack:undefined|Line: undefined|
2009-09-22 14:11:39, DEBUG   : Found system locale: c09
2009-09-22 14:11:39, DEBUG   : Found language definition node for
language ID c09
2009-09-22 14:11:39, INFO: User notification suppressed. Message:
The software installation has failed.
2009-09-22 14:11:39, DEBUG   : Saving sorted settings to 'null'.
2009-09-22 14:11:39, DEBUG   : Settings not saved!


Help please.
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] FW: web frontend, url works but client does not read url

2009-09-21 Thread Jacob Jarick
I nulled my access.log, reran the client and got this:

access.log:
10.137.165.9 - - [22/Sep/2009:13:20:02 +0800] "GET /wpkg/profiles.xml
HTTP/1.1" 302 - "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; MDDR; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)"

So it does seem to be going straight to my XAMPP server but it still
gets an empty file, thoughts anyone ?


-----Original Message-
From: Jacob Jarick 
Sent: Tuesday, 22 September 2009 11:14 AM
To: wpkg-users@lists.wpkg.org
Subject: web frontend, url works but client does not read url

I have tested the url that fails from one of our linux servers with curl
and it works fine (spits out the .xml file with all its info).
But when the client attempts to read the url, it fails.

config.xml: http://pastebin.ca/1574757

We do have a proxy enabled on our domain, is it possible the client is
grabbing them and trying to access a local server through the proxy ?

This looks to be my last hurdle (fingers crossed).

Client Log:

2009-09-22 11:07:09, DEBUG   : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2009-09-22 11:07:09, DEBUG   : Initializing new log file:
\\ws0452\wpkg_client_logs\wl0046-2009-09-22.log
2009-09-22 11:07:09, DEBUG   : Reboot-Cmd is standard.
2009-09-22 11:07:09, DEBUG   : WPKG 1.1.1 starting...
2009-09-22 11:07:09, DEBUG   : Base directory is
'https://wpkg:wp...@10.137.165.156/wpkg'.
2009-09-22 11:07:09, DEBUG   : Log level is 255
2009-09-22 11:07:09, DEBUG   : Trying to read XML file:
https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml
2009-09-22 11:07:09, ERROR   : Error parsing xml
'https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml': System error:
-2146697191.||File
https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml|Line  0|Linepos
0|Filepos   0|srcText   |
2009-09-22 11:07:09, ERROR   : Message:  No profiles found.
Aborting|Description:  No profiles found. Aborting|Error number:
a|Stack:undefined|Line: undefined|
2009-09-22 11:07:09, DEBUG   : Found system locale: c09
2009-09-22 11:07:09, DEBUG   : Found language definition node for
language ID c09
2009-09-22 11:07:09, INFO: User notification suppressed. Message:
The software installation has failed.
2009-09-22 11:07:09, DEBUG   : Saving sorted settings to 'null'.
2009-09-22 11:07:09, DEBUG   : Settings not saved!





Jacob Jarick
Systems Administrator/ Software Engineer Bureau Veritas Australia Pty
Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] web frontend, url works but client does not read url

2009-09-21 Thread Jacob Jarick
I have tested the url that fails from one of our linux servers with curl
and it works fine (spits out the .xml file with all its info).
But when the client attempts to read the url, it fails.

config.xml: http://pastebin.ca/1574757

We do have a proxy enabled on our domain, is it possible the client is
grabbing them and trying to access a local server through the proxy ?

This looks to be my last hurdle (fingers crossed).

Client Log:

2009-09-22 11:07:09, DEBUG   : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2009-09-22 11:07:09, DEBUG   : Initializing new log file:
\\ws0452\wpkg_client_logs\wl0046-2009-09-22.log
2009-09-22 11:07:09, DEBUG   : Reboot-Cmd is standard.
2009-09-22 11:07:09, DEBUG   : WPKG 1.1.1 starting...
2009-09-22 11:07:09, DEBUG   : Base directory is
'https://wpkg:wp...@10.137.165.156/wpkg'.
2009-09-22 11:07:09, DEBUG   : Log level is 255
2009-09-22 11:07:09, DEBUG   : Trying to read XML file:
https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml
2009-09-22 11:07:09, ERROR   : Error parsing xml
'https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml': System error:
-2146697191.||File
https://wpkg:wp...@10.137.165.156/wpkg/profiles.xml|Line  0|Linepos
0|Filepos   0|srcText   |
2009-09-22 11:07:09, ERROR   : Message:  No profiles found.
Aborting|Description:  No profiles found. Aborting|Error number:
a|Stack:undefined|Line: undefined|
2009-09-22 11:07:09, DEBUG   : Found system locale: c09
2009-09-22 11:07:09, DEBUG   : Found language definition node for
language ID c09
2009-09-22 11:07:09, INFO: User notification suppressed. Message:
The software installation has failed.
2009-09-22 11:07:09, DEBUG   : Saving sorted settings to 'null'.
2009-09-22 11:07:09, DEBUG   : Settings not saved!





Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] which frontend to use

2009-09-21 Thread Jacob Jarick
Just an update.
 
I believe the reason my previous attempts did not work was due to
several things, I followed the instructions again starting with a fresh
XAMPP install, properly configured httpd.conf as per cakephp's
instructions.
When to http:///installer and it worked :)
 
mscdex I have to compliment you on such a nice interface, very
asthetically pleasing.
 
About to test the client now that I have updated config.xml with:
 


 








From: mscdex [mailto:msc...@gmail.com] 
Sent: Monday, 21 September 2009 11:29 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] which frontend to use


I also use xampp on both Windows and Linux when developing wpkgExpress.
AFAIK I didn't have to make any configuration changes specifically for
wpkgExpress to make it work.


On 9/21/09, Jacob Jarick  wrote: 

No worries, I will try and work through them :) 
I appreciate documentation is the last / most anoying thing to
get around to in any project (certianly the case for my projects). Keep
up the good work.
 
wpkgexpress does look like it will be perfect once I have it
running.
Im using xampp atm, about to scrap and try fresh again - if I
get it working I will post my steps.
 
Cheers :)



From: mscdex [mailto:msc...@gmail.com] 
Sent: Monday, 21 September 2009 2:07 PM
    To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] which frontend to use



wpkgExpress comes with CakePHP, so there is no need to install
it first. There are several existing issues with both with the
wiki/documentation and the code itself that do need investigating and/or
fixing. However, I admit I haven't had much free time to devote to the
project for awhile because work and education have been consuming the
majority of my time.


    On 9/21/09, Jacob Jarick  wrote: 

Im trying to configure the frontends.

http://code.google.com/p/wpkgexpress/ seems to need
cakePHP installed
first (not just a datasource like its 2 step install
instructions
claim).

http://wpkg.linuxkidd.com/ this one just fails expecting
configuration
of the mysql db but no explanation on what to configure.
error:
Warning: mysql_connect() [function.mysql-connect]:
Access denied for
user 'unattended'@'localhost' (using password: YES) in
C:\xampplite\htdocs\connect.php on line 17
Cannot connect : Access denied for user
'unattended'@'localhost' (using
password: YES)

Is there any complete documentation on setting either of
these up ?

        Thanks

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au



-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users




-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] which frontend to use

2009-09-21 Thread Jacob Jarick
No worries, I will try and work through them :) 
I appreciate documentation is the last / most anoying thing to get
around to in any project (certianly the case for my projects). Keep up
the good work.
 
wpkgexpress does look like it will be perfect once I have it running.
Im using xampp atm, about to scrap and try fresh again - if I get it
working I will post my steps.
 
Cheers :)



From: mscdex [mailto:msc...@gmail.com] 
Sent: Monday, 21 September 2009 2:07 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] which frontend to use


wpkgExpress comes with CakePHP, so there is no need to install it first.
There are several existing issues with both with the wiki/documentation
and the code itself that do need investigating and/or fixing. However, I
admit I haven't had much free time to devote to the project for awhile
because work and education have been consuming the majority of my time.


On 9/21/09, Jacob Jarick  wrote: 

Im trying to configure the frontends.

http://code.google.com/p/wpkgexpress/ seems to need cakePHP
installed
first (not just a datasource like its 2 step install
instructions
claim).

http://wpkg.linuxkidd.com/ this one just fails expecting
configuration
of the mysql db but no explanation on what to configure.
error:
Warning: mysql_connect() [function.mysql-connect]: Access denied
for
user 'unattended'@'localhost' (using password: YES) in
C:\xampplite\htdocs\connect.php on line 17
Cannot connect : Access denied for user 'unattended'@'localhost'
(using
password: YES)

Is there any complete documentation on setting either of these
up ?
    
Thanks

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au



-
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users



-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] which frontend to use

2009-09-20 Thread Jacob Jarick
Im trying to configure the frontends.

http://code.google.com/p/wpkgexpress/ seems to need cakePHP installed
first (not just a datasource like its 2 step install instructions
claim).

http://wpkg.linuxkidd.com/ this one just fails expecting configuration
of the mysql db but no explanation on what to configure.
error: 
Warning: mysql_connect() [function.mysql-connect]: Access denied for
user 'unattended'@'localhost' (using password: YES) in
C:\xampplite\htdocs\connect.php on line 17
Cannot connect : Access denied for user 'unattended'@'localhost' (using
password: YES)

Is there any complete documentation on setting either of these up ?

Thanks

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] disable debug

2009-09-20 Thread Jacob Jarick
Thanks Rainer, that was the mistake I had been making. 

-Original Message-
From: Rainer Meier [mailto:r.me...@wpkg.org] 
Sent: Friday, 18 September 2009 5:08 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] disable debug

Hi Jacob,

Jacob Jarick wrote:
> Hi, I have
> 

Are you sure these files are new? If you set logLevel to 1 (errors only)
WPKG usually would log nothing at all. So if you still have some log
files in your log directory they just stay there unless WPKG has to
write a new one.

So you might still see a log of a previous run because any following
WPKG run with logLevel 1 did not have to write to a log file at all.

So try removing your old log files and see if it's re-created. Probably
it's not.


br,
Rainer
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] disable debug

2009-09-17 Thread Jacob Jarick
Hi, I have


Set in config.xml but my clients still log a very large amount of debug
output:

~~~SNIP
2009-09-18 11:39:03, DEBUG   : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2009-09-18 11:39:03, DEBUG   : Initializing new log file:
\\ws0452\wpkg_client_logs\wl0046-2009-09-18.log
2009-09-18 11:39:03, DEBUG   : Reboot-Cmd is standard.
2009-09-18 11:39:03, DEBUG   : WPKG 1.1.1 starting...
2009-09-18 11:39:03, DEBUG   : Base directory is '\\ws0452\WPKG'.
2009-09-18 11:39:03, DEBUG   : Log level is 11
2009-09-18 11:39:03, DEBUG   : Trying to read XML file:
\\ws0452\WPKG\profiles.xml
2009-09-18 11:39:03, DEBUG   : Successfully loaded XML file:
\\ws0452\WPKG\profiles.xml
2009-09-18 11:39:03, DEBUG   : Trying to read XML files from directory:
\\ws0452\WPKG\profiles
2009-09-18 11:39:03, DEBUG   : Specified XML directory does not exist:
\\ws0452\WPKG\profiles
2009-09-18 11:39:03, DEBUG   : Trying to read XML file:
\\ws0452\WPKG\hosts.xml
2009-09-18 11:39:03, DEBUG   : Successfully loaded XML file:
\\ws0452\WPKG\hosts.xml
2009-09-18 11:39:03, DEBUG   : Trying to read XML files from directory:
\\ws0452\WPKG\hosts
2009-09-18 11:39:03, DEBUG   : Specified XML directory does not exist:
\\ws0452\WPKG\hosts
2009-09-18 11:39:03, DEBUG   : Trying to read XML file:
\\ws0452\WPKG\packages.xml
2009-09-18 11:39:03, DEBUG   : Successfully loaded XML file:
\\ws0452\WPKG\packages.xml
2009-09-18 11:39:03, DEBUG   : Trying to read XML files from directory:
\\ws0452\WPKG\packages
2009-09-18 11:39:03, DEBUG   : Specified XML directory does not exist:
\\ws0452\WPKG\packages
2009-09-18 11:39:03, DEBUG   : Profiles applying to the current
host:|it|uninstall|laptop|msoffice|
2009-09-18 11:39:03, DEBUG   : Reading settings file:
C:\WINDOWS\system32\wpkg.xml
2009-09-18 11:39:03, DEBUG   : Trying to read XML file:
C:\WINDOWS\system32\wpkg.xml
2009-09-18 11:39:03, DEBUG   : Successfully loaded XML file:
C:\WINDOWS\system32\wpkg.xml
2009-09-18 11:39:03, DEBUG   : Getting profiles which apply to this
node.
2009-09-18 11:39:03, DEBUG   : Applying profile: it
2009-09-18 11:39:03, DEBUG   : Applying profile: uninstall
2009-09-18 11:39:03, DEBUG   : Applying profile: laptop
2009-09-18 11:39:03, DEBUG   : Applying profile: msoffice
~~~SNIP~~~~

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] help: install if file does not exist

2009-09-17 Thread Jacob Jarick
Thanks for the info Rainer, I will shift to your suggestions instead of my 
rename.
Was my check syntax correct though ?


-Original Message-
From: Rainer Meier [mailto:r.me...@wpkg.org]
Sent: Thu 17/09/2009 5:55 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] help: install if file does not exist
 
Hi Jacob,


Jacob Jarick wrote:
> I am trying to make a package install on the condition a file exists.
> 
> here is my current package:
> 
>id="JavaUpdate" 
>   name="Disable Java Update" 
>   revision="1" 
>   reboot="false" 
>   priority="10">
> 
>   
>path="%PROGRAMFILES%\Java\jre6\bin\jusched.exe" /> 
>   
>   
> 
> 
> unfortunately it returns true, even though the file exists. I have tested the 
> "install cmd" via console and the cmd does work.


First of all I don't believe that renaming the exe file is the right way. In
fact it could even cause problems.
Instead I recommend just to remove the startup entry for the update sheduler:

reg delete "RUN_PATH=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v
"SunJavaUpdateSched" /f

This removes the startup of the update scheduler.
On this occasion you might also disable the quick starter service:

net stop JavaQuickStarterService
sc config JavaQuickStarterService start= disabled

This approach works for me since quite a while.


Your rename might fail for example if jusched.exe is still running while you try
to rename it. So you should at least use taskkill to assure that it's not 
running.

br,
Rainer

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] help: install if file does not exist

2009-09-17 Thread Jacob Jarick
Hi all,

I am trying to make a package install on the condition a file exists.

here is my current package:




 




unfortunately it returns true, even though the file exists. I have tested the 
"install cmd" via console and the cmd does work.
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] WPKG client screen no displaying

2009-09-16 Thread Jacob Jarick
Thats really good advice, Thanks Pendl.
Id prefer on login, but you offer a good alternative so I will put both forward 
at the next meeting.

-Original Message-
From: wpkg-users-boun...@lists.wpkg.org on behalf of Pendl Stefan
Sent: Wed 16/09/2009 7:21 PM
To: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] WPKG client screen no displaying
 
>
> Thanks heaps, I will look into that tomorrow :)
>
> Jacob Jarick wrote:
> > Thanks Tomasz,
> > the delay brings up the gui :)
> >
> > Unfortunately it seems to delay login by 1 minute everytime
> after that even if there are no packages to be installed.
> > Is there a way around this or is it a current limitation ?
>
> It shouldn't be the case.
> If the delay is enabled and wpkg.js has really nothing to do,
> you should
> see this dialog for 10 seconds or so (the time when wpkg.js starts,
> reads config files, makes check and eventually quits).
>
> If the delay is longer for you, this might suggest that wpkg.js is
> really doing something (hangs at installing something etc.).
>

I am using the latest beta version of the WPKG client and run it at shutdown.
This way I do not have users waiting till WPKG is finished or any running 
process conflicting with WPKG.
In addition a reboot is never needed, since the installation is done just 
before it.

---
Stefan
-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] WPKG client screen no displaying

2009-09-16 Thread Jacob Jarick
Thanks heaps, I will look into that tomorrow :)


-Original Message-
From: Tomasz Chmielewski [mailto:man...@wpkg.org]
Sent: Wed 16/09/2009 6:42 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] WPKG client screen no displaying
 
Jacob Jarick wrote:
> Thanks Tomasz,
> the delay brings up the gui :)
> 
> Unfortunately it seems to delay login by 1 minute everytime after that even 
> if there are no packages to be installed.
> Is there a way around this or is it a current limitation ?

It shouldn't be the case.
If the delay is enabled and wpkg.js has really nothing to do, you should 
see this dialog for 10 seconds or so (the time when wpkg.js starts, 
reads config files, makes check and eventually quits).

If the delay is longer for you, this might suggest that wpkg.js is 
really doing something (hangs at installing something etc.).


To find out what it could be, set logging to your server in config.xml, 
and just browse the log (and check the timestamps) for a given 
workstation (the one which you think shouldn't be doing anything, but 
has a logon delay window waiting).


-- 
Tomasz Chmielewski
http://wpkg.org

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] WPKG client screen no displaying

2009-09-16 Thread Jacob Jarick
Thanks Tomasz,
the delay brings up the gui :)

Unfortunately it seems to delay login by 1 minute everytime after that even if 
there are no packages to be installed.
Is there a way around this or is it a current limitation ?

So far WPKG seems an ideal solution for our large network and I love how its 
configured through local xml files, excellent program/project.

-Original Message-
From: Tomasz Chmielewski [mailto:man...@wpkg.org]
Sent: Wed 16/09/2009 4:59 PM
To: Jacob Jarick
Cc: wpkg-users@lists.wpkg.org
Subject: Re: [wpkg-users] WPKG client screen no displaying
 
Jacob Jarick wrote:
> Hi,
> I am a new user of WPKG - I am setting it up for a demo at the company I
> work for.
> Everything has gone smoothly, but the only thing I am having trouble
> with atm is I cannot get the client screen to display while WPKG
> installs the packages.
> 
> I set show in the client gui when creating settings.xml but no
> difference.
> 
> settings.xml:
> 
> 
> \\ws0452\WPKG\wpkg.jscorp.amdel.c
> om\utlabBLANKSYSTE
> M/synchronize
> /nonotify
> /quietYES tion>YES0<

Please try to set logon delay to be bigger than 0.


-- 
Tomasz Chmielewski
http://wpkg.org


-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] WPKG client screen no displaying

2009-09-16 Thread Jacob Jarick
Hi,
I am a new user of WPKG - I am setting it up for a demo at the company I
work for.
Everything has gone smoothly, but the only thing I am having trouble
with atm is I cannot get the client screen to display while WPKG
installs the packages.

I set show in the client gui when creating settings.xml but no
difference.

settings.xml:


\\ws0452\WPKG\wpkg.jscorp.amdel.c
om\utlabBLANKSYSTE
M/synchronize
/nonotify
/quietYESYES0<
logon-message-1>WPKG is installing applications and applying
settings...Please wait, don't restart
or power off your
computer...normalYESNOstandard33

config.xml (to long for email):
http://pastebin.ca/1568084

If someone could give me a hand, it would be much appreciated.
Id be happy to update the wiki faq as well.

Cheers

Jacob Jarick
Systems Administrator/ Software Engineer
Bureau Veritas Australia Pty Ltd
58 Sorbonne Cr, Canning Vale WA 6155
Helpdesk: 1800 992 908
Tel: +61 (0) 8 9456 6469
Email :jacob.jar...@amdel.com
Web :http://www.bureauveritas.com.au

-
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users