Skip to content
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

Missing config files after Windows install #1731

Open
MarcDoughty opened this issue Feb 26, 2025 · 0 comments
Open

Missing config files after Windows install #1731

MarcDoughty opened this issue Feb 26, 2025 · 0 comments

Comments

@MarcDoughty
Copy link

On a fully-updated Windows 10 and 11 (QEMU VM), the installation string from Sumo interface and the MSI both install the collector, but fail to create the necessary config folder and files under "C:\Program Files\Sumo Logic\OpenTelemetry Collector".

Subsequently, the service fails to start and otelcol-sumo emits "The system cannot find the file specified." and "Incorrect function" to the Application event log.

Installation string (run in elevated/admin Powershell):

> Set-ExecutionPolicy RemoteSigned -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; $uri = "https://github.com/SumoLogic/sumologic-otel-collector-packaging/releases/latest/download/install.ps1"; $path="${env:TEMP}\install.ps1"; (New-Object System.Net.WebClient).DownloadFile($uri, $path); . $path -InstallationToken "[REDACTED]==" -Tags @{"pizza.crust" = "thin"; "pizza.topping" = "mozzarella"} -RemotelyManaged $True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant