2 Jun
2002
2 Jun
'02
1:36 p.m.
В Вск, 02.06.2002, в 14:18, Balazs Scheidler написал:
/dev/log is recreated every time, but given it is a SOCK_STREAM socket, the sender program can notice the broken pipe, and those will work.
If it is SOCK_DGRAM (to which several distributions switched to) the recreation of /dev/log is bad.
Yes, Mandrake 8.2 and above that I have defaults to DGRAM. It is probably glibc issue finally; it is using glibc-2.2.[45]. Is there a pressing need to recreate /dev/log on SIGHUP? -andrej