-
-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conemu Chocolatey Package 16.7.7.0 hangs in a background. #766
Comments
Please try to download manually current and previous release installers (from releases section). That is strange, may be changes in chocolatey, because ConEmu installation scripts (MSI and nuget) weren't changed. |
I am cuurently in a test phase.Manual installation seems to be ok (after killing hanged process conemusetup_, and ruby_) |
Craziness... Can you run ProcessMonitor to track what happens when hang occurs? |
BTW, ConEmuSetup doesn't run Ruby... |
The process run like this: Foreman=>puppet=>Chocolatey=>conemusetup.
|
Do you mean this foreman? |
CPU stays at 0%, mem used for ConEmu installer stays at 0,7 MB. Foreman: https://theforeman.org/ Running chocolatey with previous version (16.6.19.0) with -force hungs as well. |
Tested, removed all version of conemu. Installing from puppet/chocolatey hangs. |
Installer is a bootstrap for MSI.
In theory, ConEmuSetup may show error message box if some problem occurs, but I'm almost sure it must not do that in automatic mode used by choco. Look at process tree in ProcessExplorer, use ProcessMonitor to check process activity as I've suggest before. Also, you may unpack msi+cab manually (run |
I've included 2 printscreens: About the last point (test with msi/cab) I will be able to get back to this issue in a couple of days, but as for now I have to clean all servers. |
No, ConEmuSetup.exe is saved by choco in system temp. But msi+cab are extracted to another temp dir, returned by GetTempPath API function and creates there new unique subfolder ConEmu.XXXXXX, where extract files. |
Apologies, misunderstood. |
In my case, files are located in c:\users\name\appdata\local\temp... |
Yes, if I am running choco manually from my account, your path is true. But when I left it to run under system account, there are no files/directories with those names in c:\windows\temp, which should be default tempdir for local system account. |
Has it ever been working before? |
Yes, it worked perfectly, and because your ConEmu is such great tool, i just replaced cmd with conemu on all our machines. |
Maybe something like this: chocolatey/choco#826 |
* Don't show MessageBox in auto mode (chocolatey, autoupdate); * Log error messages to log-file in the exe's folder; * In case TEMP directory is inaccessible, just use exe's folder.
Hi Maximus5 |
New version behaves different way. What is the process tree at "hang" state? No sense to create msi packages, I have already three different packages, two more? When I've checked on my PC, there were no problem while installing from System account. |
Will check.Currently I pinned down all version from latest to 16.07.07 |
Hi Maximus5. From logs:
Which looks exactly like chocolatey/choco#826, but on your installer level. Packed logs: https://dl.dropboxusercontent.com/u/6066664/16.7.10.0.zip |
Hi Maximus5
|
Thanks! |
Looks like this issue is gone now. |
Versions
ConEmu build: 16.7.7.0 x64
OS version: Windows 2012R2 x64, WIndows 8/8.1 x64 Windows 10 x64
Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): ???
cmd, puppet
Problem description
when upgrading from previous chocolatey version (16.6.19) conemusetup just hangs. After timeout package is auto-removed from installed packages (by chocolatey).
Tested with other conemu window open/closed - doesn't matter
Steps to reproduce
Actual results
Installing ConEmu... Chocolatey timed out waiting for the command to finish. The timeout specified (or the default value) was '2700' seconds. Perhaps try a higher
--execution-timeout
? Seechoco -h
for details. The install of conemu was NOT successful. Error while running 'C:\ProgramData\chocolatey\lib\ConEmu\tools\chocolateyInstall.ps1'. See log for details.Expected results
Silent upgrade
Additional files
Settings,
screenshots,
logs,
etc.
The text was updated successfully, but these errors were encountered: