Hi I have a problem using a perl script for postinstallation on a SuSE8.2. The following is from my config file: ... <scripts> <post-scripts config:type="list"> <script> <filename>passwdedit.pl</filename> <interpreter>perl</interpreter> <source> <![CDATA[#!/usr/bin/perl # passwdedit.pl ... ]]> </source> </script> </post-scripts> </scripts> ... After installation I find no indication in /var/adm/autoinstall/logs that the script has been even started. A normal shell script works fine producing a log file. What am I missing? Thanks, Thomas
Hi, Found the bug, its a small typo with huge consequences :-( An update package is in the making. Anas Thomas Necker wrote:
Hi
I have a problem using a perl script for postinstallation on a SuSE8.2.
The following is from my config file:
... <scripts> <post-scripts config:type="list"> <script> <filename>passwdedit.pl</filename> <interpreter>perl</interpreter> <source> <![CDATA[#!/usr/bin/perl
# passwdedit.pl
...
]]> </source> </script> </post-scripts> </scripts> ...
After installation I find no indication in /var/adm/autoinstall/logs that the script has been even started. A normal shell script works fine producing a log file. What am I missing?
Thanks, Thomas
participants (2)
-
Anas Nashif
-
Thomas Necker