New Tardist for RSE available via FTP
#1
New Tardist for RSE available via FTP
I spent some time creating a tardist for the RSE bootstrapper so that IRIX users could use inst to quickly and easily install RSE and get started with all the new software that is available for IRIX via RPM.

The FTP server is another feature to allow a SGI with only Internet access the ability to grab the tardist, install it and start to use RPM to further deploy some amazing software on their 6.5.30 (.22) systems. Enjoy!



The FTP server is at ftp.irix.fun

You can use ftp or anonymous to login. Things are set for binary mode automatically.

Indigo Personaliris  O2 Octane Origin2000 Deskside Challenge L  Fuel
(This post was last modified: 07-08-2020, 06:08 PM by massiverobot.)
massiverobot
Octane

Trade Count: (0)
Posts: 56
Threads: 13
Joined: Oct 2018
Location: Philly
Find Reply
07-08-2020, 05:55 PM
#2
RE: New Tardist for RSE available via FTP
Sounds good. Should make bootstrapping your stuff a lot easier.

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-08-2020, 06:41 PM
#3
RE: New Tardist for RSE available via FTP
This FTP service does not work. In Chromium, it just asks for login details over and over again. With MATE Desktop's "Connect to Server..." tool (under the "Places" main menu), all I ever get is "Access denied." With IRIX's "Icon View of an FTP Site", I can log in, but there are no icons, just the text "Type: EmptyFile_FILE"

Insane Kitteh!

Caracal: Apple iMac (iMac14,3) :: 3.1GHz Quad-Core i7, 16GB memory, 1TB Apple SATA + 120MB Apple NVMe
Margay: SGI Indy Indy :: 100MHz R4400SC, 96MB memory, 16GB SD card
Jaguar: System76 Gazelle (gaze14) :: 2.5GHz 12-core i7-9750H, 64GB memory, 1TB Samsung Evo 970 Plus + 1TB Sandisk SATA SSD
Pallas: SGI O2 O2 :: 180MHz R5000SC, 128MB Memory, 17GB Hard drive
Lady Serena Kitty
Developurr

Trade Count: (0)
Posts: 77
Threads: 6
Joined: May 2019
Location: Live Oak, TX
Find Reply
07-08-2020, 10:07 PM
#4
RE: New Tardist for RSE available via FTP
(07-08-2020, 10:07 PM)Lady Serena Kitty Wrote:  This FTP service does not work.  In Chromium, it just asks for login details over and over again.  With MATE Desktop's "Connect to Server..." tool (under the "Places" main menu), all I ever get is "Access denied."  With IRIX's "Icon View of an FTP Site", I can log in, but there are no icons, just the text "Type: EmptyFile_FILE"

I ran into similar issues trying to log in via the IRIX FTP client. What worked for me was using WinSCP's anonymous logon setting and grabbing the tardist that way. I then transferred it back over to my Onyx4. It installed without any issues and I'm looking forward to playing with the RSE release!

Edit: I was having an issue with the release and was going to redownload it. I'm now having the same problem even with WinSCP. It's refusing to accept an anonymous login.

Personaliris Indigo Indigo2 Indy Onyx2 Origin 200 Origin Vault O2 Octane2 (VW 320) (VW 540) (VW 550) Fuel Tezro Tezro Rack Origin 350 Onyx4 Altix 350 (Prism Rackmount)
(This post was last modified: 07-09-2020, 12:04 AM by kaigan.)
kaigan
Site Admin and SGI Tinkerer

Trade Count: (2)
Posts: 262
Threads: 31
Joined: May 2019
Location: Omaha, NE
Find Reply
07-08-2020, 11:36 PM
#5
RE: New Tardist for RSE available via FTP
I recommend pureftpd or vsftpd, dunno what's being used here but I bet it's a firewall issue

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-09-2020, 01:26 AM
#6
RE: New Tardist for RSE available via FTP
Doesn't work using netkit-ftp-0.17 for Linux:

ftp> open
(to) ftp.irix.fun
Trying 208.113.214.200...
Connected to ftp.irix.fun (208.113.214.200).
220 DreamHost FTP Server
Name (ftp.irix.fun): ftp
331 Password required for ftp
Password: (typed in my email address)
530 Login incorrect.
Login failed.
ftp> open
(to) ftp.irix.fun
Trying 208.113.214.200...
Connected to ftp.irix.fun (208.113.214.200).
220 DreamHost FTP Server
Name (ftp.irix.fun): anonymous
331 Password required for anonymous
Password: (typed in my email address)
530 Login incorrect.
Login failed.

Project: Temporarily lost at sea
Plan: World domination! Or something...
vishnu
Tezro, Octane2, 2 x Onyx4

Trade Count: (0)
Posts: 1,245
Threads: 41
Joined: Dec 2017
Location: Minneapolis, Minnesota USA
Find Reply
07-09-2020, 02:44 AM
#7
RE: New Tardist for RSE available via FTP
It's fixed now- don't know what was wrong, it's a small system running anon vsftp. reboot fixed it. Type 'ftp' at the first prompt.


$ ftp ftp.irix.fun
Trying 165.227.108.211
Connected to ftp.irix.fun.
220 Welcome to irix.fun FTP service.
Name (ftp.irix.fun:dillera): ftp
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>

Indigo Personaliris  O2 Octane Origin2000 Deskside Challenge L  Fuel
massiverobot
Octane

Trade Count: (0)
Posts: 56
Threads: 13
Joined: Oct 2018
Location: Philly
Find Reply
07-09-2020, 03:16 AM
#8
RE: New Tardist for RSE available via FTP
(07-09-2020, 03:16 AM)massiverobot Wrote:  It's fixed now- don't know what was wrong, it's a small system running anon vsftp. reboot fixed it. Type 'ftp' at the first prompt.

Looks good on my side now. Thank you!

Personaliris Indigo Indigo2 Indy Onyx2 Origin 200 Origin Vault O2 Octane2 (VW 320) (VW 540) (VW 550) Fuel Tezro Tezro Rack Origin 350 Onyx4 Altix 350 (Prism Rackmount)
kaigan
Site Admin and SGI Tinkerer

Trade Count: (2)
Posts: 262
Threads: 31
Joined: May 2019
Location: Omaha, NE
Find Reply
07-09-2020, 11:57 AM
#9
RE: New Tardist for RSE available via FTP
It'll be interesting to see how Nekoware II stacks up vs RSE. Looking at the package selection we're definitely a lot more narrow. I'm going to possibly repackage Firefox since we have been working on GTK2 for MIPSPro, once that stuff is done, and possibly looking at 3.5 or 3.6 (firefox will probably need GCC; I don't have any qualms about it for stuff like this.)

3.6 is realistically the last version with even close to acceptable performance on IRIX. It may be a good quality of life upgrade and convince the stragglers to directly upgrade to Nekoware II, especially if tls 1.2 can be patched in. But half of the packages needed by say GTK2 in RSE and stuff is not going to be included in nekoware II. The kitchensink approach has a time and place, but I don't really care for it in this case.

Hopefully someone over there tries GEMRB and our SDL2 stuff, since there's nothing stopping you guys from using any of our work as long as you credit the original contributors for packages.

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.
(This post was last modified: 07-10-2020, 04:40 AM by Raion.)
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
07-10-2020, 04:40 AM
#10
RE: New Tardist for RSE available via FTP
Remember - this tardist is just the bootsrapper. There are a bunch more packages you install via RPM immediately after installing the 'self-hoster.' These are the MVP for running RPM, curl, git and support tools.

Once you install the tardist you should be pulling down the RPMS and installing the rest of the beta5 release, then you have the gcc env setup for dev work. You can then also install the 'devpacks' which include more tools to make development and porting of packages over.

One critical one is: https://github.com/sgidevnet/sgug-rse/re...ta.src.rpm

Which is the irix compatability libary that has been built and adapts the most common IRIX-isms for modern code.

Indigo Personaliris  O2 Octane Origin2000 Deskside Challenge L  Fuel
massiverobot
Octane

Trade Count: (0)
Posts: 56
Threads: 13
Joined: Oct 2018
Location: Philly
Find Reply
07-10-2020, 01:16 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)