Error message

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

Error message

Post by Thunderstone »




Total physical server memory is 128meg. The sandbox limit for a virtual
server is 8 meg, comprising all processes run from the virtual server.
It is very rare that someone runs into this limitation, but depending on
the size and complexity, and even more specifically, on the language of
choice (example, C compiles into a much smaller module than a Perl
program, etc...), you could run into that limitation.

------------------------------------------------------------
Roland Leong, Publisher and Editor
Shotgun Report-Internet Magazine for Clay Target Shotgun Sports
<http://www.shotgunreport.com> Email:publish@shotgunreport.com




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

Error message

Post by Thunderstone »



I have just upgraded my Webinator and supposedly it understands frames. I
don't see that. I try and index my site and it only does the one page, the
frame document, and nothing else. Help...


Final Bit Solutions
http://www.fbits.com
webmaster@fbits.com
Richard Schulze, Owner
10754 Juniper Park Ln., San Diego CA 92121
Voice/Fax: 1 800 284-2375 or 619 552-9160



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

Error message

Post by Thunderstone »





I just tried your site and here's what I got:

robot% gw -d. http://www.fbits.com
100 Not fetching off-site frame http://web-wiz.com/taskbar.cfm of doc http://www.fbits.com/
100 Not fetching off-site frame http://web-wiz.com/main.htm of doc http://www.fbits.com/

The reason it's not walking your site is because the html pages are
on web-wiz.com and not www.fbits.com, and that .cfm is not a
valid suffix by default.

try: gw -o -y http://www.fbits.com

-o = fetch off-site pages
-y = fetch anything you see in a link

also see: -f

The manual describes these options better.




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

Error message

Post by Thunderstone »











<bigger>d:

kill webinator

cd webinator\bin

gw -wipe -dd:/webinator/fbs http://www.web-wiz.com

gw -dd:/webinator/fbs http://www.web-wiz.com

gw -dd:/webinator/fbs -index

</bigger>

The above is the set of commands I used for the older version of
webinator and that I use now. It does not do frames. I tried introducing
the "-y" into it in a couple places but it still stops at the first page
from what I can tell. Any additional help would be appreciated.




Final Bit Solutions

http://www.fbits.com

webmaster@fbits.com

Richard Schulze, Owner

10754 Juniper Park Ln., San Diego CA 92121

Voice/Fax: 1 800 284-2375 or 619 552-9160




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

Error message

Post by Thunderstone »



Richard Schulze said:

Since all your HREFS point to http://web-wiz.com, not www.web-wiz.com,
you should use the following as the original URL, otherwise it thinks
the links are on a different machine, and does not follow them.

gw -dd:/webinator/fbs http://web-wiz.com


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

Error message

Post by Thunderstone »




That doesn't answer the question. It doesn't account for how
much memory the virtual server and any other processes (including
multiple copies of webinator) are using at any given time.
You need to find how much memory is actually available to a
given webinator process during normal usage.
FYI, Webinator is written in C.


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

Error message

Post by Thunderstone »



Situation:

I run out of disk quota,
I delete log files to free up disk space and try and re index my site, but
I get this error message:




shotgunreport: {19} % ./gw -wipe
No database specified. Use the default
(/usr/home/shotgunr/usr/local/etc/httpd/htdocs/webinator/db)?
(y/n) default is y : y
You may use "-d-" to skip this question in the future.
000 An older version of Texis is accessing the database
000 Could not open locking mechanism
000 Could not connect to
/usr/home/shotgunr/usr/local/etc/httpd/htdocs/webinator/db
Database /usr/home/shotgunr/usr/local/etc/httpd/htdocs/webinator/db exists,
but can not be opened



------------------------------------------------------------
Roland Leong, Publisher and Editor
Shotgun Report-Internet Magazine for Clay Target Shotgun Sports
<http://www.shotgunreport.com> Email:publish@shotgunreport.com




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

Error message

Post by Thunderstone »



It appears that some of the files could not be written completely and are
only partially there. The best solution is to remove all the files in the
database directory, and then recreate the database, i.e.

rm /usr/home/shotgunr/usr/local/etc/httpd/htdocs/webinator/db/*
/gw -d- -create


Shotgun Report said:


Post Reply