[HECnet] MIM?

Oleg Safiullin form at pdp-11.org.ru
Sat Jun 12 07:23:05 PDT 2010


BTW, did you apply my patch to bridge program?
Packets sent by SimH at the time of `attach xq ...' command may cause `bridge' to crash without this patch :)

At least, the following code should be fixed:

---
@@ -497,8 +651,8 @@ void process_packet(struct DATA *d)
    if (is_decnet(d)) d->type = DECnet;
    if (is_lat(d)) d->type = LAT;

-   if (bridge[d->source].types[d->type] == 0) return;
    if (d->type == -1) return;
+   if (bridge[d->source].types[d->type] == 0) return;

    bridge[d->source].xcount++;
---

On 12.06.2010 6:02, Johnny Billquist wrote:
Please do.

As a side note, if psilo.update.uu.se is down, then nothing of the
bridged network will work, since that is the true hub of things.
MIM and PONDUS can both be working perfectly fine, but without psilo
they can't even talk to each other.

However, at the moment PONDUS is turned off. I'm in the US for three
weeks, and figured that I might spear my wife the hum of PONDUS when I'm
not around. :-)

All that said, I can't seem to get contact with psilo either right now,
so it do seem to be some general network problems somewhere.

Johnny

Pontus Pihlgren wrote:
Hmm, there seems to be some issues with our network in general.. I'll
se what I can do.

On Fri, Jun 11, 2010 at 11:31:40PM +0100, Sampsa Laine wrote:
Is MIM down? I can't see it (or PONDUS)..

Sampsa



More information about the Hecnet-list mailing list