From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CglGQ-0000wi-5L for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:45:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CglGO-0000vz-RY for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:45:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CglGO-0000vw-OK for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:45:24 -0500 Received: from [147.102.222.230] (helo=ulysses.noc.ntua.gr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cgl5h-0003Zh-Hd for qemu-devel@nongnu.org; Tue, 21 Dec 2004 09:34:21 -0500 Received: from dblab.ece.ntua.gr (ithaca.dbnet.ece.ntua.gr [147.102.12.1]) by ulysses.noc.ntua.gr (8.13.1/8.13.1) with ESMTP id iBLEYIQL092391 for ; Tue, 21 Dec 2004 16:34:18 +0200 (EET) (envelope-from estama@dblab.ece.ntua.gr) Received: from [147.102.12.173] (dhcp-173.dbnet.ece.ntua.gr [147.102.12.173]) by dblab.ece.ntua.gr (8.12.11/8.12.11) with ESMTP id iBLEY61A026216 for ; Tue, 21 Dec 2004 16:34:06 +0200 (EET) (envelope-from estama@dblab.ece.ntua.gr) Message-ID: <41C834E1.2020003@dblab.ece.ntua.gr> Date: Tue, 21 Dec 2004 16:36:17 +0200 From: Elefterios Stamatogiannakis MIME-Version: 1.0 References: <20041215134754.GA28410@100tka.net> <20041215145903.GA29957@100tka.net> <20041215234503.GA12778@jbrown.mylinuxbox.org> <20041217195627.A38776@saturn.kn-bremen.de> <20041218040428.GA31934@jbrown.mylinuxbox.org> <1103404056.21895.83.camel@aragorn> <1103524011.18528.834.camel@aragorn> <1103565756.18531.838.camel@aragorn> <41C76080.3000707@bellard.org> In-Reply-To: <41C76080.3000707@bellard.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Testing with Win2k SP3 and Win2kSP4 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I recently tested qemu. The configuration i used: Host: Win2k SP4 Guests tested: Win2k SP3 and Win2k SP4 Network: User-net Command Line used: START /MIN qemu.exe -L . -pci -localtime -cirrusvga -user-net -boot c -hda image.dsk Qemu version: Nightly builds on freeoszoo during the last week. Guest win2k was installed using qemu and an image of Win2kSP3 made using real hardware. This image has been tested at least 40 times on a wide array of hardware and it works without problems. Summary of problems: -Windows update doesn't work due to failed Schannel (SSL and others channel implementation). Maybe schannel depends on hardware to gather entropy? -Microsoft installer doesn't work. Has anybody else tested Qemu with Win2k SP>2 guest and usernet? Any similar problems? Any suggestions? Linux as a guest works perfectly under qemu. Detailed description: -"Antivir Guard" antivirus keeps trying to enable itself. The tray icon switches on and off constantly. I disabled it. -"Microsoft Installer fails". Ms office cannot open as a result of this. When the image goes into a new computer, the first time somebody tries to open an office application the Installer gets invoked. Installer fails under qemu so Word cannot open. An event log for failed msiinstaller concerning auto update follows. Event Log for Installer: Source MsiInstaller, Type:Error, Event ID:10000 The description for Event ID ( 10000 ) in Source ( MsiInstaller ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messafes from a remote computer. The following information is part of the even: Product: Microsoft Windows Update Auto Update -- Microsoft Windows Update Auto Update requires Windows 2000 SP2 or Windows XP., (NULL), (NULL), (NULL), (NULL), (NULL), (NULL) -Windows cannot display "Add/Remove Programs". This seems to be tied to the above. -Schannel fail For some reason schannel fails. This blocks Windows Update: Error Log: --Schannel Source: Schannel, Type:Error, Event ID:36865 A fatal error occured while opening the system RSA cryptographi module. Operations that require the SSL or TLS cryptographi protocols will not work correctly. The error code is 0x57. --Windows Update Windows Update Error Windows Update has encountered an error. This may be due to a discrepancy in your computer's time setting. Hope the above are helpfull. teris.