Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Leon Woestenberg
Hello Aashik, I recognize the issue that CTRL-C does not pass from the console, but only with *very* minimal configurations. How does your local.conf look like, or better yet how can we reproduce your case? Regards, Leon On Fri, 25 Sep 2020 at 12:46, Aashik Aswin wrote: > Hi Leon, Zoran > >

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Aashik Aswin
Hi Leon, Zoran I am using Ctrl+C to kill the Ping command. Thanks. On Fri, Sep 25, 2020 at 3:56 PM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Leon, > > > Aashik, how are you sending the signal? Using CTRL-C or > > using the "kill" command? > > This is a good

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Zoran
Hello Leon, > Aashik, how are you sending the signal? Using CTRL-C or > using the "kill" command? This is a good suggestion for the test. To open another terminal and issue: kill -SIGINT . I should add that this MUST work: kill -SIGKILL , since SIGKILL handler is un-preemptable. If it does

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Leon Woestenberg
Hi Aashik, Zoran, On Fri, Sep 25, 2020 at 10:02 AM Zoran wrote: > > > ...that I am not able to send SIGINT to commands such as Ping, tail etc.\ Aashik, how are you sending the signal? Using CTRL-C or using the "kill" command? > > Please, do the following: issue in zeus xterm the command: man

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Zoran
> ...that I am not able to send SIGINT to commands such as Ping, tail etc. Please, do the following: issue in zeus xterm the command: man signal and read it. Then execute the following code (ad-hoc from the top of my head): #include #include #include #include typedef void

[yocto] SIGINT Issues with Zeus Migration

2020-09-24 Thread Aashik Aswin
Hello Developers, I recently migrated all my platform Recipes from Thud (Linux 4.19) to Zeus (5.4). I understand there might be compatibility issues and was able to fix most of them. However one issue I am facing is that in the newly migrated Zeus Image is that I am not able to send SIGINT to