Open GoogleCodeExporter 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.
Original comment by ConEmu.Maximus5
on 12 Jan 2015 at 1:46
[deleted comment]
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?
Original comment by migmol...@gmail.com
on 12 Jan 2015 at 2:20
Attachments:
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.
Original comment by ConEmu.Maximus5
on 12 Jan 2015 at 2:26
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.
Original comment by migmol...@gmail.com
on 12 Jan 2015 at 2:32
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.
Original comment by migmol...@gmail.com
on 12 Jan 2015 at 3:39
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.
Original comment by ConEmu.Maximus5
on 13 Jan 2015 at 9:22
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'
Original comment by migmol...@gmail.com
on 14 Jan 2015 at 1:43
[deleted comment]
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
Original comment by largeadv...@gmail.com
on 28 Apr 2015 at 9:30
@largeadvbox
You have to remove quotations around "putty.exe .. "
... /single /cmd putty.exe -ssh -i %demo_ppk% root@%server_1%
Original comment by ConEmu.Maximus5
on 28 Apr 2015 at 9:46
[deleted comment]
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.
Original comment by largeadv...@gmail.com
on 28 Apr 2015 at 3:13
Be careful user may use quotes inside his command like
cd "C:/Program Files"
"cd "C:/Program Files""
Thanks for help
Original comment by largeadv...@gmail.com
on 28 Apr 2015 at 3:20
Original issue reported on code.google.com by
migmol...@gmail.com
on 12 Jan 2015 at 1:38Attachments: