Re: ioctl(_IOR,'t',19,44) messages
Re: ioctl(_IOR,'t',19,44) messages
- Subject: Re: ioctl(_IOR,'t',19,44) messages
- From: Justin McKillican <email@hidden>
- Date: Wed, 2 Apr 2008 01:48:52 -0400
Hi,
Thanks for getting back to me. I've narrowed it down to a program
being run inside Crossover/wine, I guess the confusion is that I've
been using same version of Crossover and my application inside
Crossover for months and I've only started seeing these messages a
week ago.
thanks again,
-justin
On Apr 2, 2008, at 1:07 AM, Godfrey van der Linden wrote:
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 */
Godfrey
On 2008-03-31, at 11:32 , Justin McKillican wrote:
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?
thanks,
-justin
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?
Godrey
On 2008-03-30, at 22:15 , Justin McKillican wrote:
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.
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden