endless debug message loops while creating vm
siftuser opened this issue · 3 comments
siftuser commented
facing issue similar to #84
vmcloak init -d --verbose --win7x64 win7 --cpus 2 --ramsize 2048
Upon executing above command, same vmcloak DEBUG message repeats endlessly until manually aborted (CTRL+c)
INFO:vmcloak:Starting the Virtual Machine u'win7' to install Windows.
DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless']
. . .
<snip>
. . .
DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless']
samwakel commented
Did you give it a Windows ISO? I can't see it's mount location specified in your command
…-------- Original message --------
From: siftuser <notifications@github.com>
Date: 12/10/2020 11:52 PM (GMT+08:00)
To: hatching/vmcloak <vmcloak@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [hatching/vmcloak] endless debug message loops while creating vm (#179)
facing issue similar to #84<#84>
vmcloak init --verbose --win7x64 win7 --cpus 2 --ramsize 2048
Upon executing above command, same vmcloak DEBUG message repeats endlessly until manually aborted (CTRL+c)
INFO:vmcloak:Starting the Virtual Machine u'win7' to install Windows.
DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless']
. . .
<snip>
. . .
DEBUG:vmcloak.vm:Running command: ['/usr/bin/VBoxManage', 'startvm', u'win7', '--type', 'headless']
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#179>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIE2WDCKJB75GES5UBAJ3MTSKMQ23ANCNFSM4SM7CMHQ>.