On Tue, Aug 10, 2010 at 06:50:32AM -0400, Paul Koning wrote:
http://opencores.org/project,w11
Think that can run RSX/RSTS?
I'll have to take a look... a second reason to get an FPGA eval board...
It only runs on two boards, but at $100 for one, it's not a bad price, really.
Yes, it should run most software just fine.
Excellent.
I have just a few gripes with this implementation. If they matter to you
or not is for you to decide:
1) No FPP. I think this is important, others might disagree.
I get the feeling that's something he'll be adding. Does the lack of FPP affect
me currently? Probably not, but of course it would be nice to have.
2) Small disks. Only RK05 for now, and no plans for MSCP at all. While
future massbus is cool, by todays standards, fixed size, rather small
disks, are not that useful.
Yes, this I can agree with, most definitely.
Non-MSCP disks can be done in logic; MSCP has always been implemented as firmware running on the storage controller. Presumably you'd want to do likewise here. That's certainly possible, with the help of an embedded processor inside the FPGA. Then you'd have to implement the MSCP firmware, which is a fair chunk of code. (I don't suppose anyone has the UDA50 firmware available? Then all you'd need is an FPGA model of the hardware, which would be easy by comparison.)
I *think* I've got a UDA50 laying around (or know someone who does), what would
be required to extract the firmware from it?
3) Backend very dependant on some host machine with OS. I guess it helps
to make it doable faster, but for me, the really nice thing would be
something like USB interface to mass storage, which looks like MSCP from
the PDP-11 side. That would be *really* cool.
By far the easiest storage interface is IDE (ATA); is that still around? Well, it is, in CompactFlash cards... which would do nicely actually.
Yes, I agree, the backend server bothers me a bit as well. I've love to have
something I could plug a CF card and an ethernet cable into and be done with
it.
That all being said, I'm sure this guy isn't done and who knows, send him your
suggestions, he might be up for it. :-D
-brian
--
"Coding in C is like sending a 3 year old to do groceries. You gotta
tell them exactly what you want or you'll end up with a cupboard full of
pop tarts and pancake mix." -- IRC User (http://www.bash.org/?841435)
On Mon, 2010-08-09 at 17:25 +0100, Sampsa Laine wrote:
Dunno about VMS, but I use fetchmail on Unix to do just that - you can
then tell fetchmail to feed it to the VMS box over SMTP.
It's exactly how CHIMPYMAIL.COM works.
I got fetchmail setup ok - how do I forward to the VMS box?
Cheers for the help, Mark.
Dunno about VMS, but I use fetchmail on Unix to do just that - you can then tell fetchmail to feed it to the VMS box over SMTP.
It's exactly how CHIMPYMAIL.COM works.
Sampsa
On 9 Aug 2010, at 17:17, Mark Wickens wrote:
On Thu, 2010-08-05 at 23:10 +0200, Sampsa Laine wrote:
I use Google Apps for all my domains, which I then pull down using
fetchmail onto a Unix (in this case OS X server).
On Thu, 2010-08-05 at 23:10 +0200, Sampsa Laine wrote:
I use Google Apps for all my domains, which I then pull down using
fetchmail onto a Unix (in this case OS X server).
At 3:46 PM +0100 8/5/10, Mark Wickens wrote:
Collective Wisdom,
I'd like to bring email from my current remote hosted IMAP server
in-house. Can anyone provide guidance on solutions? I'd like access from
standard email clients but would also like to be able to ssh into a
local box and read mail via a character terminal.
I have an OpenVMS and Linux server available to serve.
Thanks, Mark.
I used OpenVMS for about 10 years at home for an email server. I started with a AlphaStation 200 4/233 and ended with an XP1000/667.
I did run into one problem where some worthless SOB spoofed my domain for spamming and I got a *LOT* of bounces. The resulting DOS attack took the box down for a couple days. I think it was an AlphaStation 600/433au at the time.
The only reason I'm not currently running the system is that it costs to much to run a XP1000/667 with 6 10k SCSI drives 24x7, and since buying a house, I've not sorted out cooling. I've been thinking about bringing an AlphaStation 200 4/233 back online for this and a couple other things that I need VMS for. It is driving me crazy not having my own VMS system running.
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh at aracnet.com | OpenVMS Enthusiast |
| | Photographer |
+----------------------------------+----------------------------+
| My flickr Photostream |
| http://www.flickr.com/photos/33848088 at N03/ |
On Thu, 2010-08-05 at 15:23 -0400, Joe Ferraro wrote:
As much as I can't stand Big Brother -- eh hem -- Google... if you're
not talking a hobbyist solution, its just downright difficult to beat
their imap / pop3 / web email solution -- especially when blasted SPAM
is considered.
If you have trouble with the fact that google aggressively analyzes,
stores and sells your data trends -- you might want to look at `exim`
for linux.
I've been reading some right horror stories about people who have had
their email accounts removed unconditionally due to suspected spamming
(through no fault of their own, and this is people who've paid for a
service) with no comeback and in some cases no way to get a response,
this has included websites, so I'd rather keep the solution in-house.
I'd get perverse pleasure from using allin1, but it's my understanding
that I would need a tru64 box running permanently to run the mailbus to
smtp gateway, and I'd rather not do that.
I'm happy to give a VMS solution a go - I use messagebunker, so should
be safe in the knowledge that everything is backed up.
Mark
If you want someone else to host your email and don't want it to be google, i'd
be more than happy to host anyone's email. I promise not to read your email and
stuff.
Really. :-D
-brian
On Thu, Aug 05, 2010 at 03:23:12PM -0400, Joe Ferraro wrote:
As much as I can't stand Big Brother -- eh hem -- Google... if you're not
talking a hobbyist solution, its just downright difficult to beat their imap
/ pop3 / web email solution -- especially when blasted SPAM is considered.
If you have trouble with the fact that google aggressively analyzes, stores
and sells your data trends -- you might want to look at `exim` for linux.
Joe
On Thu, Aug 5, 2010 at 1:06 PM, Fred <fcoffey at thrifty.misernet.net> wrote:
On Thu, 5 Aug 2010, Mark Wickens wrote:
standard email clients but would also like to be able to ssh into a
local box and read mail via a character terminal.
I do both. I run Linux/Postfix and OpenVMS/PMDF. I can SSH into my Linux
box and then check my mail with (al)pine (like I am doing now) and also
telnet into my Alpha and read the mail with MAIL or PINE that is included
with PMDF.
Fred
--
"Coding in C is like sending a 3 year old to do groceries. You gotta
tell them exactly what you want or you'll end up with a cupboard full of
pop tarts and pancake mix." -- IRC User (http://www.bash.org/?841435)
As much as I can't stand Big Brother -- eh hem -- Google... if you're not talking a hobbyist solution, its just downright difficult to beat their imap / pop3 / web email solution -- especially when blasted SPAM is considered.
If you have trouble with the fact that google aggressively analyzes, stores and sells your data trends -- you might want to look at `exim` for linux.
Joe
On Thu, Aug 5, 2010 at 1:06 PM, Fred <fcoffey at thrifty.misernet.net> wrote:
On Thu, 5 Aug 2010, Mark Wickens wrote:
standard email clients but would also like to be able to ssh into a
local box and read mail via a character terminal.
I do both. I run Linux/Postfix and OpenVMS/PMDF. I can SSH into my Linux box and then check my mail with (al)pine (like I am doing now) and also telnet into my Alpha and read the mail with MAIL or PINE that is included with PMDF.
Fred
On Thu, 5 Aug 2010, Mark Wickens wrote:
standard email clients but would also like to be able to ssh into a
local box and read mail via a character terminal.
I do both. I run Linux/Postfix and OpenVMS/PMDF. I can SSH into my Linux box and then check my mail with (al)pine (like I am doing now) and also telnet into my Alpha and read the mail with MAIL or PINE that is included with PMDF.
Fred