PDA

View Full Version : permission denied



RUCDOC
04-30-2002, 10:03 AM
I am trying to get the seq source code following the instructions in the howto but I keep getting denied. Anyone know whats wrong? or am I just totally doing it wrong

high_jeeves
04-30-2002, 10:26 AM
well, with all the information you've given us, its should be easy to solve... lets see... we dont know what command, what the exact error message is, what system you are running... no problem.. the answer is B!

--Jeeves

RUCDOC
04-30-2002, 11:17 AM
the command was wget ftp://ftp.trolltech.com/qt/source/qt-xll-3.0.2.tar.qz
the error message is invalid port

high_jeeves
04-30-2002, 11:41 AM
With the miracle we call search (or just looking 8 threads down to the thread labelled INVALID PORT ERROR), we find this:

http://seq.sourceforge.net/showthread.php?s=&threadid=1027

--Jeeves

RUCDOC
04-30-2002, 12:41 PM
ok I used the info there, but it still comes up with an error no such file exists. i have thriple checked the file name and tried a bunch of veryations, as well as looked all over the help form but I can't find the a file name, and every one who ask gets flamed. the cvs does not have the file name, could anyone please tell me.

RavenCT
04-30-2002, 01:00 PM
Why don't you just log onto the FTP server, browse to the directory that the "wget" is talking about and do an ls to see if that file is actually there?

Let me edit this... I just revved up my good old Windoze version of WSFTP and logged onto Trolltech's FTP Server, and yes, that file is there... Are you sure you have the name correct?

It's "qt-x11-free-3.0.2.tar.gz" That's qt-x1(one)1(one)-free-3.0.2.tar.gz

From your previous message it almost looks like you were typing something other than 11... maybe ll?

RUCDOC
04-30-2002, 01:02 PM
i would but there are 15 files in that directory and I don't know which one is the newest

RavenCT
04-30-2002, 01:07 PM
You don't NEED to know which one is the newest, just the one that the install doc is referencing!

Don't get something newer, you'll just be asking for additional problems... Just get the referenced one.


-------- Editorial Ahead... ------------

Oh, and don’t take this the wrong way, no, actually take this the wrong way, I don’t care… are you saying that you can’t or are too lazy to look at 15 files to see which one is the one you want? Give me a break, you have the file name that you need RIGHT IN FRONT OF YOU!

Don’t expect others to help you too much more if you won’t even put in the effort to get the right file… What, do you want someone to come over to your house and install it for you?

I’m done with this… good luck, try to be a little nicer to someone else trying to help you next time…

RUCDOC
04-30-2002, 01:11 PM
did you not read my post it says the one that is referenced in the howto aint there, so I don't know what to get.

RavenCT
04-30-2002, 01:38 PM
I just looked there AGAIN, and the file referenced in the Hackerquest HOWTO for a clean install on RH 7.2 is... (Can anyone guess?)

----- taken directly from the HQ post ------

cd /usr/lib/
wget ftp://ftp.trolltech.com/qt/source/qt-x11-2.3.2.tar.gz
tar zxvf qt-x11-2.3.2.tar.gz

------------------------

And the listing on the Trolltech FTP site...

/qt/source
-rw-r--r-- 1 530 users 8978412 Nov 5 14:06 qt-x11-2.3.2.tar.gz

Thats the one listed in the FAQ and it's on the FTP Site!!

God I hate it when people are too f*ing lazy to just open there eyes!

RUCDOC
04-30-2002, 01:43 PM
have you tried typeing it in. it comes back that file does not exist. wither it saya its in the file or not it tells me it don't exist. jeese how hard is it to tell a guy what the souce code is that works. for being a help forum ya'll are nither helpful nor friendly.

S_B_R
04-30-2002, 02:27 PM
Originally posted by RUCDOC
have you tried typeing it in. it comes back that file does not exist. wither it saya its in the file or not it tells me it don't exist. jeese how hard is it to tell a guy what the souce code is that works. for being a help forum ya'll are nither helpful nor friendly.

Ok, let me take a swing at this one.... ... ...The file IS there, I just downloaded it. Here's a log of the transfer:
[s_b_r@this_box]$ ftp ftp.trolltech.com
Connected to ftp.trolltech.com (213.203.58.54).
220-You are user number 35 of 200 allowed.
220-Setting memory limit to 1024+1024kbytes
220-Welcome to the Trolltech FTP server. Here you will find Qt-related
220-files and miscellaneous other stuff we've written.
220-
220-If you want to mirror anything here, please write to
[email protected] and notify us of the fact.
220-
220-Please send comments about the server to [email protected].
220-
220-
220-Local time is now 22:16 and the load is 0.25.
220-Only anonymous FTP is allowed at ftp.trolltech.com.
220 You will be disconnected after 1800 seconds of inactivity.
Name (ftp.trolltech.com:s_b_r): anonymous
331 Any password will work.
Password:
230 OK. Current directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd qt
250-This directory contains Qt-related files, see http://www.trolltech.com/qt.html
250-for information about Qt.
250-
250 Changed to /qt
ftp> cd source
250-This directory contains source code for the X version of Qt, which
250-contains makefiles for approximately a dozen unixes.
250-
250-
250 Changed to /qt/source
ftp> bin
h200 TYPE is now 8-bit binary
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> get qt-x11-2.3.2.tar.gz
local: qt-x11-2.3.2.tar.gz remote: qt-x11-2.3.2.tar.gz
227 Passive mode OK (213,203,58,54,41,163)
150-Accepted data connection from xxx.xxx.xxx.xxx:1173
150 8768.0 kbytes to download
############################......(Hash marks continue)......
226-File written successfully
226 168.932 seconds (measured by the server), 51.61 Kb/s
8978412 bytes received in 170 secs (52 Kbytes/sec)
ftp>So you see it IS there and you ARE doing something wrong, and everyone here has been telling you exactly what you need to do... :rolleyes:

high_jeeves
04-30-2002, 04:02 PM
Its certainly there.. clicking on the link generated by RavenCT's post does infact download it...

Note: This is the easiest part of the install (literally).. if downloading this file has given you this much trouble, i would highly recommend you spend some additional time learning linux before you attempt the rest..

--Jeeves