From: Lombard, David N; Thursday, July 08, 2004 3:32 PM
[deletia]
>As of now, I can successfully complete the "Setup networking..." step.
>However, the clients will not build because the
>/tftpboot/pxelinux.cfg/default file is incorrect, it's a "localboot"
>file, not the expected SI kernel/initrd download file.  I manually
>copied /etc/systemimager/pxelinux.cfg/syslinux.cfg to
>/tftpboot/pxelinux.cfg/default; this allowed the client to boot and
>build.  I will report this problem on the systemimager list, it may be
>an SI problem or a failure to update oscar (scripts/setup_pxe) for the
>current SI packages.

Modifying setup_pxe to copy the syslinux.cfg file to
/tftpboot/pxelinux.cfg/default corrected the problem.

>Having successfully built the client, the "complete cluster setup"
>reported a successful completion, however, the "test cluster setup"
>failed.  The first time the cluster test was run, it failed and
>immediately closed the xterm window after only printing a couple of
>lines; on the second run, the test hung with:
>
>  SSH server->node        [EMAIL PROTECTED]'s password:
>
>This failure occurred because oscartst does not exist as a user on
>oscarnode1, i.e., /etc/passwd was not properly updated.

To see what's failing, I put the "--wait" functionality in an END{}
block so it always happens; the current method only works if the
script maintains control, which, as demonstrated above, fails for
the more interesting cases.  I don't actually see why "--wait" is
even optional, it should be mandatory; at best, waiting could be
skipped if and only if test_cluster can guarantee that all tests
passed.

The above change showed me the error occurred when trying to create
the oscartst user.  Now to debug that...

-- 
David N. Lombard
 
My comments represent my opinions, not those of Intel Corporation.


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to