我刚刚傀儡虚拟机,并从头开始(基于Centos 6.3最小)。 这个安装过程可以做很多事情,但是一个恼人的副作用是,当VM重新启动时,会自动打开一个名为:
Text Mode Setup Utility 1.19.9 (c) 1999-200 Red Hat, Inc.
用“validationconfiguration”,“防火墙configuration”,“键盘configuration”,“networkingconfiguration”选项说“select工具”。 我不认为它是有用的,因为虚拟机已经configuration好了,我们需要使用这个虚拟机,但是很烦人,它不会重启到正常的login提示符。
任何人都可以告诉我如何停止此文本模式安装实用程序运行? 这是一个缺less的configuration选项或我安装的虚假软件包?
这是chkconfig的输出。 它看起来像firstboot正在运行。 我不知道这是什么,但现在我已经阅读了这个手册页 ,所以我会去触摸/etc/sysconfig/firstboot ,这应该阻止它发生?
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off avahi-daemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off cgconfig 0:off 1:off 2:off 3:off 4:off 5:off 6:off cgred 0:off 1:off 2:off 3:off 4:off 5:off 6:off crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off csf 0:off 1:off 2:on 3:on 4:on 5:on 6:off dnsmasq 0:off 1:off 2:off 3:off 4:off 5:off 6:off firstboot 0:off 1:off 2:off 3:on 4:off 5:on 6:off haldaemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off lfd 0:off 1:off 2:on 3:on 4:on 5:on 6:off lvm2-monitor 0:off 1:on 2:on 3:on 4:on 5:on 6:off mdmonitor 0:off 1:off 2:on 3:on 4:on 5:on 6:off memcached 0:off 1:off 2:on 3:on 4:on 5:on 6:off messagebus 0:off 1:off 2:on 3:on 4:on 5:on 6:off mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off netfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off network 0:off 1:off 2:on 3:on 4:on 5:on 6:off ntpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off ntpdate 0:off 1:off 2:off 3:off 4:off 5:off 6:off postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off puppet 0:off 1:off 2:off 3:off 4:off 5:off 6:off rdisc 0:off 1:off 2:off 3:off 4:off 5:off 6:off restorecond 0:off 1:off 2:off 3:off 4:off 5:off 6:off rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off saslauthd 0:off 1:off 2:off 3:off 4:off 5:off 6:off spice-vdagentd 0:off 1:off 2:off 3:off 4:off 5:on 6:off sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off svnserve 0:off 1:off 2:off 3:off 4:off 5:off 6:off udev-post 0:off 1:on 2:on 3:on 4:on 5:on 6:off wdaemon 0:off 1:off 2:off 3:off 4:off 5:off 6:off wpa_supplicant 0:off 1:off 2:off 3:off 4:off 5:off 6:off zend-server 0:off 1:off 2:on 3:on 4:on 5:on 6:off
唉没有。 我也尝试编辑到/etc/sysconfig/firstboot包含行RUN_FIRSTBOOT = no ,如论坛post中所述 。 但另一次重启,该工具仍然popup。 你能告诉我如何禁用它? 另外,您是否可以将专家的眼光放在运行的服务列表上,并告诉我是否还有其他事情我不应该在生产Web服务器上运行?
你能显示chkconfig的输出吗? 你的kickstart文件怎么样?
另一个考虑是启动时启动的firstboot ? 如果已启用,则可以通过命令将其禁用
sudo chkconfig firstboot off
确保你没有激活sys-unconfigfunction。 这将文件放在/.unconfigured ,可以启动您所指的安装工具 。
该实用程序所属包的名称是setuptool 。