Bernard Li
2007-03-13 07:48:53 UTC
Hi guys:
Was testing OSCAR trunk with Fedora Core 7 Test 2 i386, and
si_netbootmond failed to start up (trunk comes with SystemImager
3.8.0).
I had to replace the line:
open STDOUT, '>>/dev/null' or die "Can't write to /dev/null: $!";
with
open '>-', '>>/dev/null' or die "Can't write to /dev/null: $!";
otherwise it would fail sooner...
The strace is here:
http://earth.therealms.org/oss/systemimager/si_netbootmond.strace
The version of Perl on fc7t2 is:
This is perl, v5.8.8 built for i386-linux-thread-multi
It's quite possible it's a bug in test 2, but just thought we should
crush this bug before FC7 is released.
Thanks,
Bernard
Was testing OSCAR trunk with Fedora Core 7 Test 2 i386, and
si_netbootmond failed to start up (trunk comes with SystemImager
3.8.0).
I had to replace the line:
open STDOUT, '>>/dev/null' or die "Can't write to /dev/null: $!";
with
open '>-', '>>/dev/null' or die "Can't write to /dev/null: $!";
otherwise it would fail sooner...
The strace is here:
http://earth.therealms.org/oss/systemimager/si_netbootmond.strace
The version of Perl on fc7t2 is:
This is perl, v5.8.8 built for i386-linux-thread-multi
It's quite possible it's a bug in test 2, but just thought we should
crush this bug before FC7 is released.
Thanks,
Bernard