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
I'm encountering an error when trying to build Malboxes. The error message is "winrm_username must be specified". This suggests that the winrm_username variable is not defined in my Packer configuration.
Steps to Reproduce
Install Malboxes via pip.
Run the command to build Malboxes.
Observe the error message.
Expected Behavior
Malboxes should build successfully without any errors.
Actual Behavior
The build process fails with the error message "winrm_username must be specified".
Environment
Malboxes version: 0.5.0
Packer version: 1.10.0
Vagrant version: 2.4.0
VirtualBox version: 7.0.12r159484
Python version: Python 3.11.5
Operating System: Windows 11 Home, Version 22H2, OS build 22621.2861
Processor: 13th Gen Intel(R) Core(TM) i7-13650HX, 2.60 GHz
Installed RAM: 32.0 GB (31.7 GB usable)
System type: 64-bit operating system, x64-based processor
Additional Information
I've checked the Packer templates in the malboxes/templates/ directory and couldn't find the winrm_username variable. I've also checked the Malboxes configuration and it doesn't seem to define the winrm_username variable. I'm not sure where this variable is supposed to be defined.
The full error message I'm seeing is as follows:
Generating configuration files...
Configuration files are ready
Starting packer to generate the VM
----------------------------------
Error: Failed to prepare build: "virtualbox-iso"
1 error(s) occurred:
* winrm_username must be specified.
----------------------------------
packer completed with return code: 1
Packer failed. Build failed. Exiting...
Any help would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Unfortunately, we are not doing a lot with Malboxes lately and we have no plans doing so. You should probably use Flare-VM instead: https://github.com/mandiant/flare-vm
Unfortunately, we are not doing a lot with Malboxes lately and we have no plans doing so. You should probably use Flare-VM instead: https://github.com/mandiant/flare-vm
ok, thank you.
for ease of use i switched to remNUX, but ill check flareVM out
I'm encountering an error when trying to build Malboxes. The error message is "winrm_username must be specified". This suggests that the
winrm_username
variable is not defined in my Packer configuration.Steps to Reproduce
Expected Behavior
Malboxes should build successfully without any errors.
Actual Behavior
The build process fails with the error message "winrm_username must be specified".
Environment
Additional Information
I've checked the Packer templates in the
malboxes/templates/
directory and couldn't find thewinrm_username
variable. I've also checked the Malboxes configuration and it doesn't seem to define thewinrm_username
variable. I'm not sure where this variable is supposed to be defined.The full error message I'm seeing is as follows:
Any help would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: