site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Godfrey On 2008-03-31, at 11:32 , Justin McKillican wrote: thanks, -justin Godrey On 2008-03-30, at 22:15 , Justin McKillican wrote: System is: 10.5.2 (x86), Mac Pro, SATA drive on disk0. thanks, -justin _______________________________________________ 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/gvdl%40mac.com _______________________________________________ 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... Somebody is issuing a TIOCGETA against the disk0s2 block storage which needless to say is a no-no. lsof may give you a bit of a hint but it looks to me as if somebody has confused a disk with a tty device, they are not the same thing at all. ttycom.h:#define TIOCGETA _IOR('t', 19, struct termios) / * get termios struct */ I'm not running anything of my own, oddly enough I've noticed this spamming my console (every few seconds) while playing some World of Warcraft. Would you know of a way to track down what's sending those commands? On Mar 31, 2008, at 2:02 PM, Godfrey van der Linden wrote: Some software appears to be sending serial port ioctl's to disk drive 0 and the disk drive is complaining about it. Do you have any of your own software running? I'm getting the following in my console and I'm wondering if someone could help me or point me to the proper list if this isn't the right one: 3/30/08 10:54:55 PM kernel disk0s2: ioctl(_IOR,'t',19,44) is unsupported. 3/30/08 10:54:55 PM kernel disk0s2: ioctl(_IOR,'t',19,44) is unsupported. 3/30/08 10:56:22 PM kernel disk0s2: ioctl(_IOR,'t',19,44) is unsupported. 3/30/08 10:56:22 PM kernel disk0s2: ioctl(_IOR,'t',19,44) is unsupported. I'm trying to determine if this means some sort of hardware failure or driver failure. This email sent to gvdl@mac.com This email sent to site_archiver@lists.apple.com