View Single Post
  #9 (permalink)  
Old 02-05-2008, 03:03 PM
k7sle k7sle is offline
Active Member
 
Posts: 35
Default

Here is what /opt/log/nginx.log shows when I execute a 'zmcontrol start'

Code:
2008/02/05 13:55:08 [notice] 7294#0: using the "epoll" event method
2008/02/05 13:55:08 [warn] 7294#0: 10240 worker_connections are more than open file resource limit: 1024
2008/02/05 13:55:08 [notice] 7294#0: nginx/0.5.30
2008/02/05 13:55:08 [notice] 7294#0: OS: Linux 2.6.15-51-server
2008/02/05 13:55:08 [notice] 7294#0: sysctl(KERN_RTSIGMAX): 0
2008/02/05 13:55:08 [notice] 7294#0: getrlimit(RLIMIT_NOFILE): 1024:1024
2008/02/05 13:55:08 [notice] 7299#0: start worker processes
2008/02/05 13:55:08 [notice] 7299#0: start worker process 7300
2008/02/05 13:55:08 [notice] 7299#0: start worker process 7301
2008/02/05 13:55:08 [notice] 7299#0: start worker process 7302
2008/02/05 13:55:08 [notice] 7299#0: start worker process 7305
Here is what happens when Thunderbird connects (same logfile):
Code:
2008/02/05 13:56:11 [info] 7300#0: *1 client 209.152.39.170 connected to 0.0.0.0:993
2008/02/05 13:56:11 [notice] 7299#0: signal 17 (SIGCHLD) received
2008/02/05 13:56:11 [alert] 7299#0: worker process 7300 exited on signal 11
2008/02/05 13:56:11 [notice] 7299#0: start worker process 7887
2008/02/05 13:56:11 [notice] 7299#0: signal 29 (SIGIO) received
I looked at /var/log/zimbra.log, but found no wanrings or errors, other than:
Code:
Feb  5 13:55:33 giskard postfix/postfix-script[7538]: warning: not owned by root: /opt/zimbra/postfix-2.4.3.4z/conf/main.cf
Reply With Quote