Hi Paul,
i've upgraded A35RTR on 35.1023 to PyDECnet 526 and put in the logging line as
requested.
as per Keith, i also had to make the changes to TapEth so i could speak to /dev/net/tun.
this is the same as i've done previously - but I actually had a recollection that this
change had actually been rolled into one of the previous builds? perhaps i'm wrong.
i have one query - i run PyDECnet as a daemon and normally my local log files show up/down
route visibility. i assume with the "logging monitor" line that this
functionality is changed? is there a way to set the logging so I can see the up/down in
the network as i did previously?
if it matters, i was on version 488 and did a fresh install of 526.
many thanks,
cheers, Wiz!!
________________________________
From: owner-hecnet at Update.UU.SE <owner-hecnet at Update.UU.SE> on behalf of Keith
Halewood <Keith.Halewood at pitbulluk.org>
Sent: Monday, 17 August 2020 2:46:41 AM
To: hecnet at Update.UU.SE
Subject: RE: [HECnet] HECnet mapper -- request to backbone node operators
When I do
svn checkout
svn://akdesign.dyndns.org/pydecnet/trunk/pydecnet pydecnet.latest
it says I've checked out 524. I had to make the modification for the native TAP device
support in ethernet.py but other than that, it's fine.
Keith
-----Original Message-----
From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE] On Behalf Of Paul
Koning
Sent: 16 August 2020 17:40
To: Bob Armstrong <bob at jfcl.com>
Cc: <hecnet at update.uu.se> <hecnet at Update.UU.SE>
Subject: Re: [HECnet] HECnet mapper -- request to backbone node operators
On Aug 16, 2020, at 11:37 AM, Robert Armstrong <bob
at jfcl.com> wrote:
Paul Koning <paulkoning at comcast.net>
wrote:
If you're running PyDECnet, you need to upgrade to the current
version, rev
524.
When I do an
svn co
svn://akdesign.dyndns.org/pydecnet/trunk/pydecnet
the version of pyDECnet I get is 523, NOT 524. Is this just a typo?
Yes, sorry. Sometimes I get mixed up about revs. The remote sink stuff was added in 520
and corrected in 521.
With the logging monitor enabled as described, this version of
pyDECnet runs for a few seconds and then dies with
2020-08-16 08:35:19.836: A2RTR: Exception caught in mainloop Traceback
(most recent call last):
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/node.py"
, line 198, in mainloop
work.dispatch ()
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/ti
mers.p
y", line 120, in dispatch
super ().dispatch ()
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/co
mmon.p
y", line 249, in dispatch
self.owner.dispatch (self)
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/st
atemac
hine.py", line 63, in dispatch
newstate = self.state (data)
File
"/usr/local/lib/python3.6/dist-packages/decnet-1.0-py3.6.egg/decnet/ns
p.py",
line 1387, in s0
raise InternalError ("S0 state not used")
decnet.common.InternalError: S0 state not used
2020-08-16 08:35:19.842: A2RTR: Stopping node
Bob
Strange. Can you enable TRACE logging and email me the resulting log?
paul