Riyad Preukschas
Riyad Preukschas
This bug is known and a fix is on its way. Thanks anyway :-)
Maybe you can have a look at some recent (last 5 or so) patches on: http://gitorious.org/~robertm/basket/robertm-basket/commits/master Please file a report if you find a bug still not fixed. Cheers, Riyad
I'm sorry to hear that. I'll have a look myself. Thanks for your efforts.
Well http://gitorious.org/~robertm/basket/robertm-basket/commit/debad3eb1f494c177172d08cd56288cdf8937b76 seems to fix it. btw: you don't need to log out and in again. ``` basket -h ``` starts basket with its main window hidden. It seems to...
I posted your findings on the Basket development mailing list: http://sourceforge.net/mailarchive/forum.php?thread_name=201002060943.19559.riyad@informatik.uni-bremen.de&forum_name=basket-devel
FWIW: just changing `%h` to `%a` doesn't do the trick in all cases. I just found out that clients coming from private IP ranges were still ignored (i.e. only the...
FWIW In case anyone needs an interim solution: I've extracted my shell+jq magic into a gist. https://gist.github.com/riyad/e7092f3d78db6af5ce1bc74af0c1bb50
I have the same issue with Podman 3.4.2 and Youki 0.0.3 on Ubuntu 21.10: ```console $ podman run --runtime youki --rm -it ubuntu Error: failed to create directory /run/youki Caused...
Hmm .. I tried some "dbg!-ing" and found out that the check for [`rootless_required()` in `determine_root_path()`](https://github.com/containers/youki/blob/main/crates/youki/src/main.rs#L143) behaves weirdly. When running e.g. `./youki info` it returns `true` (UID is 1000): ```console...
FYI: I tried out these changes and it's goint in the right direction, but fails with the following error now: > Error: rootless container requires valid user namespace definition Adding...