I believe I am running systemd as ubuntu migrated to systemd in v15.04 ?
Code:
salty@OMG:~$ ps --no-headers -o comm 1
systemd
salty@OMG:~$ file /sbin/init
/sbin/init: symbolic link to /lib/systemd/systemd
Code:
salty@OMG:~$ sudo sysctl -a | grep core_pattern
[sudo] password for salty:
kernel.core_pattern = |/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E
Code:
salty@OMG:/var/lib/systemd/coredump$ ls -al
total 0
drwxr-xr-x 2 root root 6 Feb 1 2021 .
drwxr-xr-x 12 root root 237 Jul 17 2021 ..
The simple list of the group is throwing errors. Here is a sample of my syslog.CRASH for the most recent
Code:
Apr 13 00:24:14 2024 :: SYSERR: simple_list() forced to reset itself.
Apr 13 00:24:19 2024 :: SYSERR: simple_list() forced to reset itself.
Apr 13 00:25:32 2024 :: Wick killed by Xochitl the Spectral Jaguar at Xochitl's Vigil
Segmentation fault (core dumped)
Here's a parse from syslog.5, a previous crash.
Code:
Apr 12 23:08:00 2024 :: Salty (level 105) has 43 objects (max 10000).
Apr 12 23:11:14 2024 :: nusage: 7 sockets connected, 7 sockets playing
Apr 12 23:13:32 2024 :: Bick killed by Xolotl, the Dog-Headed God at The Bridge of Bones
Segmentation fault (core dumped)
Code:
salty@OMG:~/omg$ uname -a
Linux OMG 5.4.0-155-generic #172-Ubuntu SMP Fri Jul 7 16:10:02 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Code:
salty@OMG:~/omg$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)
Thanks for the help!