http://bugs.winehq.org/show_bug.cgi?id=33633
Bug #: 33633 Summary: [uwin] Running ksh93 in wineconsole gives lots of warnings Product: Wine Version: 1.5.30 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: simon.toedt@gmail.com Classification: Unclassified
Running ksh93 (Korn Shell 93) from the UWIN (Unix emulation on Windows) toolkit in the wine console gives a lot of warnings.
The goal is to use WINE for automated testing without having to fire up a full blown Windows system each time in VMware or real iron.
Steps to test: 1. Install UWIN:
wget --http-user="I accept www.opensource.org/licenses/eclipse"
--http-passwd="." 'http://www2.research.att.com/~gsf/download/beta/uwin-base.2013-02-08.win32.i...'
wine uwin-base.2013-02-08.win32.i386.exe
2. Run Windows/UWIN version of ksh93: wineconsole 'C:\Program Files/UWIN/usr/bin/ksh.exe'
wineconsole output is this: ================= log file write failed -- remaining messages will be to the standard error 2013-05-21+12:22:53 76 2432 1 4d 24 0 (UWIN) sid.c:538: SetTokenInformation failed [1:Invalid function] 2013-05-21+12:23:02 76 2432 1 4d 24 0 (UWIN) spawnve.c:810: waitmsg: line=894 slot=24 pid=4c-2432 ppid=1 state=RUNNING threadid=0 inexec=0x10 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] 2013-05-21+12:22:53 76 2432 1 4d 24 0 (UWIN) sid.c:538: SetTokenInformation failed [1:Invalid function] 2013-05-21+12:23:02 76 2432 1 4d 24 0 (UWIN) spawnve.c:810: waitmsg: line=894 slot=24 pid=4c-2432 ppid=1 state=RUNNING threadid=0 inexec=0x10 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c: okenInformation failed [1:Invalid function] 2013-05-21+12:23:02 76 2432 1 4d 24 0 (UWIN) spawnve.c:810: waitmsg: line=894 slot=24 pid=4c-2432 ppid=1 state=RUNNING threadid=0 inexec=0x10 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState 2013-05-21+12:23:02 76 2432 1 4d 24 0 (UWIN) spawnve.c:810: waitmsg: line=894 slot=24 pid=4c-2432 ppid=1 state=RUNNING threadid=0 inexec=0x10 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState waitmsg: line=894 slot=24 pid=4c-2432 ppid=1 state=RUNNING threadid=0 inexec=0x10 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState 0 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState 2013-05-21+12:23:02 76 2432 1 4d 24 0 (ksh) sid.c:538: SetTokenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState kenInformation failed [1:Invalid function] $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState $ 2013-05-21+12:23:03 76 2432 1 4d 24 0 (ksh) fsnt.c:3396: SetNamedPipeHandleState etNamedPipeHandleState
=================
wine version is wine-1.5.30. Wine versions older than wine-1.5.30 may not work as described in bug 33619.