Reanimator 1.0 released
#11
RE: Reanimator 1.0 released
(07-10-2022, 10:05 PM)Nichosen Wrote:  Hi Linux-RISC

First of all…. Fantastic work.

I’ve got a question.
Is there a way to update the installation without hooking up the pi to the internet?
I’ve got mine setup on a separate lan and instead of changing ip’s or setting up a router within my network to nat the traffic… can I sftp into the pi to update scripts and stuff.

Best,
Nichosen

Hi Nichosen, thank you for your questions.

Please, read https://github.com/Linux-RISC/Reanimator...k_setup.md to know all the network configuration possibilities of Reanimator.

About your question:
1) the simplest method is to download the image with a laptop and restore it to the SD
2) if the update only contains updated scripts, you can download http://irix.mersisl.com/Reanimator/Reanimator.tgz and restore it on /home/pi
3) if the update contains internal changes (like 1.2.1 where tftpd-hpa is replaced by tftpd), you must use the method 1
4) To upload stuff you can use sftp, NFS, Samba, ... it's documented on https://github.com/Linux-RISC/Reanimator...g_files.md 

If you have more questions, please ask.

Reanimator 1.2.1 released: some machines won't boot with tftpd-hpa, so we return to tftpd. Please, download the image again.

Indy Indy R4400 150 MHz, 256 MB RAM, 24-bit graphics, 6.5.22
  Octane2 Octane2 R12000 400 MHz, 1024 MB RAM, ODYSSEY V6, 6.5.30

IBM 44p model 170 (7044-170), POWER3-II 64 bits 400 MHz, 1 GB RAM
AlphaServer DS10 466 MHz, 128 MB RAM
HP C3600 PA-RISC 8600 552MHz, 2 GB RAM
HP ProDesk 400 G2 MINI Intel Core i5 6th Gen 2,50GHz 16GB, Debian GNU/Linux (NAS)
HP t610 Debian GNU/Linux, 2 GB RAM (NAS)
(This post was last modified: 07-11-2022, 10:07 PM by Linux-RISC.)
Linux-RISC
RISC and Unix lover

Trade Count: (0)
Posts: 51
Threads: 4
Joined: Apr 2022
Location: Spain
Website Find Reply
07-11-2022, 08:54 AM
#12
RE: Reanimator 1.0 released
You should always install the feature stream because SGI stated in the installation instructions:

"During your first upgrade to an intermediate release, you are asked to choose
either of two release streams, the maintenance stream or the feature stream. The
maintenance stream includes accumulated bug fixes and basic support for
new hardware, if any. The feature stream includes everything in the
maintenance stream, plus any new software features."

I created two new scripts to put into the "i" directory of the Reanimator server to do that:

0a. Filename "6.5.30-fs.txt"
from irix@rbpi:i/IRIX/6.5.30/disc1/dist
from irix@rbpi:i/IRIX/6.5.30/disc2/dist
from irix@rbpi:i/IRIX/6.5.30/disc2/dist/unbundled
from irix@rbpi:i/IRIX/6.5.30/disc3/dist
from irix@rbpi:i/IRIX/irix65x/f1/dist
from irix@rbpi:i/IRIX/irix65x/f2/dist
from irix@rbpi:i/IRIX/irix65x/devf/dist
from irix@rbpi:i/IRIX/irix65x/devl/dist
from irix@rbpi:i/IRIX/irix65x/nfs/dist
from irix@rbpi:i/IRIX/6.5.30/apps/dist
from irix@rbpi:i/IRIX/6.5.30/capps/dist

0b. Filename "6.5.30-inst_fs.txt"
return
keep *
install standard
keep java2_plugin.sw32.mozilla_freeware
keep inventor_dev.sw.base
keep inventor_dev.sw.lib
install eoe.sw.fonttools
install eoe.sw.uucp
install eoe.sw.xlv
install eoe.sw.spell
install ftn_eoe
install inventor_eoe.sw64
install ifl_eoe.sw64
install dmedia_eoe.sw64
install prereqs
keep incompleteoverlays
rem java_dev*

Then, you can start with the installation from scratch:

1. Start the partitioner from the command monitor run from maintenance menu with:
bootp():IRIX/6.5.30/disc1/stand/fx.ARCS -x
And partition your drive.

2. Start the installer from network:
- Enter System Maintenance menu, press 2 or click on "Install system software"
- Press 1 or click on "From remote directory"
- Enter "rbpi" as server
- Enter "IRIX/6.5.30/disc1/dist"

Eventually enter hostname and network address

Select option "13. admin" --> "11. mkfs". Create the filesystems and you're done!

Select option "15. load filename" --> irix@rbpi:i/6.5.30-fs.txt

Then select "2" for feature stream

Select option "11. done"

Select option "16. source filename" --> irix@rbpi:i/6.5.30-inst_fs.txt

Type "go"

Type "quit" and then "Requickstarting ELF files" starts.

Restart system!


The NFS somehow had to be installed manually via the Software Manager from network:
"irix@192.168.9.100:i/IRIX/irix65x/nfs/dist" for the main files and "irix@192.168.9.100:i/IRIX/6.5.30/disc1/dist" to fulfill the dependencies.

Jan
 O2plus 1600SW-on   O2 1600SW-on
O2+: R12k@400 Mhz - 1024 MB RAM - AV1 board - 1600SW adapter
O2 :  R10k@195 MHz - 320 MB RAM - AV1 board - 1600SW adapter
Jan
O2

Trade Count: (0)
Posts: 22
Threads: 3
Joined: May 2022
Location: Germany
Find Reply
07-17-2022, 06:39 PM
#13
RE: Reanimator 1.0 released
Well done, Jan ! Expanding Reanimator's features Smile

Thank you, I updated "IRIX install guide" some days ago after reading your post about NFS install.

Indy Indy R4400 150 MHz, 256 MB RAM, 24-bit graphics, 6.5.22
  Octane2 Octane2 R12000 400 MHz, 1024 MB RAM, ODYSSEY V6, 6.5.30

IBM 44p model 170 (7044-170), POWER3-II 64 bits 400 MHz, 1 GB RAM
AlphaServer DS10 466 MHz, 128 MB RAM
HP C3600 PA-RISC 8600 552MHz, 2 GB RAM
HP ProDesk 400 G2 MINI Intel Core i5 6th Gen 2,50GHz 16GB, Debian GNU/Linux (NAS)
HP t610 Debian GNU/Linux, 2 GB RAM (NAS)
Linux-RISC
RISC and Unix lover

Trade Count: (0)
Posts: 51
Threads: 4
Joined: Apr 2022
Location: Spain
Website Find Reply
07-17-2022, 06:43 PM
#14
RE: Reanimator 1.0 released
A couple of the feature streams aren't all they're cracked up to be in my humble opinion. I run .22 on a lot of my stuff rather than .30 for a number of reasons but one of them is portability.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
07-17-2022, 06:50 PM
#15
RE: Reanimator 1.0 released
Hi again Linux-RISC

Thought of something while I was adding some stuff to my pi installation.
I ran out of disk space on /dev/sda... but I knew I installed Reanimator on a 64gb card.
What would be great is to add a link for how to resize the partition after you have installed the sd card. It's quite easy but there might be users that doesn't know this is possible.

Raion... Is it ok for me to post a link to the tutorial I used even though it's not mine and I havn't checked with the author?


Cheers.

Octane O2 O2  Indigo2 R10000/IMPACT  Indigo2 Indigo2 Indy
Nichosen
O2

Trade Count: (0)
Posts: 20
Threads: 0
Joined: Dec 2019
Location: Sweden
Find Reply
08-24-2022, 02:22 PM
#16
RE: Reanimator 1.0 released
Thanks for your comment  Smile

I guess you used sudo raspi-config and selected the option "expand rootfs" to expand the root filesystem.

There are a lot of tutorials on the web, if you find a really good website I'll add it to the documentation.

Indy Indy R4400 150 MHz, 256 MB RAM, 24-bit graphics, 6.5.22
  Octane2 Octane2 R12000 400 MHz, 1024 MB RAM, ODYSSEY V6, 6.5.30

IBM 44p model 170 (7044-170), POWER3-II 64 bits 400 MHz, 1 GB RAM
AlphaServer DS10 466 MHz, 128 MB RAM
HP C3600 PA-RISC 8600 552MHz, 2 GB RAM
HP ProDesk 400 G2 MINI Intel Core i5 6th Gen 2,50GHz 16GB, Debian GNU/Linux (NAS)
HP t610 Debian GNU/Linux, 2 GB RAM (NAS)
Linux-RISC
RISC and Unix lover

Trade Count: (0)
Posts: 51
Threads: 4
Joined: Apr 2022
Location: Spain
Website Find Reply
08-24-2022, 02:52 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)