Page 1 of 1

Dolphin problem with SSH loction

PostPosted: Jun 19th, '16, 19:56
by mackowiakp
I have rooted Samsung TV so it possible to telnet, ftp, SSH and SCP from any Linux machine to TV set. The problem is that after rooting, it is possible to telnet and ftp to TV without password (!!!). No way to ser password. Because of that, I use SSH to login (based on HHS keys of course), telnet daemon in not started so it is secure connection.
But the problem is with browsing via any secure protocol the filesystem of TV. As I wote, it is possible to set entry in Dolpvin, defined as:

Code: Select all
ftp://tv-wifi


But it is not passwor protected. I want to use scp, but I dont know how to enter SSH key to Dolphin entry. I try to use such syntax:

Code: Select all
fish://root@tv-wifi


But it does not connets me to TV, probably because absence in this syntax of SSH key. Any help what to do to see content of TV filesystem under Dolphin?

Re: Dolphin problem with SSH loction

PostPosted: Jun 19th, '16, 21:32
by doktor5000
mackowiakp wrote:Because of that, I use SSH to login (based on HHS keys of course)
Code: Select all
fish://root@tv-wifi


Is the login currently working with only ssh root@tv-wifi ? Then it should work in fish too.

And did you try out the sftp:// kio slave yet?

Re: Dolphin problem with SSH loction

PostPosted: Jun 20th, '16, 06:43
by mackowiakp
SSH works with such syntax:

Code: Select all
ssh -x -i /home/maciek/.ssh/id_rsa root@tv-wifi


Notice that "-i /home/maciek/.ssh/id_rsa" parameter is necessary. Without such parameter - does not work

SFTP - does not work. (Can not establish SFTP session).

Re: Dolphin problem with SSH loction

PostPosted: Jun 20th, '16, 17:46
by doktor5000
mackowiakp wrote:Notice that "-i /home/maciek/.ssh/id_rsa" parameter is necessary. Without such parameter - does not work

That is your problem. You'd need to add that information to ~/.ssh/config - see e.g. https://forums.gentoo.org/viewtopic-t-1 ... art-0.html and then it should also work with fish.

Re: Dolphin problem with SSH loction

PostPosted: Jun 25th, '16, 11:22
by mackowiakp
As once said Secretary of the Communist Party in Poland: "We stood on the precipice but we made a big step forward" :)

At this moment I created ~/.ssh/config file like this:

Code: Select all
Host tv-wifi
    HostName tv-wifi
    User root
        ForwardX11 no
    IdentityFile ~/.ssh/id_rsa


So I can login simply by using:

Code: Select all
ssh tv-wifi


Next I add entry to Dolphin like this:

Code: Select all
fish://root@tv-wifi/


After clicking on this entry, the content of TV root filesys is listed, but Dolphin rapports an error:

Code: Select all
Can not enter to fish://root@tv-wifi/


Any advice why I can not enter to any subdir on TV. But of course I can enter to any subdir over FTP entry in Dolphin.

Re: Dolphin problem with SSH loction

PostPosted: Jun 25th, '16, 15:16
by doktor5000
Try without the root@, and also try to add it as a network connection. In place panel click on network and add it as an ssh connection.
Might also help if you run kdebugdialog, enable all debug outputs and then run dolphin from a terminal before you do this, or when you establish the fish:// connection.

Re: Dolphin problem with SSH loction

PostPosted: Jun 25th, '16, 16:32
by mackowiakp
Yes, I try without the root@, and also try to add it as a network connection. in first case, nothing was listed at all in second case Dolphin rapport impossibility to connect to server.
So below output (a part of) from kdebugdialog, when I try to enter to TV usinf fish://root@tv-wifi. I really noob in KDE so can not analyse such output.

Code: Select all
dolphin(4475)/kio (KDirListerCache) KDirListerCache::forgetDirs: Not adding a watch on  KUrl("file:///home/maciek")  because it  contains a manually mounted subdir
dolphin(4475)/kio (KDirListerCache) KDirListerCache::forgetDirs: KFileItemModelDirLister(0x2c597f0) item moved into cache: KUrl("file:///home/maciek")
dolphin(4475)/kio (KDirListerCache) KDirListerCache::listDir: Listing directory: KUrl("fish://root@tv-wifi/")
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2e89d10)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::protoQ: creating ProtoQueue instance for "fish"
dolphin(4475)/kio (Scheduler) KIO::ProtoQueue::ProtoQueue: m_maxConnectionsTotal: 20 m_maxConnectionsPerHost: 5
dolphin(4475)/kio (Slave) KIO::Slave::createSlave: createSlave "fish" for KUrl("fish://root@tv-wifi/")
dolphin(4475)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on  "local:/run/user/501/ksocket-maciek/dolphinbc4475.slave-socket"
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::requestNetwork: requestNetwork  "" "fish4486"
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  117   "fish://root@tv-wifi/"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::ListJob(0x2e89d10) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (KDirListerCache) KDirListerCache::slotResult: finished listing KUrl("fish://root@tv-wifi/")
dolphin(4475)/kio (KDirListerCache) KDirListerCache::stopListingUrl: KFileItemModelDirLister(0x2c597f0)  url= KUrl("fish://root@tv-wifi/")
dolphin(4475)/kio (KDirListerCache) KDirListerCache::listDir: Reloading directory: KUrl("fish://root@tv-wifi/")
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x316bb50)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  117   "fish://root@tv-wifi/"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::ListJob(0x316bb50) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (KDirListerCache) KDirListerCache::slotResult: finished listing KUrl("fish://root@tv-wifi/")
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e8000)
dolphin(4475)/kio (KIOJob) KIO::SimpleJob::~SimpleJob: Killing job KIO::SimpleJob(0x31e8000) in destructor! "[
0: /lib64/libkdecore.so.5(kRealBacktrace(int)+0x3d) [0x7f98dcd2000d]
1: /lib64/libkio.so.5(KIO::SimpleJob::~SimpleJob()+0x8f) [0x7f98de76ba5f]
2: /lib64/libkio.so.5(KIO::StatJob::~StatJob()+0x9) [0x7f98de76bba9]
3: /lib64/libQtCore.so.4(QObjectPrivate::deleteChildren()+0x88) [0x7f98dc8c72d8]
4: /lib64/libQtCore.so.4(QObject::~QObject()+0x6c5) [0x7f98dc8c98d5]
5: /lib64/libkio.so.5(KIO::PreviewJob::~PreviewJob()+0x9) [0x7f98de7e9449]
6: /lib64/libQtCore.so.4(QObject::event(QEvent*)+0x1f8) [0x7f98dc8c8d98]
7: /lib64/libQtGui.so.4(QApplicationPrivate::notify_helper(QObject*, QEvent*)+0x8c) [0x7f98dd2bb79c]
8: /lib64/libQtGui.so.4(QApplication::notify(QObject*, QEvent*)+0x2a0) [0x7f98dd2c1e40]
9: /lib64/libkdeui.so.5(KApplication::notify(QObject*, QEvent*)+0x2a) [0x7f98ddfee25a]
10: /lib64/libQtCore.so.4(QCoreApplication::notifyInternal(QObject*, QEvent*)+0x6d) [0x7f98dc8b0cad]
11: /lib64/libQtCore.so.4(QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x201) [0x7f98dc8b3be1]
12: /lib64/libQtCore.so.4(+0x1a8cae) [0x7f98dc8ddcae]
13: /lib64/libglib-2.0.so.0(g_main_context_dispatch+0x22d) [0x7f98d7750c6d]
14: /lib64/libglib-2.0.so.0(+0x48f18) [0x7f98d7750f18]
15: /lib64/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f98d7750fbc]
16: /lib64/libQtCore.so.4(QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+0x7e) [0x7f98dc8dde1e]
17: /lib64/libQtGui.so.4(+0x2654f6) [0x7f98dd3594f6]
18: /lib64/libQtCore.so.4(QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+0x31) [0x7f98dc8af931]
19: /lib64/libQtCore.so.4(QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)+0x185) [0x7f98dc8afc45]
20: /lib64/libQtCore.so.4(QCoreApplication::exec()+0x89) [0x7f98dc8b4e59]
21: /lib64/libkdeinit4_dolphin.so(kdemain+0xc4b) [0x7f98e0c3015b]
22: /lib64/libc.so.6(__libc_start_main+0xf0) [0x7f98e084c050]
23: dolphin() [0x40074e]
]
"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::cancelJob: KIO::SimpleJob(0x31e8000) QObject(0x0)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::SimpleJob(0x31e8000) QObject(0x0)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dcfc80)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/bin"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dcfc80) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x3118b10)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/bin"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x3118b10) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c5d3c0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/core"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c5d3c0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x303a9e0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/core"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x303a9e0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c54b90)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/dev"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c54b90) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2b442e0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/dev"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2b442e0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x3020d30)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/dsm"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x3020d30) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2caa980)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/dsm"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2caa980) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x319dc70)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/dtv"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x319dc70) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2df6cd0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/dtv"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2df6cd0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2ebdb20)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/etc"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2ebdb20) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x317f300)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/etc"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x317f300) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2833f50)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/Java"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2833f50) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e1cf0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/Java"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e1cf0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x27e4790)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/lib"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x27e4790) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c5d480)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/lib"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c5d480) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f08fe0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mnt"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f08fe0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x319dde0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mnt"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x319dde0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dcfc80)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_appdata"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dcfc80) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2833f50)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_appdata"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2833f50) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x318f640)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_appext"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x318f640) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2ef4160)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_appext"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2ef4160) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dcfc80)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_boot"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dcfc80) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x27e4790)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_boot"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x27e4790) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dd5790)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_chmap"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dd5790) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2ebdb20)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_chmap"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2ebdb20) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30c2b60)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_cmmlib"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30c2b60) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dd3200)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_cmmlib"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dd3200) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f12660)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_contents"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f12660) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x319ecf0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_contents"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x319ecf0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c9b760)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_down"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c9b760) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c6c2a0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_down"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c6c2a0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e1c70)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_drmregion_a"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e1c70) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f74330)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_drmregion_a"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f74330) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2ebdb20)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_drmregion_b"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2ebdb20) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f5e620)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_drmregion_b"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f5e620) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f49460)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_emanual"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f49460) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f9a950)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_emanual"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f9a950) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e1c70)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_epg"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e1c70) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c6c2a0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_epg"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c6c2a0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2ebdb20)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_exe"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2ebdb20) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2e0ac50)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_exe"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2e0ac50) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c6c2a0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_factory"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c6c2a0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2c53140)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_factory"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2c53140) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e1c70)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_gemstar"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e1c70) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f49460)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_gemstar"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f49460) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f9a950)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_mhp"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f9a950) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30c0650)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_mhp"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30c0650) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30103d0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_moip"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30103d0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f9a560)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_moip"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f9a560) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30c4040)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_pers"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30c4040) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e2390)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_pers"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e2390) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f68c50)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_ram"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f68c50) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2ef4160)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_ram"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2ef4160) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dd73f0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_rocommon"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dd73f0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e7800)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_rocommon"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e7800) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f48de0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_rwarea"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f48de0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x300f8f0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_rwarea"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x300f8f0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f8df80)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_rwcommon"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f8df80) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x3020d30)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_rwcommon"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x3020d30) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dd73f0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_swu"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dd73f0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f56830)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_swu"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f56830) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f8df80)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_wiselink"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f8df80) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f49460)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_wiselink"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f49460) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2f9a950)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_yahoo"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2f9a950) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x3022470)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/mtd_yahoo"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x3022470) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e7c40)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/proc"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e7c40) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x3013780)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/proc"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x3013780) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30c0650)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/sbin"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30c0650) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dd73f0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/sbin"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dd73f0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e2d40)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/sys"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e2d40) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e7df0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/sys"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e7df0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30103d0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/tmp"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30103d0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x3022400)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/tmp"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x3022400) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x2dd73f0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/usr"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x2dd73f0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x30129b0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/util"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x30129b0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::doJob: KIO::SimpleJob(0x31e2ba0)
dolphin(4475)/kio (KIOJob) KIO::SlaveInterface::dispatch: error  111   "fish://root@tv-wifi/bin"
dolphin(4475)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: KIO::StatJob(0x31e2ba0) KIO::Slave(0x2f9be60)
dolphin(4475)/kio (Slave) KIO::Slave::kill: killing slave pid 4480 ( "trash://" )

Re: Dolphin problem with SSH loction

PostPosted: Jun 25th, '16, 17:43
by doktor5000
Hmmm, not sure, maybe you should ask in KDE forums then ?