Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread Ken Murchison
Try applying the attached patch. This will keep the service from exiting, but will still log any errors with respect to CYRUS_SERVICE. I'd like to find out if putenv() is failing, or something else is going on. If you want to know how/why CYRUS_SERVICE is used, read the "ACCESS CONTROL" section

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread e-d0uble
Applied patch and... Still no luck. Here's the log: Jun 9 12:03:22 spicymeatball imapd: could not getenv(CYRUS_SERVICE) Jun 9 12:03:22 spicymeatball service-imapd[21427]: executed Jun 9 12:03:22 spicymeatball service-imapd[21427]: unable to set close on exec: Bad file descriptor Jun 9 12:03:

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-09 Thread Amos Gouaux
> On Thu, 07 Jun 2001 20:45:22 -0400, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> I took a look at this and it IS doable (I actually hacked some code), km> but it makes the LIST/LSUB code uglier than it already is. For this km> reason, and the fact that Larry and I both feel tha

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread Ken Murchison
Hmm. Looks like you're having bigger issues than just the env variable. Nothing come sto mind right now, but its late and I've had a few too many "pops". e-d0uble wrote: > > Applied patch and... Still no luck. Here's the log: > > Jun 9 12:03:22 spicymeatball imapd: could not getenv(CYRUS_SER

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread e-d0uble
Heh. I know the feeling, saturday nights. Anything else I can do here? thanks Ken Murchison wrote: >Hmm. Looks like you're having bigger issues than just the env >variable. Nothing come sto mind right now, but its late and I've had a >few too many "pops". > >e-d0uble wrote: > >>Applied pat