随笔分类 -  Centos问题汇总

摘要:俩台同网段的Cent os只能单向ping通问题解决1、查看防火墙和selinux2、查看/proc/sys/net/ipv4/icmp_echo_ignore_all文件的值是什么 1代表禁用ping,0代表开启echo 0 > /proc/sys/net/ipv4/icmp_echo_i... 阅读全文
posted @ 2017-10-24 19:02 G-Large 阅读(477) 评论(0) 推荐(0)
摘要:查看从库报错 Last_SQL_Error: Could not execute Update_rows event on table bbs.cdb_myposts_21; Can't find record in 'myposts_21', Error_code: 1032; handler e... 阅读全文
posted @ 2017-10-24 19:02 G-Large 阅读(156) 评论(0) 推荐(0)
摘要:编译安装php yar扩展时出现下面错误,网上找了找说要安装json扩展,可是不管用,看下/usr/local/src/yar-1.2.5/packagers/json.c文件发现里面会使用ext/json/php_json.h文件这个文件在安装好的php目录下,我的目录是/usr/local/ph... 阅读全文
posted @ 2017-10-24 19:02 G-Large 阅读(219) 评论(0) 推荐(0)
摘要:源码安装的apache服务,启动不会显示OK,更换脚本就可以了#!/bin/bash## Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See ... 阅读全文
posted @ 2017-10-24 19:02 G-Large 阅读(578) 评论(0) 推荐(0)
摘要:/etc/init.d/sshd 开启秘钥认证的UsePAM yes 选项,重启ssh服务会报下面的错误/etc/init.d/sshd restartStopping sshd: [ OK ]Startin... 阅读全文
posted @ 2017-10-24 19:02 G-Large 阅读(1419) 评论(0) 推荐(0)