rewalk problem

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

rewalk problem

Post by Thunderstone »



When I rewalk my database on a schedule, I get a directory called "_" with
the new index so it must not be transferring it over. When I look at the
gw.log file the last few lines have the following error:

1998/04/06 21:01:28 Can't rename /usr2/httpd/htdocs/webinator/watershed/
to /usr2/httpd/htdocs/webinator/watershed/O: Invalid argument 1998/04/06
21:01:28 End (17716)

Does anyone know how to fix this problem?

Also after it rewalks, all of the resulting URLs use the IP number, instead
of the server name. Any suggestions?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jessica Emerson
jessica@ag.arizona.edu
COA Network Administrator
http://ag.arizona.edu/agnet/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

rewalk problem

Post by Thunderstone »




Leave the trailing slash off of the database name on the -d option.

Use: -d/usr2/httpd/htdocs/webinator/watershed
instead of: -d/usr2/httpd/htdocs/webinator/watershed/


Perhaps you walked the machine by ip number at some point? It remembers every
url you specify, but may pick them out in any order. Look in your options
table to see if you have your site specified by number.

gw -st "select Name,String from options"

You can delete undesired urls with something like:

gw -st "delete from options where String='http://111.111.111.111'"

Just make sure you have a named url for the given site.


Post Reply