site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cn38rwKLfdsMeHn50SKQjt3SJjAJlVhxQuez9YUHNwwy4H40MH/mGX+mLWa4p/Cjf+5Oj8J0vQtCtErsrLzh2JqPkANNtPMNi+nzvvUVSBulV9B9d0tq/Z7VpEtplRRGX0z1pWirspoxULWyXRoG+2rANbpqqM/AiIPCUIiDOsU= Found device class "IOSCSILogicalUnitNub" using STUC. IOCreatePlugInInterfaceForService returned -536870201 This may not help that much, but you should determine what "-536870201" means. Here's what I did: $ gdb GNU gdb 6.3.50-20050815 (Apple version gdb-563) (Wed Jul 19 05:17:43 GMT 2006) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin". (gdb) p/x -536870201 $1 = 0xe00002c7 (gdb) q Experience tells me that an error starting with 0xe000... is likely to be found in IOKIt. $ grep -riI 2c7 /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers/IOReturn.h:#define kIOReturnUnsupported iokit_common_err(0x2c7) // unsupported function So IOCreatePlugInInterfaceForService returned "unsupported function" I don't have more than that to offer. Good luck figuring out your problem. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On 9/20/06, Yogesh Pahilwan <pahilwan.yogesh@spsoftindia.com> wrote: This email sent to site_archiver@lists.apple.com