> > My general technique for seeing what's up with the script in a case like > this is to insert at the top: > set -x > exec &>/tmp/network-script$$
You mean to say in at the top of script which I want to check I should insert it.In this case /etc/xen/script/network-bridge > > Then you'll get a file with the pid on the end every time it's executed, > with an exec trace. Don't forget to clean up the /tmp files and the > script when done. Thanks for this suggestion. _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
