Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RS/6000 model 42T

3 views
Skip to first unread message

Fred Mau

unread,
Feb 14, 2004, 6:02:41 PM2/14/04
to
Just got ahold of a surplus RS6K model 42T that I hope to use for learning
AIX. Somewhere I've got a set of AIX 4.3.X CDs that I'll want to load.
(I'm presuming that even if the current drive already has an AIX on it, it
would be futile to try to get into it. Or would it ?)

QUESTION: The keyswitch is locked in the "OK" position. Can I boot from the
CD and load the OS in that position, or must I find a way to get it into the
"wrench" position ? Is there any easy way of getting around the keylock and
opening the box so I can jumper it out ? I don't care if I destroy the
keylock in the process of opening the box, but I rather not damage the box
itself.

- FM -


Bill

unread,
Feb 17, 2004, 2:56:10 PM2/17/04
to
"Fred Mau" <fred-d...@comcast.net> wrote in message news:<lOxXb.316842$na.473496@attbi_s04>...

You'll want to get it to the wrench position to boot from CD
automatically. If that is not possible, put your CD in the drive and
power up the unit. when you see the POST screen (indicated by
"speaker scsi ..." (all on the same line), hit the "1" key (or
"F1" on a graphical terminal). This should allow you to interrup the
boot process (the "SMS" menu) and boot from the CD manually.

BV

Christopher Browne

unread,
Mar 3, 2004, 2:16:16 PM3/3/04
to
I am trying to compile GnuPG on AIX; GCC versioning:

$ gcc -v
Reading specs from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/specs
gcc version 2.9-aix51-020209
$

The output below is found when I try to build GPG.

I see in ancient archives a recommendation to not bother and use a
precompiled version from Bull's archives. That is unacceptable in
this instance; the predecessor merely needed to extract some data, but
in this case, using a version with even _arguably_ dubious provenance
won't fly.

twcsds003[~/sources/gnupg-1.2.4]$ make
make all-recursive
Making all in intl
Target "all" is up to date.
Making all in zlib
Target "all" is up to date.
Making all in util
Target "all" is up to date.
Making all in mpi
source='mpih-div.c' object='mpih-div.o' libtool=no depfile='.deps/mpih-div.Po' tmpdepfile='.deps/mpih-div.TPo' depmode=gcc /bin/sh ../scripts/depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -O2 -Wall -c `test -f 'mpih-div.c' || echo './'`mpih-div.c
mpih-div.c: In function `mpihelp_mod_1':
mpih-div.c:86: warning: implicit declaration of function `__udiv_w_sdiv'
mpih-div.c:100: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:101: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:106: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:107: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:136: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:136: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c: In function `mpihelp_divrem':
mpih-div.c:290: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:354: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c: In function `mpihelp_divmod_1':
mpih-div.c:447: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:448: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:453: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:454: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:482: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:482: Can't find a register in class `MQ_REGS' while reloading `asm'.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.

Here is the only recommendation I can find:

http://unix.derkeiler.com/Newsgroups/comp.unix.aix/2003-06/0750.html

"Take a look at www.bullfreeware.com and download one of the pgp binary
installable packages. Works great on 5.1 with pki.

Good luck.

Bob"

That won't fly here; anyone have any better answers?
--
select 'cbbrowne' || '@' || 'ca.afilias.info';
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)

Nigel Reed

unread,
Mar 3, 2004, 3:22:01 PM3/3/04
to
Christopher Browne <cbbr...@ca.afilias.info> wrote:
> I am trying to compile GnuPG on AIX; GCC versioning:
>
> $ gcc -v
> Reading specs from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/specs
> gcc version 2.9-aix51-020209
> $
>

Two suggestions

./configure --disable-asm

or build with IBM C and not gcc.

Regards
Nigel

--
http://www.sysadmininc.com (My daytime job)
Member of the Dallas Better Business Bureau and Plano Chamber of Commerce

http://www.british-expats.com (My spare time)

Christopher Browne

unread,
Mar 3, 2004, 4:02:31 PM3/3/04
to
Nigel Reed <s...@www.nelgin.nu-slash-qconfirm.html> writes:
> Christopher Browne <cbbr...@ca.afilias.info> wrote:
>> I am trying to compile GnuPG on AIX; GCC versioning:
>>
>> $ gcc -v
>> Reading specs from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/specs
>> gcc version 2.9-aix51-020209
>> $
>>
>
> Two suggestions
>
> ./configure --disable-asm

That didn't help, unfortunately.

> or build with IBM C and not gcc.

Not an option; can't run IBM C in the environment (for a number of
reasons).

Well, that was worth a try...
--
let name="cbbrowne" and tld="ca.afilias.info" in String.concat "@" [name;tld];;

Nigel Reed

unread,
Mar 3, 2004, 4:26:01 PM3/3/04
to
Third option I forgot about. See if you can find a precompiled binary.
0 new messages