what does: "family specific matching fails" mean?

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) what does: "family specific matching fails" mean?
# 1  
Old 04-24-2009
what does: "family specific matching fails" mean?

Hello,

I am running OS X 1.5.6 and after I had to force quit an application, I decided to look at the system log, not that I would understand anything, but anyway.
I found a bunch of scary lines that I condensed here.

Just wondering what all these mean. I mean is there a problem? or is it normal to have this type of message.


Code:
Apr 24 12:37:54 localhost kernel[0]: MCHC: family specific matching fails
 Apr 24 12:37:54 localhost kernel[0]: MCH2: family specific matching fails
 Apr 24 12:37:54 localhost kernel[0]: LPCB: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IMAP: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: SBUS: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: TRIM: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: NVPM: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: OHC1: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: EHC1: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: OHC2: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: EHC2: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: GIGE: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: SATA: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: RP01: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IXVE: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: P4MI: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: RP04: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: RP05: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: RP06: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: pci-bridge: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: GFX0: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IGPU: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: ARPT: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: FRWR: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: HDEF: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: GFX0: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IGPU: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: GFX0: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IGPU: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: MCHC: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IMAP: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: NVPM: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: LPCB: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: MCH2: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: HDEF: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: P4MI: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: SBUS: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: TRIM: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: GFX0: family specific matching fails
 Apr 24 12:37:55 localhost kernel[0]: IGPU: family specific matching fails
 Apr 24 12:37:56 localhost kernel[0]: GFX0: family specific matching fails
 Apr 24 12:37:56 localhost kernel[0]: IGPU: family specific matching fails
 Apr 24 12:37:56 localhost kernel[0]: IGPU: family specific matching fails
 Apr 24 12:37:56 localhost kernel[0]: GFX0: family specific matching fails

# 2  
Old 04-26-2009
I searched for that particular message in the net, and it looks like other people have seen the same, unfortunately nobody is suggesting what that might means. I think you can always go for Apple support and ask them exactly about your use case.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. Shell Programming and Scripting

Bash script fails with "function: not found" error

Hello everyone, I am having problems figuring this out. This script below is supposed to create a list of file names with their "md5sum", in a file "lib-list.txt" When I run it "sh component-list.sh " I get this:component-list.sh: 4: component-list.sh: function: not found component-list.sh:... (4 Replies)
Discussion started by: joemb
4 Replies

4. Shell Programming and Scripting

Substituting comma "," for dot "." in a specific column when comma"," is a delimiter

Hi, I'm dealing with an issue and losing a lot of hours figuring out how i would solve this. I have an input file which looks like this: ('BLABLA +200-GRS','Serviço ','TarifaçãoServiço','wap.bla.us.0000000121',2985,0,55,' de conversão em escada','Dia','Domingos') ('BLABLA +200-GRR','Serviço... (6 Replies)
Discussion started by: poliver
6 Replies

5. Programming

"make" fails on the first .f90 file it encounters: not creating .o files

i may be asking way too much here but i am not a programmer and not sure where to to turn. i have a program that i am trying to "make". but the compiler i am supposed to use gets nowhere. there are a bunch of .f90 files that are being processed as follows but it doesn't get past the first one: ... (1 Reply)
Discussion started by: crimso
1 Replies

6. UNIX for Dummies Questions & Answers

replace "," with "." only in specific columns of a file?

Hi all, I have this text file containing 9 columns separated by space. The 8th columns contains the numbers. C1 C2 C3 C4 C5 C6 C7 C8 C9 er rt yt gh iu nk il 0.07 xs yt lr ty bg iu zk nh 0,0005 lt ...etc. I want to replace the comma with full stop only in 8th coloumn. the output... (8 Replies)
Discussion started by: Unilearn
8 Replies

7. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

8. UNIX for Dummies Questions & Answers

#!/bin/sh script fails at StringA | tr "[x]" "[y]"

I need to take a string (stringA) check it for spaces and replace any spaces found with an equal (=) sign. This is not working. There are spaces between each component: $StringA | tr "" "" The error returned is: test: Specify a parameter with this command Can you help? (3 Replies)
Discussion started by: by_tg
3 Replies

9. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question