全部博文(56)
发布时间:2013-11-13 13:12:26
1。进入Linux单用户模式 执行 root# mount -o remount,rw / 然后/etc/fstab就可以修改了2。用光盘进入Linux修复模式 (光盘启动按F2 接着输入linux rescue回车进入) 然后修改fstab 注意进入修复模式后fstab路径为 vi /mnt/sysimage/etc/.........【阅读全文】
发布时间:2013-10-25 11:57:19
# User privilege specificationroot ALL=(ALL) ALL# Allow members of group sudo to execute any command after they have# provided their password# (Note that later entries override this, so you might need to move# it further down)%sudo ALL=(ALL) ALL##includedir /etc/sud.........【阅读全文】
发布时间:2013-07-16 19:49:48
今天帮客户解决一个问题,suse 11 sp2系统的3.0内核不支持他们的一些软件,需要降级到2.6,操作如下:1.修改/etc/zypp/zypp.conf文件 # multiversion = provides:multiversion(kernel)把multiversion前面的#去掉,即修改成:multiversion = provides:multiversion(kernel)2.挂载suse linu.........【阅读全文】
发布时间:2013-06-03 11:25:37
在阿里云主机上搭建的LAMP环境,在修改相关文件config.cache.inc.php的属性的时候chmod 777 config.cache.inc.phpchmod: changing permissions of `config.cache.inc.php': Operation not permitted但是报了上面的一个错误费了一番周折,终于查到用 chattr 可以解除这个限制首先先查看一下属性lsattr config.........【阅读全文】
发布时间:2013-02-26 12:24:33
今天做了一个红帽6.2的HA配置,期间遇到了不少问题,通过网络搜索解决办法整理汇总如下,1.Authentication to the ricci agent at node1 failed修改ricci的密码就可以了passwd ricci 然后重启ricci服务2.Unable to establish an SSL connection to node1:11111 after 5 tries. 确保ric.........【阅读全文】