Hi Sampsa,
At http://rullf2.xs4all.nl/sg/sg.html
type
js> load('monkey.js')
js> display(s$)
It needs 'continue script' once or twice.
:)
Erik
On Tue, Oct 08, 2013 at 04:06:36PM +0200, Sampsa Laine wrote:
On 8 Oct 2013, at 16:03, Erik Olofsen <e.olofsen at xs4all.nl> wrote:
Hi all,
For those interested in Sixels, I ported the code (quick and dirty)
from ftp://ftp.cs.utk.edu/pub/shuford/terminal/all_about_sixels.txt
to Javascript and combined it with Flot and a JQuery terminal:
http://rullf2.xs4all.nl/sg/sg.html
You then get a Javascript terminal, with a display function; some examples:
js> example$
js> display(example$)
js> display(Array(5).join('CA at ACGOG'))
js> display('HECNET')
and
js> display(digital$)
Considering the run time to display the latter image, photos should
perhaps not be too detailed...
Cool - any change you could add my logo (B&W picture of angry monkey from Family Guy)?
That would totally make my day.
I un-broke DNS on my server so emails now send.
I apologize for the flurry of emails, Peter has three tunnel end points
and I forgot that my trigger operates on rows [0], so even though I did a
single UPDATE it called the trigger function 3 times.
I think Peter got 9 emails out of that, so don't feel as bad as him. :)
-brian
[0] - This is the only way I can get the changed data to pass along to
the python script.
Van: Mark Wickens
Verzonden: dinsdag 8 oktober 2013 14:37
Aan: hecnet at Update.UU.SE
Beantwoorden: hecnet at Update.UU.SE
Onderwerp: Re: [HECnet] OpenVMS 6.1 Cluster - Alpha not booting to form cluster
On 08/10/2013 12:15, Brian Schenkenberger, VAXman- wrote:
> Mark Wickens <mark at wickensonline.co.uk> writes:
>
>> On 08/10/2013 11:33, Brian Schenkenberger, VAXman- wrote:
>>> Mark Wickens <mark at wickensonline.co.uk> writes:
>>>
>>>> Just wondered if anyone would know why my Alpha when booting hangs at
>>>> the point where it attempting to determine whether to join or form a VMS
>>>> cluster? It is clustered with a VAX - if I boot the VAX first the VAX
>>>> creates a cluster which the Alpha will then happily join when turned on,
>>>> but if I power the Alpha without the VAX it just hangs.
>>>>
>>>> Both are running an install straight from an original VMS 6.1
>>>> installation disk.
>>> Just 2 nodes?
>>>
>>> What's your quorum configuration?
>>>
>>> Post:
>>>
>>> $ MCR SYSGEN SHOW VOTES
>>> $ MCR SYSGEN SHOW EXPECTED_VOTES
>>>
>>> ..from each node.
>> I think you, sir, may have found the issue:
>>
>> On RIPLEY (the Alpha):
>>
>> $ mcr sysgen show votes
>> Parameter Name Current Default Min. Max. Unit Dynamic
>> -------------- ------- ------- ------- ------- ----
>> -------
>> VOTES 1 1 0 127 Votes
>> $ mcr sysgen show expected votes
>> Parameter Name Current Default Min. Max. Unit Dynamic
>> -------------- ------- ------- ------- ------- ----
>> -------
>> EXPECTED_VOTES 2 1 1 127 Votes
>>
>>
>> On DALLAS (the VAX):
>>
>> $ mcr sysgen show votes
>> Parameter Name Current Default Min. Max. Unit Dynamic
>> -------------- ------- ------- ------- ------- ----
>> -------
>> VOTES 1 1 0 127 Votes
>> $ mcr sysgen show expected votes
>> Parameter Name Current Default Min. Max. Unit Dynamic
>> -------------- ------- ------- ------- ------- ----
>> -------
>> EXPECTED_VOTES 1 1 1 127 Votes
>
> OK. First, 2 node clusters can be problematic due to not realy having the
> necessary number of node to properly form a cluster. The minimum is three
> nodes to form a cluster.
>
> However, let's look at what you said.
>
> You said that the VAX boots and forms a cluster. It has one vote and the
> expected votes is one. Therefore, when you boot it, it sees the necessary
> number of votes to continue booting and form a cluster.
>
> You also said that Alpha boots and hangs trying to form a cluster. It too
> has one vote but its expected votes is two. Therefore, until the VAX has
> booted, the number of votes is not present and the Alpha will hang.
>
> If you lower expected votes, the Alpha wil boot just like the VAX does. I
> would caution you read the VMS documentation regarding clusters and how to
> determine quorum. You risk, in the configuration of two nodes where each
> has one vote and expected votes of one, partitioning the cluster resulting
> in data corruption.
>
Thanks for the reminder of these issues. To be honest my experience with
clustering is limited and generally specific to satellite based
configurations. In this case I may make the VAX a satellite of the Alpha
with the local disk acting as page/swap.
Am I right in thinking then that the relationship changes somewhat in
that the Alpha will always need to be up but the VAX can come and go as
it pleases (with the correct shutdown sequence)?
Regards, Mark.
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo
On 08/10/2013 18:33, Ryan Blair wrote:
Does someone have a copy of the distribution kit for VAX APL
on HECnet that I can grab? I'm not seeing it in my condist/SPL sets,
which are probably too new. It looks like the last kit it went out
in was June of 1995 (directory [APL040]).
Better yet would just be images of those older SPLs ...
Thanks,
-Ryan
Ryan,
It's all on SLAVE... look here for example:
http://hecnet.eu/archive/VAX_MEDIA/CDBIN10NOV2/CDBIN04MAR21/APL040/*.*;*
Directory SLAVE::ARCHIVE$:[MEDIA.VAX_MEDIA.CDBIN10NOV2.CDBIN04MAR21.APL040]
KIT.DIR;1 LINE_DOCS.DIR;1 POST_DOCS.DIR;1
Not sure what's happening with the directory structure, looks like I've got the directories in a muddle.
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo
Does someone have a copy of the distribution kit for VAX APL
on HECnet that I can grab? I'm not seeing it in my condist/SPL sets,
which are probably too new. It looks like the last kit it went out
in was June of 1995 (directory [APL040]).
Better yet would just be images of those older SPLs ...
Thanks,
-Ryan
I suppose if I do some hackery with iaxmodem, reconfigure my PBX, and do crazy crap there at low baud rates I could handle it. I hope you can automatically bring a line up at 1200 baud. ;)
I need more raspberry pis to use as iaxmodems.
Yeah no problem, the GSM operators modem pool will happily accept a 1200 baud connection and send it along as GSM data to my DECserver..
On Tue, 8 Oct 2013, Mark Wickens wrote:
On 08/10/2013 16:27, Cory Smelosky wrote:
On Tue, 8 Oct 2013, Mark Wickens wrote:
On 08/10/2013 16:17, Dave McGuire wrote:
On 10/08/2013 11:10 AM, Cory Smelosky wrote:
Last night I was basking in the glow of an orange VT320 as I used that
and a DECserver to get around HECNET.
AFAIR Johnny's bridge is capable of forwarding LAT so I can see a load
of services on the DECSERVER if I type SHOW SERVICE.
Orange VT320? Mine is green. Neat!
Amber. Green VT320s are fairly uncommon. They were also available
with white phosphor.
-Dave
I have an amber and a green one, but the green one has developed an NVRAM fault which means it must be configured each time on startup. It's also got a little bit of the shakes...
I just need to adjust the height and width on my VT320. Otherwise it seems fine aside from needing to constantly be on max brightness. That's not exactly a surprise though. It's kept in a room that's easily darkened so that's no problem at all.
Ah, I meant to say, make sure when you adjust the picture you leave at least a 1" gap top and bottom - I have adjusted several VT510/520s and to start with I was filling the glass top to bottom. It doesn't look right...
I can imagine that certainly wouldn't look right. ;)
Tonight I bring the 21" monitor in from the garage, where it has sat for a couple of years, and see if it still works. Of course I'll be leaving it overnight before switching it on.
Regards, Mark.
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 08/10/2013 16:27, Cory Smelosky wrote:
On Tue, 8 Oct 2013, Mark Wickens wrote:
On 08/10/2013 16:17, Dave McGuire wrote:
On 10/08/2013 11:10 AM, Cory Smelosky wrote:
Last night I was basking in the glow of an orange VT320 as I used that
and a DECserver to get around HECNET.
AFAIR Johnny's bridge is capable of forwarding LAT so I can see a load
of services on the DECSERVER if I type SHOW SERVICE.
Orange VT320? Mine is green. Neat!
Amber. Green VT320s are fairly uncommon. They were also available
with white phosphor.
-Dave
I have an amber and a green one, but the green one has developed an NVRAM fault which means it must be configured each time on startup. It's also got a little bit of the shakes...
I just need to adjust the height and width on my VT320. Otherwise it seems fine aside from needing to constantly be on max brightness. That's not exactly a surprise though. It's kept in a room that's easily darkened so that's no problem at all.
Ah, I meant to say, make sure when you adjust the picture you leave at least a 1" gap top and bottom - I have adjusted several VT510/520s and to start with I was filling the glass top to bottom. It doesn't look right...
Tonight I bring the 21" monitor in from the garage, where it has sat for a couple of years, and see if it still works. Of course I'll be leaving it overnight before switching it on.
Regards, Mark.
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo
On Tue, 8 Oct 2013, Mark Wickens wrote:
On 08/10/2013 16:25, Cory Smelosky wrote:
On Tue, 8 Oct 2013, Dave McGuire wrote:
On 10/08/2013 11:10 AM, Cory Smelosky wrote:
Last night I was basking in the glow of an orange VT320 as I used that
and a DECserver to get around HECNET.
AFAIR Johnny's bridge is capable of forwarding LAT so I can see a load
of services on the DECSERVER if I type SHOW SERVICE.
Orange VT320? Mine is green. Neat!
Amber. Green VT320s are fairly uncommon. They were also available
with white phosphor.
Ahhh. Being colourblind causes some problems sometimes but I generally work around it.
White phospor would be interesting for sure. I wonder what the persistence is like. I love the persistence on my VT320.
-Dave
I have a VT420 sat next to the VT320 at the moment, and the difference in character resolution is really noticeable. I like the VT320 primarily because it is the last physical terminal that VAX APL supports.
It is indeed quite noticeable. I have my VT420 on my desk which I use for email and occasionally moving around to systems where I need access their serial consoles. I need more terminal servers. ;)
The VT320 is kept in my bedroom. I love the little guy. ;)
Regards, Mark
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 08/10/2013 16:25, Cory Smelosky wrote:
On Tue, 8 Oct 2013, Dave McGuire wrote:
On 10/08/2013 11:10 AM, Cory Smelosky wrote:
Last night I was basking in the glow of an orange VT320 as I used that
and a DECserver to get around HECNET.
AFAIR Johnny's bridge is capable of forwarding LAT so I can see a load
of services on the DECSERVER if I type SHOW SERVICE.
Orange VT320? Mine is green. Neat!
Amber. Green VT320s are fairly uncommon. They were also available
with white phosphor.
Ahhh. Being colourblind causes some problems sometimes but I generally work around it.
White phospor would be interesting for sure. I wonder what the persistence is like. I love the persistence on my VT320.
-Dave
I have a VT420 sat next to the VT320 at the moment, and the difference in character resolution is really noticeable. I like the VT320 primarily because it is the last physical terminal that VAX APL supports.
Regards, Mark
--
http://www.wickensonline.co.ukhttp://hecnet.euhttp://declegacy.org.ukhttp://retrochallenge.nethttps://twitter.com/#!/%40urbancamo