Bugs item #1563149, was opened at 2006-09-21 20:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1563149&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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: linda (liuy2003)
Assigned to: dann frazier (dannf)
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 = "";
        }
    }
......
}

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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to