Version: Krusader - 2.0.0-6.8 , dolphin - 4.3.3-3.5 (using KDE 4.3.3) Compiler: zypper - 1.2.8-0.1.3 OS: Linux Installed from: openSUSE RPMs When I connect to all ftp server with help krusader or dolphin. I get error: "Could not start process Unable to create an auxiliary process input / output. Message klauncher: Unknown protocol "" " But if I connect to all ftp server with help mc , with ftp server connect
I have the same problem using opensuse 11.2 Kde 4.3.3-3.5.
My 2 harddisk disappears because kio_file, once the folder is empty (ie hard disk as if every mount). Then in kosnoli I write ls and get an error ls: reading directory.: Failed I / O It happens when I watch video from the disc
Update KDE to 4.3.3 release 182, but the problen remains. When will fix this problem?
Looks like a setup bug to me, a broken ftp.protocol file. Very hard for me to investigate since it works here... But just in case it's indeed the protocol file: Type kde4-config --path services --locate ftp.protocol and look at the file it outputs. Does it have protocol=ftp? (should be: yes) Does it have helper=true? (should be: no) Do you have any other file in the same directory that has protocol=ftp? (should be: no)
I connect to the ftp server to which earlier was connected
I got the same problem here. Currently using kdelibs4-4.3.3-182.2.x86_64 on openSUSE 11.2. Have had this problem ever since I upgraded to openSUSE Factory in August and moving to KDE 4 in that step. The error message in konqueror tells me this: URL: ftp://localhost Protocol: ftp Date and Time: Monday 30 November 2009 13:22 Additional Information: Unable to create io-slave: klauncher said: Unknown protocol ''. My protocol file looks like this: nine@sunshine:/usr/share/kde4/services> cat ftp.protocol [Protocol] exec=kio_ftp protocol=ftp input=none output=filesystem copyToFile=true copyFromFile=true listing=Name,Type,Size,Date,Access,Owner,Group,Link, reading=true writing=true makedir=true deleting=true moving=true Icon=folder-remote maxInstances=2 X-DocPath=kioslave/ftp/index.html Class=:internet No other files contain protocol=ftp here. kio_ftp.so seems to be installed just fine: -rwxr-xr-x 1 root root 89720 2009-11-18 22:24 /usr/lib64/kde4/kio_ftp.so
I am update on KDE 4.3.4 , but don't fixed this bug
Same for me. Update to 4.3.4 doesn't fix the bug. Is there anything to do to supply additional info which helps to find the bug? I haven't any idea what I can do. For me this is an ugly bug because I work often with ftp directories.
The strange things here, is if I use a second user ( new created user ) it simply work. under this user kioclient exec ftp://ftp.kde.org <unknown program name>(29100)/ ClientApp::doIt: Creating ClientApp kdeinit4: preparing to launch /usr/lib/libkdeinit4_klauncher.so kdeinit4: preparing to launch /usr/lib/libkdeinit4_kded4.so kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so kbuildsycoca4 running... kdeinit4: preparing to launch /usr/lib/libkdeinit4_kconf_update.so kdeinit4: preparing to launch /usr/lib/kde4/kio_ftp.so kdeinit4: preparing to launch /usr/lib/libkdeinit4_kconf_update.so under my profile kioclient exec ftp://ftp.kde.org <unknown program name>(30919)/ ClientApp::doIt: Creating ClientApp -> message box unknown protocol. This is due to something bad under the .kde .local .config files somewhere. But which one, as it's not possible to recreate a new complete .kde profile Can you tell us, where normally such bad params are located.
David: Bruno is a capable troubleshooter, can you suggest any further ways for him to debug this, assuming that ftp.protocol is not broken as comment #6 suggests?
Thanks Will :-) In fact there's a lot's of kio inside /usr/lib(64)/kde4 Most of them works (I've learn a lots imap,ldap,iso,http,https,sftp,audiocd,etc) all of them works with my profile. but not ftp snif ... As I previously said, if I use the "test" user which have a fresh .kde profile it works. But I've too much configuration inside mine I can't just delete the folder and start a new one ( It would take me 3 or 4 days to rebuild it ... )
I can now confirm, that it is something in the .kde4/share/config/* files that is causing the problem. I moved them aside and ftp is working. I will now selectively copy files back to find out which one it is exactly.
I found the culprit: it's ~/.kde4/share/config/kioslaverc Deleting that file fixed the problem for me. It's contents was: AutoResume=true [$Version] update_info=kioslave.upd:kde2.2/r3,kioslave.upd:kde2.2/r1 [Proxy Settings] ProxyType=1 During testing with deleted config dir, it got recreated as: [$Version] update_info=kioslave.upd:kde2.2/r1,kioslave.upd:kde2.2/r2,kioslave.upd:kde2.2/r3 Reciting from memory, so the order may have been different. The file did not get recreated if it was the only one deleted.
Fantastic ... Good catch. I've deleted it and now it was working like a charm. the file is not yet recreated (I've not close my kde session) Has you can seen I've set a default user for browsing windows domain on customer site. and also have the ProxyType .. [$Version] update_info=kioslave.upd:kde2.2/r1,kioslave.upd:kde2.2/r2,kioslave.upd:kde2.2/r3 [Browser Settings/SMBro] Password=BLABLALLBALBLAL; User=administrateur [Proxy Settings] ProxyType=1 A very big thank you.
For the fun I've put just inside a working profile. [Proxy Settings] ProxyType=1 and tada protocol unknown ... Seems that if this is set inside profile kde >= 4.3 should delete it
ooo it's work :) When I delete config file , ftp is work :) Thanks
Super. Thank you for the hints. I opened the control center and activated proxy settings (Network & Connections). I found the option "set proxy settings manual" which I never set (!). I set it to "direct connection to the internet" and IT WORKS. Thanks to all. PS: I hope my english translations of the names are correct because I use german system language.
Good find. No we shouldn't just delete it, some people do use a manual proxy. Also, I can't reproduce the problem here. The code says ProxyType=1 doesn't do anything unless there's a "FtpProxy=..." key somewhere (in kioslaverc, kio_ftprc, or kdeglobals). Can you grep around for FtpProxy? The question is, how did this key end up there for people who didn't want a manual proxy. I checked the .upd migration scripts, but they date from 2002, so I guess that's not it. The any other idea would be the configuration module writing out the wrong stuff?
and since everyone is on opensuse, I also suspect a suse patch, or a global config file....
Hi David, after working during 2 days, I've refound the [Proxy Settings] ProxyType=1 lines in config file. so it seems to be definitively a openSUSE problem, which has something to do with the proxy settings or whatever ... I've check inside my system-settings, and I've in network settings, proxy settings the "use preset proxy environement variables" checked but none of them are setted. (but it's also the case in user profile which are working) Will an idea where to look ?
kdebase4-workspace-branding-openSUSE ships this /etc/kde4/share/config/kioslaverc : [Proxy Settings] NoProxyFor=NO_PROXY ProxyType=4 ftpProxy=FTP_PROXY httpProxy=HTTP_PROXY httpsProxy=HTTPS_PROXY which I guess is to set sensible defaults; is this now out of date?
Will: these settings make no sense at all. KIO is looking for a URL, as the value for the fields "ftpProxy", "httpProxy", etc. Values like FTP_PROXY make a very strange URL, which explains the "empty protocol" error message that users are seeing. I'll commit a fix/workaround which makes kio ignore proxies with no valid protocol, but really, I suggest that you get rid of this meaningless kioslaverc. There never was code in KIO to handle FTP_PROXY, so I suppose this went together with a patch for kio which gave special meaning to such values.
SVN commit 1063293 by dfaure: Ignore proxy urls that don't have a protocol, like the very weird "FTP_PROXY" value from opensuse Fixed for: 4.4 BUG: 214896 M +1 -1 kprotocolmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1063293
thanks David & Will.
SVN commit 1078134 by dfaure: Backport 1063293: Ignore proxy urls that don't have a protocol, fixes FTP not working on OpenSuse due to an old kioslaverc file. Fixed for: 4.3.5 CCBUG: 214896 M +1 -1 kprotocolmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1078134