- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我有一个设置,我通过 virt-install 执行新 VM 的 kickstart。
一切运行正常,但虚拟机没有按照 kickstart 文件中的指示执行重启,而是关闭了。
VM主机为运行libvirt 1.2.17-13的CentOS 7.2系统
一旦我手动启动新的 VM,一切都如预期的那样。
有谁知道系统拒绝重启的原因以及如何解决这个问题?
谢谢。
这是我的 kickstart 文件的模板:
(请不要开始讨论禁用 selinux 和不使用 firewalld。问题是关于重启 ;-))
# Kickstart Configuration for MINIMAL CENTOS
# We are going to perform a fresh installation
install
eula --agreed
# Set language, keyboard and timezone
lang en_US.UTF-8
keyboard us
timezone Europe/Amsterdam
# Set authentication options
# authconfig --enableshadow --enablemd5
auth --useshadow --enablemd5
# No SELinux
selinux --disabled
# Enable the firewall and open the ssh port
# firewall --enable --ssh
firewall --disable
# Set services
services --enabled=NetworkManager,sshd
# Run the installation in text mode
text
# Skip initialization of X
skipx
# Configure the harddisk
# This is a macro that will be replaced by the actual disk configuration
{DISKCONFIG}
# Define the network interface and the hostname
# {IP} and {FQDN} are macros that will be replaced by correct values
network --activate --device=eth0 --bootproto=static --ip=192.168.1.{IP} --netmask=255.255.255.0 --gateway=192.168.1.1 --nameserver=192.168.1.199 --hostname={FQDN} --noipv6
# Set the root password
# For obvious reasons, I have removed the root hash here
rootpw --iscrypted {ROOTHASH}
# configer epel and puppetlab client repo
# {BASEURL} and {NETINSTURL} are macros that are replaced by the actual values
repo --name=base --baseurl={BASEURL}/os/x86_64
repo --name=extras --baseurl={BASEURL}/extras/x86_64
repo --name=updates --baseurl={BASEURL}/updates/x86_64
# We will install from internet
url --url {NETINSTURL}
# Reboot after the kickstart process is finished
# HERE is the reboot command
reboot
# Install the minimal system with some extras
%packages --nobase
coreutils
yum
yum-cron
rpm
e2fsprogs
lvm2
grub2
sysstat
ntp
openssh-server
openssh-clients
man
mlocate
epel-release
wget
%end
%post --log=/root/ks-post.log
exec < /dev/tty3 > /dev/tty3
chvt 3
echo
echo "################################"
echo "# Running Post Configuration #"
echo "################################"
echo
echo "################################"
echo "# Install puppetlabs and stdlib library"
echo "################################"
rpm -ivh {PUPPETLABS}
yum install -y puppet
puppet module install puppetlabs-stdlib
# retrieve the configuration files
# {CONFIGFILEHOST} is a macro that will be replaced by a correct value
wget -O /etc/puppet/puppet.conf http://{CONFIGFILEHOST}/puppet.conf
# Now run puppet to finish configuration
puppet agent -t
# swap to console 1
chvt 1
%end
这是/var/log/anaconda 中所有日志文件的最后 10 行:
==========
= anaconda.log
==========
05:38:32,645 INFO anaconda: Writing network configuration
05:38:32,646 INFO anaconda: Creating users
05:38:32,646 INFO anaconda: Clearing libuser.conf at /tmp/libuser.bNJxLy
05:38:32,898 INFO anaconda: Creating users
05:38:32,899 INFO anaconda: Configuring addons
05:38:32,906 INFO anaconda: Configuring addons
05:38:32,906 INFO anaconda: Generating initramfs
05:38:56,905 INFO anaconda: Generating initramfs
05:38:56,905 INFO anaconda: Running post-installation scripts
05:38:56,905 INFO anaconda: Running kickstart %%post script(s)
==========
= ifcfg.log
==========
05:31:10,594 DEBUG ifcfg: ONBOOT=yes
05:31:10,594 DEBUG ifcfg: IPV6INIT=no
05:31:10,594 DEBUG ifcfg: TYPE=Ethernet
05:31:10,594 DEBUG ifcfg: IPADDR=192.168.1.122
05:31:10,594 DEBUG ifcfg: PREFIX=24
05:31:10,594 DEBUG ifcfg: GATEWAY=192.168.1.1
05:31:10,594 DEBUG ifcfg: DEFROUTE=yes
05:31:10,594 DEBUG ifcfg: IPV4_FAILURE_FATAL=no
05:31:10,594 DEBUG ifcfg: NAME="System eth0"
05:31:10,598 DEBUG ifcfg: all settings: [{'802-3-ethernet': {'mac-address-blacklist': [], 's390-options': {}}, 'connection': {'interface-name': 'eth0', 'timestamp': 1460179868L, 'uuid': '81805767-a6d5-4aa2-8c01-7e425bf4dbf5', 'secondaries': [], 'type': '802-3-ethernet', 'id': 'System eth0', 'permissions': []}, 'ipv4': {'addresses': [[2046929088L, 24L, 16885952L]], 'dns-search': [], 'gateway': '192.168.1.1', 'route-data': [], 'dns': [3338774720L], 'routes': [], 'address-data': [{'prefix': 24L, 'address': '192.168.1.122'}], 'method': 'manual'}, 'ipv6': {'addresses': [], 'dns-search': [], 'route-data': [], 'dns': [], 'routes': [], 'address-data': [], 'method': 'ignore'}}]
==========
= journal.log
==========
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 70269 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/dm-snapshot.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 14245 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/dm-switch.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 110245 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/dm-thin-pool.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 25797 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/dm-verity.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 5869 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/dm-zero.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 11701 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/linear.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: drwxr-xr-x 2 root root 0 Apr 9 07:38 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/persistent-data
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 108901 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/persistent-data/dm-persistent-data.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 26061 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/raid0.ko
Apr 09 05:38:56 <FQDN> dracut[32525]: -rw-r--r-- 1 root root 63909 Mar 31 18:46 usr/lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/md/raid1.ko
==========
= ks-script-6SQvP5.log
==========
==========
= packaging.log
==========
05:38:29,324 INFO packaging: iwl7260-firmware-22.0.7.0-43.el7.noarch (304/306)
05:38:29,324 INFO packaging: iwl5150-firmware-8.24.2.2-43.el7.noarch (305/306)
05:38:29,324 INFO packaging: iwl100-firmware-39.31.5.1-43.el7.noarch (306/306)
05:38:29,324 INFO packaging: 2620 blocks
05:38:29,324 INFO packaging: ==== end rpm scriptlet logs ====
05:38:32,906 INFO packaging: recreating initrd for 3.10.0-327.13.1.el7.x86_64
==========
= program.log
==========
05:41:33,559 INFO program: HTTP request sent, awaiting response... 200 OK
05:41:33,559 INFO program: Length: 260 [text/plain]
05:41:33,559 INFO program: Saving to: '/etc/puppet/puppet.conf'
05:41:33,560 INFO program:
05:41:33,560 INFO program: 0K 100% 85.8M=0s
05:41:33,560 INFO program:
05:41:33,570 INFO program: 2016-04-09 07:39:51 (85.8 MB/s) - '/etc/puppet/puppet.conf' saved [260/260]
05:41:33,570 INFO program:
05:41:33,570 DEBUG program: Return code: 0
05:41:33,574 INFO program: Running... /bin/sh /tmp/ks-script-6SQvP5
==========
= storage.log
==========
05:31:22,498 DEBUG blivet: DeviceTree.getDevicesByType returned []
05:31:22,498 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: mdcontainer ;
05:31:22,499 DEBUG blivet: DeviceTree.getDevicesByType returned []
05:31:22,499 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: dm-multipath ;
05:31:22,500 DEBUG blivet: DeviceTree.getDevicesByType returned []
05:31:22,500 INFO blivet: not writing out mpath configuration
05:31:22,500 DEBUG blivet: DeviceTree.getDevicesByType: hidden: False ; incomplete: False ; device_type: zfcp ;
05:31:22,501 DEBUG blivet: DeviceTree.getDevicesByType returned []
05:38:29,391 DEBUG blivet: DeviceTree.getDevicesByInstance: hidden: False ; incomplete: False ; device_class: <class 'blivet.devices.network.NetworkStorageDevice'> ;
05:38:29,392 DEBUG blivet: DeviceTree.getDevicesByInstance returned []
还有/root/ks-post.log 的尾部:
Resolving <CONFIGFILEHOST> (<CONFIGFILEHOST>)... 192.168.1.15
Connecting to <CONFIGFILEHOST> (<CONFIGFILEHOST>)|192.168.1.15|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 260 [text/plain]
Saving to: '/etc/puppet/puppet.conf'
0K 100% 85.8M=0s
2016-04-09 07:39:51 (85.8 MB/s) - '/etc/puppet/puppet.conf' saved [260/260]
最佳答案
如果这出现在其他任何人的搜索结果中,安装程序很可能由于来自 puppet 代理的非零退出代码而停止。尝试以下补丁:
puppet agent -t || true
关于centos - 通过 virt-install 启动不会重启,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36450384/
我是 Maven 新手,正在尝试了解它是如何工作的。 我知道生命周期由多个阶段组成。阶段称为他们的魔力。如果调用一个阶段,则前面的所有阶段也会执行。例如,当我调用 mvn install 时就会发生这
我想安装Ros(机器人操作系统)的驱动程序,我有两个选项:二进制安装和从源代码编译安装。我想知道哪种安装更好,每种安装有哪些优点和缺点。 最佳答案 源:又称源代码,通常位于某种 tarball 或 z
以及更具体的问题。我的理解对吗: “nuget install”总是安装到您运行它的目录吗? “choco install”安装到特殊的 choco 目录,然后运行脚本在系统中传播它? “nuget
我创建了 Android 项目,但随后我立即得到出现错误的信息。 Warning:(22, 12) Dependency on a support library, but the SDK insta
我的安装程序有 32 位和 64 位版本,它们具有(几乎)完全相同的代码和自定义操作序列(只有与此问题无关的细微差别) 我希望我的安装程序能够检测它之前是否已安装,并在这种情况下运行我自己的代码,而不
我在TFS版本中使用npm install cmd。我总是得到以下警告: npm WARN optional dep failed, continuing fsevents@0.3.1 如何删除此警告
是否可以将install(TARGETS ...)与在add_subdirectory添加的目录中定义的目标一起使用? 我的用例是,我想为gtest构建一个rpm的e.gg。 gtest项目恰好有一个
我需要使用 MSI 创建安装程序,其目的是根据用户的区域(从环境变量读取)调用正确的安装程序。也就是说,这个安装程序应该有 3 个文件(它们本身就是安装程序),一个用于美国,一个用于欧洲,一个用于亚洲
我正在尝试通过 Android Studio 3.5 在我的小米 RedMi S2 上运行我的应用程序。在手机上安装应用程序时抛出错误: Installation did not succeed. T
使用govendor时,go install、govendor install +local和govendor install +vendor,^program有什么区别? govendor inst
我用谷歌搜索了很多,但找不到答案。因此,在 Windows Installer 属性值中可以存储多少个字符。如果你给出答案,你能提供答案的来源吗? 最佳答案 我问 Windows Installer
Cuda v9.0 有几个补丁 我应该安装最新补丁还是安装所有补丁? https://developer.nvidia.com/cuda-90-download-archive?target_os=W
我正在尝试通过它的文档安装 phalcon!在这一步我有一个错误: installation/FreeBSD Command: pkg_add -r phalcon 错误: 'pkg_add' is
我有一个安装,如果应用程序退出,它会升级该应用程序的先前版本。当安装处于升级模式时,我想跳过某些操作。如何确定安装是在升级模式还是首次安装模式下运行? 我正在使用 Wise Installer,但我认
MSI 数据库包含一个表 MsiFileHash 。根据文档MsiFileHash 表用于存储 Windows Installer 包提供的源文件的 128 位哈希。 有人知道使用/应该使用什么哈希算
我尝试在本地和全局运行 npm install browserify (-g) 但我总是遇到以下错误 npm ERR! peerinvalid The package bn.js does not s
我有一个用于我正在构建的 python 模块的 SConstruct 文件: import distutils.sysconfig env = Environment(CPPPATH=['includ
使用 Installshield 2010 和 Basic MSI 项目。 我有一个之前由我的安装程序安装的 exe。该 exe 需要在安装程序升级期间运行。有没有办法保证安装程序不会尝试关闭进程?基
我是围棋初学者。我试图编译一个 go 项目,但找不到任何解释“/...”的文档或文章。 cd ~/src/ephenation-server go install -v ./... 等待您的帮助。 最
我试过在选择和不选择‘安装Mongo指南针’选项的情况下运行安装程序,但我仍然无法安装它,也无法取消安装。然后,此设置对话冻结20-30分钟以上,没有任何进展。这实际上就是从他们的website(ht
我是一名优秀的程序员,十分优秀!