Bader Zaidan
Bader Zaidan
Morning, the error is reproducible with hidviz-0.1.5-1.fc31, also ran with sudo. When I run without sudo, fedora returns the following error after authentication on the command line: ``` ==== AUTHENTICATION...
Oh, my bad. in which case, perhaps hyperlink directly to the section?
I presume I'm having a similar issue setting layout to `de`. Logs: ``` [LOG] Attempting to create a keymap for layout with variant (rules: , model: , options: ) [LOG]...
@vaxerski my bad, I was presuming I could set/change a keymap via hyprctl with an empty config. ``` input { kb_layout= kb_variant= kb_model= kb_options= kb_rules= follow_mouse=1 } ``` and running...
@crozone I get the same output on Fedora running on a Pentium M. Seperate bug?
Foolish mistake of me to leave the title. Additionally, it does look like the globaleaks user is [correctly added as a system user](https://github.com/globaleaks/GlobaLeaks/commit/1c91a9c6884661a0b2a0a4acd8823527f5b09eed) from the commit. We could attribute this...
> * makes the system take one availabile UID below < 1000; this would be the safe option as the operation system will never fail assigning one that is free...
Not to re-ping an old issue, but I'd prefer to continue here as opposed to opening a new one: So far, I've tried to load/open measurements on two different devices...
Some bugs were found when it comes to handling BARs: size/mode aren't handled correctly. I'll document progress and fix on https://github.com/BaderSZ/uhyve/issues/2
[virtio-queue](https://crates.io/crates/virtio-queue) is definitely worth a look and I will take care of this in my [draft implementation](https://github.com/BaderSZ/uhyve). Side note: [GuestMemoryMmap](https://github.com/rust-vmm/vm-memory) does look like an interesting alternative for the in-house struct.