On 12/22/06, oliver ratmann <[EMAIL PROTECTED]> wrote: > Dear list, > > Alexander Hansen <alexanderk.hansen <at> gmail.com> writes: > > > > > On 12/22/06, oliver ratmann <monsieur.olli <at> gmail.com> wrote: > > > Dear list, > > > I am new to fink but I managed to apt-get bundle-kde 3.5.5. > > > > How exactly did you do that? There's no official Fink binary for any > > of the kde-3.5.x packages. > > I have followed > http://www.macgeekery.com/tips/customization/kde_on_mac_using_fink > to do this, I had to set Fink to manage unstable packages, > and had kde built from source. took 6hrs. >
OK. Since you're not using an unofficial binary then it should be easier to figure this out. > > > > I chose XFree86 as XWindowsServer. > > > I can run konqueror started in X11, but when I try > > > to sftp I get "Authentication failed". > > > I have looked up this list and already installed x11-ssh-askpass. > > > Did not help. > > > > > > If I sftp from xterm, everything works fine. > > > > > > Since X11 is still messy configured, I cannot scroll > > > for error messages in the xterm, > > > > You can use "xterm -sb" to get a scrollbar. > > Thank you, that helped. I now find for instance the following: > > kio_sftp: KSshProcess::connect(): Connect state STATE_WAIT_PROMPT > kio_sftp: KSshProcess::getLine(): ssh: debug1: Next \ > authentication method: password > kio_sftp: KSshProcess::connect(): Connect state STATE_WAIT_PROMPT > kio_sftp: KSshProcess::getLine(): ssh: debug1: read_pa\ > ssphrase: can't open /dev/tty: Device not > configured > > another problem is ssh-askpass I guess, since > > kio_sftp: KSshProcess::connect(): Connect state STATE_WAIT_PROMPT > kio_sftp: KSshProcess::getLine(): ssh: ssh_askpass: \ > exec(/usr/libexec/ssh-askpass): No such file or > directory > kio_sftp: KSshProcess::connect(): Connect state STATE_WAIT_PROMPT > kio_sftp: KSshProcess::getLine(): ssh: debug1: Authentications \ > that can continue: publickey,gssapi- > with-mic,password > > I have installed x11-ssh-askpass, and to /sw/lib !! That's right. That's where Fink installs stuff. > Further, usr is under /Developper/SDKs/MacOSX10.4u.sdk > and indeed no ssh-askpass in there > in fact that folder looks almost empty. however there is > another usr directory under MacOsX10.3.9sdk > where a whole bunch of files resides, in particular the > XCode and at least some if not all of the UNIX > files for KDE. > No, those aren't "/usr". It's hidden so that the Finder can't see it. The > a part from my current problem, should the unix libraries > not go under the 10.4 unstable? > No, they are fine where they are. Don't move stuff around! > Please advice, many thanks. > olli > > > Just to be clear: you are using XFree86 as your X11 distribution, > > with XDarwin.app as your display server? > > yes. > > > > > The problem that you're having is that Konqueror is configured to look for /usr/libexec/ssh-askpass, which doesn't exist on your system, rather than for Fink's /sw/lib/ssh-askpass. I didn't find an obvious place within konqueror itself where that would be configured. Maybe try quitting KDE and starting it again and see if it reconfigures itself correctly. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
