Studer Olivier wrote:
> Hi,
> 
> The configuration of the Golden Client:
> Sun Fire V40z, SuSE Linux Enterprise Server 9 with SP3 (of Novell, SuSE
> is a Novell Company). With 2 HDD and a LSI Logic / Symbios Logic 53c1030
> PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 08) of SCSI controller. And at
> the moment I have not configured the RAID (mirror)
> 
> You can see below the content:
> 
> agetest2:~ # cd /lib/modules/2.6.5-7.244-smp/
> agetest2:/lib/modules/2.6.5-7.244-smp # ls -l
> total 908
> drwxr-xr-x   4 root root   4096 Mar 21 10:17 .
> drwxr-xr-x   6 root root   4096 Mar 21 10:09 ..
> lrwxrwxrwx   1 root root     41 Mar 21 10:09 build ->
> /usr/src/linux-2.6.5-7.244-obj/x86_64/smp
> drwxr-xr-x   2 root root   4096 Mar 21 10:09 extra
> drwxr-xr-x  12 root root   4096 Mar 21 10:09 kernel
> -rw-r--r--   1 root root   2339 Dec 13  2005 megaide.LICENSE
> -rw-r--r--   1 root root 162109 Mar 21 10:17 modules.alias
> -rw-r--r--   1 root root     69 Mar 21 10:17 modules.ccwmap
> -rw-r--r--   1 root root 203397 Mar 21 10:17 modules.dep
> -rw-r--r--   1 root root    517 Mar 21 10:17 modules.ieee1394map
> -rw-r--r--   1 root root    602 Mar 21 10:17 modules.inputmap
> -rw-r--r--   1 root root    697 Mar 21 10:17 modules.isapnpmap
> -rw-r--r--   1 root root 178004 Mar 21 10:17 modules.pcimap
> -rw-r--r--   1 root root 162504 Mar 21 10:17 modules.symbols
> -rw-r--r--   1 root root 159288 Mar 21 10:17 modules.usbmap
> lrwxrwxrwx   1 root root     26 Mar 21 10:09 source ->
> /usr/src/linux-2.6.5-7.244
> agetest2:/lib/modules/2.6.5-7.244-smp #
> 

I think the following patch could help us to understand where's the problem...

Could you apply it in your golden client and post the output of 
si_prepareclient?

Thanks,
-Andrea

Index: lib/SystemImager/UseYourOwnKernel.pm
===================================================================
--- lib/SystemImager/UseYourOwnKernel.pm        (revision 3993)
+++ lib/SystemImager/UseYourOwnKernel.pm        (working copy)
@@ -170,6 +170,8 @@
                     if (-f "$staging_dir/$module") {
                         print " >> insmod $module\n" if( $verbose );
                         print FILE "insmod $module\n";
+                    } else {
+                        print "WARNING: '$staging_dir/$module' does not 
exist!\n";
                     }
                 }
             }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to