gpt4 book ai didi

shell - sh :cannot set terminal process group (-1) inappropriate ioctl for device error mean? 是什么意思

转载 作者:行者123 更新时间:2023-12-04 04:34:32 28 4
gpt4 key购买 nike

我正在尝试运行一个小的 init 脚本而不是 sysvinit,这让我陷入了一个 shell。我的 init 脚本代码是:

#!/bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/sbin

mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -t devtmpfs none /dev

exec sh

但是当它让我进入 shell 时会出现这个错误:
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell

命令 tty返回 /dev/console .我以 root 身份加入,我尝试的一组命令工作正常。

最佳答案

该错误消息可能意味着 shell 可能正在调用 tcsetpgrp()回来 errno=ENOTTY .如果 shell 进程没有控制终端,就会发生这种情况。内核在运行 init 之前没有设置它在 /dev/console .

您已经找到了解决方案:使用真正的终端设备,如 /dev/tty0 .

关于shell - sh :cannot set terminal process group (-1) inappropriate ioctl for device error mean? 是什么意思,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32090974/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com