Daniel Thau

Results 46 comments of Daniel Thau
trafficstars

[Tokio-uring 0.1.0 was just announced](https://tokio.rs/blog/2021-07-tokio-uring) and, where available, is likely to show significant performance improvements for specifically filesystem I/O that would be common with FUSE. It may be worth consideration...

> @paradigm any pointers on how to integrate with the new Tokio-uring? I haven't actually programmed anything in it, just read about it at a high level; I don't have...

I think you're looking for this: http://vimdoc.sourceforge.net/htmldoc/

This will fail if a user has multiple init options set, which is what `brn.conf`'s `default_cmd` was intended to cover. Some distros provide multiple init options with different paths such...

> How about only pick up the init in strata.conf as default_cmd only if there's one init configured? When there's multiple init configured then the selection menu can ask user...

> > If the user doesn't know about it or forgets about it, it could lead to an unpleasant surprise should the user add another init to the default_stratum without...

I've got an idea that I believe will resolve your original issue with what may be acceptable downsides. Consider: The `init =` field in the `strata.conf`/`strata.d` is _only_ used by...

With the upcoming release, the configuration system has been completely reworked with the aim of resolving a number of independent issues the previous system had. I *did* remember there was...

@Mouvedia Apologies for not being clear; I assumed prior experience with what Nyla does in this domain. What I need is the file path to the init's initially launched executable....

[Added them](https://github.com/bedrocklinux/bedrocklinux-userland/commit/4597138a9e7c031384a820e55079316fc52ce487) - thanks!