问题描述: centos6.x开机卡死在进度条处 远程登录,查看系统日志,看看卡在哪儿 通过远程连接,tail -fn 20 /var/log/messages 发现报错: init: prefdm main process -terminated with status 1 init: prefdm respawning too fast,stopped 然后无法继续启动.prefdm路径:/etc/X11/prefdm,负责启动图形界面. 解决方法: 重启服务器进入single单用户模式,修…
1.把开机启动脚本(mysqld)copy到文件夹/etc/init.d 或 /etc/rc.d/init.d 中 2.将启动程序的命令添加到 /etc/rc.d/rc.local 文件中,比如: #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want…