> Hello,
>  we have a problem installing oscar 2.2.1 on RH7.3.
> 
> Steps 1,2,3,4 seem to be right.
> 
> When defining clients (step 5), we obtain errors. Here is the log :
> 
> =============================================================================
> == Running step 5 of the OSCAR wizard: Define OSCAR clients
> =============================================================================
> 
> --> Step 5: Running: ./post_clients
> --> About to run /root/oscar-2.2.1/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
> /root/oscar-2.2.1/packages/kernel_picker/scripts/post_clients
> for kernel_picker
> Undefined subroutine &main::readInConfigValues called at
> /root/oscar-2.2.1/packages/kernel_picker/scripts/post_clients line 32.
> Script /root/oscar-2.2.1/packages/kernel_picker/scripts/post_clients exitted
> badly with exit code '255' at ./post_clients line 40
> Couldn't run post_clients script for kernel_picker at ./post_clients line 41
> --> About to run /root/oscar-2.2.1/packages/switcher/scripts/post_clients
> for
> switcher
> --> About to run /root/oscar-2.2.1/packages/opium/scripts/post_clients for
> opium--> About to run /root/oscar-2.2.1/packages/pbs/scripts/post_clients
> for pbs
> Maui config file updated with PBS server set to: ifrcir123.univ-pau.fr
> ...updating xpbsmonrc file
> --> About to run /root/oscar-2.2.1/packages/mpich/scripts/post_clients for
> mpich...updating mpich_server nodes file
> --> About to run /root/oscar-2.2.1/packages/c3/scripts/post_clients for c3
> There were issues running post_clients.  Please check your logs at
> ./post_clients line 46
>  at /usr/lib/systeminstaller/SystemInstaller/Tk/AddClients.pm line 188
> Couldn't run postinstall at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Tk.pm
> line 217
> 
> 
> The routine readInConfigValues seems to be included in the file
> $OSCAR_HOME/lib/OSCAR/Configbox.pm
> 
> What is wrong ?
> 
> Thanks in advance,
> --
> Michel BEHEREGARAY
> Centre Informatique de l'Universite de Pau et des Pays de l'Adour (CIUPPA)
> Bat IFR, rue Jules Ferry, F-64000 PAU           T�l.:  +33 (0)5 59 72 20 12
> Courriel : [EMAIL PROTECTED]       Fax :  +33 (0)5 59 72 20 19

Michel,

I'm not sure exactly what is happening, but for some reason the post_clients
script is not finding the Configbox.pm file correctly.  I'll have to
investigate.

In the meantime, edit the post_clients script to fix the problem:

(1) Change directory to OSCAR_HOME/packages/kernel_picker/scripts, where
    OSCAR_HOME is the location on your drive where you unpacked the OSCAR
    tarball.
(2) Edit the post_clients file and change line 32 to be:

        my($values) = OSCAR::Configbox::readInConfigValues($valuesfile);

(3) Rerun the OSCAR installer.  The readInConfigValues subroutine should now
    be found and processed correctly.
 
Please let me know if you have any more problems with kernel_picker.

Terry Fleury
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to