Open Maximus5 opened 9 years ago
Attach LogFiles when you are trying to run these tasks.
PuTTY and KiTTY are ChildGui. If they were not attached or started properly that means
they were failed to do something. Run ProcessMonitor and compare logs when you run
them in ConEmu and from simple Win+R.
Last note. Plink is native console app with PuTTY functionality.
Reported by ConEmu.Maximus5
on 2015-01-12 01:46:24
Ok, here we go.
1. I opened ConEmu at around 3:02:00 (hh:mm:ss). The default {cmd} task got open.
2. I waited until 3:05:00 approximately to open the {KiTTY} task.
3. It did its stuff and closed at about 3:05:13.
4. I waited to close ConEmu until 3:05:22.
Hope it helps you to dive into the logs.
And thanks for your reply, of course :)
I'll give Plink a try as a workaround until I find a better (if possible) solution.
Or did you mean I can attach Plink into ConEmu as well?
Reported by migmolrod
on 2015-01-12 02:20:00
You don't need to ATTACH any console app to ConEmu! Just run them.
In fact running ChildGui is supplementary option because of their own drawing system.
Screenshots may help to understand your problem too.
Reported by ConEmu.Maximus5
on 2015-01-12 02:26:34
Ok, right now I have a working plink task. I'll play with it a little bit more to understand
all its options and see if I can somehow store sessions as files that can be easily
loaded.
And about screenshots, I don't think they would be that useful in this particular case.
I'd find more useful a screencast (video). I can try to do one. Give me a moment.
Reported by migmolrod
on 2015-01-12 02:32:23
Here is the video
https://www.youtube.com/watch?v=2haPtwmJCtI&feature=youtu.be
In theory, the video is private and only your gmail account should be able to see it.
Reported by migmolrod
on 2015-01-12 03:39:21
Your KiTTY instance was crashed unexpectedly.
Do not know why. At least your have Bitdefender and Stardock hookers. They may (or
may not) cause that.
Reported by ConEmu.Maximus5
on 2015-01-13 09:22:23
I've tried completely disabling BitDefender with same error. Not sure about Stardock.
Anyway, I have a well working Plink task so I won't care anymore about this. Maybe
if I format and reinstall Windows, I can give KiTTY another try to see if it was something
with the software I'm using now.
Since it seems clearly a problem in my end, you can close this if you want.
Thanks, 'Max'
Reported by migmolrod
on 2015-01-14 13:43:21
I have found the same issue and found strange solution. I have putty extracted from
zip and added to my PATH variable. Conemu.dll ejecting and keyboard hooks disabled.
When I run putty in that way, putty don't attach to tab:
start /b %DEV_SOFT%/ConEmuPack.150420/ConEmu64.exe /single /cmd "putty.exe -ssh -i
%demo_ppk% root@%server_1%"
But when i set full path to putty.exe it attach successfully. Very strange problem
start /b %DEV_SOFT%/ConEmuPack.150420/ConEmu64.exe /single /cmd "C:/workspace/dev_soft/putty/putty.exe
-ssh -i %demo_ppk% root@%server_1%"
Thanks for your work maximus. Conemu is awesome
Reported by largeadvbox
on 2015-04-28 09:30:35
@largeadvbox
You have to remove quotations around "putty.exe .. "
... /single /cmd putty.exe -ssh -i %demo_ppk% root@%server_1%
Reported by ConEmu.Maximus5
on 2015-04-28 09:46:57
It works, maximus, thanks.
But i think it should work with quotes too. Some trim function needed there. Because
its first idea of cmd user when he see arguments with spaces.
Espetially because putty starts but not attached. It looks like your program bug, Not
like own fuckup for user.
Reported by largeadvbox
on 2015-04-28 15:13:45
Be careful user may use quotes inside his command like
cd "C:/Program Files"
"cd "C:/Program Files""
Thanks for help
Reported by largeadvbox
on 2015-04-28 15:20:06
Originally reported on Google Code with ID 1863
Reported by
migmolrod
on 2015-01-12 01:38:03