Bernard Li wrote: Hello Bernard,
Thanks a lot for your kind guidance. I'll surely give it a try and coming back soon with the feedback. Have a great time. > Hi Joydeep: > > On Fri, Dec 12, 2008 at 2:01 AM, J. Bakshi <joyd...@infoservices.in> wrote: > > >> I am totally newbie in systemimager. I am supervisibg a remote server >> running suse 11. To see the potential of system imager I hve installed >> the client packages in that server namely >> >> systemconfigurator-2.2.11-1 >> systemimager-common-4.1.6-1 >> systemimager-client-4.1.6-1 >> >> To prepare the image I have fiven the command as root >> >> # si_prepareclient --server suse11 >> >> but after copying some modules it produced an error like >> >> ~~~~~~~~~~~~~~~ >> I couldn't identify your kernel file. Please try to use --kernel option >> ~~~~~~~~~~~~~~~~~~~~` >> >> I have then applied the --Kernel option like >> >> # si_prepareclient --server suse11 --kernel vmlinuz-2.6.25.11-0.1-default >> >> still it reproduced the same error. >> >> Could any one kindly show me the way to fix it ? >> > > Try this patch against > /usr/lib/systemimager/perl/SystemImager/UseYourOwnKernel.pm and see if > this works (please make a backup copy of that file before you apply > the patch): > > Index: UseYourOwnKernel.pm > =================================================================== > --- UseYourOwnKernel.pm (revision 4466) > +++ UseYourOwnKernel.pm (working copy) > @@ -460,6 +460,7 @@ > # 2.4.19-mantis-2002.11.20 (r...@mantis) #6 Tue > Nov 19 15:15:43 CST 2002 > # 2.6.7-1-686 (dilin...@toaster.hq.voxel.net) > #1 Thu Jul 8 05:36:53 EDT 2004 > # 2.6.22.5-31-default (ge...@buildhost) #1 SMP > 2007/09/21 22:29:00 UTC > + # 2.6.25.18-0.2-default #1 SMP 2008-10-21 > 16:30:26 +0200 [openSUSE 11.0] > # > my $regex = > # | kernel version + build machine > @@ -468,11 +469,11 @@ > # > # | build date > # `--------------------------------------- > - '(\w{3} \w{3} \d{1,2}|\d{4}\/\d{2}\/\d{2}) '. > + '(\w{3} \w{3} \d{1,2}|\d{4}[\/-]\d{2}[\/-]\d{2}) > '. > # > # | build time > # `--------------------------------------- > - '\d{2}:\d{2}:\d{2} \w{3,4}( \d{4})?'; > + '\d{2}:\d{2}:\d{2} [\w{3,4}( \d{4})?|+\d{4}]'; > while(<IN>) { > # extract the `uname -r` string from the kernel file > if(m/$regex/o) { > > Patch is also available here in case the inline patch does not work: > > http://therealms.org/oss/systemimager/UseYourOwnKernel.pm.patch > > I have tested the code with openSUSE 11.0 and that seems to work fine. > > Cheers, > > Bernard > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > sisuite-users mailing list > sisuite-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sisuite-users > > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Joydeep Bakshi, Linux System Admin Kolkatainfoservices Pvt Ltd, 23A Royd Street, Kolkata 700016, India Work Phone 91 033 40014784 http://infoservices.in/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ sisuite-users mailing list sisuite-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-users