摘要:
状态名 作用域 详细解释 Aborted_clients Global 由于客户端没有正确关闭连接导致客户端终止而中断的连接数 Aborted_connects Global 试图连接到MySQL服务器而失败的连接数 Binlog_cache_disk_use Global 使用临时二进制日志缓存但
阅读全文
posted @ 2016-08-09 17:07
zhymail123
阅读(375)
推荐(0)
摘要:
说明: 使用Vm虚拟机构建自己的LFS系统时,系统引导不成功,提示 kernel panic VFS: Unable to mount root fs 参考链接:http://www.52os.net/articles/linux-from-scrath-7-7-part-four.html 发现,
阅读全文
posted @ 2016-06-14 15:30
zhymail123
阅读(817)
推荐(0)
摘要:
环境 宿主主机:Ubuntu 14.04.4 LTS 32位 LFS内核:Linux 4.2.0 好不用容易将LFS引导起来了,但系统启动后,无法配置网口。系统启动时提示:Interface eth0 doesn't exist。 /etc/udev/rules.d/70-persistent-ne
阅读全文
posted @ 2016-06-13 10:53
zhymail123
阅读(781)
推荐(0)
摘要:
原文出处:http://www.xshellcn.com/xsh_column/suanfa-bpp.html 由用户反应在使用xshell和xftp连接debian 7时出现找不到匹配的outgoing encryption算法的错误提示,本集小编整理了一份解决方法,大家可以试试看。 问题阐述:
阅读全文
posted @ 2016-06-12 17:39
zhymail123
阅读(26215)
推荐(0)
摘要:
NTP-ntpdate 问题处理 解决ntp的错误 no server suitable for synchronization found 当用ntpdate -d 来查询时会发现导致 no server suitable for synchronization found 的错误的信息有以下2个
阅读全文
posted @ 2016-05-10 11:26
zhymail123
阅读(3631)
推荐(0)
摘要:
1、缺少Linux kernel头文件 To install just the headers in Ubuntu: To install the entire Linux kernel source in Ubuntu: Note that you should use the kernel he
阅读全文
posted @ 2016-05-05 17:28
zhymail123
阅读(17287)
推荐(0)
posted @ 2016-04-27 17:45
zhymail123
阅读(670)
推荐(0)
摘要:
Firmware Warn 问题描述: 系统版本:Ubuntu 12.04 LTS。 系统启动后dmesg打印大量Firmware Warn告警信息到syslog文件中。信息如下: [Firmware Warn]: GHES: Failed to read error status block ad
阅读全文
posted @ 2016-04-26 16:55
zhymail123
阅读(1614)
推荐(0)
摘要:
proftpd服务端每隔几天就重启一次,日志如下: 看起来这又像是一个仅有两行日志的无头案了。不过由于日志明确给出了退出信号“killed (signal 15)”,因此Google的话还是比较简单找到答案的,最后在一篇Stack Overflow中找到了解决方案。 此问题是由于logrotate在
阅读全文
posted @ 2016-04-25 16:39
zhymail123
阅读(2448)
推荐(0)
摘要:
ubuntu下SVN服务器安装配置 1.安装包 sudo apt-get install subversion 2.添加svn管理用户及subversion组 $ sudo adduser svnuser 添加用户 $ sudo addgroup subversion 添加用户组 $ sudo ad
阅读全文
posted @ 2016-04-22 09:05
zhymail123
阅读(236)
推荐(0)