前提:今天发现某台主机一直报警:swap内存被用光 1.查看了服务器的内存情况[发现在物理内存还剩余的情况下,swap开始被使用,甚至到被用光][root@note1 ~]# free -htotal used free shared buff/cache availableMem: 15G 4.9G 169M 141M 10G 10GSwap: 4.0G 3.4G 651M 2.查看swappiness文件的值[root@note1 ~]# cat /proc/sys/vm/swappines…
zabbix server监控报主机 Lack of free swap space,因为交换空间不足引起.该主机内存为3G,正常交换空间大小为物理内存2倍左右. #查看已有内存及交换空间 free -h #测试主机内存为3G,交换空间才2G,明显空间不够 开始操作, 进入系统,随便找一个目录,有足够大的空间就可以.这边以/opt目录为例. cd opt; #创建空间,大小4G左右 dd if=/dev/zero of=swapfile bs=1024000 count=4000 mkswap…
svn客户端报错Cannot negotiate authentication mechanism的解决方法: 问题出现的原因之一: 因为SVN服务器配置了saslauthd服务用来实现与ldap的对接,因此认证的机制发生了变化,所以客户端需要安装组件才可以: 很简单对于RHEL/CentOS,客户端只需要yum安装相应的包即可: yum -y install cyrus-sasl-plain ubuntu系统尚未测试,请查找对应的包安装即可 问题出现的原因之二:可能与svn的版本或源码安装时选…
安装PHP过程中,make步骤报错:(集合网络上各种解决方法) (1)-liconv -o sapi/fpm/php-fpm /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status make: *** [sapi/fpm/php-fpm] Error 1 [root@localhost php-5.4.5]# 初步定位是iconv的问题解决方法 把libiconv卸载掉进入libiconv源码目录执行#make u…
关于发邮件报错535 Error:authentication failed解决方法 调用163邮箱服务器来发送邮件,我们需要开启POP3/SMTP服务,这时163邮件会让我们设置客户端授权码,这个授权码替代上面代码部分的passwd即可成功发送邮件…
shell报错:-bash: [: ==: 期待一元表达式 解决方法 ([: ==: unary operator expected) blogdaren 2015-02-26  抢沙发 14916人次 问题背景: if [ $flag == '1' ]; then mode='--dev' else mode='--test' fi 如上代码, 执行shell报错:line 1: [: ==: unary operator expected[翻译过来就是:-bash: [: ==: 期待一元表…
tomcat启动错误提示: 严重: Error waiting for multi-thread deployment of WAR files to completejava.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: PermGen space Caused by: java.lang.OutOfMemoryError: PermGen space 解决方法: 手动设置MaxPermSize大小 在tomca…
问题描述: 布置好zabbix监控,正常运行.但是重启了虚拟机服务器之后,页面出现如下的报错,而且设置的报信息也是失效的:…
locust--scalable user load testing tool writen in Python(是用python写的.规模化.可扩展的测试性能的工具) 安装locustio需要的环境条件是:Python2.6+,但是不支持Python3. 今天在cmd里运行pip install locustio,报错提示:error: invalid command 'bdist_wheel'. 原因:pip和setuptools的版本较低. 解决方案:升级pip和setuptools. 一…
1.开启linux系统的桌面环境,使用startx未成功,报如下错误: 提示:Retrigger failed udev events [root@ /]# startx xauth: creating xinit: No such file or directory (errno ): no server "/usr/bin/X" in PATH Use the -- option, or make sure that /usr/bin is in your path and tha…