最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

androidbusybox:notfound问题和sh:can'taccesstty;jobcon

来源:懂视网 责编:小采 时间:2020-11-09 07:30:59
文档

androidbusybox:notfound问题和sh:can'taccesstty;jobcon

androidbusybox:notfound问题和sh:can'taccesstty;jobcon:线索一 : 引用老外的一段话: Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The ke
推荐度:
导读androidbusybox:notfound问题和sh:can'taccesstty;jobcon:线索一 : 引用老外的一段话: Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The ke

线索一 : 引用老外的一段话: Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The kernel will not provide a controlling terminal on the /

线索一 : 引用老外的一段话: Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The kernel will not provide a controlling terminal on the /dev/console device. Your should run your shell on a normal tty such as tty1 or ttyS0 and everything will work perfectly. If you REALLY want your shell to run on /dev/console, then you can hack your kernel (if you are into that sortof thing) by changing drivers/char/tty_io.c to change the lines where it sets "noctty = 1;" to instead set it to "0". I recommend you instead run your shell on a real console... 线索二: 还是老外的: Add androidboot.console=ttySn to your kernel commandline, where n is
the number of your console serial port.

The regular console= is
needed by the kernel, and the androidboot.console= probably sets some
property used by the usermode components. It might be possible to use
setprop in init.rc to accomplish the same thing, but I'd have to check
the sources.

现象:触摸屏上是一张左上角为鸭嘴兽的图像,触摸屏上还有显示字母:android,然后就不动了,请教了一位同事,同事说android还没有启动起来,让看下logcat ,结果logcat 也不能看,启动logcat时显示: unable to open log device "/dev/log/main"…… 查看/sys/kernel/logger这个目录, 因为网友说有一个日志开关: echo 1 > /sys/kernel/logger/log_main/enable
发现根本没有这个目录, 然后看启动信息,从其他网友的资料看到正常android启动时kernel启动信息里应该有这几行: logger: created 64K log 'log_main'
logger: created 64K log 'log_events'
logger: created 64K log 'log_radio'
OK,我的启动信息里没有这几行,看来这个内核没有编译进去 log 支持,他**的,难道要我重新编译内核?

文档

androidbusybox:notfound问题和sh:can'taccesstty;jobcon

androidbusybox:notfound问题和sh:can'taccesstty;jobcon:线索一 : 引用老外的一段话: Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The ke
推荐度:
标签: android 问题 not
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top