Hai Wu

Results 20 issues of Hai Wu

this example in your article is not working: https://developers.facebook.com/blog/post/2021/12/09/drgn-how-linux-kernel-team-meta-debugs-kernel-scale/ What am I missing? ``` >>> path_lookup(prog, "/etc/hosts") (struct path){ .mnt = (struct vfsmount *)0xffff9806008557e0, .dentry = (struct dentry *)0xffff980601678900, }...

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

pdsh allows regular expression if running it as "pdsh -a -w '/part_of_hostname|another_part_of_hostname/'". If clush really wants to replace pdsh, it should have the same feature sets.

enhancement
Lib/NodeSet

This is for issue http://projects.puppetlabs.com/issues/15192, to support both noop and no-noop modes.

It seems devpod supports rootless podman. Does it support rootless docker?

Is it possible to mine tlog.log to generate a report on: who did what at what time on each host? Is it possible to do the same with centralized elasticsearch?...

The current documentation is not clear to me. Not going to use sssd, only to use `tlog-rec-session`. By default `/etc/tlog/tlog-rec-session.conf` uses `journal`. If switching to use `file`, then the whole...

By default, it seems `tlog` would not log user input in `in_txt` field, per default config for `/etc/tlog/tlog-rec-session.conf`. Thus user inputs would show up in `out_txt` field instead. We could...

how to ensure security when tlog is integrated with elasticsearch? meaning we don't want anyone to be able to replay session logs stored inside elasticsearch, we don't want any host...

tlog not working when auditd is disabled, and there's no /proc/self/sessionid. How to ensure tlog would work when auditd is disabled? There's an existing issue here "https://github.com/Scribery/tlog/pull/264", where it suggested...