AWS Thinkbox Discussion Forums

[Linux]: Suppress repetitive log messages

On Linux, all of the Deadline apps echo this to the terminal several times during startup, and regularly over the course of running:

System.Net.Sockets.SocketOptionName 0x1b is not supported at IPv6 level

Are these messages something that can be suppressed, or are they generated uncontrollably by something lower-level in the .NET runtime? They don’t really serve any purpose, but simply add superfluous lines to the log.

Thanks,

-Nathan

They’re generated by mono and we can’t control them. However, we think we’ll just set this socket option on Windows only starting with beta 7. This warning always gets printed on Linux and OSX, and the mono source code shows that there is no way to really map this specific setting to the native socket.

Perfect, thanks Ryan.

Privacy | Site terms | Cookie preferences