freebsd和RHEL都转向云了

目前freebsd已经出了8.2的RC2版,而RHEL刚出了5.6的版本,但RHEL6已经推出了正式版,而freebsd也将推出9的正式版,这两个版本不约而同的转向了云,可以看到以后云将是王道!大家没准以后就剩一个客户端了,谁知道几年以后是啥样啊?2012一来,从火星上估计只能看到地球上的珠穆朗玛和几艘各国的伟大云战舰啦!

阿弥陀佛!!

cannot restore segment prot after reloc: Permission denied 解决方法

编辑/etc/sysconfig/selinux,找到:

This file controls the state of SELinux on the system.

SELINUX= can take one of these three values:

enforcing – SELinux security policy is enforced.

permissive – SELinux prints warnings instead of enforcing.

disabled – SELinux is fully disabled.

SELINUX=enforcing

如果SELINUX已经是 SELINUX=disabled,那么就不用改了,否则就把SELINUX=enforcing 注释掉,新加一行:
SELINUX=disabled
保存,退出。

如果你碰到其他类似提示:
cannot restore segment prot after reloc: Permission denied
哪应该是SELinux的问题,可以考虑把它关闭。

在你保证SElinux 被disable后.还需要执行下
chcon -t texrel_shlib_t /路径/名字.so   (这个文件视具体执行文件.)

写在这里留个记录