Thread: [Ani-users] Partial success
Status: Beta
Brought to you by:
substring-sfn
From: Alex G. <al...@vi...> - 2005-04-25 12:28:09
|
Hi, some status report on what i've done last week. - wrote some analysis of the jobs Ani.pm does in order to understand what's going wrong, i can put that readme online if anybody is interested - after the interrupted transfers from the smb share i switched from cp to tar (in Ani.pm) for copying the files over. I receive no errors from copying anymore. Tradeoff: no update available anymore because tar simply doesn't care about that, my suggestion would be to use rsync or another cp version, but i still have to find out if that changes something (the userland is taken from SuSE, 7.1, right?) - the linux part of the installation finishes just fine - the winnt.exe installer starts in unattended mode and installs the OS just fine - after some trouble with postwin.pl (coworker accidentially copied perl-5.8.6 to ActiveP.msi instead of 5.6.1), postwin.pl now executes - postwin.pl bails out with this error message: register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. SIG_HANDLER: failed to register startup script. sub regStartup() failed. at C:\install\pwframe.pl line 137. window text: >> sub regStartup() failed. at C:\install\pwframe.pl line 137. Haven't yet looked at the postwin part, maybe somebody encountered that error before and can tell me what i can do to avoid that one. cheers, alex -- alexander goller al...@vi... |
From: Alex G. <al...@vi...> - 2005-04-26 10:02:11
|
Hi, some status report on what i've done last week. - wrote some analysis of the jobs Ani.pm does in order to understand what's going wrong, i can put that readme online if anybody is interested - after the interrupted transfers from the smb share i switched from cp to tar (in Ani.pm) for copying the files over. I receive no errors from copying anymore. Tradeoff: no update available anymore because tar simply doesn't care about that, my suggestion would be to use rsync or another cp version, but i still have to find out if that changes something (the userland is taken from SuSE, 7.1, right?) - the linux part of the installation finishes just fine - the winnt.exe installer starts in unattended mode and installs the OS just fine - after some trouble with postwin.pl (coworker accidentially copied perl-5.8.6 to ActiveP.msi instead of 5.6.1), postwin.pl now executes - postwin.pl bails out with this error message: register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. SIG_HANDLER: failed to register startup script. sub regStartup() failed. at C:\install\pwframe.pl line 137. window text: >> sub regStartup() failed. at C:\install\pwframe.pl line 137. Haven't yet looked at the postwin part, maybe somebody encountered that error before and can tell me what i can do to avoid that one. cheers, alex -- alexander goller al...@vi... |
From: Alex G. <al...@vi...> - 2005-04-26 12:32:20
|
> Hi, Sorry for sending this twice, seems lists.sf.net is quite slow in delivering mails, so i sent the message from yesterday afternoon again... cheers, alex -- alexander goller al...@vi... |
From: Carsten L. <cal...@us...> - 2005-04-26 14:46:34
|
Alex Goller wrote: > Hi, > > some status report on what i've done last week. > > - wrote some analysis of the jobs Ani.pm does in order to understand > what's going wrong, i can put that readme online if anybody is > interested yes I am.. .... > - after some trouble with postwin.pl (coworker accidentially copied > perl-5.8.6 to ActiveP.msi instead of 5.6.1), postwin.pl now executes > - postwin.pl bails out with this error message: > > register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. > register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. > > SIG_HANDLER: failed to register startup script. > sub regStartup() failed. at C:\install\pwframe.pl line 137. > > window text: > >>>sub regStartup() failed. at C:\install\pwframe.pl line 137. > > > Haven't yet looked at the postwin part, maybe somebody encountered > that error before and can tell me what i can do to avoid that one. > Could you find out if you use postwin.pl Version 1.4 or Version 1.5 (diff against SF-sources) ? Version 1.5 is buggy, I will fix it today... Don't know if this solves your problem, but it was the last change we made... Carsten |
From: Alex G. <al...@vi...> - 2005-04-26 19:04:43
|
Hi Carsten, On Tue, Apr 26, 2005 at 04:46:22PM +0200, Carsten Lehmann wrote: > Could you find out if you use postwin.pl Version 1.4 or Version 1.5 > (diff against SF-sources) ? Version 1.5 is buggy, I will fix it today... > Don't know if this solves your problem, but it was the last change we > made... Ouch, i just have discovered it's only 1.3 or less. If that is true, then all the errors/problems i have encountered yet could be because i'm using the wrong version. I will interview my coworker tomorrow. I took the stuff over from a directory called ani-1.1.1, so i supposed i'm using the version which is tagged V1_1_1 in CVS. But otoh then i'd have version 1.4 of postwin.pl installed. Will send a report tomorrow, if this is true, i will stand in the corner for a while... cheers, alex -- alexander goller al...@vi... |
From: Alex G. <al...@vi...> - 2005-04-27 09:14:58
|
Moin, On Tue, Apr 26, 2005 at 09:04:38PM +0200, Alex Goller wrote: > Ouch, i just have discovered it's only 1.3 or less. If that is true, > then all the errors/problems i have encountered yet could be because > i'm using the wrong version. I will interview my coworker tomorrow. I > took the stuff over from a directory called ani-1.1.1, so i supposed > i'm using the version which is tagged V1_1_1 in CVS. But otoh then i'd > have version 1.4 of postwin.pl installed. Ok, did a fresh 1.1.1 installation and nothing changed. Can somebody tell me if the 1.1.1 version is 1.4 from CVS? Should i try 1.4 from CVS over the one in ani-1.1.1.tar.gz? > Will send a report tomorrow, if this is true, i will stand in the > corner for a while... Glad i don't have to stand there ;) cheers, alex -- alexander goller al...@vi... |
From: Alex G. <al...@vi...> - 2005-04-27 13:17:00
|
On Wed, Apr 27, 2005 at 11:36:23AM +0200, Carsten Lehmann wrote: > Alex Goller wrote: > > >Ok, did a fresh 1.1.1 installation and nothing changed. Can somebody > >tell me if the 1.1.1 version is 1.4 from CVS? Should i try 1.4 from > >CVS over the one in ani-1.1.1.tar.gz? > > > could you please send me your postwin.pl and your pwframe.pl ? > Nothing change means your error from the list still remains ? Hm, i see you have changed postwin.pl to Create() a registry key instead of doing Open(). I think pwframe.pl needs to do the same, my error message is coming from line 307 of pwframe.pl which does an Open() call on HKEY_LOCAL_MACHINE too. Will attach postwin.pl and pwframe.pl in a private mail. cheers, alex -- alexander goller al...@vi... |
From: Alexander S. <a.s...@su...> - 2005-04-26 18:33:11
|
Hi Alex, Alex Goller schrieb: > Hi, > > some status report on what i've done last week. > > - wrote some analysis of the jobs Ani.pm does in order to understand > what's going wrong, i can put that readme online if anybody is > interested I'm interested in the description of Ani.pm, too. If it's on german or english, I will put it online for others. OK? > - after the interrupted transfers from the smb share i switched from > cp to tar (in Ani.pm) for copying the files over. I receive no errors from > copying anymore. Tradeoff: no update available anymore because tar > simply doesn't care about that, my suggestion would be to use rsync > or another cp version, but i still have to find out if that changes > something (the userland is taken from SuSE, 7.1, right?) > - the linux part of the installation finishes just fine > - the winnt.exe installer starts in unattended mode and installs the > OS just fine > - after some trouble with postwin.pl (coworker accidentially copied > perl-5.8.6 to ActiveP.msi instead of 5.6.1), postwin.pl now executes What, perl-5.8.6 of Activestate doesn't work, but 5.6.1 does?? Argl. Did you have any output/logs when perl 5.8.6 failed? > - postwin.pl bails out with this error message: > > register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. > register script [cleanup.bat] to delete install folders:cannot open registry: at line 310. > > SIG_HANDLER: failed to register startup script. > sub regStartup() failed. at C:\install\pwframe.pl line 137. > > window text: > >>>sub regStartup() failed. at C:\install\pwframe.pl line 137. > > > Haven't yet looked at the postwin part, maybe somebody encountered > that error before and can tell me what i can do to avoid that one. > > cheers, alex -- ------------------------- Substring GmbH Tscharnerstrasse 39a CH-3007 Bern Tel. ++41 (0)31 382 51 12 Fax. ++41 (0)31 382 51 87 http://www.substring.ch SMS via http://www.substring.ch/sms.php?sendto=aschuppisser |
From: Alex G. <al...@vi...> - 2005-04-26 18:54:44
|
Hi, On Tue, Apr 26, 2005 at 08:33:03PM +0200, Alexander Schuppisser wrote: > I'm interested in the description of Ani.pm, too. If it's on german or > english, I will put it online for others. OK? ok, it's just some stuff to understand what it's doing, will send that tomorrow. > >- after the interrupted transfers from the smb share i switched from > > cp to tar (in Ani.pm) for copying the files over. I receive no errors > > from > > copying anymore. Tradeoff: no update available anymore because tar > > simply doesn't care about that, my suggestion would be to use rsync > > or another cp version, but i still have to find out if that changes > > something (the userland is taken from SuSE, 7.1, right?) > >- the linux part of the installation finishes just fine > >- the winnt.exe installer starts in unattended mode and installs the > > OS just fine > >- after some trouble with postwin.pl (coworker accidentially copied > > perl-5.8.6 to ActiveP.msi instead of 5.6.1), postwin.pl now executes > > What, perl-5.8.6 of Activestate doesn't work, but 5.6.1 does?? Argl. Did > you have any output/logs when perl 5.8.6 failed? Yes, it doesn't contain Win32::GUI anymore. At least it couldn't find the module in the 5.8.6 msi. I couldn't find it in the ANI files. So i guess it must have been part of AS perl. cheers, alex -- alexander goller al...@vi... |
From: Hagen M. <h.m...@su...> - 2005-04-27 07:20:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, some words to 'why AS perl 5.8.1 can't be used' for ANI: There are some modules which will be included by means of cmdlines.txt. Some of the modules aren't compatibel with 5.8.6. And there are some issues with the ppm. It's mentioned on http://ani.sourceforge.net/installation.php?lang=en, that 5.6.1 should be used. May be it's worth to add a hint, that 5.8.1 currently doesn't work... _ Hagen |>> |>> - after some trouble with postwin.pl (coworker accidentially |>> copied perl-5.8.6 to ActiveP.msi instead of 5.6.1), postwin.pl |>> now executes |> |> What, perl-5.8.6 of Activestate doesn't work, but 5.6.1 does?? |> Argl. Did you have any output/logs when perl 5.8.6 failed? | | | Yes, it doesn't contain Win32::GUI anymore. At least it couldn't | find the module in the 5.8.6 msi. I couldn't find it in the ANI | files. So i guess it must have been part of AS perl. | | cheers, alex -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCbz0+J31vBDLS4wQRAksPAKCz2EWKnunQPU8dwc7UYtDOZJ5SaACfcYZn Rcb60dbqFyJXHsKswO7/0Xs= =2vtf -----END PGP SIGNATURE----- |