You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, October 2nd 2005, 7:05am

KDE problem : quanta won't upload a project on EM64T SuSE Linux

I am using quanta to develop my php web site. All was working fine on SuSE 9.2 (32bit machine). I recently upgraded to SuSE 9.3 64 bit Intel machine, with 1GB of RAM ...

I am using quanta to upload my site using sftp. From the console, sftp works just fine. With Quanta, it times out.

My webserver and my quanta are, in this case, both on the same machine. I tried to upload the files from a 32 bit SuSE9.2 machine to my new machine. All works fine.

I tried uploading php files from my new 64bit machine using quanta to a 32 bit machine. I doesn't work ... So, to me, the problem is in quanta/KDE.

I could track down the code to the source module qextfileinfo.cpp of kdewebdev. The program reaches the bool QExtFileInfo::internalExists(const KURL& url) method ... but it never returns. It actually times out on the following statement
KIO::StatJob * job = KIO::stat(url2, true);

I can see in the logs that the ssh modules gets the sftp request ... but visibly the return data does never reach quanta ...

I've really tried all I could, searched the web, but didn't find anything. Your help would really be appreciated ...

Peter

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Sunday, October 2nd 2005, 1:35pm

Could be a problem of the sftp IO slave.

Can you check if fish:// works?

Cheers,
_
Qt/KDE Developer
Debian User

3

Sunday, October 2nd 2005, 2:41pm

fish

Hi,

I tried fish://, and it works just fine ... Any suggestion on how to fix sftp ?

What is fish:// anyway ?

Peter

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Sunday, October 2nd 2005, 8:36pm

RE: fish

Quoted

Originally posted by peterb
Any suggestion on how to fix sftp ?

Unfortunately not.
I guess it depends if it is a bug in that version of kio_sftp or if it is some 64bit problem.

Quoted


What is fish:// anyway ?


It transfers data through plain SSH, so it works even if sftp is not enabled, but it is less efficient and, I think, requires Perl to be installed on the target system.

Cheers,
_
Qt/KDE Developer
Debian User

5

Tuesday, October 4th 2005, 5:16am

tx

Well ... thank you very much for the hint.

At least, it allows me to work. Who knows, If I ever find out what the problem is with sftp, I'll post it ...

Best regards.

Peter