--- turnleftjohn <[EMAIL PROTECTED]> wrote: > the production system, and after 4 hours no index. I can't detect any > activity at all. The journal file and the .db file just sit at the same size > for 4 hours. Why is this failing? It seems like it is just sitting there > doing nothing. When I created the test index, I noticed the journal file > changing and the .db file changing during the 2.5 hours to create. On the > production .db file, nothing is happening. I have all associated processes > killed that ineract with the db file, so I know it is not locked.
If all else fails... Attach strace to the seemingly idle process to see if it is making any system calls: strace -p pid You might also use http://sourceforge.net/projects/lsstack/ to get a live stack trace of the Linux process. (Or use gdb to attach to the live process). ____________________________________________________________________________________ Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit. http://farechase.yahoo.com/promo-generic-14795097 ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------