Opened 18 years ago

Closed 18 years ago

#1688 closed defect (fixed)

Bind needs a change to prevent a warning

Reported by: bdubbs@… Owned by: blfs-book@…
Priority: high Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Andrew Benton wrote:

When the named daemon is running it generates some annoying messages in the logs such as

kernel: process `named' is using obsolete setsockopt SO_BSDCOMPAT

According to google, the solution is to comment out references to SO_BSDCOMPAT in the BIND source.

This is best accomplished with:

sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c

Change History (1)

comment:1 by Randy McMurchy, 18 years ago

Milestone: future6.2
Resolution: fixed
Status: newclosed

This bug was fixed in commit R5447. Closing the bug for Bruce.

Note: See TracTickets for help on using tickets.