http://bugs.winehq.org/show_bug.cgi?id=33621
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Status|UNCONFIRMED |NEW URL| |http://www2.research.att.co | |m/~gsf/download/uwin/uwin.h | |tml CC| |dank@kegel.com Ever Confirmed|0 |1 Severity|critical |normal
--- Comment #1 from Dan Kegel dank@kegel.com 2013-05-19 19:31:39 CDT --- I ran the installer and saw the spam. Oddly, it continued even after the installer seemed. ps showed that
C:\Program Files\UWIN\usr\etc\ums.exe
is still active. Two files were growing constantly in ~/.wine/drive_c/Program Files/UWIN: var/log/ums, and var/etc/passwd.uwin. It's not happy. The logfile says
2013-05-19+17:04:24 39 0 650 NetUserGetInfo sys="(null)" name="Guest" failed [2221:The username could not be found] 2013-05-19+17:04:24 39 0 785 user_enum local unable to get the passwd entry of Guest 2013-05-19+17:04:24 39 1 774 user_enum local sequence ret=0 dwRead=3 2013-05-19+17:04:24 39 0 650 NetUserGetInfo sys="(null)" name="dank" failed [2140:Unknown error code 2140] 2013-05-19+17:04:25 39 0 785 user_enum local unable to get the passwd entry of dank 2013-05-19+17:04:25 39 0 650 NetUserGetInfo sys="(null)" name="Administrator" failed [2221:The username could not be found] 2013-05-19+17:04:25 39 0 785 user_enum local unable to get the passwd entry of Administrator ...
forever, and var/etc/passwd.uwin says
Global\UWIN.mutex.init.running.75 + Global\UWIN.event.init.restart status=WAIT_FAILED [6:Invalid handle] 2013-05-19+17:12:49 31 1001 1 16 39 0 (ums) sig.c:932: init Global\UWIN.mutex.init.running.75 + Global\UWIN.event.init.restart status=WAIT_FAILED [6:Invalid handle] ...
forever.
The failing code in uwin seems to be the call http://www2.research.att.com/~gsf/cgi-bin/git/gitweb.cgi?p=uwin;a=blob;f=src... to the function http://www2.research.att.com/~gsf/cgi-bin/git/gitweb.cgi?p=uwin;a=blob;f=src...
in case anyone wants to try to make it happy.
BTW I see this bug was prompted by a potential uwin developer who wants to be able to develop without having a copy of windows, http://www.mail-archive.com/uwin-users@lists.research.att.com/msg00046.html which seems like a noble cause :-)