jian
jian
I haven't gone through the source in depth, but probably has something to do with closure. The example demonstrating closure only works for single `routes:` macro in single source file....
Does that mean potentially reimplementing external routers?
There is also no way to provide the actual port that zerotier-one listens on as a parameter. Or maybe it's just not shown in docs?
Hi @slarse, Thanks for your input. > it's better to just provide convenience functionality that delegate to proper Java streams. There could be a proper implementation of spliterator, so that...
I've narrowed it down to this subproject https://github.com/apache/hadoop/tree/branch-2.6.0/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal The OOM exception seems to be unrelated, since running the MRE on this subproject exits successfully.
@I-Al-Istannen, It really is suspicious... Running maven manually works fine. I'm really having trouble understanding Hadoop's complex pom files, but even then, it doesn't make sense that Zookeeper starts. @MartinWitt,...
Can we reopen this issue? 1. `nss` should now support subid range lookups: https://man7.org/linux/man-pages/man5/subuid.5.html#description https://freeipa.readthedocs.io/en/latest/designs/subordinate-ids.html https://github.com/shadow-maint/shadow/issues/154 https://github.com/SSSD/sssd/issues/5197 2. Using a low `gidnumber` doesn't fix the problem in Ubuntu, as only...
@Firstyear The use case is for a user to run containers. I have not investigated how IPA does this, but one solution I can think of is generating slightly smaller...
Yea there are definitely challenges. But the letting user allocate gid manually will require an additional component to maintain: the user need to store states somewhere that has to be...
> Not really, the user just needs to allocate the gid/subid ranges when they setup posix attributes on the user. At that point Kanidm will do the rest. The user...