I did not really expect to have some many problems with this but I was wrong... As part of my auto-install I have a <chroot-scripts> script which notifies a server to remove the PXE boot file from the tftp server (that way, next time I boot the new machine, it won't try to run the install again). The chroot-script is the following: <chroot-scripts> <script> <filename>done-install</filename> <interpreter>shell</interpreter> <source> <![CDATA[# # Tell the install server we are done. # THIS MUST REMAIN THE LAST COMMAND. echo "We are running" > /root/blah wget http://1.2.3.4/cgi-bin/install-done.cgi ]]> </source> </script> </chroot-scripts> However, it does not seem to be running at all. The "echo" line does not produce anything and there is no sign of the wget in the http server logs. How can I verify that the script is running and the wget is doing what it is supposed to? Thanx -- Mitko Haralanov mitko@pathscale.com http://www.pathscale.com ========================================== Hackers are just a migratory lifeform with a tropism for computers.