Re: Issues with Install
lists wrote: I am having 2 problems 1. is with the ./mkimap program. I am using redhat 8.0 and I get this error [cyrus@imap tools]$ ./mkimap reading configure file... done Use of uninitialized value in concatenation (.) or string at (eval 1) line 85. creating ... Use of uninitialized value in mkdir at (eval 1) line 87. Use of uninitialized value in chdir at (eval 1) line 91. Use of chdir('') or chdir(undef) as chdir() is deprecated at (eval 1) line 91. creating /usr/sieve... done that is with perl-5.8.0-55 Do you run ./mkimap as the cyrus user ? --Christian--
Re: Issues with Install
On Tue, 4 Feb 2003, lists wrote: > I am using redhat 8.0 and I get this error > [cyrus@imap tools]$ ./mkimap > reading configure file... > done Have you set the 'configdirectory' parameter in your /etc/imapd.conf file? It looks like mkimap isn't seeing one, so it's trying to use an empty string instead. This will also explain messages such as > Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR db4: > /var/imap/db/__db.001: No such file or directory (in this case master is trying to use /var/imap as the config directory). As well as this there are other things in imapd.conf you need to set - the imapd.conf manpage is a must-read for this. -- Simon Brady mailto:[EMAIL PROTECTED] ITS Technical Services University of Otago, Dunedin, New Zealand
Issues with Install
I am having 2 problems 1. is with the ./mkimap program. I am using redhat 8.0 and I get this error [cyrus@imap tools]$ ./mkimap reading configure file... done Use of uninitialized value in concatenation (.) or string at (eval 1) line 85. creating ... Use of uninitialized value in mkdir at (eval 1) line 87. Use of uninitialized value in chdir at (eval 1) line 91. Use of chdir('') or chdir(undef) as chdir() is deprecated at (eval 1) line 91. creating /usr/sieve... done that is with perl-5.8.0-55 When I start master I get: Feb 4 20:55:26 imap master[15486]: setrlimit: Unable to set file descriptors limit to -1: Operation not permitted Feb 4 20:55:26 imap master[15486]: retrying with 1024 (current max) Feb 4 20:55:26 imap master[15486]: process started Feb 4 20:55:26 imap master[15487]: about to exec /usr/cyrus/bin/ctl_cyrusdb Feb 4 20:55:26 imap ctl_cyrusdb[15487]: recovering cyrus databases Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR db4: : No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR db4: /var/imap/db/__db.001: No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR db4: : No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR db4: /var/imap/db/__db.001: No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR: dbenv->open '/var/imap/db' failed: No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR: init /var/imap/db: cyrusdb error Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR db4: environment not yet opened Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR: opening /var/imap/mailboxes.db: Invalid argument Feb 4 20:55:26 imap ctl_cyrusdb[15487]: DBERROR: opening /var/imap/mailboxes.db: cyrusdb error Feb 4 20:55:26 imap master[15486]: process 15487 exited, status 75 Feb 4 20:55:26 imap master[15486]: unable to bind socket for service lmtpunix: No such file or directory Feb 4 20:55:26 imap master[15486]: ready for work Feb 4 20:55:26 imap master[15488]: about to exec /usr/cyrus/bin/ctl_cyrusdb Feb 4 20:55:26 imap ctl_cyrusdb[15488]: checkpointing cyrus databases Feb 4 20:55:26 imap ctl_cyrusdb[15488]: DBERROR db4: /var/imap/db/__db.001: No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15488]: DBERROR: dbenv->open '/var/imap/db' failed: No such file or directory Feb 4 20:55:26 imap ctl_cyrusdb[15488]: DBERROR: init /var/imap/db: cyrusdb error Feb 4 20:55:26 imap ctl_cyrusdb[15488]: done checkpointing cyrus databases Feb 4 20:55:26 imap master[15486]: process 15488 exited, status 1 Does anyone have any ideas?