Closed
Bug 1202552
Opened 9 years ago
Closed 9 years ago
Mercurial 3.2.1 appears to try to install every GPO run
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: markco)
References
Details
We often have this in the process list of windows builders:
Mercurial-3.2.1-x64.exe *32
Mercurial-3.2.1-x64.tmp *32
They're not using any CPU time, and only a few KB of memory. I haven't checked the testers but they're getting the GPO too (bug 1110304).
C:\Windows\Temp has lots of is-?????.tmp dirs, containing files named Mercurial-3.2.1-x64.tmp. There are ~4700 on b-2008-ix-0128 dating back to a year ago, and using 2.6GB of space. The c:\mozilla-build\hg-update file contains:
2015-09-07 21:41:11.919 Log opened. (Time zone: UTC-07:00)
2015-09-07 21:41:11.919 Setup version: Inno Setup version 5.5.5 (u)
2015-09-07 21:41:11.919 Original Setup EXE: c:\gpo_files\Mercurial-3.2.1-x64.exe
2015-09-07 21:41:11.919 Setup command line: /SL5="$20024,9035008,116736,c:\gpo_files\Mercurial-3.2.1-x64.exe" /Silent /LOG="C:\mozilla-build\hg-update.log" /DIR="C:\mozilla-build\hg"
2015-09-07 21:41:11.919 Windows version: 6.1.7601 SP1 (NT platform: Yes)
2015-09-07 21:41:11.919 64-bit Windows: Yes
2015-09-07 21:41:11.919 Processor architecture: x64
2015-09-07 21:41:11.919 User privileges: Administrative
2015-09-07 21:41:11.922 64-bit install mode: Yes
2015-09-07 21:41:12.136 Created temporary directory: C:\windows\TEMP\is-JCH1L.tmp
2015-09-07 21:41:14.408 Message box (Yes/No):
C:\mozilla-build\hg\Mercurial.iniThe file already exists.Would you like Setup to overwrite it?
Updated•9 years ago
|
Assignee: relops → mcornmesser
Assignee | ||
Comment 1•9 years ago
|
||
It was trying install. It was even trying to install twice. The proper item level targeting was in place, but must had been corrected after the machines had picked up the two schedule tasks.
In GPO I added a delete schedule task. First to remove the Windows 8 task with item level targeting of OS is 2008 r2. Then a second task deletion of the actual installation task with item level targeting based off of a dll file specific to hg 3.2.1.
Spot checking I am not seeing either task anymore. Also ran a test install and the correct version of hg installed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•