Warning: Undefined variable $toReturn in /www/wwwroot/blog.cnlabs.net/wp-content/plugins/searchterms-tagging-2/searchterms-tagging2.php on line 2007
This relates to semaphores on your system (you’ve run out). Run the following to clear them out:
ipcs | grep apache | awk ‘{print $2}’ > sem.txt
for i in `cat sem.txt`; do { ipcrm -s $i; }; done;
If this becomes a common occurance, then you may need to change your ipcs semaphore limits.
Set the following in your /etc/sysctl.conf:
kernel.msgmni = 1024
kernel.sem = 250 256000 32 1024
and reboot your system to load in those values.
使用BAsh脚本检查
https://help.directadmin.com/item.php?id=572
最近通过搜索访问本文章的关键词:
- sis001 (12)