随笔分类 -  Linux运维

摘要:Linux下Rsync+inotify-tools实现数据实时同步中有一个重要的配置就是设置Inotify的max_user_watches值,如果不设置,当遇到大量文件的时候就会出现出错的情况。一般网上修改方法就是直接修改文件:/proc/sys/fs/inotify/max_user_watch... 阅读全文
posted @ 2014-05-01 09:17 小寒子 阅读(3375) 评论(0) 推荐(0)
摘要:centos在yum install报错:Another app is currently holding the yum lock,这个问题可能是很多的新手经常遇到问题,之前也有人问我,包括本人在刚刚学习centos的时候也遇到过。 Another app is currently holding... 阅读全文
posted @ 2013-10-16 08:46 小寒子 阅读(3821) 评论(1) 推荐(0)