Hello, I'm the author of the kernel_picker package, and I think I see at least ONE problem that needs to be fixed. See below.
> hi all, thank you . > i have installed the oscar server packages and builded the oscar client image > successfully.But when define the oscar client,something is wrong,when i finished > the entering the information,press the <Addclients>,it take a long time to run, no > a popup appear to tell me the success or failure,it seems to run for ever. > ==Running step 5 of the OSCAR > wizard: Define OSCARclients=======--> Step 5: Running: ./post_clients. > No ipchains on this computer. > No modification to do for ipchains--> About to run > /opt/oscar/packages/switcher/scripts/post_clients for switcher--> About to run > /opt/oscar/packages/pfilter/scripts/post_clients for pfilter > Updating already modified pfilter configuration file /etc/pfilter.conf > Updating already modified pfilter configuration file > /etc/pfilter.conf.clients(re)starting the pfilter firewall service on this > server/etc/init.d/pfilter restart. > Restarting pfilter: [ OK ]--> About to run > /opt/oscar/packages/pbs/scripts/post_clients for pbs Shutting down PBS Server: > [??]Starting PBS Server: > [ ?? ]...updating xpbsmonrc file--> About to run > /opt/oscar/packages/opium/scripts/post_clients for opium--> About to run > /opt/oscar/packages/mpich/scripts/post_clients for mpich > ...updating mpich_server nodes file--> About to run > /opt/oscar/packages/maui/scripts/post_clients for maui > Shutting down MAUI Scheduler: [??]starting MAUI > Scheduler: [ ?? ]--> About to run > /opt/oscar/packages/kernel_picker/scripts/post_clients for kernel_picker. > /opt/kernel_picker/bin/kernel_picker --bootkernel /boot/vmlinux-2.4.20-8smp > --bootramdisk N --networkboot N --kernelversion --modulespath. > >From this output, it appears that you configured kernel_picker and checked the "Yes" option for "Use loadable modules". But, you didn't tell kernel_picker all of the rest of the info it needed for loadable modules. If you select "Yes" for "Use loadable modules" you must also provide: (a) kernel version number (b) loadable modules path (c) (optionally) location of a System.map file My script is supposed to verify all of these values, but I just found out that verification fails due to a missing comparison operator. I will put in a bug report for this and fix it in the next release of OSCAR/kernel_picker. For the time being, make sure that the path of your loadable kernel modules is correct. It should be (a)/(b) using the info you entered above. So in your case you would enter 2.4.20-8smp for (a) kernel version number and something like /lib/modules for (b) loadable modules path. The final path that should exist is then /lib/modules/2.4.20-8smp/ Thanks for letting me know. Hopefully somebody else can help you out with the rest of your problems. Terry Fleury [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
