Bug 60083 - kio_fish on FreeBSD 5.1 fails to connect to any host...
Summary: kio_fish on FreeBSD 5.1 fails to connect to any host...
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: fish (show other bugs)
Version: unspecified
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Jörg Walter
URL:
Keywords:
: 52455 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-19 20:29 UTC by Dmitry S. Makovey
Modified: 2004-03-15 07:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry S. Makovey 2003-06-19 20:29:08 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    FreeBSD Ports
Compiler:          GCC 3.2.2 
OS:          FreeBSD

I recently upgraded from 4.8 to 5.1 (actualy reinstalled system with some 
files from /etc migration) and kio_fish stoped working on me. Don't know 
where to dig.

when I type in konqueror address bar URL: fish://me@somehost.com it says :
"Could not connect to host localhost" which makes no sence to me.

I talked with person who had similar problem so far connaction maps are as follows (should mention that in my case everything fails)

Gentoo Linux -> FreeBSD 5.1 fails.
FreeBSD 5.1 -> FreeBSD 5.1 fails
FreeBSD 5.1 -> RedHat 7.2 fails.
FreeBSD 5.1 -> Gentoo Linux fails.

FreeBSD 5.1 -> Solaris 8...works.
Comment 1 Scott Wheeler 2003-07-07 22:30:36 UTC
Subject: Fwd: kdebase/kioslave/fish

Alex says bugs.kde.org no-worky for him.  Forwarding this along.

- ----------  Forwarded Message  ----------

Subject: kdebase/kioslave/fish
Date: Monday 07 July 2003 10:10
From: Alex Zepeda <zipzippy@sonic.net>
To: kde-cvs@kde.org
Cc: 60083-done@bugs.kde.org

CVS commit by garbanzo: 

CCMAIL: 60083-done@bugs.kde.org


  M +1 -1      fish.cpp   1.28


- --- kdebase/kioslave/fish/fish.cpp  #1.27:1.28
@@ -302,5 +302,5 @@ void fishProtocol::openConnection() {
 static int open_pty_pair(int fd[2])
 {
- -#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT)
+#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT) && !defined
(HAVE_OPENPTY)
 /** with kind regards to The GNU C Library
 Reference Manual for Version 2.2.x of the GNU C Library */




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

Comment 2 Lauri Watts 2003-07-09 22:54:12 UTC
*** Bug 52455 has been marked as a duplicate of this bug. ***
Comment 3 Dmitry S. Makovey 2003-07-09 23:01:48 UTC
yep, that solves the problem, thanks. 
Comment 4 Michael Nottebrock 2003-07-13 19:17:42 UTC
Can we please please please get this in KDE_3_1_BRANCH ASAP? 3.1.3 should have this.
Comment 5 andy 2003-08-03 06:06:49 UTC
backported to KDE_3_1_BRANCH (r1.14.2.9), and should be in 3.1.4+ 
 
Comment 6 Janne Mäkinen 2004-03-15 07:15:18 UTC
Should this fix be in 3.2.1? I can connect to linux and aix machines from my 5.2.1 machine, but freebsd 4.9 and 5.2 don't work. It establishes the connection and asks the normal questions when connecting for the first time, but then nothing happens, it just hangs.