Hi,

I'm working on the problem,

the proposed fix will break the introduced feature, and I've fixed it 
(hopefully the right way) upstream in the git repo.
I'm also updating the manuals and then I will rebuild the systemimager.

As for the packager_download_path, this can be safely ignored. it's fixed in 
the oscar svn and I've rebuilt the package this night (not yet uoploaded). This 
variable is used when you build your own oscar packaged. The PATH is created 
only when needed and should not be created if not used.

Stay tuned, I'll inform when fix is ok for both things.

--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR
________________________________
De : Huu Duc Le [hdu...@r-associates.com]
Date d'envoi : mercredi 26 juin 2013 18:47
À : oscar-users@lists.sourceforge.net
Objet : Re: [Oscar-users] Oscar 6.1.2 compute-node failed to build

Hi All

The bug is fixed by modifying in /usr/sbin/si_prepareclient:
Line 364 Add "my" in  $firmware_dir = "/lib/firmware" ----> my $firmware_dir = 
"/lib/firmware"
Line 367 Add "my" in   if ( $firmware_dir) {  ------>  if ( my  $firmware_dir) {
The error message that I capture on the screen:

----> Step 6: Running si_prepareclient on head node to generate UYOK kernel and 
ram disk
FATAL: --firmware-dir oprion used without --include-system-firmware!
Try "si_prepareclient  --help" for more info.
ERROR: Failed to run: si_prepareclient --server head --yes at 
/usr/share/perl5/vendor_perl/OSCAR/GUI_MAC.pm line 847.
ERROR: Impossible to setup PXE with UYOK at 
/usr/share/perl5/vendor_perl/OSCAR/GUI_MAC.pm line 847.
packager_download_path: no such variable at /etc/oscar/oscar.conf line 46

PS: Can anyone fix the last message about packager_download_path in 
/etc/oscar/oscar.conf line 46
This parameter is written in upper case and contains a non-existence location, 
i.e. /usr/lib/oscar-packager/downloads
And also the error during the build of compute-node (rsync error)

Thanks

Huu Duc Le
R-associates



From: LAHAYE Olivier [mailto:olivier.lah...@cea.fr]
Sent: Wednesday, June 26, 2013 10:38 AM
To: oscar-users@lists.sourceforge.net
Subject: [Oscar-users] RE : Oscar 6.1.2 compute-node failed to buid

Hi,

I't certainly a bug I introduced since the last beta upon request (need to take 
fiwrmare files installed by proprietary script on the headnode and install it 
in the initrd image). could you give me the exact output you had (if possible 
with --verbose flag enabled).

Also can you tell me where you did put the "my" keyword ?

Regards,

Olivier.

--
   Olivier LAHAYE
   CEA DRT/LIST/DCSI/DIR
________________________________
De : Huu Duc Le [hdu...@r-associates.com]
Date d'envoi : mercredi 26 juin 2013 17:26
À : oscar-users@lists.sourceforge.net
Objet : [Oscar-users] Oscar 6.1.2 compute-node failed to buid


Hi All

I installed Centos 6.3 and Oscar 6.1.2 (release 6.1.2r9981)
I get an error during setup the network boot (PXE boot):

FATAL: --firmware-dir option used without --include-system-firmware
The mistake is in the /usr/bin/si_prepareclient and fixed by changing  
$firmware_dir by my $firmware_dir.

When I began to build the compute-node, I got an error but I can't fix it.
Does anyone have any idea about this error?
Here is a capture of the screen:
Read_Kernel_append_parameters
Ping_test
Start_syslogd
Get_scripts_directory…….(failure in this section)
rsync -a 172.16.0.100::scripts /scripts/
@ERROR: Unknown Module 'scripts'
rsync error: error starting client-server protocol (code5)
…..

Thanks for your help

Huu Duc Le
R-Associates

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to