From owner-freebsd-ports-bugs@freebsd.org Thu Nov 16 11:31:40 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7560DD9DF4 for ; Thu, 16 Nov 2017 11:31:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0B576FE3 for ; Thu, 16 Nov 2017 11:31:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAGBVeW0059168 for ; Thu, 16 Nov 2017 11:31:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223703] net-mgmt/icinga2: crash on signa 11; start failure when folder missing/ownership wrong Date: Thu, 16 Nov 2017 11:31:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: lme@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 11:31:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223703 Bug ID: 223703 Summary: net-mgmt/icinga2: crash on signa 11; start failure when folder missing/ownership wrong Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lme@FreeBSD.org Reporter: ohartmann@walstatt.org Assignee: lme@FreeBSD.org Flags: maintainer-feedback?(lme@FreeBSD.org) Today, we upgrade several FreeBSD 11.1-p3 boxes to 11.1-p4 due to several security issues reported recently. In this set of tasks, one satellite syst= em running icinga2 2.7.0 so far without problems as satellite to a master (mas= ter is still running icinga2 2.7.0) has been updated to icinga2 2.7.1_2. icinga2 now is not starting anymore! First of all, the icinga2 daemon started compalining about missing folders = or "permission denied" errors never seen before the update on folders with obv= ious incorrect ownership: /var/cache/icinga2 has after pkg-installation ownership root:icinga, but wi= th 2.7.1_2, it is needed to be owned by icinga:icinga! The same with /var/run/icinga2/, where some feature tries to establish the = cmd pipe. The ownership of /var/run/icinga2 is root:icinga and needs to be icinga:icinga, otherwise i get a "failed with error code 13: Permission den= ied" from icinga2. the icinga2 2.7.1_2 daemon never starts, on console, I receive always an si= gnal 11 death of icinga2. Somehow the rc script of net-mgmt/icinga2 isn't capable of handling the existence of important folders with FreeBSD 11.1-p4, as there are /var/cache/icinga2 /var/log/icinga2 /var/run/icinga2 The latter is weird, since we run some CURRENT boxes with most recent icing= a2 2.7.1_2 services in the very same configuration, but with /var/run residing= on tmpfs. /var/run/icinga2 can not be expected to exist after rebooting the bo= x. --=20 You are receiving this mail because: You are the assignee for the bug.=