twmt 发表于 2006-8-3 10:31:36

can't access tty的提示

我重新编译了skyeye, 使用testsuite2/s3c2410/下的文件测试,启动后提示
/bin/ash: can't access tty; job control turned off,之后就不能输入任何命令了。


查询了google:

I guess you run it like this:ash </dev/console >/dev/console 2>&1

but /dev/console is a bit special: it cannot be a *controlling tty*. If ash parent has no ctty, ash wouldn't have ctty too and therefore will be unable to use keyboard signals.

Try to use /dev/tty1 instead.

这个如何在skyeye中修改呢?是skyeye的问题还是其它?

twmt 发表于 2006-8-3 10:51:34

我使用重新编译的skyeye-1.2版本测试,出现如上情况。
使用skyeye-0.9.8,也是提示/bin/ash: can't access tty; job control turned off,但可以输入命令。
页: [1]
查看完整版本: can't access tty的提示