Seite 1 von 2

XP x64

Verfasst: 12 Dez 2014, 22:54
von SisterOfMercy
Uhhh, since OPSI 4.0.5 the DosInAnIcon and Winbatch /64Bit sections seem to hang on Windows XP x64.

First I got problems with mozilla-firefox, which uses DosInAnIcon. I tried to reinstall that VM, because it got filled up with junk. Now my xp64-custom package also doesn't work any more, which hasn't been changed in quite a while.

Other packages hang as well:

Code: Alles auswählen

[5] [Dec 12 22:21:16:171] [gce-settings]   
[5] [Dec 12 22:21:16:171] [gce-settings]   Execution of Registry_remove_netframework3_wpf
[6] [Dec 12 22:21:16:171] [gce-settings]     Executing cmd64.exe /c "reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@microsoft.com/WPF,version=3.5" /f
Am I getting bitten by my own 'fix'? :o :( :oops:

edit 1: (and yes, it is missing the " after the /f in the log... )

edit 2: The same package in W7 does not hang:
[5] [Dec 12 22:56:14:195] [gce-settings] Execution of Registry_remove_netframework3_wpf
[6] [Dec 12 22:56:14:195] [gce-settings] Info: Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@microsoft.com/WPF,version=3.5] could not be opened by RegOpenKeyEx, Errorno 2 "The system cannot find the file specified.<"
[6] [Dec 12 22:56:14:195] [gce-settings] Registry key [HKEY_LOCAL_MACHINE\] opened
[6] [Dec 12 22:56:14:195] [gce-settings] Info: key "SOFTWARE\MozillaPlugins\@microsoft.com/WPF,version=3.5" not found
[6] [Dec 12 22:56:14:195] [gce-settings] Key closed
[6] [Dec 12 22:56:14:195] [gce-settings] Registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\Extensions] opened
[6] [Dec 12 22:56:14:195] [gce-settings] Variable "{20a82645-c095-46ed-80e3-08825760534b}" not found. Code: 2
[6] [Dec 12 22:56:14:195] [gce-settings] Key closed

Re: XP x64

Verfasst: 16 Dez 2014, 10:16
von wolfbardo
mmh, our focus is not really on XP 64, but nevertheless our standard tests/products perform normal on XP 64.

For installing mozilla-firefox you dont need any /64Bit Option.

Could you please provide more detailled examples/scripts/logs of mixbehaviour on XP 64?

regards,
Bardo Wolf

Re: XP x64

Verfasst: 17 Dez 2014, 01:43
von SisterOfMercy

Code: Alles auswählen

[5] [Dec 12 22:21:16:171] [gce-settings]   Execution of Registry_remove_netframework3_wpf
[6] [Dec 12 22:21:16:171] [gce-settings]     Executing cmd64.exe /c "reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@microsoft.com/WPF,version=3.5" /f
[3] [Dec 13 16:31:41:671] [gce-settings]     exception in BuildPC: walk through all products  Out of memory
[6] [Dec 13 16:31:41:687] [gce-settings]     Registry key [HKLM\SOFTWARE\opsi.org\winst]  opened
[6] [Dec 13 16:31:41:687] [gce-settings]                 Variable "RebootRequested"  is keeping its value "0"
[6] [Dec 13 16:31:41:687] [gce-settings]                 Variable "LastLogFilename"  is keeping its value "c:\opsi.org\log\opsi-script.log"
I kept the thing running during the weekend, and it took a while, but the script ended.. "exception in BuildPC: walk through all products Out of memory" Whut?

Anyway, I will zip all logfiles and upload it somewhere. Will also try a different XP x64 VM. Might be some freak error.
32-bit XP gives no problems :-)

Re: XP x64

Verfasst: 17 Dez 2014, 21:44
von SisterOfMercy
SisterOfMercy hat geschrieben:Anyway, I will zip all logfiles and upload it somewhere. Will also try a different XP x64 VM. Might be some freak error.
A different XP x64 VM (on a different host) gives exactly the same results:
Bild
A thingie in the lower left window, and hangs like this for about a day.

logfiles: http://gcecad-service.nl/downloads/xp64 ... -error.zip

Will try without some /64Bit options.

Re: XP x64

Verfasst: 17 Dez 2014, 22:46
von wolfbardo
Thanks for the logs.

Could you also provide the script
"p:\gce-settings\setup3264.ins" or the relevant parts of it?

regards,
Bardo Wolf

Re: XP x64

Verfasst: 18 Dez 2014, 10:50
von wolfbardo
opsi-winst-test on XP 64 hangs also on

Code: Alles auswählen

  Executing cmd64.exe /c "reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\opsi.org\opsi-winst-test" /f
I open in internal ticket for this issue,

regards,
Bardo Wolf

Re: XP x64

Verfasst: 18 Dez 2014, 13:49
von SisterOfMercy
wolfbardo hat geschrieben:Could you also provide the script
"p:\gce-settings\setup3264.ins" or the relevant parts of it?
http://www.gcecad-service.nl/downloads/setup3264.ins

It's a bit of a mess, it's the script I use to deploy various settings, and can be run multiple times. Don't get upset about the opsi 4.0.5 part, I didn't read the manual enough, and had to disable UAC again. The wake-on lan is very handy BTW.

Re: XP x64

Verfasst: 20 Dez 2014, 01:57
von SisterOfMercy
wolfbardo hat geschrieben:opsi-winst-test on XP 64 hangs also on

Code: Alles auswählen

  Executing cmd64.exe /c "reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\opsi.org\opsi-winst-test" /f
Remember this one?
viewtopic.php?p=27061#p27061
Is it easy to revert that change for NT5 and try again?

Re: XP x64

Verfasst: 23 Dez 2014, 16:05
von d.oertel
Hi,

Thank you for the bug report.
You was right - it was your patch ....

the code:

Code: Alles auswählen

commandline := 'cmd64.exe /c "reg delete "'+key_completepath+'" /f';
did not really include the /f. So the system hangs by asking for permission.
The following fix seems to help:

Code: Alles auswählen

commandline := 'cmd64.exe /c "reg delete ""'+key_completepath+'"" /f';
The fix is here:
http://download.uib.de/opsi4.0/experime ... .15-1.opsi

Please give feed back.

regards
d.oertel

Re: XP x64

Verfasst: 28 Dez 2014, 01:03
von SisterOfMercy
d.oertel hat geschrieben:You were right - it was your patch ....
Great! Seems I'm the best programmer in teh world! :oops:
d.oertel hat geschrieben:Please give feed back.
It works! I can't believe it! And they said imitation diamond wasn't good enough! (quote from a very good game from a while ago).

Thanks for the fix! Also a lot of thanks for making configed a lot faster!