16 Feb
2011
16 Feb
'11
10:29
https://bugzilla.novell.com/show_bug.cgi?id=672450 https://bugzilla.novell.com/show_bug.cgi?id=672450#c5 --- Comment #5 from Dr. Werner Fink <werner@novell.com> 2011-02-16 10:29:16 UTC --- The safe_out() routine of blogd retries to write out messages if and only if the system call write(2) does return -1 and the errno is set to EINTR or EAGAIN or EIO ... for EIO a reconnect to the console is tried ... for EPIPE blogd simply exits. The question is: does the kernel set the return value to less than zero and errno to EINTR or even if write(2) had written out its buffer? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.