aszlig
aszlig
Unfortunately, this is not possible because VirtualBox might need special privileges to access the devices provided by its host-side kernel modules, especially when ran in hardened mode. If you depend...
In theory it's possible if we could make sure that _only_ binaries from a particular store path are able to access the kernel devices. And that's not something we can...
@basvandijk: Geesh, thanks for the report... will fix that until tomorrow.
@basvandijk: Hm, for all of my robot accounts this works... Did you by chance enable 2FA?
@basvandijk: Can you check whether the `hetznerctl admin` command of the [`hetzner`](https://github.com/aszlig/hetzner) Python package works for you?
@flicaflow: This is a different issue than the one reported here, but you're right, Hetzner now uses a CSRF token. ~~Will publish a new version with the fix shortly.~~ Fix...
@basvandijk: Given [@FPtje's comment](https://github.com/NixOS/nixops/issues/1081#issuecomment-460158681), can this be closed?
@nh2: Does it work with `nixops destroy --include machine_you_want_to_destroy`?
Ah, sorry... you did that in the first place. The reason this doesn't work is because it's using `ROBOT_USER`/`ROBOT_PASS` to access the robot (which apparently weren't passed), remove the `vm_id`...
@nh2: This is probably due to https://github.com/NixOS/nixpart/blob/v0.4.1/nixpart#L59, so it needs to check whether it's actually a device that is going to be partitioned.