Bugs item #1563189, was opened at 2006-09-21 22:12
Message generated for change (Settings changed) made by liuy2003
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1563189&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: systemimager-common
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: linda (liuy2003)
>Assigned to: Bernard Li (bernardli)
Summary: Error when installing client nodes

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:120) open CMD, "/bin/env LC_ALL=C grub-
install --no-floppy |"
or croak "Could not run grub-install";
while (<CMD>) {
if (/Unrecognized option/) {
$ret = "";
}
}
......
} 

I tried to change the directory /bin/env to another 
directory that env exits, but the error message is 
the same.


---
Best regrads
Linda

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1563189&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