<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Don't know if it will help, but the last time I had this problem, the
fix was completely stop hobbit, make sure all of the processes are
gone, and run /usr/bin/ipcs. I had a bunch of shared memory segments
that were hung, that I was able to remove using /usr/bin/ipcrm. Note
the user in the ipcs output - do not remove segments belong to other
users or you may break some other application you have running (I did
that too) :-)<br>
<br>
If this does not help, you may need to edit your /etc/sysctl.conf and
increase your shared memory.<br>
<br>
-Charles<br>
<br>
Kasperowicz, Shaun wrote:
<blockquote
 cite="midFB46E3318E86BD40862DDB4DE178A7374AF054@beomail1.NTSCD.C-COR.com"
 type="cite">
  <pre wrap="">Henrik, 

In the other logfiles I have nothing.  Hobbitlaunch.log is the only one
getting any data.

Hobbit user is owner of both /var/log/hobbit and everything under
/usr/local/hobbit/.

And when I run the bbcmd command you suggested, I get this:

bash-2.03$ /usr/local/hobbit/server/bin/bbcmd hobbitd_channel
--channel=stachg hobbitd_history
2006-06-28 15:15:16 Using default environment file
/usr/local/hobbit/server/etc/hobbitserver.cfg
2006-06-28 15:15:16 Could not get shm of size 262144: No such file or
directory
2006-06-28 15:15:16 Channel not available


Looks like still more shared memory problems?

Regards,

-Shaun



-----Original Message-----
From: Henrik Stoerner [<a class="moz-txt-link-freetext" href="mailto:henrik@hswn.dk">mailto:henrik@hswn.dk</a>] 
Sent: Tuesday, June 27, 2006 5:38 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a>
Subject: Re: [hobbit] Problems starting hobbit

On Wed, Jun 21, 2006 at 11:17:12AM -0700, Kasperowicz, Shaun wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks Henrik,  I was able to delete the stale shared memory segments
and start hobbit.  Still getting some errors in hobbitlaunch.log
    </pre>
  </blockquote>
  <pre wrap=""><!---->though:
  </pre>
  <blockquote type="cite">
    <pre wrap="">2006-06-21 10:10:21 Setting up hobbitd channels
2006-06-21 10:10:21 Setting up logfiles
2006-06-21 10:10:26 Task bbhistory terminated, status 1
2006-06-21 10:10:26 Task bbpage terminated, status 1
2006-06-21 10:10:26 Task rrdstatus terminated, status 1
2006-06-21 10:10:26 Task rrddata terminated, status 1
2006-06-21 10:10:27 Task bbdisplay terminated by signal 9
2006-06-21 10:10:27 Task clientdata terminated, status 1
2006-06-21 10:10:27 Task bbcombotest terminated by signal 9
2006-06-21 10:10:32 Task clientdata terminated, status 1
2006-06-21 10:10:32 Task rrddata terminated, status 1
2006-06-21 10:10:32 Task rrdstatus terminated, status 1
2006-06-21 10:10:32 Task bbhistory terminated, status 1

I assume these are not normal?  Hobbitd is running, but no web pages
    </pre>
  </blockquote>
  <pre wrap=""><!---->are
  </pre>
  <blockquote type="cite">
    <pre wrap="">being generated.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It's definitely not normal.

What's in the other logfiles besides hobbitlaunch.log ?

Does you "hobbit" user have write access to the logfile directory
and the ~hobbit/server/www/ directory ?

What happens if you login as the hobbit user, then run 
   ./server/bin/bbcmd hobbitd_channel --channel=stachg hobbitd_history


  </pre>
</blockquote>
<br>
</body>
</html>