Sponsored Content
Operating Systems OS X (Apple) what does: "family specific matching fails" mean? Post 302310444 by micho.mad on Friday 24th of April 2009 08:50:34 PM
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

 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
h5repart(1)						      General Commands Manual						       h5repart(1)

NAME
h5repart - Repartitions a file or family of files. SYNOPSIS
h5repart [-v] [-V] [-[b|m]N[g|m|k]] source_file dest_file DESCRIPTION
h5repart splits a single file into a family of files, joins a family of files into a single file, or copies one family of files to another while changing the size of the family members. h5repart can also be used to copy a single file to a single file with holes. Sizes associated with the -b and -m options may be suffixed with g for gigabytes, m for megabytes, or k for kilobytes. File family names include an integer printf format such as %d. OPTIONS
-v Produce verbose output. -V Print a version number and exit. -bN The I/O block size, defaults to 1kB -mN The destination member size or 1GB source_file The name of the source file dest_file The name of the destination files SEE ALSO
h5dump(1), h5ls(1), h5diff(1), h5import(1), gif2h5(1), h52gif(1), h5perf(1) h5repart(1)
All times are GMT -4. The time now is 10:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy