Mailing List Archive

(null),(null) in logs
Hi,

I posted earlier but did not receive any reply.

The servers still can not see each other, report 0/0 servers

I see packets when I snoop, and I see also the domain socket (bparent)
file is created

if I truss the moderator pid, I even see it getting stats for the host
using KSTAT_IOC_READ

I do see that the module is executing functions against the directories
I've add directives to when I look at the logs, however, they are always
(null),(null)

Any ideas ?

Do I need to have a redirect defined also ?

Thanks in advance,

-Steve



[Tue May 28 12:20:45 2002] [notice] mod_backhand -- UnixSocketDir set to
/usr/id
sk/backhand
[Tue May 28 12:20:45 2002] [notice] mod_backhand -- Broadcast
207.33.15.255:4445
added
[Tue May 28 12:20:45 2002] [notice] mod_backhand -- Broadcast
192.168.210.255:44
45 added
[Tue May 28 12:20:45 2002] [notice] mod_backhand -- Multicast accept
207.33.15.0
/24
[Tue May 28 12:20:45 2002] [notice] mod_backhand -- Multicast accept
192.168.210
.0/16
[Tue May 28 12:20:45 2002] [notice] mod_backhand -- Multicast accept
207.33.15.0
/24
[Tue May 28 12:20:45 2002] [notice] mod_backhand -- Multicast accept
192.168.210
.0/16
[Tue May 28 12:20:45 2002] [notice] backhand_init(29165) spawning
moderator (PID
29185)
[Tue May 28 12:20:46 2002] [notice] waiting for mod_backhand moderator
to start
[Tue May 28 12:20:46 2002] [notice] mod_backhand moderator ready to go
[Tue May 28 12:20:46 2002] [notice] Apache/1.3.17 (Unix) mod_jk
PHP/4.1.2 mod_ba
ckhand/1.2.1 configured -- resuming normal operations
[Tue May 28 12:21:23 2002] [notice] (Translate <=) = { /, (null), (null)
}
[Tue May 28 12:21:23 2002] [notice] (Translate =>) = { /, (null), (null)
}
[Tue May 28 12:21:23 2002] [notice] (Postread =>) = { DECLINED }
[Tue May 28 12:21:23 2002] [notice] (Translate <=) = { /, (null), (null)
}
[Tue May 28 12:21:23 2002] [notice] (Translate =>) = { /, (null), (null)
}
[Tue May 28 12:21:23 2002] [notice] (Translate <=) = { /index.html,
(null), (nul
l) }
[Tue May 28 12:21:23 2002] [notice] (Translate =>) = { /index.html,
(null), (nul
l) }
[Tue May 28 12:21:23 2002] [notice] (Translate <=) = { /index.php,
(null), (null
) }
[Tue May 28 12:21:23 2002] [notice] (Translate =>) = { /index.php,
(null), (null
) }
[Tue May 28 12:21:23 2002] [notice] (Translate <=) = { /login.php,
(null), (null
) }
[Tue May 28 12:21:23 2002] [notice] (Translate =>) = { /login.php,
(null), (null
) }
[Tue May 28 12:21:23 2002] [notice] (Translate <=) = { /index.jsp,
jakarta-servl
et, (null) }
[Tue May 28 12:21:23 2002] [notice] (Translate =>) = { /index.jsp,
jakarta-servl
et, (null) }
[Tue May 28 12:21:23 2002] [notice] (Type <=) = { jakarta-servlet,
/index.jsp, (
null) }
[Tue May 28 12:21:23 2002] [notice] Func executed for (null)
[byRandom(NULL)] (1
-> 1)
[Tue May 28 12:21:23 2002] [notice] New server list: [ 0 ]
[Tue May 28 12:21:23 2002] [notice] Func executed for (null)
[byAge(NULL)] (1 ->
1)
[Tue May 28 12:21:23 2002] [notice] New server list: [ 0 ]
[Tue May 28 12:21:23 2002] [notice] Func executed for (null)
[addSelf(NULL)] (1
-> 1)
[Tue May 28 12:21:23 2002] [notice] New server list: [ 0 ]
[Tue May 28 12:21:23 2002] [notice] All funcs executed ->
connect.idsk.com
[Tue May 28 12:21:23 2002] [notice] (Type =>) = { jakarta-servlet,
/index.jsp, (
null) }
[Tue May 28 12:22:07 2002] [notice] (Translate <=) = {
/backhand/modarriva, (nul
l), (null) }
[Tue May 28 12:22:07 2002] [notice] (Translate =>) = {
/backhand/modarriva, (nul
l), (null) }
[Tue May 28 12:22:07 2002] [notice] (Type <=) = { backhand-handler,
/backhand/mo
darriva, (null) }
[Tue May 28 12:22:07 2002] [notice] Func executed for (null)
[byRandom(NULL)] (1
-> 1)
[Tue May 28 12:22:07 2002] [notice] New server list: [ 0 ]
(null),(null) in logs [ In reply to ]
> I posted earlier but did not receive any reply.
>
> The servers still can not see each other, report 0/0 servers
>
> I see packets when I snoop, and I see also the domain socket
> (bparent) file is created
>
> if I truss the moderator pid, I even see it getting stats for the
> host using KSTAT_IOC_READ
>
> I do see that the module is executing functions against the
> directories I've add directives to when I look at the logs, however,
> they are always (null),(null)
>
> Any ideas ?

killall -SIGHUP httpd. Just gracefully restart apache and your
problem should go away. -sc

--
Sean Chittenden
(null),(null) in logs [ In reply to ]
Hi All,

Well I figured it out. Seems as if broadcast to another subnet doesn't
work.

Once I put host "B" on the same subnet as host "A" and restarted apache,
it showed up fine.

They're talking, backhanding, and logging just fine now.

Thanks,

-Steve


Sean Chittenden wrote:

> > I posted earlier but did not receive any reply.
> >
> > The servers still can not see each other, report 0/0 servers
> >
> > I see packets when I snoop, and I see also the domain socket
> > (bparent) file is created
> >
> > if I truss the moderator pid, I even see it getting stats for the
> > host using KSTAT_IOC_READ
> >
> > I do see that the module is executing functions against the
> > directories I've add directives to when I look at the logs, however,
> > they are always (null),(null)
> >
> > Any ideas ?
>
> killall -SIGHUP httpd. Just gracefully restart apache and your
> problem should go away. -sc
>
> --
> Sean Chittenden
>
> _______________________________________________
> backhand-users mailing list
> backhand-users@lists.backhand.org
> http://lists.backhand.org/mailman/listinfo/backhand-users