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
