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