我有一个与Centos 5.8的VPS 在phpinfo中显示:'./configure''–disable-fileinfo' '–disable-pdo' '–enable-bcmath''–enable-calendar''–enable-ftp''–enable-libxml '–enable-magic-quotes''–enable-sockets''–prefix = / usr / local''–with-apxs2 = / usr / local / apache / bin / apxs'–with- curl = / opt / curlssl /''–with-imap = / opt / php_with_imap_client /''–with-imap-ssl = / usr''–with-kerberos''–with-libdir = lib64'' –with-libxml-dir = / opt / xml2 /''–with-mysql = / usr''–with-mysql-sock = / var / lib […]
在CentOS机器上我已经安装了mod_perl: yum install mod_perl … Package mod_perl-2.0.4-10.el6.i686 already installed and latest version 好吧,现在我想安装Perl模块Apache :: SizeLimit,所以我做(和得到): yum install perl-Apache-SizeLimit … Running rpm_check_debug Running Transaction Test Transaction Check Error: file /usr/share/man/man3/Apache2::SizeLimit.3pm.gz from install of perl-Apache-SizeLimit-0.92-1.el6.rf.noarch conflicts with file from package mod_perl-2.0.4-10.el6.i686 任何想法如何我可以解决这个问题? 在此先感谢您的帮助! 亲切的问候,马提亚斯
在客户端上遇到一些NFS安装问题时,它会拒绝连接 [root@host9 ~]# mount 192.168.0.17:/home/export /mnt/export mount: mount to NFS server '192.168.0.17' failed: timed out (retrying). mount: mount to NFS server '192.168.0.17' failed: timed out (retrying). mount: mount to NFS server '192.168.0.17' failed: timed out (retrying). mount: mount to NFS server '192.168.0.17' failed: timed out (retrying). 以下是我正在使用的设置: [root@host17 /home/export]# cat /etc/hosts.allow # # hosts.allow This […]
在无法使FastCGI与PHP一起工作之后,我安装了PHP-FPM服务,这个服务被报告为可以使用,但是PHP文件正在下载而不是执行。 这是我在nginx.conf文件中的: server { listen 80; server_name pubserver; root /usr/share/nginx/html; location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /usr/share/nginx/html$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_script_name; include /etc/nginx/fastcgi_params; } } 命令netstat -tulpn | grep :9000 netstat -tulpn | grep :9000显示这表明PHP-FPM正在运行: tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1058/php-fpm.conf)
在对我的httpd error_log执行尾部-f时,每次请求都收到以下错误消息 [Sun Jun 03 15:52:48 2012] [error] [client xxx.xxx.xxx.xxx] PHP Warning: PHP Startup: timezonedb: Unable to initialize module [Sun Jun 03 15:52:48 2012] [error] [client xxx.xxx.xxx.xxx] Module compiled with module API=20050922 [Sun Jun 03 15:52:48 2012] [error] [client xxx.xxx.xxx.xxx] PHP compiled with module API=20090626 [Sun Jun 03 15:52:48 2012] [error] [client xxx.xxx.xxx.xxx] These options […]
安装munin我做了以下几点: yum install munin munin-node -y 然后设置 htmldir /var/www/virtualhosts/ssl.foo.com/bar [foo.com] address 127.0.0.1 use_node_name yes 在/etc/munin/munin.conf 。 我保持用户为munin根。 重新启动munin( /etc/init.d/munin-node restart )。 穆宁正在奔跑: [root@server ~]# ps aux | grep munin root 41077 0.1 0.0 143236 8508 ? Ss 10:48 0:00 /usr/sbin/munin-node root 41432 0.0 0.0 103268 828 pts/0 S+ 10:48 0:00 grep munin [root@server ~]# netstat […]
有谁知道我在哪里可以find通常位于/etc/yum.repos.d中的i386 centos 4.7 repos文件。 唉,看起来有人把5.5版本复制到4.7系统。 我可以设置一个新的虚拟机,安装4.7并从该系统中提取文件(但我希望有一个更快的方法。 请让我知道,如果你知道这些文件在网上居住的地方。 我已经到了RPMfind看看我能find什么。 谢谢 彼得
有没有人遇到这个错误的ELF类错误? 以下更详细地提供了失败: [root@nocloud ~]# system-config-users Traceback (most recent call last): File "/usr/share/system-config-users/system-config-users.py", line 25, in ? import libuser ImportError: /usr/lib/python2.4/site-packages/libusermodule.so: wrong ELF class: ELFCLASS32 有人可以告诉我怎么可能解决这个问题吗? 它看起来像python打破了我的服务器。
是否有软件可以帮助自动化(或使其可重复)设置个人电脑或实验室服务器,其中安装程序包括GRUB,以引导加载Windows,Debian,CentOS等的多重引导。 我最初正在研究像Boxgrinder和Cobbler这样的工具,但在GRUB中,我不确定这些工具是否合适。
我已经build立了nconf和Nagios,但我无法弄清楚如何configurationdeployment.ini以正确地将生成的configuration部署到/usr/local/nagios/etc 以下是感兴趣的目录列表: [jshin@nag0 tmp]$ ls Default_collector global [jshin@nag0 tmp]$ cd Default_collector/ [jshin@nag0 Default_collector]$ ls advanced_services.cfg hostgroups.cfg service_dependencies.cfg services.cfg host_dependencies.cfg hosts.cfg servicegroups.cfg [jshin@nag0 Default_collector]$ cd .. [jshin@nag0 tmp]$ cd global/ [jshin@nag0 global]$ ls checkcommands.cfg contacts.cfg misccommands.cfg timeperiods.cfg contactgroups.cfg host_templates.cfg service_templates.cfg [jshin@nag0 global]$ cd .. [jshin@nag0 tmp]$ cd /usr/local/nagios/etc/ [jshin@nag0 etc]$ ls cgi.cfg htpasswd.users nagios.cfg objects resource.cfg […]