In addition, I needed to
sudo chmod u+s /usr/lib/virtualbox/VBoxNetAdpCtl
too to change network interfaces on the "Host Network Manager".
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935856
Title:
Confirmed!
Sergei, I needed to do sudo chmod u+s, *not* sudo chmod g+s. g+s didn't
work.
On Sat, Jul 31, 2021 at 4:45 PM Sergey Menshikov <1935...@bugs.launchpad.net>
wrote:
> I confirm that setting suid on VirtualBoxVM mitigates the issue.
> sudo chmod g+s /usr/lib/virtualbox/VirtualBoxVM
>
>
I confirm that setting suid on VirtualBoxVM mitigates the issue.
sudo chmod g+s /usr/lib/virtualbox/VirtualBoxVM
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935856
Title:
Virtualbox encounters 'E
Errm, I don't know what to say.
Today I rebooted and tried again... and it worked. o.O
```
$ VBoxManage startvm 92522455-ebd0-4a67-8a38-4ba05ca3fc00
Waiting for VM "92522455-ebd0-4a67-8a38-4ba05ca3fc00" to power on...
VM "92522455-ebd0-4a67-8a38-4ba05ca3fc00" has been successfully started.
```
I
Nice. I'm currently away from my computer, but I'll have a look ASAP.
Thanks!
-Mark
On Fri, Jul 30, 2021, 06:41 Oliver Maurhart <1935...@bugs.launchpad.net>
wrote:
> Add-on: I checked the sources provided at
> https://download.virtualbox.org/virtualbox/6.1.22/ and I think the
> responsible cod
Add-on: I checked the sources provided at
https://download.virtualbox.org/virtualbox/6.1.22/ and I think the
responsible code snippet is in
VirtualBox-6.1.22/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
```
$ cat -n VirtualBox-6.1.22/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |
grep
Hi *,
I'm affected by this bug too. What I noticed:
When I run
```
$ strace -ff -o VBoxManage.trace VBoxManage startvm
92522455-ebd0-4a67-8a38-4ba05ca3fc00
```
and check the trace files for any "perm" I see
```
$ grep -i perm VBoxManage.trace.101*
...
VBoxManage.trace.10169:openat(AT_FDCWD, "/de
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: virtualbox (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1935856
Title: