You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Habitat binary hab.exe is triggering Symantec Protection saying "too few users". I believe we should contact Symantec and get this binary whitelisted/granted an exclusion for.
Windows version: 10 Version 1809
Symantec version: 14.2 Build 1031
Rules last updated: 09/26/2019
How to reproduce:
Download Habitat 0.85 zip from download site, unzip and try to run hab.exe from command line. Screenshots attached.
In order to help us troubleshoot the issue, please be sure to include the following information if applicable:
The OS (including version) where you are running any of the Habitat commands.
Debug/backtrace of the command you are trying to run. You can set the following environment variables before running the hab command to generate a trace:
Current Habitat environment variables where the hab command or supervisor is running. These can be gathered using:
env | grep HAB | grep -v HAB_AUTH_TOKEN
DO NOT include HAB_AUTH_TOKEN or any other sensitive information. More info on Habitat environment variables can be found here.
If you're running into problems with the Habitat Studio, please use the env | grep ... command specified above to include environment variables:
a. before starting the studio
b. inside the studio
If this is a key related issue, please include the list of files (including user/group permissions) in /hab/cache/keys and $HOME/.hab/cache/keys via ls -la.
# Linux/MacOS
ls -la /hab/cache/keys
ls -la $HOME/.hab/cache.keys
# Windows (Powershell 5+)
ls C:\hab\cache\keys
The text was updated successfully, but these errors were encountered:
subhro
changed the title
Habitat Windows Zip documentation incorrect
Habitat binary detected as threat
Sep 27, 2019
Habitat binary hab.exe is triggering Symantec Protection saying "too few users". I believe we should contact Symantec and get this binary whitelisted/granted an exclusion for.
Windows version: 10 Version 1809
Symantec version: 14.2 Build 1031
Rules last updated: 09/26/2019
How to reproduce:
Download Habitat 0.85 zip from download site, unzip and try to run hab.exe from command line. Screenshots attached.
In order to help us troubleshoot the issue, please be sure to include the following information if applicable:
The OS (including version) where you are running any of the Habitat commands.
Debug/backtrace of the command you are trying to run. You can set the following environment variables before running the
hab
command to generate a trace:Current Habitat environment variables where the
hab
command or supervisor is running. These can be gathered using:HAB_AUTH_TOKEN
or any other sensitive information. More info on Habitat environment variables can be found here.env | grep ...
command specified above to include environment variables:If this is a key related issue, please include the list of files (including user/group permissions) in
/hab/cache/keys
and$HOME/.hab/cache/keys
vials -la
.The text was updated successfully, but these errors were encountered: