jlk
08/04/2022, 5:05 PM$ fleetctl package --type=msi --fleet-url=<https://my.net> --enroll-secret=asklfasdf
Generating your osquery installer...
Windows Installer XML Toolset Toolset Harvester version
Copyright (c) .NET Foundation and contributors. All rights reserved.
heat.exe : error HEAT5052 : The directory 'Z:\var\folders\zl\0hhbn0j13hn2znwtcjxd_h_h0000gn\T\orbit-package1632196701\root' could not be found.
Error: package root files: heat failed: exit status 188
$ fleetctl -v
fleetctl - version 4.18.0
marnin
08/04/2022, 5:10 PMfleetctl package --type=msi --fleet-url=<https://domain> --enroll-secret=4gxx
Generating your osquery installer...
Error: package root files: heat failed: exec: "docker": executable file not found in $PATH
jlk
08/04/2022, 5:10 PMzwass
jlk
08/04/2022, 9:01 PMzwass
jlk
08/04/2022, 10:25 PMorbit/pkg/packaging/wix/wix.go
?zwass
jlk
08/04/2022, 11:41 PM$ docker run --rm --platform linux/amd64 \
--volume /var/folders/zl/0hhbn0j13hn2znwtcjxd_h_h0000gn/T/orbit-package2418274671:/var/folders/zl/0hhbn0j13hn2znwtcjxd_h_h0000gn/T/orbit-package2418274671 \
fleetdm/wix:latest \
heat dir '\var\folders\zl\0hhbn0j13hn2znwtcjxd_h_h0000gn\T\orbit-package2418274671\root' \
-out '\var\folders\zl\0hhbn0j13hn2znwtcjxd_h_h0000gn\T\orbit-package2418274671\heat.wxs' \
-gg -g1 -cg OrbitFiles -scom -sfrag -srd -sreg -dr ORBITROOT -ke
Windows Installer XML Toolset Toolset Harvester version
Copyright (c) .NET Foundation and contributors. All rights reserved.
heat.exe : error HEAT5052 : The directory 'Z:\var\folders\zl\0hhbn0j13hn2znwtcjxd_h_h0000gn\T\orbit-package2418274671\root' could not be found.
$ docker context list
NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR
colima * moby colima unix:///Users/jlk/.colima/default/docker.sock
default moby Current DOCKER_HOST based configuration unix:///var/run/docker.sock <https://localhost:6443> (default) swarm
desktop-linux moby unix:///Users/jlk/.docker/run/docker.sock
$ docker context use default
default
$ docker run --rm --platform linux/amd64 \
--volume /var/folders/zl/0hhbn0j13hn2znwtcjxd_h_h0000gn/T/orbit-package2418274671:/var/folders/zl/0hhbn0j13hn2znwtcjxd_h_h0000gn/T/orbit-package2418274671 \
fleetdm/wix:latest \
heat dir '\var\folders\zl\0hhbn0j13hn2znwtcjxd_h_h0000gn\T\orbit-package2418274671\root' \
-out '\var\folders\zl\0hhbn0j13hn2znwtcjxd_h_h0000gn\T\orbit-package2418274671\heat.wxs' \
-gg -g1 -cg OrbitFiles -scom -sfrag -srd -sreg -dr ORBITROOT -ke
Windows Installer XML Toolset Toolset Harvester version
Copyright (c) .NET Foundation and contributors. All rights reserved.
$
So something picky in there. I gotta focus on some other things for a bit, but any issue if I open a gh issue w/ colima on this?zwass
jlk
08/05/2022, 4:02 PMzwass