[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: error that doesn't make sense to me
On Sun, 2005-01-02 at 18:10 -0800, Quanah Gibson-Mount wrote:
>
>
> You might try starting slapd with the -d -1 flag. That will cause it not
> to fork, and send out a ton of debugging info. I suggest catching
> stdout/stderr into a file when doing this so you can parse through it
> there, rather than having it stream by.
>
----
# /usr/local/libexec/slapd -d -1 2&>1 > /root/test.slapd.log
writes absolutely nothing to file...I feel really stupid. Is there a
trick to this?
Craig