DragonFly users List (threaded) for 2006-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Postfix suddenly stopped working
I think the postfix issue is the same as the sendmail issue just
reported. Please try this patch and tell me if it fixes the problem
of postfix locking up.
-Matt
Index: kern_lockf.c
===================================================================
RCS file: /cvs/src/sys/kern/kern_lockf.c,v
retrieving revision 1.32
diff -u -r1.32 kern_lockf.c
--- kern_lockf.c 25 Jul 2006 20:01:50 -0000 1.32
+++ kern_lockf.c 2 Aug 2006 17:23:56 -0000
@@ -772,8 +772,10 @@
TAILQ_REMOVE(&lock->lf_blocked, range, lf_link);
range->lf_flags = 1;
wakeup(range);
+#if 0
if (range->lf_start >= start && range->lf_end <= end)
break;
+#endif
}
}
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]