Re: cannot get idled to run

2003-11-20 Thread Craig Constantine
--On Thursday, November 20, 2003 10:08 AM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: # su - cyrus -c '/usr/cyrus/bin/idled -C /etc/imapd.conf' bind: Address already in use How do I figure out what exactly it is trying to bind to? You could trace it. Do you see idled in the process table? fuser

Re: cannot get idled to run

2003-11-20 Thread Craig Constantine
--On Wednesday, November 19, 2003 10:45 AM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: SIGHUP'd the master. Nothing about idled appeared in the logs, I'm still getting the 'error sending to idled' errors in syslog. Trying to start by hand still gives: I don't think that idled gets restarted if ma

Re: cannot get idled to run

2003-11-19 Thread Ted Cabeen
Craig Constantine <[EMAIL PROTECTED]> writes: > --On Tuesday, November 18, 2003 8:34 PM -0800 Ted Cabeen > <[EMAIL PROTECTED]> wrote: > >> Try changing the owner of the idle socket to cyrus. That's how I have >> mine, and I reacll that I had trouble getting idled started because of >> permissions

Re: cannot get idled to run

2003-11-19 Thread Craig Constantine
--On Tuesday, November 18, 2003 8:34 PM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: Try changing the owner of the idle socket to cyrus. That's how I have mine, and I reacll that I had trouble getting idled started because of permissions. nope. I changed it to: # ls -ald /var/imap/socket/idle sr

Re: cannot get idled to run

2003-11-18 Thread Ted Cabeen
On Tue, Nov 18, 2003 at 10:50:13PM -0500, Craig Constantine wrote: > --On Tuesday, November 18, 2003 2:10 PM -0800 Ted Cabeen > <[EMAIL PROTECTED]> wrote: > > >What are the permissions on your idle socket and the directory that > >the socket is in? > > # ls -ald /var > drwxr-xr-x 21 root r

Re: cannot get idled to run

2003-11-18 Thread Craig Constantine
--On Tuesday, November 18, 2003 2:10 PM -0800 Ted Cabeen <[EMAIL PROTECTED]> wrote: What are the permissions on your idle socket and the directory that the socket is in? # ls -ald /var drwxr-xr-x 21 root root 4096 Jun 17 21:36 /var # ls -ald /var/imap drwxrwsr-x 12 smmspcyrus

Re: cannot get idled to run

2003-11-18 Thread Ted Cabeen
Craig Constantine <[EMAIL PROTECTED]> writes: > I'm running (compiled from source) Cyrus-imapd-2.1.13 on RedHat Linux > 8.0 [all patched up to date.] > > With every incoming message I get the oft seen "error sending to > idled" message in syslog facility local6. Cyrus is of course compiled > to us