Issues with Software Manager
#1
Issues with Software Manager
I've been having issues trying to install tardists that require more than one or two dependencies on the software manager on my Octane. I managed to install vnc and openssh, but anything bigger such as dillo and thunderbird, I cant get all the dependencies to load and install. I have tried to untar the tardists through the terminal and inst them, but that fails as well. The software manager is 4.14 on maintenance stream and IRIX is 6.5.28. I have no idea how to change the software manager if its on the wrong one.

Octane2 600Mhz R14k, 2GB, V10, 6.5.30
Origin350 2x700Mhz R16k, 4GB, V10, 6.5.30
O2 400Mhz R12K, 1024MB, 6.5.30, FPA
Indigo 2: 250Mhz R4400, 128MB, Impact 6.5.22
Indigo 2: 200Mhz R4400, 128MB, Extreme 5.3
Indy 150Mhz R5000, 48MB, 6.2, Presenter 1280
Indy 175Mhz R4400, 96MB, 5.3
Visual Workstation 320, Dual 500 PIII, 768MB ,Windows NT
Rack O2s:
SGI O2|mips4; R5000:256MB: netbsd
SGI O2|mips4; R5000:256MB: netbsd
Apple PowerMac G5 2.5 Ghz Dual Core, 12GB, OSX 10.5.8, X1900 GT with 256MB of video ram
Main Machine: Ryzen 9 5900x, 32 GB, Windows 10, NVIDIA GeForce 3080.
Office Machine: Ryzen 7 2700x, 32GB, Windows 10, NVIDIA GeForce 1080TI
Octane2O2O2O21600SW-onPresenterIndyIndyIndigo2 R10000/IMPACT Indigo2 Tezro Rack
Looking for:TezroIndigo
GeekLucanis
Crimson

Trade Count: (0)
Posts: 150
Threads: 16
Joined: Aug 2018
Location: 95628
Website Find Reply
12-21-2018, 08:42 PM
#2
RE: Issues with Software Manager
so what exactly happens? does swmgr die and leaves a core file? does it just hang forever?
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
12-21-2018, 11:32 PM
#3
RE: Issues with Software Manager
(12-21-2018, 08:42 PM)GeekLucanis Wrote:  ......anything bigger such as dillo and thunderbird, I cant get all the dependencies to load and install. I have tried to untar the tardists through the terminal and inst them, but that fails as well......I have no idea how to change the software manager if its on the wrong one
FWIW I don't think the Software Manager revision is your problem. When I've run into issues with open source software that has multiple dependencies often the problem turned out to sub-dependency incompatibilities between the major packages.

Inst and Software Manager are both pretty good about spelling out what conflicts the install process ran into. It's a lot to ask, but If you'd like to post the names/revisions of those packages and the conflict or error messages perhaps someone might be able provide some advice with a better focus on your specific issue(s).
indy99
nekochan displaced person

Trade Count: (0)
Posts: 60
Threads: 2
Joined: May 2018
Find Reply
12-21-2018, 11:47 PM
#4
RE: Issues with Software Manager
It would usually just hang forever. Ill see if I cant get a short video up detailing whats happening

Octane2 600Mhz R14k, 2GB, V10, 6.5.30
Origin350 2x700Mhz R16k, 4GB, V10, 6.5.30
O2 400Mhz R12K, 1024MB, 6.5.30, FPA
Indigo 2: 250Mhz R4400, 128MB, Impact 6.5.22
Indigo 2: 200Mhz R4400, 128MB, Extreme 5.3
Indy 150Mhz R5000, 48MB, 6.2, Presenter 1280
Indy 175Mhz R4400, 96MB, 5.3
Visual Workstation 320, Dual 500 PIII, 768MB ,Windows NT
Rack O2s:
SGI O2|mips4; R5000:256MB: netbsd
SGI O2|mips4; R5000:256MB: netbsd
Apple PowerMac G5 2.5 Ghz Dual Core, 12GB, OSX 10.5.8, X1900 GT with 256MB of video ram
Main Machine: Ryzen 9 5900x, 32 GB, Windows 10, NVIDIA GeForce 3080.
Office Machine: Ryzen 7 2700x, 32GB, Windows 10, NVIDIA GeForce 1080TI
Octane2O2O2O21600SW-onPresenterIndyIndyIndigo2 R10000/IMPACT Indigo2 Tezro Rack
Looking for:TezroIndigo
GeekLucanis
Crimson

Trade Count: (0)
Posts: 150
Threads: 16
Joined: Aug 2018
Location: 95628
Website Find Reply
12-22-2018, 06:32 PM
#5
RE: Issues with Software Manager
I had some problems with swmgr a few times on a bunch of different systems - unfortunately I think I only posted the solutions on nekochan and didn't keep any records for my self (not gonna make that mistake again), but from what I recall once I had to rqs the library files that swmgr uses. here is the procedure I used for rqs'ing the nekoware libs that firefox uses - modify this and run it on swmgr, or just you can run the command manually on the libs one at a time:


Code:
ldd firefox-bin | grep neko | cut -d'>' -f2- > /tmp/fflibs.txt
for f in `cat /tmp/fflibs.txt`; do
rqs -m -f -l 0xa000000 $f
done

the other time I had to mess with some files in /var/inst - I would caution you tho to perhaps clone your drive or backup that dir before you start messing with stuff in there.  If you do the rqs procedure report back if that helped or not, if not I'll start doing some digging and try to figure out what file from /var/inst was messing up swmgr
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
12-23-2018, 02:32 AM
#6
RE: Issues with Software Manager
How many dependencies are you trying to install at once?  I seem to recall there's a limit of 26 tardists at a time.  (It had something to do with unpacking to temporary directories with a single letter as their name, or something like that.) You'll have to break them into smaller batches at a time, whether you use inst or swmgr.

I found out about that limit from Nekochan a long time ago.  The info is probably in one of the archives that's been put on-line if you need more info.

SGI:  Indigo, Indigo2, Octane, Origin 300
Sun:  SPARCstation 20 (x4), Ultra 2, Blade 2500, T5240
HP:  9000/380, 425e, C8000
Digital: DECstation 5000/125, PWS 600au
jpstewart
Developer

Trade Count: (1)
Posts: 444
Threads: 6
Joined: May 2018
Location: SW Ontario, CA
Find Reply
12-24-2018, 01:17 AM
#7
RE: Issues with Software Manager
(12-24-2018, 01:17 AM)jpstewart Wrote:  How many dependencies are you trying to install at once?  I seem to recall there's a limit of 26 tardists at a time.  (It had something to do with unpacking to temporary directories with a single letter as their name, or something like that.)  You'll have to break them into smaller batches at a time, whether you use inst or swmgr.

I found out about that limit from Nekochan a long time ago.  The info is probably in one of the archives that's been put on-line if you need more info.

I seem to recall this was an issue for some people and not for others.  I never had a problem installing the entire nekochan software collection in one shot - other people had to break it up into 3 chunks
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
12-24-2018, 02:54 AM
#8
RE: Issues with Software Manager
(12-24-2018, 02:54 AM)gijoe77 Wrote:  I seem to recall this was an issue for some people and not for others.  I never had a problem installing the entire nekochan software collection in one shot - other people had to break it up into 3 chunks

Interesting.  Thanks for the info.

Did you perhaps unpack the *.tardist files into their *.idb, *.sw, etc. components?  I believe that was how the IRIX distribution media worked around the problem.  (I remembered that after posting my previous message.)  The problem had to do with unpacking tardist files, so if they were already unpacked then there was no problem.

In any case, thanks for posting that even though it suggests that I might be barking up the wrong tree here....

SGI:  Indigo, Indigo2, Octane, Origin 300
Sun:  SPARCstation 20 (x4), Ultra 2, Blade 2500, T5240
HP:  9000/380, 425e, C8000
Digital: DECstation 5000/125, PWS 600au
jpstewart
Developer

Trade Count: (1)
Posts: 444
Threads: 6
Joined: May 2018
Location: SW Ontario, CA
Find Reply
12-24-2018, 07:56 PM
#9
RE: Issues with Software Manager
(12-24-2018, 07:56 PM)jpstewart Wrote:  
(12-24-2018, 02:54 AM)gijoe77 Wrote:  I seem to recall this was an issue for some people and not for others.  I never had a problem installing the entire nekochan software collection in one shot - other people had to break it up into 3 chunks

Interesting.  Thanks for the info.

Did you perhaps unpack the *.tardist files into their *.idb, *.sw, etc. components?  I believe that was how the IRIX distribution media worked around the problem.  (I remembered that after posting my previous message.)  The problem had to do with unpacking tardist files, so if they were already unpacked then there was no problem.

In any case, thanks for posting that even though it suggests that I might be barking up the wrong tree here....

yes,  you are correct, it was not individual tardists, I ran a script to untar all the tardists and then delete the tardist file afterwards, so it was just the one big dir with all the  .idb, .sw, etc components. I do believe even in that scenario some people were having a problem with swmgr being able to do everything, but I'm sort of foggy on the exact details. I wasn't able to find the nekochan thread..
(This post was last modified: 12-25-2018, 02:08 AM by gijoe77.)
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
12-25-2018, 02:05 AM


Forum Jump:


Users browsing this thread: 1 Guest(s)