maintainer-feedback requested: [Bug 272701] sysutils/beats8 filebeat tool fails with "Exiting: failed to get host information: unimplemented" error
Date: Mon, 24 Jul 2023 19:44:03 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobody) <elastic@FreeBSD.org> for maintainer-feedback: Bug 272701: sysutils/beats8 filebeat tool fails with "Exiting: failed to get host information: unimplemented" error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272701 --- Description --- The filebeat utility fails with the following error on the following system: FreeBSD elasticsearch 13.2-STABLE FreeBSD 13.2-STABLE stable/13-n255847-d6fedc3f2d37 GENERIC amd64 Error: root@elasticsearch:/usr/local/etc/beats # filebeat setup Exiting: failed to get host information: unimplemented The filebeat process starts and keeps running but fails to send data to elasticsearch. The process shows problems during a system call. SIGNAL 20 (SIGCHLD) code=CLD_EXITED pid=40496 uid=0 status=1 sigsuspend({ }) ERR#4 'Interrupted system call' wait4(-1,0x0,WNOHANG,0x0) = 40496 (0x9e30) sigreturn(0x3b1948977e40) EJUSTRETURN sigprocmask(SIG_UNBLOCK,{ SIGTERM|SIGCHLD },0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGTERM },0x0) = 0 (0x0) nanosleep({ 1.000000000 }) = 0 (0x0) close(5) = 0 (0x0) pipe2(0x3b1948978480,0) = 0 (0x0) fork() = 40516 (0x9e44) sigprocmask(SIG_UNBLOCK,{ SIGTERM },0x0) = 0 (0x0) close(6) = 0 (0x0) __sysctl("kern.proc.args.-1",4,0x0,0x0,0x3b194c370000,40) = 0 (0x0) sigprocmask(SIG_BLOCK,{ SIGTERM|SIGCHLD },0x0) = 0 (0x0) SIGNAL 20 (SIGCHLD) code=CLD_EXITED pid=40516 uid=0 status=1 sigsuspend({ }) ERR#4 'Interrupted system call'