Articles of 安装

Centos:yum与compat-libevent安装libevent-devel冲突

我想安装Logstash和其他,但是当我尝试: # yum install libevent-devel 我得到下面的错误: Transaction Check Error: file /usr/bin/event_rpcgen.py from install of libevent-devel-2.0.12-1.rhel6.i686 conflicts with file from package compat-libevent14-1.4.13-1.rhel6.i686 file /usr/lib/libevent_core.a from install of libevent-devel-2.0.12-1.rhel6.i686 conflicts with file from package compat-libevent14-1.4.13-1.rhel6.i686 file /usr/lib/libevent_core.so from install of libevent-devel-2.0.12-1.rhel6.i686 conflicts with file from package compat-libevent14-1.4.13-1.rhel6.i686 file /usr/lib/libevent_extra.a from install of libevent-devel-2.0.12-1.rhel6.i686 conflicts with file from […]

你如何部署你的ESX服务器?

有很多方法可以部署/安装ESX; RDP / PXE,从CD,远程ISO启动等 你最喜欢的方法是什么?为什么?

是否有.NET 4.0脱机安装?

我正在尝试使用dotNetFx40_Full_setup.exe在某些虚拟机上安装.NET 4.0,并且出现错误0x800C0005。 这个问题可能涉及防火墙/代理/安全configuration。 而不是处理这个问题,微软是否有可用的离线安装? 我已经search,但没有find一个。

无法在Windows Server 2012 R2 Core上安装.NET Framework 4.6

使用脱机安装程序( https://www.microsoft.com/en-us/download/details.aspx?id=48137 )在Windows Server 2012 R2 Core计算机上安装.NET 4.6时,正在返回以下错误: Problem signature: Problem Event Name: VSSetup Problem Signature 01: Microsoft .NET Framework 4.6 Setup Problem Signature 02: 4.6.00081 Problem Signature 03: 14.0.81.0 Problem Signature 04: 1 Problem Signature 05: unknown Problem Signature 06: None_UI_Interactive_Crash Problem Signature 07: 0xc000008c Problem Signature 08: 0 Problem Signature 09: unknown OS […]

如何恢复与puppetconfiguration

我写了一个模块,它使用puppet在/etc/rsyslog.d/60-custconfig.conf中为rsyslog写入configuration。 当我添加模块到节点,它的工作原理,但如果我删除评论或删除节点中的模块调用,是否应该删除该文件? 如果没有,有没有办法回滚configuration或安装?

VMware ESXi CentOS 6.4 kickstart安装

我试图为CentOS 6.4做一个kickstart安装,但是它总是给我一个重新初始化硬盘的警告,因为它可能包含无效分区表或虚拟磁盘。 我在下面添加的是我正在尝试使用的kickstart文件的快照 # System bootloader configuration bootloader –append="crashkernel=auto rhgb quiet" –location=mbr –driveorder="sda" autopart # Clear the Master Boot Record zerombr # Partition clearing information clearpart –all –initlabel –drives=sda part /boot –fstype ext4 –size=300 part / –fstype="ext4" –grow –size=1 –asprimary 即使我已经创build分区尝试作为解决方法,但没有度假村。 任何想法如何使这个警告消失。 我试图通过Packer-tools为ESXI主机(5.5版本)运行。 以下是我正在使用的JSON模板 # cat base-packer.json { "builders": [ { "vm_name": "Centos6.5", "type": "vmware-iso", […]

在Ubuntu 10.10上安装rabbitMQ服务器时出错

当我通过以下命令在突触安装rabbitMQ sudo apt-get install rabbitmq-server 它返回一个错误: Starting rabbitmq-server: FAILED – check /var/log/rabbitmq/startup_log, _err rabbitmq-server. invoke-rc.d: initscript rabbitmq-server, action "start" failed. dpkg: error processing rabbitmq-server (–configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: rabbitmq-server E: Sub-process /usr/bin/dpkg returned an error code (1) 去日志,它说: Error: {cannot_connect_to_epmd,"herman-desktop",address} 而我的/etc/hosts定义如下: 127.0.0.1 localhost.localdomain localhost […]

防止在Debian中安装特定的软件包

我有几个Debian服务器,我想确保一个X服务器永远不会被安装在它们上面。 有时,当我安装一个软件包,它有依赖包括X.有没有什么好的方法来确保X服务器永远不会被安装? 我宁愿X11库也不安装,因为X转发不应该启用。

如何最小化Windows Server 2008 R2大小?

有没有关于如何最小化Windows Server 2008 R2安装文件夹的指南? 我正在详细讨论在安装过程中的“扩展文件…”期间Windows Server 2008 R2附带的所有function和angular色。 即使是一些额外的千兆字节的空间也能帮助我在一个已经很小的SSD驱动器上。 长话短说,安装完所有function和angular色后,如何删除Windows Server 2008 R2中的“安装文件目录”? (这里比较好的是隐藏文件夹MSOCache,用于保存Microsoft Office 2010的安装文件,所以每次添加/删除新的Officefunction时都不会提示您插入CD)。 似乎有一个关于服务器的angular色混淆。 我需要它用于SharePoint Server 2010 + Visual Studio 2010开发。 使用Windows 7或Windows Server 2008 R2更好吗?

AttributeError:'模块'对象没有属性* python

我正在努力从源代码编译Python 2.7.9,并build议在这里问这个问题。 按照这里描述的步骤安装python 2.7.9时,发生了以下错误: python make: *** [libinstall] Error 1 我试着重新安装以前版本的python: sudo apt-get install –reinstall python2.7-dev 安装正常进行。 但是,现在,当试图导入hashlib我得到以下内容: Traceback (most recent call last): File "./server.py", line 5, in <module> import hashlib File "/usr/lib/python2.7/hashlib.py", line 138, in <module> _hashlib.openssl_md_meth_names) AttributeError: 'module' object has no attribute 'openssl_md_meth_names' 我也无法使用pip安装任何软件包,因为提供的唯一输出是: Traceback (most recent call last): File "/usr/bin/pip", line 5, […]