- 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/
我有一个 UWP 应用程序(在 Windows/Microsoft Store 中发布),我正在进行新的更新,我在我的应用程序中使用了 Template10,它具有深色和浅色主题,并且在 Window
我是 spring batch 的新手,有一些关于暂停/恢复的问题。看了spring batch的文档,好像没有内置的pause或者resume功能。但是,我从主站点找到了这个用例: http://d
我正在编写一个网络服务并有以下观察结果:即使我只是将一个文本文件添加到存储 web 服务引用的所有 dll 的目录 (bin),appdomain 也会刷新。 这会导致存储在字典(在其中一个 dll
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 6 年前。 Improve this qu
Hadoop 1.0.3 工作 36 小时后说: INFO mapred.JobClient: map 42% reduce 0% mapred.JobClient: Job Failed
我使用 AVAssetWriter 将视频录制到文件中。所以我为此创建了类。 link to gist 然后在项目的某处我推送记录并开始录制视频。 func start() { assetWriter
我想要一个在后台运行的 python 脚本(无限循环)。 def main(): # inizialize and start threads [...] try:
我在重新启动 Activity 时感到困惑。我有两个功能可以很好地完成同一任务。请指导我哪个最好,为什么? public void restart() { Intent
重启sidekiq的正确方法是什么。它似乎在我启动它时缓存了我的 worker 代码,所以每次我对我的 worker 进行更改时我都需要重新启动它。我正在使用 Ctrl/C 执行此操作,但该过程需要很
我在我的 Android 模拟器上安装了新字体。说明说我必须重新启动设备。我尝试使用“关机”按钮,但它只显示“正在关机”并且什么也不做。即使我去 adb shell 并运行“重启”它也会挂起。 任何想
启动操作 ? 1
关闭 service nginx stop systemctl stop nginx 启动 service nginx start systemctl start n
正在学习Linux中。。。一边学一边记录着。。所有观点只是个人观点 Linux有个文件 /etc/inittab 复制代码 代码如下:
如果我运行 systemctl restart kubelet它会影响其他正在运行的节点吗?它会停止集群吗?你能预见任何影响吗? 任何帮助,将不胜感激! 最佳答案 在回答之前,小声明:重启不是由于对
嗯,问题是我有一个在 MATE 上完美运行的 Abyssus Razer,但是 在 Debian、Elementary、OpenSUSE 和其他平台上,默认 设置 super 慢。 我用 解决了这个问
我在 Ubuntu 16.04 上安装了 NGINX 并编辑了我的配置。 当我想用 sudo service nginx restart 重新启动时我得到错误: Job for nginx.servi
我已经在我的 Ubuntu 上安装了 Gearman Job Server(又名 Gearmand)1.0.6: Distributor ID: Ubuntu Description: Ubun
我有一个 WiX Burn使用 ManagedBootstrapperApplicationHost 的自定义安装程序。安装必备 Microsoft Windows Installer 之一后4.5
我已经使用 brew install mosquitto 在我的 mac 上安装了蚊子代理. 通常我不会给出任何命令来启动 mosquitto 服务器。当我打开我的 mac 时它会自动启动。 我已经使
我有一个带有 2 个容器的 pod test-1495806908-xn5jn。我想重新启动其中一个名为 container-test 的项目。是否可以重新启动 Pod 中的单个容器以及如何重新启动?
我是一名优秀的程序员,十分优秀!