Skip to content

Instantly share code, notes, and snippets.

View Unterstrichmoepunterstrich's full-sized avatar

_moep_ Unterstrichmoepunterstrich

View GitHub Profile
execve("/usr/bin/ganesha.nfsd", ["ganesha.nfsd"], 0x7ffc5ffbfd50 /* 21 vars */) = 0
brk(NULL) = 0x55b1d99dc000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=37908, ...}) = 0
mmap(NULL, 37908, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fad42282000
close(3) = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libganesha_nfsd.so.4", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2600\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1983144, ...}) = 0
coredumpctl gdb 6925 -o coredump_ganesha
PID: 6925 (ganesha.nfsd)
UID: 0 (root)
GID: 0 (root)
Signal: 11 (SEGV)
Timestamp: Tue 2021-04-27 11:50:00 CEST (4min 55s ago)
Command Line: /usr/bin/ganesha.nfsd -L /var/log/ganesha/ganesha.log -f /etc/ganesha/ganesha.conf -N NIV_EVENT
Executable: /usr/bin/ganesha.nfsd
Control Group: /system.slice/nfs-ganesha.service
Unit: nfs-ganesha.service
@Unterstrichmoepunterstrich
Unterstrichmoepunterstrich / control
Created April 26, 2021 13:31
content of debian/control
Source: nfs-ganesha
Section: net
Priority: optional
Maintainer: Gluster Packager <glusterpackager@download.gluster.org>
Standards-Version: 3.9.7
Homepage: https://github.com/nfs-ganesha/nfs-ganesha
Build-Depends: debhelper (>= 9),
bison,
flex,
cmake,