This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dillera@octane ~ $ groups | |
user sys wheel | |
dillera@octane ~ $ /usr/sgug/bin/sgugshell | |
[sgugshell dillera@octane ~]$ sudo tdnf install git | |
Refreshing metadata for: 'Sgugrse Local 0.0.7beta - mips' | |
sgugrselocal 987604 100% | |
Installing: | |
libXdmcp mips 1.1.3-2.sgug sgugrselocal 71.00k 72708 | |
libXau mips 1.0.9-2.sgug sgugrselocal 55.91k 57255 | |
libXrender mips 0.9.10-10.sgug sgugrselocal 48.60k 49764 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You need to pre-process the idb file and create a file which has all the symlinks from the filesytem. | |
In this scenario we have a hierarchy of files on our sgi. You could just tarball them up and move them to a new system and extract. But in this case we want to use inst to install, and therefore gendist to create a tardist. | |
So there are two directories involved with a tardist, gendist called them source base and target base. | |
For this case, the source base (sbase) is /usr/sgug_raw_selfhoster and the target base is /usr/sgug. | |
This means the files to use to create the tardist exist in /usr/sgug_raw_selfhoster and when inst installs them I want them to go into /usr/sgug. Be aware of those paths in the example below and change as necessary. | |
1. Run Software Packager - point at the top of your SBASE. Add all the files into one sw.base for ease of use. Set the target up to be usr/sgug (no leading /). Save the IDB and SPEC files somewhere you can edit them. The rest will be done by hand. Quit Software Packager. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Read in prepared list of symlinks from fs and | |
# a IDM file; write out new IDM file with symlinks | |
# pointing to their source as stdout | |
# v0.1 | |
LINK = "l" | |
########################################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sgug_bashrc helper commands | |
# andrew_diller 2020 | |
# use with sugshell hook | |
###################################### | |
# cd helpers | |
sgbuild() { | |
cd ~/rpmbuild/BUILD | |
} | |
sgbroot() { | |
cd ~/rpmbuild/BUILDROOT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo " ______ ________ " | |
echo " / __/ / / / __/ / " | |
echo " / _// /_/ / _// /__ " | |
echo "/_/ \____/___/____/ " | |
echo setup `hostname` basic env | |
echo ---------------------------- | |
echo ' ' | |
export TERM=xterm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IP27 PROM SGI Version 6.156 built 11:27:56 AM Nov 18, 2003 | |
Testing/Initializing memory ............... DONE | |
Copying PROM code to memory ............... DONE | |
Discovering local IO ...................... DONE | |
Discovering NUMAlink connectivity ......... DONE | |
Found 5 objects (3 hubs, 2 routers) in 55783 usec | |
Waiting for peers to complete discovery.... DONE | |
Recognized 390 MHz midplane | |
Global master is /hw/module/1/slot/n1 | |
Testing/Initializing all memory ........... DONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sgcp() { | |
cp -r ~/rpmbuild/sgug-rse/packages/"$1"/* ~/rpmbuild/ | |
} | |
sgwipcp() { | |
cp -r ~/rpmbuild/sgug-rse-wip/packages/"$1"/* ~/rpmbuild/ | |
} | |
sgsbuild() { | |
cd ~/rpmbuild/SPECS | |
TARGET="$(ls -1 ~/rpmbuild/SRPMS/ | grep ${1})" | |
rpm -ivh ~/rpmbuild/SRPMS/${TARGET} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ ___ ___ __ __ __ __ __ _____ ___ ___ | |
| | _ \ \ \_/ / | V |/ \ /' _/_ _| __| _ \ | |
| | v / |> , < | \_/ | /\ |`._`. | | | _|| v / | |
|_|_|_\_/_/ \_\ |_| |_|_||_||___/ |_| |___|_|_\ | |
Sections: | |
1. Dec Tools - install Dev packages | |
2. run irix_ansible | |
3. DIDBS - install didbs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dillera@challenge /usr/didbs/didbs.git (master) $ cat /tmp/logforthinly.txt | |
2020-01-02 13:57:49.864 didbs bootstrapper script version 0.1.9 | |
2020-01-02 13:57:49.866 | |
2020-01-02 13:57:49.866 Adding found config. | |
To start fresh, rm /usr/didbs/didbs.git/bootstrap.conf | |
systune ncargs=131072 | |
2020-01-02 13:57:49.973 Checking for /usr/didbs/current symbolic link..1 | |
2020-01-02 13:57:49.974 Checking underlying dir is compatible version..2020-01-02 13:57:49.975 dirBehindLink is /usr/didbs/0_1_9_n32_mips3_gcc | |
2020-01-02 13:57:49.976 Matched 0 1 9 _n32_mips3_gcc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fuel - post Booterizer Setup | |
Sections: | |
1. install Dev packages | |
2. run irix_ansible | |
3. install didbs | |
https://www.well.ox.ac.uk/~johnb/comp/unix/ksh.html | |