so the ibm boxes don't come with even one proper serial port by default?
r-a-c.de
ClassicHasClass wrote: they won't work for, say, modems
josehill wrote: an explicit, manual mkfs or mkfs_xfs step has long been a part of my personal recipe
gijoe77 wrote: oh duh, that did the trick! Thanks again!
GL1zdA wrote: Looks suspiciously similar to StartPage .
kshuff wrote: Got it installed but now it's hanging up booting, getting an error about the hostname not being set and can't find lboot. The fun continues.
kshuff wrote: miniroot
install default
conflicts
go
Code: Select all
using 922 buffers containing ...
CP - SAVE_TERM ...
halted cpu 0
halt code = 6
double error halt
pc = 1379c
warning -- hwrpb is invalid
ClassicHasClass wrote: I have all the parts, but I haven't started on building the system yet. I did order a few "Alpha Powered" stickers though.
jpstewart wrote: all use the same "3 lines" icon for "Settings". Probably lots of other software, too. Those are just the examples I can see in front of me right now. It took me a while to figure out what the icon was the first time I encountered one.
nekonoko wrote: I was a little pissed off at how the other thread was going
Code: Select all
########################################################################
#
# R-A-C OSF/1 AdvFS system disk clone
#
#
# this script generally assumes disk id 1 and that your target disk is
# partitioned already. if not run:
# disklabel -wr -t advfs /dev/rdisk/dsk1c
#
# then partition your disk using diskconfig or disklabel.
# this script expects the following partitions:
# - a: root, rather small.
# - b: usr, the big one. everything else goes there.
# - d: swap, not necessary for the cloning.
#
# if you should not have var as part of the usr domain change the
# related parts accordingly.
# if you should use the clone with a different id than the original
# remember to change the swap entry in /etc/sysconfigtab on the clone.
#
########################################################################
echo preparing ...
rmfdmn -f clone_usr
rmfdmn -f clone_root
cd /mnt
mkdir dr du dv
echo creating clone root domain ...
mkfdmn /dev/disk/dsk1a clone_root
echo creating clone root fileset ...
mkfset clone_root root
mount_advfs clone_root#root /mnt/dr
echo creating clone usr domain ...
mkfdmn /dev/disk/dsk1b clone_usr
echo creating clone usr fileset ...
mkfset clone_usr usr
mount_advfs clone_usr#usr /mnt/du
echo putting var into the usr domain ...
mkfset clone_usr var
mount_advfs clone_usr#var /mnt/dv
echo dumping ...
vdump 0f - / | ( cd /mnt/dr ; vrestore xf - )
vdump 0f - /usr | ( cd /mnt/du ; vrestore xf - )
vdump 0f - /var | ( cd /mnt/dv ; vrestore xf - )
echo fixing domains for the clone ...
cd /mnt/dr/etc/fdmns
mv root_domain root_domain_old
mv usr_domain usr_domain_old
mv clone_root root_domain
mv clone_usr usr_domain
echo cleaning up ...
cd /mnt
umount dr
umount du
umount dv
rmdir dr du dv
echo all done
exit 0
Code: Select all
r-a-c.de/dist/tru64/
vishnu wrote: Welcome to The Cloister and congratulations on your ordination to The Order!
ivelegacy wrote: let me understand: does this software require a flex license in order to work ?
if so, how to run it on an IRIX 6.5.22 machine ( my little O2+) ?
vishnu wrote: Against IBM! And we all saw how that worked out for them...