Hi, possibly silly question. Do you need a windows...
# fleet
g
Hi, possibly silly question. Do you need a windows machine to generate the fleet packages? Command I'm running on macOS
fleetctl package --type msi --fleet-desktop --fleet-url=<https://fleet.onrender.com> --enroll-secret=someecret
Copy code
Error:
Generating your osquery installer...
Windows Installer XML Toolset Toolset Harvester version
Copyright (c) .NET Foundation and contributors. All rights reserved.


=================================================================
	Native Crash Reporting
=================================================================
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

=================================================================
	Managed Stacktrace:
=================================================================
=================================================================
wine client error:29: write: Bad file descriptor
Error: package root files: heat failed: exit status 1
g
Greetings @Guy, Would you be running Apple Silicon? The package builder does also need Docker running. Also, there is known issue with trying to build packages on Apple Silicon and other OS, that you need to attempt a few times before it goes through and eventually builds the package successfully.
g
@Grant Bilstad I have docker and yes I do have AS machine
Hmm, no amount of repeats makes it work
I deleted all the images and containers, updated to the latest version of Docker and then that worked. Thanks @Grant Bilstad
g
Awesome @Guy, thanks for posting what ended up working 👍