supratim sanyal wrote:
> Johnny,
The other Johnny will now give a short answer:
> I am suddenly seeing this from IMPVAX. Not sure what to make of this
>
> $ dir mim::
> %%%%%%%%%%% OPCOM 23-OCT-2018 04:15:10.77 %%%%%%%%%%%
> Message from user DECNET on IMPVAX
> DECnet event 4.18, adjacency down
> From node 1.559 (IMPVAX), 23-OCT-2018 04:15:10.77
> Circuit TCP-0-0, Unexpected packet type, Adjacent node = 1.13 (MIM)
> Packet beginning = 010D040140020200002C010000000000
The packet in question is an init packet, used to start up a link.
If tcpdump knew about this, it would look somewhat like:
Init, 1.13 info 01 size 576 ver 2/0/0 timer 300
Why MIM decided to restart the link is another question.
--Johnny
Earlier today I wrote:
> The packet in question is an init packet, used to start up a link.
>
> If tcpdump knew about this, it would look somewhat like:
Since there really is a need for a tool to examine various kinds of DEC
protocol traffic, I am trying to put one together. In case anyone is
interested:
http://https://www.pdc.kth.se/~bygg/tops/anfdump.tar
Don't let the ANF part of the name fool you! It can do the following:
* listen for ethernet frames with ANF-10, DECnet and LAT.
* listen for DDCMP (simh-style over TCP or UDP), with decoding
of payload (ANF-10 or DECnet).
* listen for Multinet over TCP, with decoding of DECnet.
* do several of the above, in parallel, if you want to see how
a box in the middle molests your data.
* read (and write) pcap-format files.
As usual this is a work-in-progress, and some things (like the manual)
are missing, but the code mostly works. Use the -h flag for help at
this time.
--Johnny
Johnny,
I am suddenly seeing this from IMPVAX. Not sure what to make of this ?
$ dir mim::
%%%%%%%%%%% OPCOM 23-OCT-2018 04:15:10.77 %%%%%%%%%%%
Message from user DECNET on IMPVAX
DECnet event 4.18, adjacency down
>From node 1.559 (IMPVAX), 23-OCT-2018 04:15:10.77
Circuit TCP-0-0, Unexpected packet type, Adjacent node = 1.13 (MIM)
Packet beginning = 010D040140020200002C010000000000
%%%%%%%%%%% OPCOM 23-OCT-2018 04:15:15.20 %%%%%%%%%%%
Message from user DECNET on IMPVAX
DECnet event 4.10, circuit up
>From node 1.559 (IMPVAX), 23-OCT-2018 04:15:13.16
Circuit TCP-0-0, Adjacent node = 1.13 (MIM)
%DIRECT-E-OPENIN, error opening MIM::*.*;* as input
-RMS-E-FND, ACP file or directory lookup failed
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
Sent from Mail for Windows 10
Dave McGuire <mcguire at neurotica.com> writes:
> Hey folks. I'm looking for firmware for the DECserver-550, which gets
>downloaded into the terminal server by its boot host. Does anyone here
>have a copy? (It seems I have the firmware for every DECserver except
>that..)
WWENG2.SYS? Is that right for the DS-550?
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Does anyone have the Phase II DECnet that goes with RSTS V7.0? I think it calls itself DECnet/E V1.1, rather confusingly.
For that matter, are there any Phase II DECnet releases around? I know of the TOPS-20 one; any others? Ditto for Phase III.
paul
Hey folks. I'm looking for firmware for the DECserver-550, which gets
downloaded into the terminal server by its boot host. Does anyone here
have a copy? (It seems I have the firmware for every DECserver except
that..)
Thanks,
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
I posted this message yesterday, but for some reason people are telling me
it never went to the list.
I removed the photos I originally attached and am sending it again.
-Mark
---------- Forwarded message ----------
From: Mark Abene <phiber at phiber.com>
Date: Wed, Sep 19, 2018 at 2:58 PM
Subject: Re: [HECnet] Sunlink DNA
To: hecnet at update.uu.se
To everyone who asked, I built TME last night on Ubuntu 18.04 on two
different systems, and installed NetBSD 1.6.2 on a sun3/160 instance.
It's working very nicely, minus networking; bear in mind that TME was
originally written to run on a NetBSD host (it's in the pkg collection),
and makes use of BPF to implement networking (I seem to remember it also
working on FreeBSD). Linux does have a bpf compatibility interface, so I'll
see if it can be made to work and follow up with you all. That said, grab
TME here: https://people.csail.mit.edu/fredette/tme/tme-0.8.tar.gz
That's the home site, there's lots of info on the emulator
https://people.csail.mit.edu/fredette/tme/
There's also this site, specifically about installing SunOS 4.1.1:
http://www.abiyo.net/retrocomputing/installingsunos41
1tosun3emulatedintme08onlinux
DON'T follow those build instructions, they're incredibly old and will get
you nowhere fast. :)
Here are my steps:
Make sure you have the gtk-2.0 and glib2.0 dev packages installed. Then...
mkdir $HOME/tme
cd $HOME/tme
tar -zxvf your_download_dir/tme-0.8.tar.gz
cd tme-0.8
vi libtme/module.c (comment out line 93 "LTDL_SET_PRELOADED_SYMBOLS();",
it's no longer needed) and save.
./configure --prefix=$HOME/tme --disable-warnings 'LIBS=-lglib-2.0
-lgtk-x11-2.0 -lX11'
export LTDL_LIBRARY_PATH=$HOME/tme/lib (or "setenv LTDL_LIBRARY_PATH
$HOME/tme/lib" for csh/tcsh)
make
make install
If everything built and installed without errors, you'll have the install
tree in $HOME/tme. From here you can follow the various instructions on the
original site above for installing NetBSD, etc.
If you ran into any errors either building, installing, or running, just
drop me a note, I'd be happy to help!
P.S.: I've attached some photos of it booting up!
P.P.S: You'll notice it seg fault when you exit tmesh. The original does
this too. The author even comments about how there's no "quit" command.
Regards,
Mark
On Tue, Sep 18, 2018 at 6:35 PM, Dave McGuire <mcguire at neurotica.com> wrote:
>
> Thanks Mark!
>
> -Dave
>
> On 09/18/2018 08:59 PM, Mark Abene wrote:
> > Absolutely. I'll dig it out after dinner later tonight.
> >
> > -Mark
> >
> >
> > On Tue, Sep 18, 2018 at 5:44 PM, Dave McGuire <mcguire at neurotica.com
> > <mailto:mcguire at neurotica.com>> wrote:
> >
> > On 09/18/2018 08:12 PM, Mark Abene wrote:
> > > The TME emulator works fine on Ubuntu with very minor massaging. I
> don't
> > > recall having to do anything extremely out of the ordinary.
> > > For me the fun was in emulating a Sun 3/80 I used to have. If you
> like,
> > > I can dig it up my TME install. Haven't used it in a while.
> >
> > If you can find any notes that you my have taken on what it took to
> > get it running, I'd very much appreciate that. I hacked on it for a
> bit
> > earlier this year, but ran out of time and eventually gave up.
> >
> > -Dave
> >
> > --
> > Dave McGuire, AK4HZ
> > New Kensington, PA
> >
> >
>
>
> --
> Dave McGuire, AK4HZ
> New Kensington, PA
>
I'm in area 61, and I can get to my area and MIM, but everything else seems
unreachable both Saturday and Sunday. Anyone else notice anything weird?
Thanks,
-Mark
John - are you running MacOS 8 in Basilink II and TSSnet on it?
Supratim
> On Sep 27, 2018, at 6:48 AM, John Dohn <xdelta at meta.ua> wrote:
>
> I've uploaded it: https://files.fm/u/buvr6w5y
> Works good, vt320 terminal emulator is perfection.
>
>> -----Original Message-----
>> From: Supratim Sanyal [mailto:supratim at riseup.net]
>> Sent: Thursday, September 27, 2018 1:55 AM
>> To: hecnet at Update.UU.SE; xdelta at meta.ua
>> Cc: Zane Healy; jhj at reagan.com; tim at sneddon.id.au
>> Subject: Re: Thursby TSSnet (was: Re: [HECnet] Sunlink DNA)
>>
>> I would like a copy of TSSnet 2.4.1 if you don?t mind.
>>
>> Thank you.
>>
>> Supratim
>>
>>> On Sep 26, 2018, at 3:38 AM, John Dohn <xdelta at meta.ua> wrote:
>>>
>>> Hi All!
>>> I have Mac TSSnet 2.4.1 package. I can upload it somewhere if anyone
>> interested in.
>>>
>>>> -----Original Message-----
>>>> From: owner-hecnet at Update.UU.SE [mailto:owner-hecnet at Update.UU.SE]
>> On
>>>> Behalf Of Jeffrey H. Johnson
>>>> Sent: Tuesday, September 25, 2018 4:09 AM
>>>> To: Zane Healy
>>>> Cc: hecnet at Update.UU.SE; jhj at reagan.com; tim at sneddon.id.au
>>>> Subject: Re: Thursby TSSnet (was: Re: [HECnet] Sunlink DNA)
>>>>
>>>>> On Sep 24, 2018, at 8:39 PM, Zane Healy <healyzh at avanthar.com>
>> wrote:
>>>>>
>>>>> It would be interesting to see if anyone can at least find binaries
>>>> for the TSS DECnet product, if TSS would be willing to make a
>>>> hobbyist license available, it would be cool to play with. From a
>>>> practical standpoint, it has no commercial value at this point,
>> since
>>>> it?s pre- MacOSX.
>>>>
>>>> It would be nice, and I think they would be willing to do so, if the
>>>> packages could be found.
>>>>
>>>> Just to add, their product was highly portable - they did releases
>>>> for UNIX systems (SunOS, AIX, etc.) and other ports as well, such as
>>>> AmigaOS.
>>>>
>>>>> Oddly enough, I want to say that I bought a license for DAVE from
>>>> them, for the purpose of accessing a Samba Share on VMS. At least
>>>> that?s the only reason I can think of, at this point, why I?d have
>>>> purchased a copy. :-)
>>>>
>>>> I seem to recall that DAVE was once a popular product - or at least
>>>> highly advertised.
>>>>
>>>>> Zane
>>>>
>>>> --
>>>> Jeffrey H. Johnson
>>>> jhj at trnsz.com
>>>> https://ban.ai/multics
>>>
>>>
> <scr20.PNG>
Was worth a try, appreciate their quick response regardless!
Begin forwarded message:
> From: Luke Lujan <luke at thursby.com>
> Date: September 28, 2018 at 1:12:20 PM EDT
> To: Supratim Sanyal <supratim at riseup.net>
> Cc: "sales at thursby.com" <sales at thursby.com>
> Subject: Re: Form submission from: Contact
>
> Hello Supratim,
>
> I apologize but we do not have anyway of providing that information.
>
> I?m sorry I can?t be of more help.
>
> Best,
> Luke Lujan
> Inside Sales Representative - Thursby Software Systems, Inc.
> luke at thursby.com | Main: +1(817) 478-5070
> GSA Schedule No: GS-35F-132AA
>
>> On Sep 28, 2018, at 12:06 PM, Supratim Sanyal <supratim at riseup.net> wrote:
>>
>> Submitted: Friday, September 28, 2018 - 12:06
>>
>> Your name: Supratim Sanyal
>> Your e-mail address: supratim at riseup.net
>> Phone: 240-483-8572
>> Subject: Looking for a License Key for TSSNet 2.4 for Macintosh System 7
>> (1992)
>> Message:
>> Hi,
>>
>> I am a DEC alumnus and a DECnet Hobbyist. This is to request a license key
>> for your 1992 product "TSSnet ver 2.4" that I installed on Apple Macintosh II
>> ci running System 7.5.3 Operating system. A couple of screenshots are here:
>>
>> https://ibb.co/kJJTSU
>> https://ibb.co/nhdTSU
>>
>> Any help appreciated.
>>
>> Thank you,
>>
>> Supratim Sanyal
>> 20423 Cabana Dr
>> Germantown, MD 20876
>>
>