To my knowledge, the "mount" command is never executed on an image server. If you run mkautoinstallscript, it should upgrade your etc/systemimager/partition_schemes file to the new autoinstallscript.conf format, then use that file to create your new autoinstall script.
The best thing to do, if possible, is install the new client software
(to match the server) on a golden client, run prepareclient, and re-capture the image.
Cheers, -Brian
Thus spake Marco Alberoni ([EMAIL PROTECTED]):
Hello, recently we upgraded System Imager from 2.x.y to 3.0.1 version, and in my opinion there is a bug in the mkautoinstallscript command:
the newly created <image>.master script takes the data for file systems formatting from a mount command executed on the server, instead of /var/lib/systemimager/images/<image_name>/etc/systemimager/mounted_filesystems file; this causes the failure of the client installation procedure.
We have resolved the bug (feature?) changing the following lines in /usr/lib/systemimager/perl/SystemImager/Common.pm:
--------------------------------------------------------------------
74d73
< my ($fil)[EMAIL PROTECTED];
77,80c76
< my $vero="";
< ($vero)=($fil =~ m/^(.*)\//);
< # open (FH, "$cmd|") or croak("Couldn't execute $cmd to read the output.");
< open (FH,"<$vero/systemimager/mounted_filesystems");
---
> open (FH, "$cmd|") or croak("Couldn't execute $cmd to read the output.");
849c845
< my %mounted_devs_by_mount_point = get_mounted_devs_by_mount_point_array($file);
---
> my %mounted_devs_by_mount_point = get_mounted_devs_by_mount_point_array();
--------------------------------------------------------------------
What do you think about?
Yours sincerely -- Marco Alberoni CINECA - Systems management group
--
---------------------------------------------------------
Brian Elliott Finley Argonne, MCS Division Phone: 630.631.6621 http://thefinleys.com
gpg --keyserver wwwkeys.pgp.net --recv-keys 10F8EE52
---------------------------------------------------------
Hi! I'm a .signature virus! Copy me into your signature to help me spread!
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
