Differences
This shows you the differences between two versions of the page.
modules:1.2.x:flat_rotate_comments [2007/05/03 13:27] – created 64.95.219.140 | modules:1.2.x:flat_rotate_comments [2007/05/03 15:27] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== openserctl fifo flat_rotate ====== | ||
+ | When running this command please be aware of race conditions when running this command and immediately processing of files, such as deleting them, can cause openser to not properly account via flatstore. | ||
+ | |||
+ | |||
+ | Proper Example: | ||
+ | |||
+ | mv acc_1.log acc_1.bk.log | ||
+ | |||
+ | openserctl fifo flat_rotate | ||
+ | |||
+ | sleep x seconds. | ||
+ | |||
+ | [some process script here] | ||
+ | |||
+ | rm -f acc_1.bk.log |