hwmond: Could not convert interface name
It’s funny how a generic error like this one is poorly referenced on google… “Could not convert interface name” returns no more than 8 results… None of them giving any hint on how to solve this issue. I guess Google’s not my friend anymore.
1. The log
19/01/10 19:40:08 hwmond[917] could not convert interface name
19/01/10 19:40:08 hwmond[917] could not convert interface name
19/01/10 19:40:14 hwmond[917] could not convert interface name
19/01/10 19:40:14 hwmond[917] could not convert interface name
19/01/10 19:40:20 hwmond[917] could not convert interface name
19/01/10 19:40:20 hwmond[917] could not convert interface name
19/01/10 19:40:26 hwmond[917] could not convert interface name
19/01/10 19:40:26 hwmond[917] could not convert interface name
19/01/10 19:40:32 hwmond[917] could not convert interface name
19/01/10 19:40:32 hwmond[917] could not convert interface name
19/01/10 19:40:38 hwmond[917] could not convert interface name
19/01/10 19:40:38 hwmond[917] could not convert interface name
19/01/10 19:40:44 hwmond[917] could not convert interface name
19/01/10 19:40:44 hwmond[917] could not convert interface name
19/01/10 19:40:50 hwmond[917] could not convert interface name
2. Troubleshooting
3. Before

4. After
19/01/10 19:40:50 /usr/sbin/serialnumberd[268] Responding to network change notification.
19/01/10 19:40:50 /usr/sbin/serialnumberd[268] Responding to network change notification.
19/01/10 19:40:50 fsmpm[227] PortMapper: launching configuration reload thread
19/01/10 19:40:50 fsmpm[227] PortMapper: fsmpm configuration reload initiated (flags FFFFFFFF)
19/01/10 19:40:50 fsmpm[227] PortMapper: fsmpm configuration reload complete
19/01/10 19:40:50 DirectoryService[26] GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database)
19/01/10 19:40:50 DirectoryService[26] GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database)
19/01/10 19:40:50 DirectoryService[26] GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database)
19/01/10 19:40:52 /usr/sbin/serialnumberd[268] Responding to network change notification.
19/01/10 19:40:52 fsmpm[227] PortMapper: launching configuration reload thread
19/01/10 19:40:52 fsmpm[227] PortMapper: fsmpm configuration reload initiated (flags FFFFFFFF)
19/01/10 19:40:52 fsmpm[227] PortMapper: fsmpm configuration reload complete
19/01/10 19:40:52 fsmpm[227] PortMapper: fsmpm configuration reload complete
19/01/10 19:40:57 com.apple.KerberosAutoConfig[966] Kerberos configuration is up to date
19/01/10 19:40:57 com.apple.KerberosAutoConfig[966] Kerberos configuration is up to date
19/01/10 19:41:15 /usr/sbin/ocspd[968] starting

5. References
if (_SC_cfstring_to_cstring(interfaceName, ifm->ifm_name, sizeof(ifm->ifm_name), kCFStringEncodingASCII) == NULL) {
SCLog(TRUE, LOG_ERR, CFSTR("could not convert interface name"));
goto done;
}
http://www.opensource.apple.com/source/configd/configd-289.2/SystemConfiguration.fproj/LinkConfiguration.c
