Re: [yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2021-02-19 Thread Randy MacLeod
On 2021-02-19 12:25 p.m., Richard Purdie wrote: On Fri, 2021-02-19 at 10:18 -0500, Randy MacLeod wrote: On 2021-02-19 1:44 a.m., Chen Qi wrote: Hi Anibal, The ptest-runner repo seems to be messed up. This patch is no longer there, yet the SRCREV in ptest-runner recipe refers to this commit. $

Re: [yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2021-02-19 Thread Richard Purdie
On Fri, 2021-02-19 at 10:18 -0500, Randy MacLeod wrote: > On 2021-02-19 1:44 a.m., Chen Qi wrote: > > Hi Anibal, > > > > The ptest-runner repo seems to be messed up. > > This patch is no longer there, yet the SRCREV in ptest-runner recipe > > refers to this commit. > > > > $ git show 834670317bd

Re: [yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2021-02-19 Thread Anibal Limon
On Fri, 19 Feb 2021 at 09:18, Randy MacLeod wrote: > On 2021-02-19 1:44 a.m., Chen Qi wrote: > > Hi Anibal, > > > > The ptest-runner repo seems to be messed up. > > This patch is no longer there, yet the SRCREV in ptest-runner recipe > > refers to this commit. > > > > $ git show 834670317bd3f6e42

Re: [yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2021-02-19 Thread Randy MacLeod
On 2021-02-19 1:44 a.m., Chen Qi wrote: Hi Anibal, The ptest-runner repo seems to be messed up. This patch is no longer there, yet the SRCREV in ptest-runner recipe refers to this commit. $ git show 834670317bd3f6e427e1ac461c07ada6b8936dfd fatal: bad object 834670317bd3f6e427e1ac461c07ada6b89

Re: [yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2021-02-18 Thread Chen Qi
Hi Anibal, The ptest-runner repo seems to be messed up. This patch is no longer there, yet the SRCREV in ptest-runner recipe refers to this commit. $ git show 834670317bd3f6e427e1ac461c07ada6b8936dfd fatal: bad object 834670317bd3f6e427e1ac461c07ada6b8936dfd Regards, Chen Qi On 07/14/2020 03

Re: [yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2020-07-13 Thread Anibal Limon
Applied, Thanks!. Anibal On Fri, 10 Jul 2020 at 00:44, Tero Kinnunen wrote: > Fixes error > > ERROR: Unable to detach from controlling tty, Inappropriate ioctl for > device > > when running multiple ptests > > ptest-runner a b > > or when invoked over ssh single command, like > > $

[yocto] [ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty

2020-07-09 Thread Tero Kinnunen
Fixes error ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device when running multiple ptests ptest-runner a b or when invoked over ssh single command, like $ ssh localhost ptest-runner For ssh case, fd 0 is not a tty. (isatty(0) is false). When running mul