Since a while now i get this error flooding xsession-errors log when i run wine on ubuntu i386:
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
i wonder if its a linux kernel message or a wine one ? and what to do ?
server_ioctl_file Unsupported ioctl 24000
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
server_ioctl_file Unsupported ioctl 24000
On Thu, Mar 1, 2012 at 7:23 AM, din99 <[email protected]> wrote:
watch them scroll by. If they really bother you, you can do the
following:
WINEDEBUG=-all wine <program name>
James
This is Wine's. If your program continues to work, do nothing butSince a while now i get this error flooding xsession-errors log when i run wine on ubuntu i386:
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0)
i wonder if its a linux kernel message or a wine one ? and what to do ?
watch them scroll by. If they really bother you, you can do the
following:
WINEDEBUG=-all wine <program name>
James
Re: server_ioctl_file Unsupported ioctl 24000
Sorry for digging this up but nowadays the kernel also logs this in dmesg, as well as syslog picking it up and putting it in /var/log/message
[1129996.435881] winecfg.exe: sending ioctl 5305 to a partition!
[1129996.436607] winecfg.exe: sending ioctl 5305 to a partition!
[1129996.459832] winecfg.exe: sending ioctl 5305 to a partition!
With programs like emule that almost continuously "scan" the drives it seems the logs get *flooded* with the message, and it's hard to actually read it without grepping them out, let alone the filesizes if you don't have logrotate managing your logs.
This is with wine-1.7.39 on Linux 3.19.0 (gentoo, amd64).
[1129996.435881] winecfg.exe: sending ioctl 5305 to a partition!
[1129996.436607] winecfg.exe: sending ioctl 5305 to a partition!
[1129996.459832] winecfg.exe: sending ioctl 5305 to a partition!
With programs like emule that almost continuously "scan" the drives it seems the logs get *flooded* with the message, and it's hard to actually read it without grepping them out, let alone the filesizes if you don't have logrotate managing your logs.
This is with wine-1.7.39 on Linux 3.19.0 (gentoo, amd64).