<div dir="ltr"><div class="gmail_quote"><div dir="ltr">cool! I was watching the text scroll by and noticed a red 'fail'. I tried to go up to the 'fail' but the terminal wouldn't let me and by the time it had finished the 'fail' was way past the buffer. I need to know if the following (the commands you are supposed to enter with the package) plus my modifications ('>>' and 'cat {*.fail}|grep fail') will reveal what failed so I can google it.<br>



<div><br>{FORCE_UNSAFE_CONFIGURE=1 ./configure \<br>            --prefix=/usr            \<br>            --enable-no-install-program=kill,uptime}>>config.fail<br>make >>make.fail<br>make NON_ROOT_USERNAME=nobody check-root>>check.fail<br>



echo "dummy:x:1000:nobody" >> /etc/group<br>chown -Rv nobody . <br>{su nobody -s /bin/bash \<br>          -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"}>>test.fail<br>sed -i '/dummy/d' /etc/group<br>



make install>>install.fail<br>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin<br>mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin<br>mv -v /usr/bin/{rmdir,stty,sync,true,uname,test,[} /bin<br>


mv -v /usr/bin/chroot /usr/sbin<br>
mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8<br>sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8<br>mv -v /usr/bin/{head,sleep,nice} /bin<br>cat *.fail|grep fail<br><br clear="all">



<div>:-)~MIKE~(-:</div>
</div></div>
</div><br></div>