are there many problems encountered when you using Solaris with Hobbit? I was going to base my design on Solaris but I am now wondering if I should steer more towards an AIX solution.
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
Henrik Stoerner <user-ce4a2c883f75@xymon.invalid> 06/11/2006 16:33
Please respond to
user-ae9b8668bcde@xymon.invalid
To
user-ae9b8668bcde@xymon.invalid
cc
Subject
Re: [hobbit] bbgen frequent yellow alerts - hobbitd problem?
Oops - one line too many among those extra ones I sent you:
On Mon, Nov 06, 2006 at 05:29:59PM +0100, Henrik Stoerner wrote:
I'd like you to add 8 lines between these two:
n = recv(sockfd, recvbuf, sizeof(recvbuf)-1, 0);
if (n < 0) {
dbgprintf("recv() returned error: %s\n",
strerror(errno));
if (errno == EAGAIN) continue; }
if (n == 0) {
dbgprintf("recv() gave us 0 bytes\n");
continue;
^^^^^^^^^ dont put this "continue" line in there.
Regards,
Henrik