Gogo shell + telnet without a local TTY

2020-02-12 Thread Robert Munteanu
Hi, I am trying to open up access to the gogo shell via telnet without allocating a TTY. The problem with the TTY is that is there is none the shell will get an interrupt, therefore shutting down the OSGi framework. I am running on a container platform, so no much luck in getting that changed. I

Re: Gogo shell + telnet without a local TTY

2020-02-12 Thread Bernd Eckenfels
Can you describe why you think you need a tty? What fails if you don't have one? Do use "karaf console" instead of "karaf start"? Do you have ansi.so load problems? BTW, with "docker -it" you can request a container try, afaik. (But I don't see why you would need one for remote console) Gruss