I'm not inclined to bump this for 4.1. Can we fix it in the trunk and make everybody happy?
--- John
On Mon, 11 Apr 2005, Bernard Li wrote:
I personally have no issue with this being fixed, however:
1) Geoffroy needs to make sure that this is the only remaining issue that is pending for SSI-OSCAR 2) We need to make sure that this change is local, and that it does not affect general testing (as far as I know, kernel_picker is just a tool, which we don't explicitly use during OSCAR installation)
Of course it is up to the Release Manager to decide whether to bump this or not ;-)
Geoffroy, can you file a bug in the meantime? Or perhaps re-open the old kernel_picker bug and add a comment to it?
Thanks,
Bernard
________________________________
From: [EMAIL PROTECTED] on behalf of David N. Lombard Sent: Mon 11/04/2005 6:51 PM To: Geoffroy Vall�e Cc: [email protected] Subject: Re: [Oscar-devel] OSCAR 4.1b7
Geoffroy Vall�e wrote:Le Lundi 11 Avril 2005 19:46, Bernard Li a �crit :
Hello OSCAR developers:
OSCAR 4.1beta7 is now available, you can find it in the following URL:
http://www.bcgsc.ca/downloads/oscar/
Bugs resolved since the last beta:
(...)
Please test and and report any issues here.
Hello,
There is still an issue with kernel_picker. If you "manually" use kernel_picker (it is not a problem for OSCAR tests but can be a problem for the new SSI-OSCAR version) we have the following error:
First. NUTZ!
Second: So, it works from the gui, but doesn't if you run the command manually?
The following patch seems to fix the problem:
--- kernel_picker.orig 2005-04-11 20:15:23.911971803 -0400 +++ kernel_picker 2005-04-11 20:15:35.455538093 -0400 @@ -675,7 +675,7 @@ my $kerneldir = modifySystemConfig($configpath,$configlabel, $configrd,$oscarimagename); copyKernelToNetworkBoot($configpath,$backupkernel) if ($networkboot eq "YES"); -!system("cp -Rfp $modulespath" . "lib/modules/$kernelversion" . +!system("cp -Rfp $modulespath" . "/lib/modules/$kernelversion" . " $systemimagesdir/$oscarimagename/lib/modules") or carp("Could not copy the directory $modulespath"."lib/modules/$kernelversion". " to $systemimagesdir/$oscarimagename/lib/modules");
Hmmm. I could have sworn I saw and fixed this problem. Must have been my evil twin brother :-<
Ok guys, lemme know if you want this fixed...
-- David N. Lombard Rossmoor, Orange County, CA http://www.fourmilab.ch/cgi-bin/uncgi/Earth?imgsize=320&opt=-z&lat=33.8&ns=North&lon=118.08&ew=West&alt=7&img=learth.evif
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
