--- Ken Moffat <[EMAIL PROTECTED]> wrote: > > To have a perfect Perl test suite, I've so done > these > > operations: > > - install IPRoute2 in /tools (in fact, only the > 'ip' > > program is needed in /tools/bin) > > - launch the commands in localnet, which are: > > > echo "127.0.0.1 localhost $(hostname)" > > /etc/hosts > > > hostname <clfs> > > before the echo in /etc/hosts. > > After that, all tests were successfully passed. > > > (Replying to this before I forget) - I've got > iproute2 in my test > system (I need it to get nfs-client working so that > I can access the > sources in my setup) and all the tets passed. I had > to sed out the > '-s' prom the install commands in the Makefiles, and > I noticed that > netem/ is built with the host compiler (it doesn't > seem to contain > anything I can understand). Certainly, the tests > work with it in > place, even with a hostname of '(none)'.
Agree. I reread myself, and see that I inverted two commands. The important thing is: "ip link set lo up", not the "hostname <clfs>", which is here only for comfort. G. Moko __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
