I think I figured out part of the problem. I am running a Samba Server. The problem appears to be that when the script was looking for txtsetup.sif, it is case sensitive. I did have a TXTSETUP.SIF. When I moved TXTSETUP.SIF to txtsetup.sif I was able to get a little further until I came across another file that the script was looking for as lowercase when it was actually uppercase. In a future revision can you make it so the script is case insensitive?
After changing about 4 files I was able to get to the point where the script tried to run doit.bat. It was able to copy the NETINST directory, but when it tries to run: winnt /rx:lang /s:Z:\os\win2ksp4\i386 /u:C:\netinst\unattend.txt It does not appear to do anything and the command prompt returns immediately. Thanks Glen -----Original Message----- From: Patrick J. LoPresti [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 9:26 AM To: Bunting, Glen, IG Cc: [EMAIL PROTECTED] Subject: Re: [Unattended] Compaq/HP DL360/380 Gig interfaces "Bunting, Glen, IG" <[EMAIL PROTECTED]> writes: > I tried using the 4.4-test5 cd and was able to make the initial > connection using the ip instead if the server name. However when it > is scanning for the os directory it errors out with the following: > > Unable to open /z/os/win2ksp4/i386/txtsetup.sif > No such file at /z/lib/Unattend/IniFile.pm > > Which is correct. There is no txtsetup.sif file located there. Do I > need one for the Linux boot cd? If so what do I need to put in it? There is a txtsetup.sif file in the i386 directory of every Windows CD. It is how Unattended identifies Windows installation media... Check again? Something very strange is happening here. We check for the existence of the txtsetup.sif file before we try to open it, so it should not crash. What kind of file server are you using? - Pat ***************************************************************************** If you are not the intended recipient of this e-mail, please notify the sender immediately. The contents of this e-mail do not amend any existing disclosures or agreements unless expressly stated. ***************************************************************************** ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
