Which errors are you referring to? The most frequent ones lately are the ones where the winetest package isn't available on the sourceforge osdn mirror. We are still asking people to download the tests from this location for particular test releases. I'd imagine the fix is simply to point the downloads at valid mirror for the file.
Chris
From: Ferenc Wagner wferi@afavant.elte.hu Date: 2004/07/26 Mon AM 07:57:51 EDT To: wine-devel@winehq.org CC: wine-patches@winehq.com, cmorgan@alum.WPI.EDU Subject: Re: WineHQ:service.cgi: fix winrash option
chmorgan@charter.net writes:
What is the service doing with winrash options btw? The installer stops, installs and starts the winrash service.
The installer uses /S for silent installs, otherwise it will try to popup windows. Are you sure the service isn't calling the installer with /S?
You are right, I was wrong. This patch is rubbish. I can't really understand the errors on wine-test-results. Have you got an idea what may have gone wrong? Aren't any functional winrash instances running? Is something broken in the service script? The documentation is somewhat scarce so I'm doing a slow start... -- Feri.
chmorgan@charter.net writes:
Which errors are you referring to? The most frequent ones lately are the ones where the winetest package isn't available on the sourceforge osdn mirror.
For example this:
Winrash version: winrash-0008-chris-msvc.exe [...] winetest = winetest-200407091000-kevin-mingw.zip winetest_history = Script: 8 total commands, current command is 6 0: error_url http://test.winehq.org/error 1: error_sleep 3600 2: download winetest-200407091000-kevin-mingw.zip http://osdn.dl.sourceforge.net/sourceforge/wine/winetest-200407091000-kevin-... 3: cookie winetest winetest-200407091000-kevin-mingw.zip 4: cookie winetest_history 5: unzip winetest-200407091000-kevin-mingw.zip --> 6: run winetest-200407091000-kevin-mingw.exe -c -t Cogman -u http://osdn.dl.sourceforge.net/sourceforge/wine/winetest-200407091000-kevin-... 7: sleep 300 Command in error: 6 Last error text: The system cannot find the file specified.
Does the above mean that the download was unsuccessful? Equally for "Last error text: %1 is not a valid Win32 application."? Then we don't need these messages (which could be improved at least).
Hmm, some still try to download winrash-0008 from the osdn mirror, which has been obsoleted for a long time. Why?
And service.cgi shouldn't pass the -u option to winetest anymore, I patched it out. At least I think so.
We are still asking people to download the tests from this location for particular test releases. I'd imagine the fix is simply to point the downloads at valid mirror for the file.
By editing service.cgi's database? You could ask Jer, his is very helpful if you can catch him on IRC. I wish there was some logging feature in service.cgi... I'll go deeper in a couple of days.