Mark Grondona
Mark Grondona
Yeah, I like that idea.
The IMP in the cgroup is running as root, so will that work? I guess the KillMode is irrelevant here since the systemd instance running as flux doesn't have permission...
> IIRC the real userid is flux and that allows flux to signal it? Yes, you are correct. Sorry I forgot about that. There is actually code in the IMP...
I don't think this was a `ctrl-C` because those exceptions are logged like this: ``` [ +0.807710] exception type="cancel" severity=0 note="interrupted by ctrl-C" userid=6885 ``` i.e. the `note` explicitly says...
Perhaps something should be said in here to the effect of: `flux job wait` implements semantics similar to `wait(2)` and `waitpid(2)` system calls or the `wait` POSIX shell command. It...
Another alternative would be to limit the number of matches (which I think we already do? max_entries=1000 or something...)
Ah, so your worry is users inadvertently creating searches that tax the database too heavily? I can see the sense in that, but it does seem like modern databases should...
This test should support `-d -v` options. If you rerun with that it may give us more details of the failure. (Same goes for all tests under `t/*.t`)
It appears a corefile was produced. If so, would you be able (and willing) to provide a backtrace? Was libarchive one of the packages you had to build yourself and...
Unfortunately that's not quite enough to go on, and I can't reproduce on any el8 based system to which I have access. I wonder if I could reproduce your environment...