From owner-freebsd-net@freebsd.org Sun Dec 31 08:54:45 2017 Return-Path: Delivered-To: freebsd-net@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 C22A7EAB49F for ; Sun, 31 Dec 2017 08:54:45 +0000 (UTC) (envelope-from gessel@blackrosetech.com) Received: from shiofuki.blackrosetech.com (shiofuki.blackrosetech.com [173.228.36.135]) (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 A81766993D for ; Sun, 31 Dec 2017 08:54:45 +0000 (UTC) (envelope-from gessel@blackrosetech.com) Received: from shiofuki (shiofuki [10.3.69.135]) by shiofuki.blackrosetech.com (Postfix) with ESMTP id 32C3C390EC3 for ; Sun, 31 Dec 2017 00:46:42 -0800 (PST) X-Virus-Scanned: amavisd-new at blackrosetech.com Received: from shiofuki.blackrosetech.com ([10.3.69.135]) by shiofuki (shiofuki.blackrosetech.com [10.3.69.135]) (amavisd-new, port 10024) with ESMTP id tCYaX7W58v4I for ; Sun, 31 Dec 2017 00:46:34 -0800 (PST) Received: from [10.2.69.6] (unknown [10.2.69.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gessel@blackrosetech.com) by shiofuki.blackrosetech.com (Postfix) with ESMTPSA id 621B0390EB7 for ; Sun, 31 Dec 2017 00:46:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=blackrosetech.com; s=BRTDKIM; t=1514709993; bh=1YUXrO9jnFqgylnBzTSt2m5jBQNVxVWY/lfjdLBuwnU=; h=To:From:Subject:Date; b=Ft44rcguWfLAzEkTPxoorzUz6hg6QhHCBG4i0h+hORreWc6W96vBicQQxjkP13+ae mg3MddFiU4D1Qko7padUsu40VXGf+Gp9lU6CH4xXW+Lon5JsgLo8O4VVXqW7hQT+uv V+TVfK+mbdA0eU7fD6IOyZBCreXUVqmoqRA/cdhk= To: freebsd-net@freebsd.org From: David Gessel Subject: Error logging: KLD if_en.ko depends on atm - not avail or version mismatch Message-ID: <8be9cc06-057e-699d-4393-a5eb69832b9c@blackrosetech.com> Date: Sun, 31 Dec 2017 11:46:29 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 08:54:45 -0000 FreeBSD 10.3-RELEASE #0 r327345 I'm getting a lot of errors that read: Dec 30 09:54:59 gamanjiru kernel: KLD if_en.ko: depends on atm - not available or version mismatch Dec 30 09:54:59 gamanjiru kernel: linker_load_file: Unsupported file type The source does not seem to be the jails, since stopping jails doesn't stop the error notifications. I've synced source, built world and kernel, installed both and yet the errors persist. I have a mildly customized kernel config, but I can't find any refrence to either if_en.ko nor "atm" kldstat -v | grep if 237 if_lo 104 if_ixgbe 235 if_faith 239 if_vlan 236 if_gif 238 if_tun # kldload if_en.ko kldload: an error occurred while loading the module. Please check dmesg(8) for more details. (which are the errors above) I'm really not sure what's calling if_en.ko (networking is working fine). Nor any idea why anything would ask for a "Midway-based ATM interface". There's no ATM hardware on the box. if_en isn't referenced at all in /bootpool/boot/loader.confand /bootpool/boot/defaults/loader.conf shows "if_en_load="NO" # Midway-based ATM interfaces" I asked at https://forums.freebsd.org/threads/63915/#post-370896 and was advised "You may be better asking on the freebsd-net mailing list. I know there's plans to remove ATM related stuff and the en driver was effected, but I don't think it should effect you." The errors are being generated in the host as well as all jails running on the system. Any leads very much appreciated. -David