Mailing List Archive

NT Backhand Broadcaster 0 servers
This is a multi-part message in MIME format.

------=_NextPart_000_001E_01C2316F.BB8CE860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I'm attempting to run backhand on a mixed unix/win2k cluster. I can see =
my moderator and the 2k machine on the status page, but the win2k =
machine has 0/0 for ready/total servers. I've read the documentation on =
fixing this for unix (graceful restart of apache), but that doesn't seem =
to fix the problem for my windows server. Anyone else experiencing =
this?

Also, I can't seem to browse the cvs tree from the web. Keep getting an =
"Internal Server Error". =20



------=_NextPart_000_001E_01C2316F.BB8CE860
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I'm attempting to run backhand&nbsp;on =
a mixed=20
unix/win2k cluster.&nbsp; I can see my moderator and the 2k machine on =
the=20
status page, but the win2k machine has 0/0 for ready/total =
servers.&nbsp; I've=20
read the documentation on fixing this for unix (graceful restart of =
apache), but=20
that doesn't seem to fix the problem for my windows server.&nbsp; Anyone =
else=20
experiencing this?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Also, I can't seem to browse the cvs =
tree from the=20
web.&nbsp; Keep getting an "Internal Server Error".&nbsp; </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_001E_01C2316F.BB8CE860--

-------------------------------------------
Introducing NetZero Long Distance
Unlimited Long Distance only $29.95/ month!
Sign Up Today! www.netzerolongdistance.com
NT Backhand Broadcaster 0 servers [ In reply to ]
shipcowboy wrote:

> I'm attempting to run backhand on a mixed unix/win2k cluster. I can
> see my moderator and the 2k machine on the status page, but the win2k
> machine has 0/0 for ready/total servers. I've read the documentation
> on fixing this for unix (graceful restart of apache), but that doesn't
> seem to fix the problem for my windows server. Anyone else
> experiencing this?

I don't think that is supported at all with the NT broadcaster.
ready/total are private Apache statistics. As ntbhb isn't part of
Apache, it doesn't have access to these. While I am sure it could be
modified to find and publish that information, I am fairly certain that
the existing code make no effort to do so.

>
> Also, I can't seem to browse the cvs tree from the web. Keep getting
> an "Internal Server Error".


Hmm... doesn't look like viewcvs is working there anymore. I have a
mirror of the mod_backhand repository on my cvs server and viewcvs is
available for it:

http://cvs.omniti.com/cgi-bin/viewcvs/jesus/mod_backhand/

--
Theo Schlossnagle
Principal Consultant
OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
Phone: +1 301 776 6376 Fax: +1 410 880 4879
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
NT Backhand Broadcaster 0 servers [ In reply to ]
Hello All,

> shipcowboy wrote:
>
> > I'm attempting to run backhand on a mixed unix/win2k cluster. I can
> > see my moderator and the 2k machine on the status page, but the win2k
> > machine has 0/0 for ready/total servers. I've read the documentation
> > on fixing this for unix (graceful restart of apache), but that doesn't
> > seem to fix the problem for my windows server. Anyone else
> > experiencing this?
>
> I don't think that is supported at all with the NT broadcaster.
> ready/total are private Apache statistics. As ntbhb isn't part of
> Apache, it doesn't have access to these. While I am sure it could be
> modified to find and publish that information, I am fairly certain that
> the existing code make no effort to do so.
>

That is correct. Theo and I (the NT BHB developer) spoke about making the
ready/total 1/1 or 0/1 or something similar. I wanted to make it 1/1 since
NT always has 1 process available of 1 running process (when the web server
is up). However Theo thought 0/0 was better since when using IIS there
really isn't an apache process running. Theo is the subject matter expert
so I went with what he thought was best.

I definetly recommend running NTBHB as an IIS filter so that it comes up /
down with IIS. If your using Apache on NT, run NTBHB as a service (so it
comes up / down with the machine).

Good luck
Rob
NT Backhand Broadcaster 0 servers [ In reply to ]
shipcowboy wrote:

>-------------
>[notice] (Type =>) = *{ backhand-redirection,
>backhand:backhand:backhand:/test.html, (null), (null) }
>[error] mod_backhand: MBCSP error(recv file descriptor)
>-------------
>
>
Sounds like the moderator is running but the unix socket directory is
set with the wrong permissions.

--
Theo Schlossnagle
Principal Consultant
OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
Phone: +1 301 776 6376 Fax: +1 410 880 4879
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
NT Backhand Broadcaster 0 servers [ In reply to ]
This makes sense now. Sorry for being confused.

I'm now having an unrelated problem. I seem to be able to successfully
HTTPRedirect (by IP and name) from the moderator to another unix or NT
machine, but I'm not able to proxy! How is this possible?

I get the following from error_log:
-------------
[notice] (Type =>) = *{ backhand-redirection,
backhand:backhand:backhand:/test.html, (null), (null) }
[error] mod_backhand: MBCSP error(recv file descriptor)
-------------

Backhand starts over after this error and executes (successfully) all of the
candidacy functions and then errors again. After a few of these errors, the
[notice] line gets an additional "backhand:backhand:". This continues until
I stop apache, with big error_log resulting.

Another quirky thing is on the HTTPRedirect, sometimes the browser address
doesn't change to reflect the redirect, but the page content is definitely
what should be displayed and I get the following in the log:
-------------
[error] HTTP Redirection by IP [2]
-------------
That's all the log gives me. Is this really an error or just an occasional
nuisance?


----- Original Message -----
From: "Theo Schlossnagle" <jesus@omniti.com>
To: <backhand-users@lists.backhand.org>
Sent: Monday, July 22, 2002 11:11 AM
Subject: Re: [m_b_users] NT Backhand Broadcaster 0 servers


> shipcowboy wrote:
>
> > I'm attempting to run backhand on a mixed unix/win2k cluster. I can
> > see my moderator and the 2k machine on the status page, but the win2k
> > machine has 0/0 for ready/total servers. I've read the documentation
> > on fixing this for unix (graceful restart of apache), but that doesn't
> > seem to fix the problem for my windows server. Anyone else
> > experiencing this?
>
> I don't think that is supported at all with the NT broadcaster.
> ready/total are private Apache statistics. As ntbhb isn't part of
> Apache, it doesn't have access to these. While I am sure it could be
> modified to find and publish that information, I am fairly certain that
> the existing code make no effort to do so.
>
> >
> > Also, I can't seem to browse the cvs tree from the web. Keep getting
> > an "Internal Server Error".
>
>
> Hmm... doesn't look like viewcvs is working there anymore. I have a
> mirror of the mod_backhand repository on my cvs server and viewcvs is
> available for it:
>
> http://cvs.omniti.com/cgi-bin/viewcvs/jesus/mod_backhand/
>
> --
> Theo Schlossnagle
> Principal Consultant
> OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
> Phone: +1 301 776 6376 Fax: +1 410 880 4879
> 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
> 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
>
>
>
>
>
> _______________________________________________
> backhand-users mailing list
> backhand-users@lists.backhand.org
> http://lists.backhand.org/mailman/listinfo/backhand-users
>

-------------------------------------------
Introducing NetZero Long Distance
Unlimited Long Distance only $29.95/ month!
Sign Up Today! www.netzerolongdistance.com
NT Backhand Broadcaster 0 servers [ In reply to ]
I set the UnixSocketDir permissions to 777 (just to prove it's not a
permissions issue) and I get the same error.
I know that the arriba file is put into this directory, but what else should
be there?

Here's what I see:
drwxrwxrwx 12 ownername groupname 96 Jul 23 14:56 .
-rw-r----- 1 ownername groupname 0 Jul 23 14:56 bparent
-rw------- 1 ownername groupname 6 Jul 23 14:55 mod_backhand-Arriba



----- Original Message -----
From: "Theo Schlossnagle" <jesus@omniti.com>
To: <backhand-users@lists.backhand.org>
Sent: Tuesday, July 23, 2002 2:33 PM
Subject: Re: [m_b_users] NT Backhand Broadcaster 0 servers


> shipcowboy wrote:
>
> >-------------
> >[notice] (Type =>) = *{ backhand-redirection,
> >backhand:backhand:backhand:/test.html, (null), (null) }
> >[error] mod_backhand: MBCSP error(recv file descriptor)
> >-------------
> >
> >
> Sounds like the moderator is running but the unix socket directory is
> set with the wrong permissions.
>
> --
> Theo Schlossnagle
> Principal Consultant
> OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
> Phone: +1 301 776 6376 Fax: +1 410 880 4879
> 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
> 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
>
>
>
>
>
> _______________________________________________
> backhand-users mailing list
> backhand-users@lists.backhand.org
> http://lists.backhand.org/mailman/listinfo/backhand-users
>

-------------------------------------------
Introducing NetZero Long Distance
Unlimited Long Distance only $29.95/ month!
Sign Up Today! www.netzerolongdistance.com
NT Backhand Broadcaster 0 servers [ In reply to ]
Mine looks like this:

-rw------- 1 root root 6 Aug 6 2001 mod_backhand-Arriba
srwxr-xr-x 1 nobody nobody 0 Jul 17 10:28 bparent
srwx------ 1 nobody nobody 0 Aug 29 2001 bchild-21245

followed by many many more bchild sockets -- they are of the form bchild-PID


shipcowboy wrote:

>I set the UnixSocketDir permissions to 777 (just to prove it's not a
>permissions issue) and I get the same error.
>I know that the arriba file is put into this directory, but what else should
>be there?
>
>Here's what I see:
>drwxrwxrwx 12 ownername groupname 96 Jul 23 14:56 .
>-rw-r----- 1 ownername groupname 0 Jul 23 14:56 bparent
>-rw------- 1 ownername groupname 6 Jul 23 14:55 mod_backhand-Arriba
>
>
--
Theo Schlossnagle
Principal Consultant
OmniTI Computer Consulting, Inc. -- http://www.omniti.com/
Phone: +1 301 776 6376 Fax: +1 410 880 4879
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
NT Backhand Broadcaster 0 servers [ In reply to ]
Okay, maybe this sheads light on my problem. I don't see any bchild sockets
in the directory. What could cause these from not being created?

----- Original Message -----
From: "Theo Schlossnagle" <jesus@omniti.com>
To: <backhand-users@lists.backhand.org>
Sent: Tuesday, July 23, 2002 4:09 PM
Subject: Re: [m_b_users] NT Backhand Broadcaster 0 servers


> Mine looks like this:
>
> -rw------- 1 root root 6 Aug 6 2001
mod_backhand-Arriba
> srwxr-xr-x 1 nobody nobody 0 Jul 17 10:28 bparent
> srwx------ 1 nobody nobody 0 Aug 29 2001 bchild-21245
>
> followed by many many more bchild sockets -- they are of the form
bchild-PID
>
>
> shipcowboy wrote:
>
> >I set the UnixSocketDir permissions to 777 (just to prove it's not a
> >permissions issue) and I get the same error.
> >I know that the arriba file is put into this directory, but what else
should
> >be there?
> >
> >Here's what I see:
> >drwxrwxrwx 12 ownername groupname 96 Jul 23 14:56 .
> >-rw-r----- 1 ownername groupname 0 Jul 23 14:56 bparent
> >-rw------- 1 ownername groupname 6 Jul 23 14:55 mod_backhand-Arriba
> >


-------------------------------------------
Introducing NetZero Long Distance
Unlimited Long Distance only $29.95/ month!
Sign Up Today! www.netzerolongdistance.com