On Tuesday, 5. July 2005 17:18, Michael L. Hostbaek wrote: > Eric Kjeldergaard (kjelderg) writes: > > kio_sftp: ERROR: [process.cpp:77] Master setup failed. > > kio_sftp: > > Find full debug output here: > http://people.freebsd.org/~mich/kio_slave.txt
Can post the debug output again with this patch applied? -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
--- kioslave/sftp/ksshprocess.cpp.orig Tue Jul 5 18:48:00 2005
+++ kioslave/sftp/ksshprocess.cpp Tue Jul 5 19:11:23 2005
@@ -257,6 +257,7 @@
}
if( pclose(p) == -1 ) {
kdError(KSSHPROC) << "KSshProcess::version(): pclose failed." << endl;
+ perror("pclose");
}
buf[len] = '\0';
QString ver;
pgpWdKBKjMTG2.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
