I've been rewriting the code that does address rewriting for mail that
passes between MAIL11 and SMTP the last few days, and I think I got it
sorted now. So, if people have tried, and found either funny, or
non-working behavior please try now, and see if thinks look better.
I've also been testing with VMS MAIL, which uses MAIL11 in some more
creative ways, to make sure it gets translated in reasonable ways by my
RSX gateway.
As a warning, the CC field in VMS MAIL might not be totally correctly
handled yet.
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
Hi,
call me an idiot, but how do I rectify this problem:
MAIL> r
To: MIM::tonyblews at gmail.com
%JBC-E-NOSUCHQUE, no such queue
Press RETURN to continue reading your mail
MAIL>
Thanks for any help.
Tony Blews
We?re downsizing. Also, I haven?t powered this stuff on in years so it?s time to pass it along to someone else.
I have a VAXstation 4000/90 and two VAX 4000/500 that need new homes in the Atlanta area.
The only rule is these may not be sold they must be passed on when you are done with them.
-brian
Do anyone have BLISS-16 for VAX/VMS?
I'm now going through various bit and pieces of RSX, and I've found a
few places where the BLISS sources have updates that never have entered
into the binary distributions, which I'd like to fix, but I really need
a B16 compiler to do so. I have VMS 7.3 on a VAX here, but I haven't
even checked if I might have BLISS or not, but since I'm not very
organized in my VMS software department, I figured I should start by
asking if someone else have it, and a bit more order, before I start
trying to sort out whatever stuff I might have somewhere...
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
Ersatz-11 V7.3 is finished. CDs have been mailed to users with current
update subscriptions, and the free Demo version may be downloaded from
www.dbit.com/demo.html as usual.
E11 V7.3 has the following new features:
- My favorite one: a BREAKPOINT command which accepts arbitrary boolean
test expressions, compiles them into native x86 code (to reduce the speed
penalty), and incorporates them (until disabled with BREAK/CLEAR) into
the main fetch/decode loop). Examples:
break pc >= 2000 and pc < 3000 and @(r4+4) = 42776
(range of code with specified value in block pointed to by R4)
break ci(pc)&177400 = 104000
(about to fetch an EMT instruction)
break phys(14634520) <> 3044
(location at physical address gets changed from expected value)
Errors at run-time are silent. If a specified test causes a bus timeout,
odd address trap, or division by 0, the test fails. Well OK division by
*constant* 0 gives an error but I just mean nothing damaging happens if
the registers aren't pointing where you thought, etc.
- A few rare antique emulated devices: DC11 SLU. Basically similar to
the DL11 (ignoring the extra CSR bits and programming it like a DL11A
works), but it also has a settable baud rate and modem control which
is different from how it was done on DL11s.
- Also the DM11 single-speed serial mux (not that E11 minds running each
line at a different speed, but the original did). It uses DMA for
transmission but also for reception into an in-core FIFO which the
documentation adorably calls the "tumble table". And yes this is the
origin of the DM11BB modem-control option more commonly used on the DH11.
There's a new command to tell DM11BBs which to attach to (the default is
still the DH11 with the same controller letter).
- Finally, the justifiably forgotten TR79F 1600 BPI tape controller for
TR79 drives (really HP7970Es), which includes the parity track in core
with each byte of tape data taking up a word, so it's a pain to program.
But it had 1600 BPI pretty early. The only driver I can find for the
TR79F is in the "TRDP" version of XXDP, which is on Bitsavers as a scan
of a microfiche of the listing. It can be used to load the ZTRAB0
diagnostic (the only other program I know of for the TR79F), but of
course the test immediately trashes your boot tape. I felt dumb.
- Driver for raw ATA/SATA/ATAPI disks (DOS and stand-alone versions).
- Driver for National Instruments PCI-DIO-96 digital I/O card (DOS and
stand-alone versions). It's a bad fit to emulating the DRV11/DR11C
(ASSIGN OA: DIO96: does work but you'd have to wire up an adapter with
buffering since the drivers are rated at only 2.5 mA) but it's probably
the most common digital I/O board around. Even though it's PCI (not PCIe),
it's still made new (at great expense), but cheap used examples are
everywhere.
- Ability to use a digital I/O card to drive real display and switch
registers. Wiring up a blinky-lights board for your $25 eBay PCI-DIO-96
is a lot easier than making one for current PC busses, even if the
100-pin D-shell plug is a pain (but AMP makes an IDC connector that
brings it out to two 50-pin Bergs)..
- SET HISTOGRAM command enables/disables histogram of PDP-11 opcode usage
(which again is temporarily compiled into the main loop when enabled).
HISTOGRAM command displays the results or saves them to a file.
- EXAMINE/DEPOSIT /BYTE /WORD /LONG /QUAD switches support various data
types besides just words. Finally.
- MOUNT <tape> FILE.TAP /LENGTH:n or /SIZELIMIT:nMB enables emulation of
EOT early warning flag (giving the approximate maximum length of the
tape in feet or megabytes). Not generally needed (who minds an unlimited
tape?), but some diags want to fill a tape with test data all the way
to EOT.
- ASSIGN <TTY or digital I/O device> NULL: /LOOPBACK switch. Does what
you think.
- Experimental POWERFAIL command simulates power failures on command,
or SET POWERFAIL command schedules one at shutdown (with a core dump
to a file). Thank you Oleg Safiullin for the idea! Might need some
changes -- I've never dealt with power failures on a real PDP-11.
- Dramatically improved timer precision in DOS and stand-alone versions.
SET THROTTLE in particular is silky smooth, but this improvement affects
many many things.
- All commands that take a time duration as a parameter will now accept a
decimal point and/or unit suffix. The default units are the same as in
previous versions. So instead of SET THROTTLE DELAY=1 (microseconds),
you can use SET THROTTLE DELAY=1.2 or SET THROTTLE DELAY=1200NS (values
will be rounded if needed). I hadn't realized so many places use time
values -- I might have missed something.
There are also many bug fixes and minor changes, but most importantly:
- WMSG.LOG file that grows and grows (in Windows versions). Sorry about
that! That was supposed to be disabled in the released version. Well
it is now.
John Wilson
D Bit
I have spent some time recently on updating my program(s) to handle
Tops-10 backup tape images, and I am now at the stage when it seems
to work "good enough", so I decided to release this as a beta test.
http://www.pdc.kth.se/~bygg/tops/back10.tar
The basic things work, it can create (-c), do directory (-t) and
extract files (-x), and it reads tapes with large blocks, like the
TSU tapes.
This is very much a work-in-progress, so things might change. If
you have any opinion on how things should work, please let me know.
--Johnny (the PDP-10 one)
At the moment Update is having some cooling problems in the computer
hall (imagine that in the middle of winter). Because of this, both
MAGICA and MIM are currently shut down.
Any network connections running through MIM is thus also down at the
moment. I'm very sorry for this, and we are working on getting this
fixed. I'll come back when I know more.
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
Time for a new release announcement of TCP/IP for RSX-11M-PLUS.
This release address some bugs and also address some security issues.
I strongly encourage people to upgrade to the latest version to get
these fixes, since they can otherwise cause system crashes.
This is definitely the best release yet, and a great way to finish off
2016. I hope people find it usable, and truth be told, the errors and
crashes I mostly work on now are obscure corner cases, that I mostly
only actually get to see on Magica.Update.UU.SE, which is a real
PDP-11/70. Something about running on slower hardware seems to bring out
some interesting corner cases. :-)
Mim.Update.UU.SE have been running very solid for very long times in the
face of constant probing by random places all over the internet. On
average, there is about 2 attempts per minute to probe Mim and Magica,
24 hours a day, 7 days a week. As you can guess, this runs up to serious
numbers given a few days. Also, over a general week, Mim will serve
around 1G of data to various people and crawlers all over the Internet.
(Yes, there is a reason some counters in TCP/IP is 64 bits wide...)
Things that have been done since the last release:
TCP:
- TCP receive packet sequence number checking could erroneously accept
some packets that was not inside the current window. The chance of any
packet getting by this is very small, but if some specific sequence
numbers came in, which did manage to get past the checks, this could
cause a system crash.
- Improved queuing of SYN packets for services that were already serving
the max number of concurrent requests. Previously such packets were
immediately rejected. Now they can be queued.
- Improved task activation control to avoid DOS attack vulnerability. If
many requests get queued up, and the system was getting continued high
loads, the TCP connections got torn down, but requested processes could
queue up in unlimited numbers, causing pool exhaustion.
- Added correct handling or errors during task activation. Previously,
TCP would just cause a system crash under this circumstance. Now, the
task is instead removed, and the connection being created is torn down.
- Added new statistics counters for failed task creations, failed daemon
initiations, and improved statistics counters for TCP data outside of
window.
FTP:
- Added SUPERSEDE command, to control if existing local files should be
overwritten or not when retrieving files.
- Improved handling of file version numbers. If given, FTP will now make
use of file version information, including using the same version number
as on the remote system for MGET, when the file version field is given
in the filename argument.
- Changed code so that already existing file error is not considered
fatal, and will not abort an ongoing MGET command.
FTPD:
- Added SPOOF notification from FTPD, so that abusive sites
automatically get blocked when abusing through FTPD.
BP2LIB:
- Added RECV function, which can read from TCP or UDP without any
interpretation of data the way LINPUT will do.
HTTP:
- Changed code to use RECV instead of LINPUT for reading from remote side.
- Fix content length calculation for case where the web server adds a
little bit of own information in addition to what is read from a file.
IRCBOT:
- Changed code to use RECV instead of LINPUT for reading from remote side.
SPOOF:
- Changed register usage layout for better information when looking at
the task with TAL.
- Added SEND DATA interface to SPOOF.
TELNETD:
- Changed register usage layout for better information when looking at
the task with TAL.
- Improved connection tracking code to avoid some race conditions in
connection counting.
NTPDATE:
- Task default priority changed to 100. to improve the response times
needed for this task.
IPRMD:
- Corrected erroneous build files (fix provided by Oleg Safiullin.)
Installation scripts:
- Corrected erroneous code in installation that checked for already
installed commons. (Fix provided by Oleg Safiullin.)
As usual, the distribution is available from:
ftp://mim.update.uu.se/bqtcp.dsk
ftp://mim.update.uu.se/bqtcp.tap
ftp://ftp.update.uu.se/pub/pdp11/rsx/tcpip/tcpip.dsk
The documentation is also available through ftp on Mim, or also at
http://mim.update.uu.se/tcpipdoc
The firewall for Mim have now been removed, so no need for the alternate
ports, but Mim is still listening to the alternate ports as well.
ftp: 10021
telnet: 10023
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
Guys,
So me and a buddy have been thinking it?d be cool to get a MULTINET email gateway service like LEGATO:: going again.
We?ve got plenty of hosting space for a VM and static IPs etc.
Any volunteers to build / manage this? I really don?t grok MULTINET all that well..
Sampsa