Elvis Stansvik
Elvis Stansvik
Hm, with the `threads` branch I get this when I try to attach the kernel module to the server: ``` estan@edison:~/orexplore/softfido$ usbip attach -r 127.0.0.1 -d 1-1 usbip: error: import...
Ah yes, my bad. Running `usbip` with sudo it works. Confirmed with `lsusb -d 0:0 -v` that the virtual USB device showed up. However I'm not getting any popup when...
Thanks, hm, I pulled latest `threads` branch and tried: 1. Start server: ``` estan@edison:~/orexplore/softfido$ target/debug/softfido --token-label softfido softfido::crypto: Found secret key. softfido::crypto: Found token counter. (67108870) Softfido server is listening....
Alright, thanks. I pulled latest `threads` branch and tried running server with `--debug`. During startup, the server now additionally prints: ``` softfido::ctaphid: start output loop softfido::ctaphid: start input loop ```...
I agree. The instructions should be clear on when it is safe to use instructions in compose/README.md, and when compose/control/README.md instructions must be used instead. Ideally there should only be...
Actually, the entrypoint for the control plane already will not attempt PostgreSQL upgrade if it is not necessary (https://github.com/opf/openproject-deploy/blob/stable/12/compose/control/upgrade/scripts/00-db-upgrade.sh#L9-L12). So then I think upgrade instructions in compose/README.md can be removed...
To be clear what I mean: `Shift + Space` in the presentation goes to the previous slide (works the same as `p`). In the speaker remote controls, it goes forward...
Bah. And all of a sudden it seems to work. I'm sure it didn't just a while ago, so I'll keep this open for a little while in case I...
Okay. Right now it's not working again. `Shift + Space` goes forward. Not sure what triggered it though :/ EDIT: It seems it's not working when I first bring up...
My previous analysis was wrong. I can get this behavior even if i switch focus to the presentation and back again. So still not sure what triggers the bug :/