The collected works of uridium - Page 1

G'day,

Anyone have a mirror or alternate link for this? 404 basically. Trolled additional downloads and nekoware but no love. :-\

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Ah bless ye and all that sail in you!! <3 <3

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Hi, just thought I'd share this one. I recently bought for $1 a brand NEW VAX and documented the unpacking. Some of you may feel the desire to wax nostalgia. I have documented it here:

http://deviate.fi/~uridium/newvax/newvax.html

Take it easy.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
I do have some, but you can get PAK's from the OpenVMS Hobbyist site if you wish for free.

You just need a DECUS/Encompass membership. There's a few free ones around if you hunt some out. :)

Go here: http://www.openvmshobbyist.org/licenses.php

Punch in your details as per your chapter membership number (they will need to push your details to the hobbyist site ..usually takes a week and you can email them to hurry up *Grin*). This thing generates license for a year.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
*Grin* Nah, your doin it wrong!

1) Bring old girl up in a conversational boot.
2) do a:
$ LICENSE DELETE *<return>
3) By hand type in 2 licenses for VAX-VMS && UCX (So base + UCX)
4) by hand run:
$ @[VMS$COMMON.SYSMGR]TCPIP$CONFIG.COM
Start up your tcpip stack. Then edit your 104pak to remove the UCX license, or license will get sand
when you process it and say "Oop! already done you.. stopping!" Then ftp the 104pak over and @run it.
Reboot and your done. :D You only need two though.

Job done! But yes, your making lots of work for yourself. You can also if you want to de-register it quickly go and remove the LMF$LICENSE file but I see no point when step 2 works. Also, you can do a nice DCL script to monitor machines and mail you when it's getting low. I have a daily batch queue that reruns a bunch of scripts I don't want scheduled that checks it. That makes it useful. I have the vax4000's on hobbyist licenses so I've become quite accustomed to doing it all over the years.

Take care.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Seems like it's been a while since anyone bothered to port irssi, so here's my attempt that sits in /opt/irssi-0.8.13 so as not to conflict with the 0.8.10a nekoware version. Left the build tree+source below so who ever the maintainer is (zero clue) might want to use it as a guide to go roll some .idb,.sw,.opt,.man and plonk it in /usr/nekoware.

http://deviate.fi/~uridium/irssi-0.8.13 ... ee.tar.bz2
http://deviate.fi/~uridium/irssi-0.8.13 ... sl.tar.bz2
http://deviate.fi/~uridium/irssi-0.8.13 ... 32.tar.bz2 (no SSL/IPV6)

Thanks to the #sgi guys (oz.org) for testing + constructive abuse.

build env:
IP32 R5k @180Mhz
RAM: 128mb
OS: 6.5.29f
Nekoware: -CURRENT as @12-JUL-2009
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Hi. irssi 0.8.14 came out. Let champagne fall from the heavens .. etc. Soo.. same deal as before, here's my binaries. They sit in /opt/irssi-0.8.14 so they don't fudge-pack anything in the hallowed /usr/nekoware (as it should be! O.o!). Builds. here's the n32 binaries with ssl and ipv6 support. Seems to work for me. Took my 180mhz R5k O2 with 128MiB RAM ~2.5hrs to build clean once I un-boned the config scripts. Regan, if your reading, is there a .au mirror of nekochan or something local? Heck..I'll stick up on deviate.fi again and let ifreq cop the bandwidth :> *hugs ifreq* Again, thanks to oz.org #sgi guys for testing.

build env:
IP32 R5k @180Mhz
RAM: 128mb
OS: 6.5.29f
Nekoware: -CURRENT as @16-SEP-2009

http://deviate.fi/~uridium/irssi-0.8.14 ... sl.tar.bz2
http://deviate.fi/~uridium/irssi-0.8.14 ... ee.tar.bz2
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
* Sound of crickets

So is anyone else actually trying this? Working? problems?
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Hi Journeyman, looks like the only dependencies it's linked against is:

Code: Select all

jazz:/opt/irssi-0.8.14[4075]%find . -print | xargs file | grep MIPS | cut -f1 -d\: | xargs ldd
libperl.so  =>   /usr/nekoware/lib/perl5/5.8.8/irix-n32/CORE/libperl.so
libm.so  =>      /usr/lib32/libm.so
libgmodule-2.0.so.1  =>  /usr/nekoware/lib/libgmodule-2.0.so.1
libglib-2.0.so.1  =>     /usr/nekoware/lib/libglib-2.0.so.1
libintl.so.4  =>         /usr/nekoware/lib/libintl.so.4
libiconv.so.3  =>        /usr/nekoware/lib/libiconv.so.3
libc.so.1  =>    /usr/lib32/libc.so.1
libssl.so.0.9.8  =>      /usr/nekoware/lib/libssl.so.0.9.8
libcrypto.so.0.9.8  =>   /usr/nekoware/lib/libcrypto.so.0.9.8
libcurses.so  =>         /usr/lib32/libcurses.so
jazz:/opt/irssi-0.8.14[4076]%


So, quickly guessing from that the dep's would be perl 5.8.x, libgcrypt, ssl, iconv and libintl, gmodule/glib (annoyingly).

You shouldn't need any LD_LIBRARY32_PATH set. I certainly don't. I just set a path to /opt/bin:/usr/nekoware/bin and have a link
in /opt/bin to /opt/irssi-0.8.14/bin/irssi there. Tell me how that goes. :D Happy mircNETting.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
zmttoxics, K&R I always found dry but not bad. The one I get all misty-eyed over is by David Spueler or some such. I got it in TAFE/College around 1993 as my text for Programming Concepts 105. Geeze that was a good book for the era when faced with a Unisys-5000/5085 for the first time :)
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
theodric: Hi, looks like your perl 5.8.{8.9} dist is broken or an rqsall bombed. Hmm. Most of those symbols are in nekoware's libperl.so if you run elfdump -cC libperl.so | pg<return> you should see that there's symbols for PL_curpad, PL_sv_yes, PL_op ... are there. Perhaps one of your perl deps is missing? Good place to start :)
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
I have a Dingoo A320. 360mhz MIPS32+MDMX goodness. Open hardware based and tiny. :) Runs FLAC, Mp3, homebrew software, GNU/Larnicks, avi, mpeg, .mp4. Rocks my world for $80 worth of hardware. Get some! It has a full MMU unlike PSP. Awww. Also more mhz.

NetBSD port kthx?
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
That's awse :) Wanted! 1x VME chassis to bolt on the side for various CRIMES.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Your welcome. Is bitlbee working under irix these days is it? Hmm, that'd be useful and worth looking into. :)
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
That's a bit pretty :)

The two ds20e's here (Although one has serious problems), one had 7.0, the other 7.2-1.

http://www.compaq.com/alphaserver/firmw ... /ds20.html

MOP or update floppy? I've always had trouble with the floppies.

There's also the *.world cd image they used to publish. Sort of a double-clutch boot with -CURRENT firmwarez for *.machines. That might be easier .. but it's usually a massive download.

ftp://ftp.hp.com/pub/alphaserver/firmwa ... se/v73.zip

Might pay you to have a troll around in the directory.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Nice one Pymb. Looking forward to progress with it :>

I like the simm's. They look almost as large as the ones out of a DEC SPIM box or a HP9000 G-Class. Hawt.

So.. 2 cpu's? only 1 cpu card? Spec? :) :)

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
That's a bit hot.

Least either way it's 64bit capable. R4000 and up were, just SGI chose to be pansy's and not use it till R8k.

Nice! Hope the business things finish soon. Eager for next installment. :)

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Huzzah! Alexander Færøy hath blessed the internets with a new release of irssi, v0.8.15! \e/

It also builds on the blessed IRIX.

Get some:

http://deviate.fi/~uridium/irssi-0.8.15 ... 32.tar.bz2
http://deviate.fi/~uridium/irssi-0.8.15 ... ee.tar.bz2

Build env; Usual suspects ..

IP32 R5k @180Mhz
RAM: 128mb
OS: 6.5.29f
Nekoware: -CURRENT as @8-APR-2010
format: mips4, n32

Usual deal, sits in /opt/irssi-0.8.15 so as not to clutter up nekoware. Uses nekoware libs and other
crimes though.

Build time was faster, shade under 2hrs. Might've been quicker if the clown on ip:202.143.133.69 was
n't trying to log into my box as "root" 4x a second and brute force my ssh passwd and flog all my cy
cles! :evil: O.o! Also have a HP-UX version available for hppa1.1 in SOM format, for those that don't think
an IRIX /CTCP version informations is 'cool' enough. Give me a bell if it works or your system expl
odes.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
G'day Simon,

The HP-UX flavour I've rolled is actually messier than the IRIX one in so much as there's no nekoware there so I maintain all the dep software myself. So, to answer your question, yes, I could do a 64bit version because I do have a Allegro/c3750 lurking, but haven't. It's built on a little Staccato/A180C ( http://www.openpa.net/systems/hp_a180.html ). ldd for irssi looks like:
Code:
% ldd /opt/irssi-0.8.15/bin/irssi;uname -a;model
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libpthread.1 => /usr/lib/libpthread.1
/usr/lib/libxcurses.1 => /usr/lib/libxcurses.1
/usr/contrib/lib/libintl.sl.8 => /opt/gettext-0.17/lib/libintl.sl.8
/opt/hp-gcc-4.4.3/lib/libgcc_s.4 => /opt/hp-gcc-4.4.3/lib/libgcc_s.4
/usr/lib/libc.2 => /usr/lib/libc.2
/opt/glib-2.24.0/lib/libglib-2.0.sl.2400 => /opt/glib-2.24.0/lib/libglib-2.0.sl.2400
/opt/hp-gcc-4.4.3/lib/libgcc_s.4 => /opt/hp-gcc-4.4.3/lib/libgcc_s.4
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/contrib/lib/libintl.sl.8 => /opt/gettext-0.17/lib/libintl.sl.8
/opt/glib-2.24.0/lib/libgmodule-2.0.sl.2400 =>  /opt/glib-2.24.0/lib/libgmodule-2.0.sl.2400
/opt/hp-gcc-4.4.3/lib/libgcc_s.4 => /opt/hp-gcc-4.4.3/lib/libgcc_s.4
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/contrib/lib/libintl.sl.8 => /opt/gettext-0.17/lib/libintl.sl.8
/opt/glib-2.24.0/lib/libglib-2.0.sl.2400 => /opt/glib-2.24.0/lib/libglib-2.0.sl.2400
HP-UX springer B.11.11 U 9000/800 HP-UX
9000/800/A180c
%


Usually the A180C is on because it eats around 1/3rd the juice of the c3750, is quieter and doesn't turn my room into a Pripyat Summer. Also it's more than enough horse power to run screen, mircnet, compiler, etc. I'm not currently using any package managment (depot, deb, rpm, rah rah), other than simple/unique version numbers for software in /opt. I used to roll .depots and have an /opt/skunkware and mirror it when I was at uni built and run off an old G40 (inferno) but gave up supporting it and the skunkware on 10.20 and 10.30 (yes there was a 10.30) years ago. Maybe worth while reviving it for 11i v1 for hobbyists given that HP is making rumblings about moth-balling it soonish.

Welcome to a tarball if you wish.

Take it easy.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Yep. v2 should be for itanic anyway. The supplimentary v2 update for 11i I've seen go tits up a few times.

Yes, HP dropped support for *ALL* 700 series machines.. which means "All Workstations" .. so no more graphics.. ever! That was around v2 time so your FX10pro won't work out of the box. You can get them running on 11iv3 with a lot of hack-fu from the v1 modules + libs, but seriously, unless your good with a hex editor and PA-Risc Asm, give it up.

FX10pro's actually quite a nice card. I have two of them. They'll Quake3 without breaking a sweat.

11iv3 they dropped support for anything 700 completely.. so you can't even install 11iv3 on a 700 class machine (and just get disabled fb). You have to find an 800 that can install it then brain-swap the disk over and change the boot order. I did it off an old rp4400 at my old work. You also need to replace some of the scsi drivers or it won't claim the controller and boot (which is an odd one because the older rp3410's are still supported and have the same scsi controller chip.. topic for another time).

Suffice to say, that if you want an "out of the box" PHUX experience on an Allegro, you want 11iv1. Feel free to send Carly Fiorina hate mail. I don't think Bob Hurd cares much either :~(

Regards,
Al.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
G'day Whiter.

No clue about "Nekoware standards" .. hopefully as with many collections of "standards" there is "Many" to choose from. I would say no. As stated earlier, I merely get the latest nekoware -- irssi. Then build irssi to sit in /opt/irssi-0.8.15 .. thus not effecting anything "The real" (you??) irssi maintainer might do. This is 0.8.15. I have an earlier 0.8.15-rc1 if you wish.

Regards,
Al.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
recondas:

Nifty. That's actually quite easy to follow, so thank you. I'll make a note of this for future crimes.

I do wonder though about the R10000 CFLAG option. I'll have to go and look that up. Only thing I have to build on over here is an 180Mhz R5k moosehead.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Of interest.. is there any m68k cpu's in it? Unisys did the dogey and for quite a while was producing a lot of machines, mostly under the series "Unisys 5000" and some 6000's .. which were Arete (with the little dongle over the second 'e') machines badge engineered (tm) to be Unisys's. They were 1-24x m68k boxes that could be run as big-SMP or lock-stepped in various configurations and ran a pretty vanilla SysVr[3,3.5,4] derivative called ARIX .. again by Arete till Unisys acquired them whole-lot and they were moved into the fold. For the era.. very nicely designed machines. They even had level 2 cache. My old 5000-series 5085 was dual 25Mhz mc68020's with 33mhz m68882's, proper butterfly and m68851 MMU's, 16+16+8mb RAM, and cache I remember oo'ing over being 25ns cycle time and there being 128kb per processor board. Also they were VME backplanes afair. A friend of mine back in perth used to be in posession of a bigger machine that was 8-way 030, but it had a strange series number (I never did keep up on the whole Unisys/Sperry stuff).

Regards,
Al

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
When I was doing several installs a week, I used to quite enjoy an 18gb 15krm hdd in an external enclosure that had an /inst dir in it with everything blatted in there. Fire up sash, drop to shell, mount the external disk and feed it as a source. Patches, overlays everything. Let it have rattle around solving deps (usually I'd removed older things and cleaned up the install order a lot), then tell it to install. Would get a 6.5.24 system in there with compilers, nfs and various other crimes I needed in an install on an O2 in under an hour for very little effort. Octane even with a 195mhz cpu would do the install in about 20mins with quick disks and an indy would generally finish in about an hour and a quarter.

Longest part for the indy and o2 was the rqsall at the end. Perhaps this isn't a great way to do it.. but it worked like a trooper.

If you really can be bothered, you can do it off the network.

Go easy! :)
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
@debug:

I'd be interested in seeing it out of curiosity (not that I have >1 machine at the moment). Worth putting a factoid page up on how to drive roboinst on the wiki for fresh punters? :)

Al.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
@miod

/240's are nice, but that R4000 cpu will usually work in anything. I used to have one years ago I donated to UCC that I'd brainswapped into a 5000/20. worked like a trooper with Ultrix 4.5 and afairc NetBSD ~1.6 era when I was hacking around on it.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Ah poop. That's silly.. where would you install to that isn't sgi?

Reminds me of HP-UX's igniteUX server concept for remote installs.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
I've had it running on a King Gecko 712/100 with 192mb ram. It can spawn a getty on a serial console, but requires a frame buffer for the install. Also, you'll later need to do the two-step boot to get it to not try and log into a NIS domain.. afair it defaults to one and you finish the install and suddenly buggar! you can't log in :)

Frame buffer required to the best of my knowledge. Sorry for the bad news.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Nice! looking forward to hearing more of your adventures. :)

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
If I'm reading the Oracun disclosure case info's correctly, it appears that there "was" a project that got HP-UX to IPL on x86 to a rudimentary userland level and it was cancelled prior to staff being for the high-jump and everything moving to India.

I'd kill to see VMS on x86 (Purely to save it.. because I don't see them ever bringing back the VAX). The port to alpha shows pretty clearly you don't need exotic priv levels in your hardware any more.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Hi Miod,

That's pretty darn nifty. Got any real-world benchmarks you can run on it to compare the FPU to some of the other kit around the place?

Will the R8k's work on R10k i^2 systems or is it a case of different prom, board etc?

Al.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Sorry.. I ment IA64.. "alpha" indeed.. brainfart. IA64 doesn't have the "hardware assist" modes of VAX/Alpha so we at least know VMS on x86 is possible.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
4000-M300, 4000-M90, 4000-VLC, 3100-m76, 3100-m10/20(e) (few ..they seem to breed), uVAX-II (3).
Alpha ES45, ES40, DS20 *2, DS10
pdp-11/23Plus,11/70, 11/84
DECServer 5400 (non-living).

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
One question.. how big's the cat?

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
All good points. A big one would be PSU's. I've had a few Teals and one 250Mhz R4400 Impact over the years .. and the PSU's tend to go. Heck..when they're off they consume a lot of power and after a few hours with no fan turning they're positively hot so it'd be good to assemble things such as "this is how you hack a commodity stink-box ATX psu to it".

Currently I'm trying to work though this on one of my pdp-11's. Been through it with older Sun's, HP's and the intergraphs.
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
True..there will always be emulators. I though am one of those odd individuals that really enjoys restoring, managing and dealing with the actual hardware and issues, reading about things.

Emulators have always felt like "cheating" .. but I'm sure there'll be a day when getting the hardware will simply be impossible. :(

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
I reackon they should've returned to "Albert" the Cheshire cat from the early VMS days. :) That warms my heart.

Did RSX-11/RSTS-E have a mascot?

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Pr0n.

Nice! Good to see it's in good condition and has a loving home :)

Do love the warning note.

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Ha! you're right. RSTS .. hurrah google. The bulldog was the key.

http://en.wikipedia.org/wiki/RSTS/E

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain
Hi Sir Duck!

Yeah.. what is the deal with that console? Guessing it's just a wallpaper in the background and some punter's project looking glass desktop? ..or am I completely wrong?

Al

_________________
Al Boyanich
adb -w -P "world> " -k /dev/meta/galaxy/ksyms /dev/god/brain