正在加载...
分页: 2/5 第一页 上页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]


config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove `libtoolT': No such file or directory
config.status: executing default commands

Thank you for choosing MySQL!

Remember to check the platform specific part of the reference manual
for hints about installing MySQL on your platform.
Also have a look at the files in the Docs directory.



解决:
[root@74-8
Tags: , , ,

no (LWP::UserAgent not found)

[ 2010/07/31 08:48 | by selboo ]
Cacti监控Nginx时候,需要安装 cacti-nginx 插件

测试获取数据时出错

nginx.conf 配置

location /nginx {
        stub_status on;
}


[selboo@74-82-173-217 ~]$ /wwwroot/selboo/cacti/scripts/get_nginx_clients_status.pl http://selboo.com.cn/nginx
no (LWP::UserAgent not found)

解决方法:
[root@74-82-173-217 ~]# perl -MCPAN -e shell
cpan> install LWP::UserAgent  

[selboo@74-82-173-217 ~]$ /wwwr
Tags: , ,
cannot change directory:/home/***

ftp服务器连接失败,错误提示:

500 OOPS: cannot change directory:/home/*******

500 OOPS: child died

解决方法:

在终端输入命令:

setsebool ftpd_disable_trans 1

service vsftpd restart

就OK了!

在安装完vsftp服务后登陆时可能遇到cannot change directory后面是登陆者的目录的错误。这是因为SE设置的关闭了ftp的原因。 使用命令 getsebool ftpd_disable_trans 可以查看当前的状态如果不是on 那么是输入命令 setsebool ftpd_disable_trans 1 当然也可以加入-P参数 以便不需要每次开机都输入这个命令 setsebool -P ftpd_disable_trans
Tags: ,

No module named rpm

[ 2010/07/05 17:52 | by selboo ]
想用yum 安装一个包,发现yum不能使用如下。

[code][root@done1 yum]# yum
There was a problem import
Tags: ,
问题:
1、桌面上的文件 “属性-查找目标”用不了了,但”更改图标可以用的
2、硬盘上的网页文件开了第一个后,第二个就开不了,从IE上可以打开
3、在论坛上跳转到别的版块需要反
Tags: ,
分页: 2/5 第一页 上页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]