Changes between Initial Version and Version 4 of Ticket #8
- Timestamp:
- 01/14/08 00:30:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8 – description
initial v4 1 1 After few minute of work my Berkeley DB freeze. "greyfix --dump-triplets" shows no output. 2 2 All postfix process wait to access DB without chance: 3 3 {{{ 4 4 nobody 12075 1 0 Jan08 ? 00:00:00 /usr/local/sbin/greyfix -/ 32 --greylist-delay 300 -r 451%sWait%s%d%sseconds%sand%stry%sagain%p. 5 5 6 6 nobody 12091 1 0 Jan08 ? 00:00:00 /usr/local/sbin/greyfix -/ 32 7 7 [...] 8 8 }}} 9 9 My configuration is: 10 10 postfix 2.3.4 … … 14 14 15 15 DB freezed is like this: 16 {{{ 16 17 [root]# ll /usr/local/var/lib/greyfix/ 17 18 total 7616 … … 20 21 -rw------- 1 nobody nobody 458752 Jan 8 22:12 __db.003 21 22 -rw------- 1 nobody nobody 7401472 Jan 8 22:12 triplets.db 22 23 }}} 23 24 Only if I delete all "__db.00*" files it return to work for few minute.
