From: Hugo C. <hug...@ya...> - 2003-09-24 13:08:27
|
--- Martin Mewes <mar...@de...> wrote: > If there is anything I could try again for a more > debugging output, > please let me know. > I don't know anything about the webalizer module, so perhaps my answer is a bit naive : what I always do if a process seems to hang, is to use strace to attach to the process. e.g. if index.cgi (PID==12) seems to hang, strace -p 12. Perhaps using the '-s' option can be usefull to read pending error messages in a process buffer. Of course this works only if you own the processes ie. if you are root in this case. Hugo __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |