Webinator walking problem

rluan
Posts: 29
Joined: Mon Jul 23, 2001 1:22 pm

Webinator walking problem

Post by rluan »

I got the following error when walking a large site,

2001/08/15 02:18:24 Corrupt start pointers in KDBF file /usr/local/morph3/import/ccf_three/refs.tbl
2001/08/15 02:18:24 Record write failed

Do you know what is the actual problem and what can I do to fix it? Thanks in advance.
bart
Posts: 251
Joined: Wed Apr 26, 2000 12:42 am

Webinator walking problem

Post by bart »

Sounds like you might have run out of disk space. You'll have to un-index and re-index after you free some space up.
rluan
Posts: 29
Joined: Mon Jul 23, 2001 1:22 pm

Webinator walking problem

Post by rluan »

I don't think so. When I run a du -k, I got the follows:

Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t1d0s0 19623432 1781593 17645605 10% /usr/local/morph3/import

Plus, I use -noindex parameter when 'gw'.
User avatar
John
Site Admin
Posts: 2623
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH

Webinator walking problem

Post by John »

While walking the Webinator was unable to write to the end of the refs.tbl. That could either be due to lack of disk space, or the refs.tbl may have exceeded the file size limit. That is unusual, but can happen if you have pages with a lot of links, and little text content. You can run gw with -R to not write to that table.
John Turnbull
Thunderstone Software
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Webinator walking problem

Post by mark »

Also check your file size ulimit. The system may be restricting your maximum allowed file size.