It's a documentation bug ;) This caught me at first, before realizing it was needed by si_netbootmond. From source, si_netbootmond is looking for the preceding line (albeit in a slightly dangerous manner, $array[5] being hard-coded to rsync's output which probably won't change any time soon). That line is "date time [pid] rsync on scripts/imaging_complete ...", which would show up even if the file existed. Thus it wouldn't hurt to have the default template master script "touch [path]/scripts/imaging_complete" immediately prior to that rsync command, in order to prevent an error message which tends to confuse new users.
Dan W. > 2005/11/24 02:53:17 [21756] rsync: link_stat > "imaging_complete" (in scripts) failed: No such file or > directory (2) > 2005/11/24 02:53:17 [21756] rsync error: some files > could not be transferred (code 23) at main.c(442) > > Perhaps this file is removed and forgotten? > The file "imaging_complete" is to signify completion of > imaging - I don't think this is really a bug... will close > for now. _______________________________________________ Sisuite-devel mailing list Sisuite-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-devel