From owner-freebsd-current@freebsd.org Fri Nov 6 00:34:34 2015 Return-Path: Delivered-To: freebsd-current@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 3338DA259B0 for ; Fri, 6 Nov 2015 00:34:34 +0000 (UTC) (envelope-from dmilith@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD8CE1444 for ; Fri, 6 Nov 2015 00:34:33 +0000 (UTC) (envelope-from dmilith@gmail.com) Received: by wmec201 with SMTP id c201so4959094wme.0 for ; Thu, 05 Nov 2015 16:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:date:message-id:to:mime-version; bh=adkkQmzR5oxu2bJP9Ap5YXGdxlQNhgkqgNHi5/OtZt0=; b=dD3E4FDRqshplkaR1O9AHr2Q/aPlqGa99n/vfE7ZGzfvqcFfcRWMWWUjcqXjj6h7rq SZtAmqx1RbYFFASCo4+nK08YvgIOyvAFjWm0piBeD2dYSs68RrGGk9/PuFybJuaSDCc5 h78Y3v/9PyojexY4W1KIt8Pv7Nin3Yxn03uXMRhW8i/CFx9lI6QQTp6DomNSQGdcEFKL 9Pczo5oI7xsd+eTfA6Tm0Rmgw5aT7lNOm3cwR4Mu0V7dEKGM/7tVPMhTKRytF7AbEzpL 8uPnHrid55eWOH9FX1uJQ29S/zFnkYjJ8Kz/8IzYcBXwVslKvSlXVQU7xAmBNTmYb7ME jOKg== X-Received: by 10.28.217.18 with SMTP id q18mr6817115wmg.10.1446770071453; Thu, 05 Nov 2015 16:34:31 -0800 (PST) Received: from [192.168.1.2] (192.46-29-147.tkchopin.pl. [46.29.147.192]) by smtp.gmail.com with ESMTPSA id d10sm9486896wje.14.2015.11.05.16.34.30 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Nov 2015 16:34:30 -0800 (PST) From: Daniel Dettlaff X-Pgp-Agent: GPGMail 2.6b2 Content-Type: multipart/signed; boundary="Apple-Mail=_EB1288E7-CC2C-4AC2-BDD0-AF4013117CD8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Subject: Panic with MAC_PORTACL on current. Date: Fri, 6 Nov 2015 01:34:26 +0100 Message-Id: <4317C155-B18D-4EFA-9017-033943950D35@gmail.com> To: "freebsd-current@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 00:34:34 -0000 --Apple-Mail=_EB1288E7-CC2C-4AC2-BDD0-AF4013117CD8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hello. I have my second kernel panic, related with =E2=80=9CMAC_PORTACL=E2=80=9D = kernel module loading in CURRENT. The only thing to do is to put mac_portacl_load=3D=E2=80=9CYES=E2=80=9D = in loader.conf and boot machine. I built kernel using this config: = https://github.com/VerKnowSys/ServeD-OS/blob/master/kernel/VERKNOWSYS-11.0= My make.conf: = https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/make.conf My src.conf: = https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/src.conf My loader.conf: = https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/loader.conf.served= My sysctl.conf: = https://github.com/VerKnowSys/ServeD-OS/blob/master/etc/sysctl.conf.served= I=E2=80=99m using Vmware Fusion 7.0 pro as host. I catched that panic on main system console (verbose boot turned on): http://s.verknowsys.com/33551a89eda736059df6dcb35ea4eda3.png with bt: http://s.verknowsys.com/caeb3389d9e7399793a12c44f5760466.png Thank you :) Hope this will help someone, let me know if I can help = somehow further. -- kind regards Daniel (dmilith) Dettlaff --Apple-Mail=_EB1288E7-CC2C-4AC2-BDD0-AF4013117CD8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlY79ZUACgkQgTgvVY+WpZoorgCglA84O2WDLceqSFPtOgvG6ghS d54An06YfE4Aq53e4SkDi72w+s2GKCLO =pmpv -----END PGP SIGNATURE----- --Apple-Mail=_EB1288E7-CC2C-4AC2-BDD0-AF4013117CD8--