ohauer
ohauer
Thanks @vstakhov Im getting the following output on both systems: ```sh #> lldb /usr/local/sbin/pkg (lldb) target create "/usr/local/sbin/pkg" Current executable set to '/usr/local/sbin/pkg' (x86_64). (lldb) run audit -F Process 11505...
sure, [pkg_crash_issue_2053.txz](https://people.freebsd.org/~ohauer/pr/pkg_crash_issue_2053.txz) The strange thing is pkg crashes on this systems even I removed all ports and also all files in /var/db/pkg, bootstrapped pkg fresh and do a pkg audit...
Hope I have the required information covered in the lldb output: [PKG_DEBUG.txt](https://people.freebsd.org/~ohauer/pr/PKG_DEBUG.txt) Plz. note: - not running in *lldb, pkg audit* did not crash and just hang until stopped with...
Hi @bapt the patch does not solve the crashes. until now my solution was to remove all ports and use previous pkg-1.7.x, use `pkg lock pkg' and reinstall everything. If...
Done some test with only pkg from custom build (12.3-p0, 12.3-p5) and pkg from pkg.freebbsd,org installed and found perhaps the missing hint: This crashes, note the line HANDLE_RC_SCRIPTS exist twice,...
I'm using pkg since long time with private repo (PD builds) and never had an issue to bootstrap pkg itself on systems without internet access (using command *pkg update*) The...
To get some infos for my PR https://github.com/freebsd/pkg/issues/2053 I removed everything with *pkg delete -af* ```sh #> pkg update The package management tool is not yet installed on your system....
There is a sudo direktive that is not set on every OS see: [Defaults env_keep](https://www.sudo.ws/docs/man/1.8.30/sudoers.man/#EXAMPLES) ```man # Run X applications through sudo; HOME is used to find the # .Xauthority...
But building 25 different different images for 60 jenkins is not really praktical, and installing all sort of plugins into every jenkins even not. We reduced installation for all jenkins...
Since the output is 2000+ lines, I've place the file for you here: https://people.freebsd.org/~ohauer/diffs/lsop/lsop_false_positive_procstat.log Additional I've created a port prototype: https://people.freebsd.org/~ohauer/diffs/lsop/lsop.shar