Hey Johnny, for the past few days if I try to access
http://madame.update.uu.se/nodedb, I get the banner and the search
box, but below that it only says "585 matches. Execute or extend
access denied to USERS".
It used to give the full list. Trying to search gives the same error,
and no displayed results.
Something broken?
-Mark
On 2016-05-31 17:10, Sampsa Laine wrote:
> Why don?t one of you RSX gurus port ?joe? to RSX?
>
> OK it?s not emacs but it?s quite small and has enough functionality..
"Small" in this case is more than 10 times the size of NEMA... :-)
But if someone wants to try, I can answer questions.
Johnny
On Tue, May 31, 2016 at 06:10:41PM +0300, Sampsa Laine wrote:
>Why don???t one of you RSX gurus port ???joe??? to RSX?
>OK it???s not emacs but it???s quite small and has enough functionality..
I'm thinking the point isn't: if only there were a nice editor, any
editor, that fits on RSX (those of us who grew up on EDT generally *love*
it already, and TECO is its own religion), but rather to accommodate
people's muscle memory and accept the commands they were already going to
type whether they meant to or not (which is why E11's built-in editor goes
in the other direction and uses the EDT/KED keypad layout).
John Wilson
D Bit
Is anyone maintaining an up-to-date DECdns server based off of Johnny's nodedb?
I've recently set up an emulated VAX (simh) at 61.152 called ENKIDU,
running OpenVMS 7.3. I was hoping to use DECdns for simple node name
resolution. In the interim I'm using Jordi's DECdns server (which he
mentioned a while ago), but it doesn't appear to be as up to date with
the official nodedb as I'd like. :)
Thanks,
Mark
Can somebody update the cisco tunnel configs and send me the tunnel configs? My current IP is 50.131.150.11 - I will get a cisco VM up when I get home
(no PSUs for the working routers I have...)
From: Johnny Billquist <bqt at softjar.se>
>With all that in mind, I decided to write my own Emacs clone instead
>(yes, I got horribly upset with the lousy quality of most code I looked
>at, if someone wants to hear some rants, contact me privately).
>
>I started about a month ago, and at this point, it's working, and quite
>useful.
Way to go! Very impressive.
>. Only works on ANSI terminals today. It would be doable to extend with
>other terminal support, but I don't have any need, and since I do not
>have, nor want to depend on curses, it will require coding to either
>have a module to uses curses, if that is wanted, or handling of specific
>terminals.
I agree. The days of dozens of choices of real terminals are long over,
so the amount of extra work you'd do just for that one time that someone
dusts off a Teleray 1061 just to open one file and then turn it off forever,
is really not worth it. Expecting someone doing real work to find an ANSI
terminal is totally fair.
John Wilson
D Bit
On 2016-05-29 19:43, Phil Budne wrote:
> I don't recall it being great,
> but there was an emacs11 written in DEC TECO-11;
>
> ftp://ftp.ultimate.com/emacs/emacs11.urls
> ftp://ftp.ultimate.com/emacs/emacs11.tar.Z
>
> http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/em…
> says:
>
> This directory contains Fred Fish's EMACS for TECO-11 v35 or higher.
> Fred hasn't used this stuff since 1982.....
>
> Pete Siemsen, 28-Jul-1989
>
> The code is well commented!
Yes, I know about it.
I actually did sortof an Emacs clone in TECO-8 many years ago. It's
actually pretty easy to do a decent implementation in TECO. The problem
is that you cannot really edit large files. TECO-8 and TECO-11 can edit
arbitrarily large files, but only as a stream. You read in a page of the
file (where a "page" is a bit loosely defined), you edit it, and then
you pass it on to the output, and read in the next page. At that point,
you cannot go back to a previous page anymore. And all editing is
happening within the buffer that you have in memory. So all addressing
is done local to the page you have in memory.
So, while cool, and somewhat fun, it have some rather severe limitations
if you want to edit large files. And this is a TECO-11 limitation, and
cannot really be solved in a good way by any code written inside
TECO-11. What I did for my implementation for TECO-8 was that I keep a
count of which page I was on, and if I wanted to go backwards, I had to
close the file, reopen it, and read from the beginning until I was at
the previous page, and then work from there.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
VMS 5.4
I have a tape with a VMS backup saveset. It has a directory tree on the tape
[foo]
[foo.bar]
[foo.bar.barf]
How do I (backup command line) restore the tape as a subdirectry and have
backup to create the needed directories under my new "root" like [tapes]?
Say that I want to put it under
[tapes.foo]
[tapes.foo.bar]
etc
??
-P
Hello!
I have now confirmed that the Cat2960G series is the fellow who use F/O bundles as its preferred means managing a link to it. Does anyone have an idea as to the style of connecting F/O styles?
Gregg on that.
Sent from my iPod
On Aug 7, 2013, at 7:50 PM, Dave McGuire <mcguire at neurotica.com> wrote:
> On 08/07/2013 07:47 PM, Gregg Levine wrote:
>> Here's a stretch, a shop in California named WeirdStuff is selling a
>> Cisco Catalyst 2948G for 35 dollars. Obviously that prices does not
>> include S&H costs. They go onto discuss what else the thing has, such
>> as - Layer 3 Switch - 48 Ports 10/100 - 2 GBIC Ports for Gigabit
>> uplink. I believe that is a good description. But I'm no judge of
>> prices.
>>
>> Someone here made the mistake of throwing out a batch of Cisco gear
>> items and I rescued them before the local vulture union could destroy
>> them. New I believe they are worth more then some of the cars people
>> drive here.
>>
>> One was a Catalyst 2900, and the other was a Catalyst 2960G, (with the
>> optical delivery items for fiber-optics), and still another was a
>> 2500, (which is a classic amongst that family I believe.), and then a
>> 3600, the other happened to be a 2550 series unit.
>>
>> How hard is it to identify them and confirm what I rescued?
>
> Quite easy.
>
> 2500s are ancient, but still very useful. 2900s, not so much. 3600s still go for more serious money; if they threw them in the trash, they're idiots. 2550s also fetch some money.
>
> I can help you go through their hardware configurations and such, crack passwords for access, etc etc when the time comes.
>
> -Dave
>
> --
> Dave McGuire, AK4HZ
> New Kensington, PA
Hey Peter,
Do you have the serial pinouts for your SC-40 handy?
Mine has had miswired FE terminal ports from day one and I'd like to
finally fix that. ;)
However, mine came with zero manuals or documentation!
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Since the nodename database is in Datatrieve, I figured I could write a
couple of reports for fun.
So here they are: http://mim.update.uu.se/hecrep
Grouped both by owners and by architecture. Apart from the unknown
category, VAXen are the most numerous at 148, while MIPS the least
common, at 1. :-)
Johnny
Hi,
I'm doing some reconfiguration of routers and firewalls here, so
my hecnet tunnels may bounce a few times over the next several days.
Mark
--
Mark G. Thomas (Mark at Misty.com), KC3DRE
> > --Johnny (the other one)
>
> There's TWO OF YOU? This is going to get really confusing -
We are slowly taking over the world...
Regarding the spam msg itself, according to previous history with this,
there is no hijacking of accounts involved, just someone faking the
sender address. Checking the headers of this msg show it to be sent
from somewhere in Ukraine...
> sampsa
--Johnny
> I haven't even had to time to check yet, but faking the sender address
> should be good enough to get on the hecnet list, but it does require
> knowing the address of a subscribed member, as the hecnet list only
> allows posts from subscribers...
Given:
To: "hecnet" <hecnet at update.uu.se>,
"hellwig.geisse"
<hellwig.geisse at mni.fh-giessen.de>,
"helmkera" <helmkera at gmail.com>, "hobbyist" <hobbyist at montagar.com>,
"hoshina_minmi"
<hoshina_minmi at yahoo.co.jp>,
"hpb-ohio"
<wpd58nb6r69ccqy at marketplace.amazon.com>
its apparent that they got "lucky" with the hecnet list this time.
As I said, this has been around for some time, for example on the nanog
list.
> Johnny
--Johnny
> Err what- I'm not clicking on that..
This type of spam has been seen on other mailing lists for some time.
First time here, though.
Every msg with "Fw: new message" as subject that I get is spam, with a
fake sender.
> Sampsa.
--Johnny (the other one)
NOTA BENE: Feel free to ignore this message but I think some of you guys might find this rather amusing..Also, it?s Friday before Valborgsafton so, Johnny, I?m sure you?ll be cool about this (I guarantee very infrequent) totally off-topic post.
Right Johnny? Hyv?? Vappua and all that? (it?s like Christmas for alcoholics in Finland. Hell, it?s like our third most popular holiday)
Anyway,
Some background: Yesterday there was something of a revolution in the alt.2600 Facebook group (?The Hacker Quarterly?, I am a member purely out of professional interest) which led to the owner of the actual machine basically kicking out all the admins since facts emerged that the founder of the FB group, Adrian Lamo (same guy that basically handed Bradley/Chelsea Manning over to the Feds over the Wikileaks thing since he had some Very Serious Business federal charges hanging over him) had been data mining the alt.2600 IRC server for the NSA.
This did not go down too well, since he wasn?t actually coerced into this - it?s what he does for a living now, apparently (OSINT - open-source intelligence gathering).
So anyway, new admins were installed, including a buddy of mine [I?m fairly certain she?s not a Fed, if she is, she hides her money well] and as the group reopened a hilarious typhoon of bovine excrement started flying around including some 17 year old clearly on his 8th can of Monster Energy posting a hilariously poor attempt at high register English rhetoric about Adrian Lamo?s ?High Crimes against the Hacking Community?.
Of course, the guys being the sociopathic pranksters they are, immediately started question said script kiddy?s coding abilities.
At which point I (and APL, the programming language) entered the conversation, which you can see here:
http://sampsa.com/apl.png
From: <Paul_Koning at Dell.com>
>Neat. The same approach works in Python:
>"Hello world"
Z8 BASIC too, if I remember right. Well OK you need a line number.
John Wilson
D Bit
Does any have / know where to get an RSX-11 image which has DECNET and MAIL built in?
I?m a total RSX-11 noob but would like to get to know the system better..
Sampsa
FWIW,
d|i|g|i|t|a|l sold a device, part number 29-32549-01, which did exactly what
is being asked. Information is available in the OpenVMS FAQ, Ch.14, Sect.18
available here: http://labs.hoffmanlabs.com/vmsfaq/vmsfaq_024.html#supp4 I,
myself, own one but I'm not parting with it.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
I?ve got two VAXstation 4000s, and I think they both have a graphics card in them - one with a weird connector with 3 circular sockets and another with a DB25-looking thing and they seem to have a picture of a monitor on them.
So a couple of questions?
Anyone know where I can get an adapter cable for one or the other of those to a VGA monitor? (basically, does anyone have a spare that they?d like to sell)?
Are they likely to work with an LCD monitor or do I need to get an older CRT one?
Finally, can I use the LK keyboard from a VT420 as the ?console keyboard?? How about mice, are these still available (or does someone want to sell me one)?
Thanks for any advice..
Sampsa
Hey guys,
After a prolonged absence during a particularly crap job in Qatar I?m finally able to do fun DECNET stuff again.
Anything of interest happening lately? Is there a new mail gateway? If not, I?ve got Multinet running on one of my nodes but have no idea of how to set it up to be a mail gateway - so if someone is interested in helping me out, I?m happy to use LABVAX for that..
Sampsa
VCF East is April 15-17. That's just 2 months away! Who's going? Do we have a plan? Last year DEC was well represented. This year could be even better! I am starting to put some things together. Hopefully we can connect to the HECnet backbone. My site will provide both Multinet and bridge links into HECnet as necessary.
-Steve
While looking for DECnet documents, I noticed that there's a very large collection at http://manx.classiccmp.org/collections/antonio/dec/ . Probably not news to many, but in case some had not seen it...
Among other things, there are two CD collections MDS-1997-10 and MDS-2000-01. The former contains a rather obscure document, the DECnet Phase IV Token Ring datalink spec. That also includes the Phase IV routing layer tweaks necessary to support token ring -- or other datalinks if you don't want to use the AA-00-04-00 prefix.
paul