
29 Jun
2006
29 Jun
'06
5:23 a.m.
How would I use strace to diagnose that?
In one of your config files stick strace in front of it and redirect the output. e.g. if the command is blah put a line in something like: strace blah > /tmp/blah.txt You may need to install strace as a package if it is not installed already. The package is called strace. Ian -- Ian McDonald Web: http://wand.net.nz/~iam4 Blog: http://imcdnzl.blogspot.com WAND Network Research Group Department of Computer Science University of Waikato New Zealand