Thomas Nickl wrote:
> Hi,
> 
> sorry I haven't found a place to report systemimager bugs so this is
> directly to you:

Thomas,

at the moment a mail to the sisuite-users list (added in CC) is the correct way
to report bugs, but we're trying to setup Trac and hopefully soon we'll have a
better tool for reporting and tracking bugs...

> 
> If $real_dev contains "/dev/VolGroup00/LogVol00" (standard RHEL4.5
> install) the red code breaks it (gets "mk2fs -j ${}00").
> Don't know what this /should/ do, my solution was to just comment it.
> 
> File: Server.pm
>         # software RAID devices (/dev/md*)
>         if ($real_dev =~ /\/dev\/md/) {
>             print $out qq(mkraid --really-force $real_dev || shellout\n);
>         } elsif( $real_dev =~ /^(.*?)(p?\d+)$/ ) {
>             $real_dev = "\${".$dev2disk{$1}."}".$2;
>         }
> 

Which version of systemimager are you using (both client and server components).
Moreover, could you post your autoinstallscript.conf? (in
/var/lib/systemimager/<your_image>/etc/systemimager).

Thanks for reporting,
-Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to