Hi list,<br><br>I am running postfix-2.2.10 with cyrus-imap-2.2.12 on Redhat Enterprise Linux 4<br>update 4 on s390x (IBM Z series). After installing cyrus-imap & I am receving<br>the following error in /var/log/maillog :
<br><br>P.S. - I have tried this on two different instances of RHEL4U4 for
S390X running on IBM Z series (Z9) but I observed the same errors are
coming on both of them immediately after installing cyrus-imapd.<br><br>---------------------------------------------------------------------------------------------------------------<br>Sep 12 13:09:50 linux08 imaps[16727]: DBERROR: critical database situation
<br>Sep 12 13:09:50 linux08 master[16728]: about to exec<br>/usr/lib64/cyrus-imapd/pop3d<br>Sep 12 13:09:50 linux08 pop3[16728]: DBERROR: invalid berkeley_cachesize value,<br>using internal default<br>Sep 12 13:09:50 linux08 pop3[16728]: DBERROR db4: PANIC: fatal region error
<br>detected; run recovery<br>Sep 12 13:09:50 linux08 pop3[16728]: DBERROR: critical database situation<br>Sep 12 13:09:50 linux08 master[16729]: about to exec<br>/usr/lib64/cyrus-imapd/pop3d<br>Sep 12 13:09:50 linux08 pop3s[16729]: DBERROR: invalid berkeley_cachesize
<br>value, using internal default<br>Sep 12 13:09:50 linux08 pop3s[16729]: DBERROR db4: PANIC: fatal region error<br>detected; run recovery<br>Sep 12 13:09:50 linux08 pop3s[16729]: DBERROR: critical database situation<br>
----------------------------------------------------------------------------------------------------------------<br><br>I tried with "ctl_cyrusdb -r" but it did not work.<br><br>------------------------------------------------------------------------------
<br>My /etc/cyrus.conf -<br><br><br># standard standalone server implementation<br><br>START {<br>  # do not delete this entry!<br>  recover    cmd="ctl_cyrusdb -r"<br><br>  # this is only necessary if using idled for IMAP IDLE
<br>#  idled        cmd="idled"<br>}<br><br># UNIX sockets start with a slash and are put into /var/lib/imap/sockets<br>SERVICES {<br>  # add or remove based on preferences<br>  imap        cmd="imapd" listen="imap" prefork=5
<br>  imaps        cmd="imapd -s" listen="imaps" prefork=1<br>  pop3        cmd="pop3d" listen="pop3" prefork=3<br>  pop3s        cmd="pop3d -s" listen="pop3s" prefork=1
<br>  sieve        cmd="timsieved" listen="sieve" prefork=0<br><br>  # these are only necessary if receiving/exporting usenet via NNTP<br>#  nntp        cmd="nntpd" listen="nntp" prefork=3
<br>#  nntps        cmd="nntpd -s" listen="nntps" prefork=1<br><br>  # at least one LMTP is required for delivery<br>#  lmtp        cmd="lmtpd" listen="lmtp" prefork=0<br>  lmtpunix    cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1
<br><br>  # this is only necessary if using notifications<br>#  notify    cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1<br>}<br><br>EVENTS {<br>  # this is required
<br>#  checkpoint    cmd="ctl_cyrusdb -c" period=30<br>  checkpoint    cmd="ctl_cyrusdb -c" period=5<br><br>  # this is only necessary if using duplicate delivery suppression,<br>  # Sieve or NNTP<br>  delprune    cmd="cyr_expire -E 3" at=0400
<br><br>  # this is only necessary if caching TLS sessions<br>  tlsprune    cmd="tls_prune" at=0400<br>}<br><br>-----------------------------------------------------------------------------------<br>My /etc/imapd.conf -
<br><br>configdirectory: /var/lib/imap<br>partition-default: /var/spool/imap<br>admins: cyrus<br>sievedir: /var/lib/imap/sieve<br>sendmail: /usr/sbin/sendmail<br>hashimapspool: true<br>sasl_pwcheck_method: saslauthd<br>sasl_mech_list: PLAIN
<br>tls_cert_file: /usr/share/ssl/certs/cyrus-imapd.pem<br>tls_key_file: /usr/share/ssl/certs/cyrus-imapd.pem<br>tls_ca_file: /usr/share/ssl/certs/ca-bundle.crt<br><br>----------------------------------------------------------------------------------
<br><br>Pls suggest how to fix this problem. My cyrus imap server is not coming up at<br>all.<br><br><br>Let me know if this is a known issue in RHEL4U4 for S390X ?<br><br>Thanks in advance,<br>Somnath<br><br>