help with ftp access
#1
help with ftp access
I have been trying to access this link
http://ftp.irixnet.org/setup/optxeno-mips4.tar.gz
It times out with no response from site ?
Is your server down?
CapG
O2

Trade Count: (0)
Posts: 15
Threads: 2
Joined: Sep 2023
Location: Durand IL
Find Reply
09-12-2023, 04:58 PM
#2
RE: help with ftp access
Mirror is ftp.irix.host

I don't have a current FTP server set up because of reasons. It'll return at some point but lots of stuff going on in my personal life and nobody is willing to do the work and do it right, so I'm left to handle this in my limited spare time.

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: 09-12-2023, 07:09 PM by Raion.)
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
09-12-2023, 05:50 PM
#3
RE: help with ftp access
tried the mirror link http://ftp.irix.fun/
it is also unavailable?
CapG
O2

Trade Count: (0)
Posts: 15
Threads: 2
Joined: Sep 2023
Location: Durand IL
Find Reply
09-12-2023, 06:26 PM
#4
RE: help with ftp access
Mistyped, sorry. I'm at work so it's easy to brain fart

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
09-12-2023, 07:10 PM
#5
RE: help with ftp access
Thanks for that link http://ftp.irix.fun/ it now works
CapG
O2

Trade Count: (0)
Posts: 15
Threads: 2
Joined: Sep 2023
Location: Durand IL
Find Reply
09-12-2023, 07:42 PM
#6
RE: help with ftp access
downloaded optxeno-mips4.tar from the mirror site with a windows machine and transfered to an O2. did the gunzip on the file then tried tar -xf .
This finished with no messages and no results the optxeno-mips4.tar file was all that was in the directory? I tried juxt opening the file and you get a long list of names in a new window -looked ok. I then went back to the windows machine and ran 7zip extraction and got thousands of "dangerous link messages" ignored?
looks like the file is compromised? or maybe something else? I am not sure any thoughts?
CapG
O2

Trade Count: (0)
Posts: 15
Threads: 2
Joined: Sep 2023
Location: Durand IL
Find Reply
09-12-2023, 11:47 PM
#7
RE: help with ftp access
You have to specify the file name to tar.

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
09-13-2023, 12:33 AM
#8
RE: help with ftp access
Yes my message was not clear on that point- I specified the resultant file from gunzip(optxeno-mips4.tar) like this
tar -xv optxeno-mips4.tar
the O2 then ran for 4 or 5 minutes before returning to a command prompt with no output or messages. I retried after restart - same result. ?
CapG
O2

Trade Count: (0)
Posts: 15
Threads: 2
Joined: Sep 2023
Location: Durand IL
Find Reply
09-13-2023, 01:12 AM
#9
RE: help with ftp access
Make sure you understand the procedure for extracting tar archives.

If it is gz compressed, then first do

Code:
gunzip optxeno-mips4.tar.gz

Then extract the (now uncompressed) archive using tar:
(if you are not already root, you should use "su" to become root in order to write the files to the /opt directory)

Code:
su
[enter your root password]
tar xfPp optxeno-mips4.tar
logout

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
(This post was last modified: 09-13-2023, 04:52 AM by robespierre.)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
09-13-2023, 04:45 AM
#10
RE: help with ftp access
To write any files outside of a user's home directory it is usually necessary to become root. This is just a consequence of the usual permissions policy.
(Exceptions are for /tmp which is normally sticky, world-writable, and other similar things such as the mail and print spools)

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
09-13-2023, 07:24 AM


Forum Jump:


Users browsing this thread: 1 Guest(s)