s5pv210启动debian出错提示bash: cannot set terminal process group (-1): Inappropriate ioctl for device...
1.啟動參數如下:
bootargs=root=/dev/nfs nfsroot=192.168.1.8:/opt/wheezy_fs ip=192.168.1.9:192.168.1.8:192.168.1.1:255.255.255.0::eth0:on init=/bin/bash console=ttySAC0,115200
1.1錯誤信息如下:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
2.修改啟動參數:
bootargs=root=/dev/nfs nfsroot=192.168.1.8:/opt/wheezy_fs ip=192.168.1.9:192.168.1.8:192.168.1.1:255.255.255.0::eth0:on init=/sbin/init console=ttySAC0,115200
3.再次出現新的錯誤:
udevd[178]:unable to ctrl connection :function not implemented
對策:為內核打補丁,補丁地址如下:
https://github.com/genesi/linux-legacy/commit/a84fac75f38de592e530a2f9f982d7aafec6c288
?
轉載于:https://www.cnblogs.com/dakewei/p/5933515.html
總結
以上是生活随笔為你收集整理的s5pv210启动debian出错提示bash: cannot set terminal process group (-1): Inappropriate ioctl for device...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java回顾之继承 二
- 下一篇: 把报表的数据导出Excel