I might have found another, unrelated, problem:
When I include any one of the following three lines in my bb-hosts file: 137.54.102.2 healthsystem.virginia.edu # http://healthsystem.virginia.edu/ 137.54.102.2 healthsystem.virginia.edu # http://healthsystem.virginia.edu=137.54.102.2/ 137.54.102.2 healthsystem.virginia.edu # http://137.54.102.2/
The bbgen process seems to hang. The 'healthsystem.virginia.edu' page fails to appear in the appropriate menu. None of the menu pages update, although individual test pages (such as a conn test for a switch) update appropriately.
Furthermore, the bbgen test for my hobbit server sends this message:
- Program crashed Fatal signal caught!
(though you can only see it by viewing the bbgen test; the parent page doesnt update).
-Eric
On Sun, Apr 03, 2005 at 06:32:22PM -0400, Schwimmer, Eric E *HS wrote:
When I include any one of the following three lines in my bb-hosts file: 137.54.102.2 healthsystem.virginia.edu # http://healthsystem.virginia.edu/ 137.54.102.2 healthsystem.virginia.edu # http://healthsystem.virginia.edu=137.54.102.2/ 137.54.102.2 healthsystem.virginia.edu # http://137.54.102.2/
The bbgen process seems to hang. The 'healthsystem.virginia.edu' page fails to appear in the appropriate menu. None of the menu pages update, although individual test pages (such as a conn test for a switch) update appropriately.
Furthermore, the bbgen test for my hobbit server sends this message:
- Program crashed Fatal signal caught!
This is a sure sign of the "bbgen" task crashing while generating the new webpages. You should find a core file from it in the ~hobbit/server/tmp/ directory (or occasionally in ~hobbit/data/logs/), so do the same thing that you did with the eventlog problem:
cd ~hobbit/server
gdb bin/bbgen tmp/core
gdb> bt
and send me the output.
Thanks,
Henrik
On Sun, Apr 03, 2005 at 06:32:22PM -0400, Schwimmer, Eric E *HS wrote:
I might have found another, unrelated, problem:
When I include any one of the following three lines in my bb-hosts file: 137.54.102.2 healthsystem.virginia.edu # http://healthsystem.virginia.edu/ 137.54.102.2 healthsystem.virginia.edu # http://healthsystem.virginia.edu=137.54.102.2/ 137.54.102.2 healthsystem.virginia.edu # http://137.54.102.2/
The bbgen process seems to hang.
I investigated this together with Eric, and found out that the culprit was setting FQDN=FALSE in hobbitserver.cfg - this was not handled correctly by bbgen after it was adapted for Hobbit.
Since it hasn't shown up in the beta-tests, I guess most of you use the default setup where FQDN=TRUE :-)
I'll probably release a 4.0.2 version in a few days with the collection of patches that have been done after the 4.0 release.
Regards, Henrik
participants (2)
-
EES2Y@hscmail.mcc.virginia.edu
-
henrik@hswn.dk