Bugs item #1563080, was opened at 2006-09-21 20:56
Message generated for change (Settings changed) made by righiandr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1563080&group_id=259

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Autoinstall Kernel
Group: v3.7.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: linda (liuy2003)
Assigned to: Bernard Li (bernardli)
Summary: help: Error during client installation

Initial Comment:
After I boot my client nodes and they were 
automatically installed. But after a minutes, they 
stopped and show the following error message.

You may now have to update your boot loader 
configuration. Can't exec "/bin/env": No such file or 
directory at usr/lib/systemconfig/Boot/grub.pm 
line120.
Could not run grub-install 
at /usr/lib/systemconfig/Boot.pm line63

I checked the grub.pm 
And i can't find the file /bin/env
sub detect_nofloppy {
    my $ret = "--no-floppy";
    local *CMD;
(line:63)    open CMD, "/bin/env LC_ALL=C grub-
install --no-floppy |"
        or croak "Could not run grub-install";
    while (<CMD>) {
        if (/Unrecognized option/) {
            $ret = "";
        }
    }
......
}

----------------------------------------------------------------------

Comment By: linda (liuy2003)
Date: 2006-09-22 00:23

Message:
Logged In: YES 
user_id=1598521

Yes, I am oscar user.
It seems it the same bug. Thanks a lot.

----------------------------------------------------------------------

Comment By: linda (liuy2003)
Date: 2006-09-22 00:23

Message:
Logged In: YES 
user_id=1598521

Yes, I am oscar user.
It seems it the same bug. Thanks a lot.

----------------------------------------------------------------------

Comment By: Bernard Li (bernardli)
Date: 2006-09-21 21:03

Message:
Logged In: YES 
user_id=879102

Are you an OSCAR user?  This looks like the bug described
here which is already fixed:

http://svn.oscar.openclustergroup.org/trac/oscar/ticket/255

If you found bugs with OSCAR, you should file them with the
OSCAR project and not here:

http://svn.oscar.openclustergroup.org/trac/oscar/newticket

Thanks!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1563080&group_id=259

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to