Thanks for the tip, I found out that my script would stall when attempting to resolv the hostnames of some of my ISP's hosts. I entered their hostnames and IP's into /etc/hosts and all run fine.* Stefan Srdic (linuxbox@telusplanet.net) [010910 17:27]:
try changing this#!/bin/sh
to this
#!/bin/sh -x
and see what you can see. This should give you a better idea of what's
going on. man bash for more info.
Good luck,