Closed jirif closed 10 years ago
Please elaborate, what are the exact symptons before and after this patch. How long have you been testing this? Also, in mythtv 0.26, 10 files contain O_SYNC, in mythtv 0.27 it is 13 files
Oh, one more thing, the logrotate stuff is not in mythtv anymore. So why not remove it alltogether from FFdecsawrapper? I'll be testing this tomorrow.
O_SYNC is overkill for not hard debuging tasks. Using it with ffdecsawrapper logging facility (--log used in your init scripts) causing mythtv channel switching timeouts and failures (Ubuntu 12.04.4, Mythtv 27, Intel(R) Celeron(R) CPU 847 @ 1.10GHz, 4G ram, 500G Hdd WDC WD5000BEVT) because of huge disk IO. Following patch fixing this issue and removing missleading comment. Mythtv itself do not using O_SYNC for years.