For those with Multinet links to LEGATO, it now has a new IP -
75.54.216.98. However as always you don't need to remember the IP; you can
just do an nslookup on decnet.jfcl.com and that'll be the right answer.
Please update the link on your end.
It looks like the link to FRUGAL is already up - I'm not sure how Fred
managed that trick, but good for him!
Bob
Sorry to spam everyone but this is an opportunity somebody here might want.
I got a call this AM from a vendor that I have purchased used equipment
from in the past (he's local to me in Maynard MA). He remembered that I'm
a UNIX guy and called me. He has a client in Attleboro MA (who also has a
site somewhere in Mexico I believe) that has some instance of a Vax system
running some flavor of UNIX (from the description I think its Ultrix).
DECNet is supposed to be involved too some how. The Vax is having some
disk issues (he thinks is a data overflow - too full disk) and he needs a
SW guy to tell him what's going on.
Frankly, I've got too much on my plate at the moment. He asked me if I knew
anyone that could help him and I said -- well I'm a mailing list of old
systems hackers, one of them might be interested. To be honest, I don't
expect there is a lot of money in this job, but somebody here might find it
a way to make a few $s or maybe a deal for some used gear. I do not know
anything more, such as if you can do this remotely or you need to go to
Attleboro.
So, if anyone is interested, please send me a note off-list and I'll pass
on the contact info.
Clem
Hi,
I'm guessing I need compiler packages/installers/things for BASIC and
FORTRAN on RSX? Anyone have access to any suitable ones or can advise
which to use?
Thanks,
--
Mark @ DECtec.info
twitter.com/DECtecInfo
Hans Vlems <hvlems at zonnet.nl> writes:
>You may want to zip "-V" the LD-image
For that matter, he should ZIP "-V" the backup saveset.
Also, $ SET FILE/ATTRIBUTE= can be your friend when you need to setup fix up
the saveset's record format, record length and carriage control attributes.
For many years, I've received system dumps and backup savesets that customers
have munged by FTPing them and or by forwarding them via WEENDOZE. By using
$ SET FILE/ATTRIBUTE= on the file(s), I was able to make most of them useful;
save for those really munged by ftp ASCII mode.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Sampsa Laine <sampsa at mac.com> writes:
>Guys,
>
>Can I FTP an LD image from one system to another without the usual =
>problems of transferring BCK images?
>
>The file is more or less just a stream of bytes, correct?
>
>sampsa
Be sure to set mode to image or binary first.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Guys,
Can I FTP an LD image from one system to another without the usual problems of transferring BCK images?
The file is more or less just a stream of bytes, correct?
sampsa
Johnny Billquist <bqt at softjar.se> writes:
>On 2015-09-16 16:03, Sampsa Laine wrote:
>>
>> On 16 Sep 2015, at 15:01, Johnny Billquist <bqt at softjar.se> wrote:
>>
>>>
>>> But this would also require that I have a separate network for this setup. We're talking about a machine that are on the internet today... On a well known, static ip address.
>>>
>>
>> Then you're unfortunately pretty out of luck unless - AFAIK VMS doesn't have anything like iptables to help you filter out the connections.
>
>Well, you are trying to suggest ways to prevent this from happening. And
>no, VMS do not have iptables, as far as I know.
>When you are looking for is essentially a way to block some ranges of
>addresses. That can be done in a router, or sometimes switch. Quite
>possible I'll look into that. But that don't answer my current question,
>how to fix the current state on the VMS system. And no, I do not
>consider "reboot" to be the solution. :-)
>
>> A really crappy solution would be to restart the IP stack every so often but there are of course issues with that as well..
>
>Yeah... No... Not going there.
>
At hospital typing on my tablet...
You are correct, no iptables... that's because it's VMS; not ewwwnix!
RTFM, and look for: ACCEPT NETS, ACCEPT HOSTS,REJECT NETS, REJECT HOSTS.
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Sampsa Laine <sampsa at mac.com> writes:
>On 16 Sep 2015, at 11:46, Brian Schenkenberger, VAXman- =
><system at TMESIS.COM> wrote:
>
>> Sampsa Laine <sampsa at mac.com> writes:
>>=20
>>> I'm running a batch job that is creating a large (82 GB) file and =3D
>>> monitoring the system with MONITOR DISK.
>>>=20
>>> The value I'm getting is 39 - what does this actually mean, what is =
>the =3D
>>> unit that is being monitored?
>>=20
>>=20
>> I'm assuming you did not specify /ITEM. =46rom the MONITOR HELP:
>>=20
>> When the /ITEM qualifier is omitted, the default is =
>/ITEM=3DOPERATION_RATE.
>> :
>> :
>> OPERATION_ Specifies that I/O operation rate statistics are
>> RATE displayed for each disk.
>>=20
>> What's you concern, if any?
>
>Yes, I did this but the operation rate does not give me an indication of =
>how many block/second are beyond read/written, or does it?
It's a performance metric that is maintained in/by VMS about the number of I/O
operations to the disks. Maintaining block counts would be more/only meaning-
ful on a per-disk basis. That's generally not something that's a performance
metric.
This is a very simple procedure to get you a block/second count. Put this in
a file (BLOCKS_PER_SECOND.COM, for example) and execute it with the disk name
in question. (ie. $ @BLOCKS_PER_SECOND DKA100)
$ 100$: BLOCKS_THEN = F$getdvi(P1,"FREEBLOCKS")
$ WAIT ::01
$ WRITE SYS$OUTPUT BLOCKS_THEN-F$getdvi(P1,"FREEBLOCKS") ! THEN - NOW
$ GOTO 100$
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.
Sampsa Laine <sampsa at mac.com> writes:
>You're probably under a Chinese/Russian robot attack, trying to =
>brute-force their way in.
>
>I've had this on occasion and am tempted to just drop all packets =
>originating from China..
I've gone even further here. I block all nets that originate APNIC.
>Not sure what the best way to do this is, I have a pretty simple =
>consumer level router (Draytek) so I guess I could use iptables or =
>something on Linux - however I'm not if that'll just affect the host I =
>run the iptables command on or the whole interface.
>
>Basically, I have one physical interface for 8 virtual machines and a =
>bunch of SIMH instances etc. If I could drop the packets at the =
>interface of the host machine it'd be ideal.
>
>Any iptables experts out there?
I use IPTABLES on one of the Lunix servers I run to add IP addresses which I
have determined to be those of botnet control systems (generally, systems the
Chinese et al are using).
/sbin/iptables -A INPUT -s $IP -p all -j DROP
--
VAXman- A Bored Certified VMS Kernel Mode Hacker VAXman(at)TMESIS(dot)ORG
I speak to machines with the voice of humanity.