[Buildroot] [Bug 8746] At startup system stops with 'cannot set terminal process group (-1): Inappropriate ioctl for device' error

bugzilla at busybox.net bugzilla at busybox.net
Thu Mar 10 14:55:06 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=8746

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com> ---
Your boot log shows that the kernel starts /bin/bash directly, but your
configuration shows that you're using systemd as the init system. So things
aren't matching really well here.

Are you booting with init=/bin/sh perhaps? If that's the case, then I believe
it's expected for bash (the shell chosen as the default one in your
configuration) to complain this way, because its standard input/output is
/dev/console.

See https://lists.gnu.org/archive/html/bug-bash/2013-10/msg00097.html for
example.

So, I believe this is not a bug in Buildroot, it is just a misconfiguration of
the system on your side.

Peter, what do you think?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list