Hydra | 379 Members | |
| 109 Servers |
| Sender | Message | Time |
|---|---|---|
| 27 Oct 2022 | ||
| nix correctly reports a failed eval from the terminal | 13:45:00 | |
| This is probably how the container is handling certainly file descriptors, or something is not quite what Perl expects . | 13:55:39 | |
| i've no clue, i dont see a reason why it should be misbehaving nor do i see any errors or anything like that | 13:56:48 | |
| Without seeing the logs, or reproducing the bug myself there not much I can do. Also beware that some process know when they are being run from the interactive cli or spawned from unit/systemd .. so bear that in mind . | 14:34:39 | |
| i sent all the logs i have, nothing indicates any failure | 15:04:58 | |
| Well darn and blast . Looks like a job for dtrace then , shame they never got the licensing sorted out to use it in Linux, it’s basically the dogs bollocks. | 22:52:20 | |
| Systemtap works but is a poor alternative | 22:52:51 | |
| https://www.brendangregg.com/dtrace.html#OneLiners | 22:55:38 | |
| This has help me nail all sorts of deep rooted bugs . :-) | 22:55:54 | |
| (In Solaris) | 22:57:50 | |
| 28 Oct 2022 | ||
| is dtrace a superior version of strace? (strace is really hard to use tbh) | 10:28:24 | |
| dtrace is more like BPF tracing in the kernel | 10:29:42 | |
| It's much more fine-grained than strace | 10:30:04 | |
| https://github.com/iovisor/bpftrace | 10:30:53 | |
| It's also a lot harder to get into IIRC. | 11:23:42 | |
| But use what works for you. | 11:23:55 | |
| Honestly bpftrace is pretty good | 11:26:01 | |
| Solaris has way more tracepoints in the kernel though | 11:26:12 | |
| But that's just a matter of time now that the infrastructure is all there | 11:26:29 | |
In reply to @k900:0upti.meThat feels very far away from the room's topic tbh | 11:26:58 | |
| True | 11:27:32 | |
| Your correct ! | 14:36:02 | |
| 14:36:30 | ||
| 🤣 | 15:13:41 | |
| 19:37:34 | ||
| Hi, is there anywhere I can find a list of possible options for the hydra config file? | 19:39:36 | |
| 29 Oct 2022 | ||
| the config parser maybe? | 00:14:52 | |
| reading hydra's what i'm trying to achieve is to get a list of builds from the last trunk eval, that are failed (not timed out or skipped due to dep fail) on linux. right now, like a savage, i'm doing this with chrome's console, injecting artisan jquery selectors and removing things i don't want to see from the DOM. e.g.
is there a more elegant way to do this? | 05:14:15 | |
| * reading hydra's e.g.
is there a more elegant way to do this? | 05:14:32 | |
| * reading hydra's e.g.
is there a more elegant way to do this? | 05:15:37 | |