Re: Sysprep not running under windows 7

2010-05-11 Thread Andy Kurth
Hello Roger, The code you are running (version 2.1 and earlier) was actually written for Vista and does not support Sysprep. I attempted to add Vista Sysprep support when I wrote it and decided not to use it because Vista's Sysprep took an extremely long time to complete when an image was

Re: Change image timeout

2010-05-11 Thread Andy Kurth
The command that is being executed to check the size should be: du -c /storage/x86/image/x86/winvista-Windows7FacStaff49-v0* Try running this. What output does it generate? The last line should look like: total The code appears to be finding the 'total' line but is either not parsing it

Re: Change image timeout

2010-05-11 Thread Roger Herling
[r...@vcl ~]# du -c /storage/x86/image/x86/winvista-Windows7FacStaff49-v0* 4 /storage/x86/image/x86/winvista-Windows7FacStaff49-v0.tmpl 4 total [r...@vcl ~]# ls -l /storage/x86/image/x86/winvista-Windows7FacStaff49-v0* -rw-r--r-- 1 root root 352 May 10 12:09

Re: Incubator PMC/Board report for May 2010 (vcl-dev@incubator.apache.org)

2010-05-11 Thread Kevan Miller
Friendly reminder -- board report is due by tomorrow, Wednesday May 12. --kevan On May 1, 2010, at 10:00 AM, no-re...@apache.org wrote: Dear VCL Developers, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of

Re: windows 64 bit support

2010-05-11 Thread Andy Kurth
Good info Mike. Hopefully the next release will make this a little less painful. - Install Windows-64 hotfix for Sysnative path to work. Yes. You'll need this: http://support.microsoft.com/kb/942589 If you can't run the following command on a 64-bit installation then things won't work:

Re: Incubator PMC/Board report for May 2010 (vcl-dev@incubator.apache.org)

2010-05-11 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The report is available here: https://cwiki.apache.org/VCL/2010-05-incubator-vcl-report.html If you have any feedback, please provide it soon. I'll post the report to the Incubator PMC later this afternoon. Josh On Tuesday May 11, 2010, Kevan

RE: windows 64 bit support

2010-05-11 Thread Waldron, Michael H
I believe at the time, I chose the Windows_Server_2003 module for 64-bit XP because it seemed to be the closest match, and we aren't running any Windows Server 2003 here, so I knew it would be safe to place 64-bit drivers in there. And I wasn't smart enough to write my own module :) I haven't

Re: Change image timeout

2010-05-11 Thread Andy Kurth
I believe the problem is related to the Install Path setting for your management node: Management Nodes Edit Management Node Information Edit Based on the paths being used, I'm guessing yours is set to 'storage/x86'. Where does the partimage .gz file reside? If it actually resides in

Re: Incubator PMC/Board report for May 2010 (vcl-dev@incubator.apache.org)

2010-05-11 Thread Kevan Miller
My one comment regards: A few people from the community have been contacted by PPMC members to see if they are interested in becoming committers. Wouldn't the following be more accurate? A few people from the community have been contacted by PPMC members encouraging them to become more

Linux base image creation

2010-05-11 Thread Kiran N
Hello All, I am trying to create an Ubuntu base image. I have followed the instructions as given in https://cwiki.apache.org/VCL/create-a-linux-base-image.html I am able to ssh on the private network(eth1) from my management node but I am unable to ssh on the public network(eth0). I start my ssh