发布时间:2014-11-13 10:48:08
diff -u $NEW/manifests/init.pp $OLD/manifests/init.pp case $productname { /PowerEdge R720/: { - $workers=100, - $ant_servers=12 + $workers=100 }Its a confusing error message, because the problem is actually in the sbx class that sbx::openvpn inherit.........【阅读全文】
发布时间:2014-10-29 12:32:02
#!/bin/shhost=$1while [ $# -ne 1 ] ;do shift &.........【阅读全文】
发布时间:2014-10-22 15:16:00
.../manifests/threatscope.ppinclude xxx......package {'ods-tscope-dispatcher': ensure => 'present', require =>[Class['base::basic'],Class['base::resolv'],Package['ods-tscope-server-dispatcher']], # require .........【阅读全文】
发布时间:2014-08-05 22:50:29
测试环境的esxi安装服务器pxe/kickstart运行的很好,最近无意中被谁做了改动,当重启安装新的VM的时候,出现了unknown keyword in config file/ missing parameters in config file.再一看/tftpboot/pxelinux.cfg/default default menu.c32prompt 0timeout 3600ONTIMEOUT localMENU TITLE OnDeman.........【阅读全文】
发布时间:2014-07-22 14:27:57
由于历史遗留缘故,某应用还运行在centos5.4-i386上,但在KVM虚拟化下,该机器频繁被hang住,message会看到 bugs,soft lockup,cpu#0 stuck for 10s 但在esxi里无问题,查找centos官方bug list无意中发现同类问题,并.........【阅读全文】